Skip to content

Easier way to exempt your favorite YouTube channels from adblocking.

License

Notifications You must be signed in to change notification settings

Qbreak/YouTube-Channel-Whitelist-for-uBlock-Origin

 
 

Repository files navigation

YouTube Channel Whitelist for uBlock Origin

Installation

Chrome

Chrome Web Store

Firefox

Firefox Add-ons

Packaging instructions

Start by installing gulp and other build dependencies by running:

npm install --only=dev

Then replace the applications.gecko.id key in /shared/manifest.json with either your own key or a string in email format (e.g. [email protected])

Finally build the packages by running in the root directory:

gulp build

The packages will be created in /dist/, ready for submission as an extension, and the debug folders will be updated.

Debugging

To temporarily install the extension on Firefox, you need to first enter the "Debug Addons" page, available through the menu on the Addons page. Then click "Load Temporary Addon", and point to /dist/webext/debug and click on any file in the directory to load the extension.

To temporarily install the extension on Chrome, you can load /dist/chrome/debug as an unpacked extension

About

Easier way to exempt your favorite YouTube channels from adblocking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • TypeScript 14.6%
  • CSS 1.1%
  • HTML 0.2%