Removing google from web page help please?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SwissProgrammer
    New Member
    • Jun 2020
    • 220

    Removing google from web page help please?

    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.

    Code:
    avascript: function myFunction005() {var x = document.getElementById('aswift_0');x.remove();} myFunction005();
    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.
Working...