Change html code in page you're viewing automatically
How to make firefox automatically edit certain html code on certain web pages
Like on webpages I can right click inspect element and it will allow me to delete things off the page.
I want this to happen automatically for certain webpages when containing certain html code
Modificato da puremikeg943 il
Soluzione scelta
I tend to write custom scripts for this sort of thing, but for a couple of more general purpose removers, you could investigate these:
- "Remove it Permanently" can be trained to remove items from a page every time you visit. I believe it works by right-clicking what you want to remove. https://addons.mozilla.org/en-US/firefox/addon/remove-it-permanently/
- A review on that page recommended Element Hiding Helper, which is a companion add-on for Adblock Plus. If you already use Adblock Plus, this is probably a more efficient combination. https://addons.mozilla.org/en-US/firefox/addon/elemhidehelper/
Tutte le risposte (4)
Hello,
You can use the Development Tools:
Go to Tools >> Web Development
More about Web Developments:
Modificato da Diego Victor il
Maybe look at:
I got FoxReplace but I can't seem to figure out how to make it replace the HTML code.... does anyone know how to make it work for me?
Soluzione scelta
I tend to write custom scripts for this sort of thing, but for a couple of more general purpose removers, you could investigate these:
- "Remove it Permanently" can be trained to remove items from a page every time you visit. I believe it works by right-clicking what you want to remove. https://addons.mozilla.org/en-US/firefox/addon/remove-it-permanently/
- A review on that page recommended Element Hiding Helper, which is a companion add-on for Adblock Plus. If you already use Adblock Plus, this is probably a more efficient combination. https://addons.mozilla.org/en-US/firefox/addon/elemhidehelper/