Skip to content

Instantly share code, notes, and snippets.

@Richienb
Last active March 10, 2023 21:06
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save Richienb/367a5b801411d31df275ca21c44a7fb6 to your computer and use it in GitHub Desktop.
Save Richienb/367a5b801411d31df275ca21c44a7fb6 to your computer and use it in GitHub Desktop.
Remove 000Webhost branding
img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
display: none;
}
<style>
img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
display: none;
}
</style>
Copy link

ghost commented Dec 10, 2019

You are best!

@fidgetplayz48
Copy link

what about free web hosting area?

@vaibhavdost
Copy link

Cool bro thanks it's working

@AbidHasanPiash
Copy link

thanks bro

@Algorora
Copy link

Algorora commented Dec 6, 2020

idk if it works i am going to check it out though

@rex007r
Copy link

rex007r commented Jan 15, 2021

Or Just
img[alt="www.000webhost.com"] { display: none;}
<style>img[alt="www.000webhost.com"] { display: none;}</style>

@victorzucks2021
Copy link

img[alt="www.000webhost.com"] { display: none;}
nice work bro it worked for me thanks..

@victorzucks2021
Copy link

<style> img[alt="www.000webhost.com"]{ display: none; } </style>

@Ben569483
Copy link

few years old but still works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment