I have some code that I tested and it works on a bytes.com page to remove some iframe advertising. I would like to adapt it to remove all google advertising on every page that I use it on.
I copy the following and paste it into the url location bar, then type in the j for the beginning then click the Enter key and it works.
How do I adjust this to remove all google stuff from pages.
Does anyone read these questions that I have?
Am I asking too much?
Help ! Please.
I copy the following and paste it into the url location bar, then type in the j for the beginning then click the Enter key and it works.
Code:
avascript: function myFunction005() {var x = document.getElementById('aswift_0');x.remove();} myFunction005();
Does anyone read these questions that I have?
Am I asking too much?
Help ! Please.