Skip to content

TheOrangeCow/Add_blocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AddBlocker

This is an beter vesion of YouTub Addblocker as it blocks all add on evey website

Installing in Chrome, Edge, and Firefox

Google Chrome

  1. Open Chrome and go to chrome://extensions.
  2. Enable Developer Mode: Toggle the switch at the top right to turn on Developer Mode.
  3. Load Unpacked Extension:
    • Click on the "Load unpacked" button.
    • Select the folder where your extension files are located (This code).
  4. The extension will now appear in the extensions list and should be activated.

Microsoft Edge

  1. Open Edge and go to edge://extensions.
  2. Enable Developer Mode: Toggle the switch at the bottom left to enable Developer Mode.
  3. Load Unpacked Extension:
    • Click "Load unpacked".
    • Select the folder containing your extension (This code).
  4. Your extension should now load and be active.

Mozilla Firefox

  1. Open Firefox and go to about:debugging.
  2. In the left sidebar, click "This Firefox".
  3. Load Temporary Add-on:
    • Click on "Load Temporary Add-on".
    • Select any file inside your extension folder (This code).
  4. The extension will be loaded temporarily and will persist until Firefox is restarted.

Notes

  • In Chrome and Edge, the extension will remain active until removed.
  • In Firefox, you need to reload the extension every time Firefox restarts unless you package it properly for distribution.