Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.87 KB

File metadata and controls

43 lines (24 loc) · 1.87 KB

RemoveScriptsChromeExt

A Chrome Extension to remove annoyances on a web page. Extremely easy way to stop all of the iframe and auto-play videos that are so common these days on websites. I find it very useful when reading pages linked from news.google.com.

To Install:

Easiest way Download the latest release here

...Or Download all of the source files here

...Or use git to make a local clone:

git clone https://github.com/sflanders95/RemoveScriptsChromeExt

Now Add It To Chrome:

Open Chrome and navigate to: chrome://extensions

Turn Developer mode on:  

⟵ Click the "Load Unpacked" button and select the directory where the manifest.json file is that you just downloaded. (if you downloaded the zip file, unzip it so chrome can get to the manifest.json file.) The directory you select should look similar to this:

After installing the plugin, a new icon should have been created at the top right of the chrome window. The Hover text over the icon will say "Remove Tags From Html". Click it to open the main window. Check the boxes for the tags you wish to remove from the current page. Clicking the "Remove" button will attempt to remove all tags with that name.

Version History:

  • Sep 10, 2018 - Epoch, added to github.

MIT Software License