Is there javascript already written that can be placed into the url location box that would remove all variations of anything relating to Google from a web page?
Example of similar activity:
In Firefox, on Microsoft Windows, I can right-mouse-click on a web page, then press the "Q" key on the keyboard, and then in the "Search HTML" input box type Google, then press the Enter key on the keyboard, then see how many times that Google shows up in the code for that page. Sometimes it has been above 200. That is above two hundred times that Google is found on that page. If I go through all of those and delete them via the firefox editor, then my CPU goes from about 100% usage to less then 10% usage.
I am not a javascript programmer, but I have read that if I type in a javascript command into the URL location bar (address bar?) then I should be able to have that javascript to remove all of those Google entries without my having to do that one at a time.
Here is where I am:
I can drag and drop some javascript from WordPad into the URL location box like this
avascript...
Then type in the J at the start (because it will not run otherwise)
Thus I have javascript... in the URL location bar.
Then press the Enter key on my keyboard.
That javascript is then run on that page.
It is not much, but it is a start.
I am looking for some code that does more.
Maybe someone has written such code already.
Maybe a lot of people would benefit from having it posted as an answer to this question.
Thank you.
Example of similar activity:
In Firefox, on Microsoft Windows, I can right-mouse-click on a web page, then press the "Q" key on the keyboard, and then in the "Search HTML" input box type Google, then press the Enter key on the keyboard, then see how many times that Google shows up in the code for that page. Sometimes it has been above 200. That is above two hundred times that Google is found on that page. If I go through all of those and delete them via the firefox editor, then my CPU goes from about 100% usage to less then 10% usage.
I am not a javascript programmer, but I have read that if I type in a javascript command into the URL location bar (address bar?) then I should be able to have that javascript to remove all of those Google entries without my having to do that one at a time.
Here is where I am:
I can drag and drop some javascript from WordPad into the URL location box like this
avascript...
Then type in the J at the start (because it will not run otherwise)
Thus I have javascript... in the URL location bar.
Then press the Enter key on my keyboard.
That javascript is then run on that page.
It is not much, but it is a start.
I am looking for some code that does more.
Maybe someone has written such code already.
Maybe a lot of people would benefit from having it posted as an answer to this question.
Thank you.
Comment