All Projects → x0a → Ubo Youtube

x0a / Ubo Youtube

Licence: gpl-3.0
Easier way to exempt your favorite YouTube channels from adblocking.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ubo Youtube

Blocker Database
A global domain based database for NoScript, uBlock, uMatrix & ScriptSafe
Stars: ✭ 127 (+122.81%)
Mutual labels:  adblock, whitelist, chrome, firefox
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+6263.16%)
Mutual labels:  adblock, youtube, chrome, firefox
Adfilt
The place where I, DandelionSprout, store my web filter lists for countless topics, including my Nordic adblock list. As simple as that, really.
Stars: ✭ 217 (+280.7%)
Mutual labels:  adblock, ublock-origin, chrome, firefox
All In One Customized Adblock List
An all-in-one adblock list that thoroughly blocks trackers, popup ads, ads, unwanted cookies, fake news, cookie warning messages, typosquatters, unwanted comment sections, crypto-coin mining, YouTube clutter, Twitter guff and social network hassles.
Stars: ✭ 217 (+280.7%)
Mutual labels:  adblock, ublock-origin, youtube, filter
List Kr
AdGuard를 위한 한국어 웹 사이트 필터 리스트입니다.
Stars: ✭ 33 (-42.11%)
Mutual labels:  adblock, ublock-origin, filter
Automator
Various Automator and AppleScript workflow and scripts for simplifying life
Stars: ✭ 68 (+19.3%)
Mutual labels:  youtube, chrome, firefox
Polish Ads Filter
CertyficateIT - Oficjalne polskie filtry do Adblock, uBlock Origin, Adguard
Stars: ✭ 462 (+710.53%)
Mutual labels:  adblock, ublock-origin, filter
Ublock
uBlock: a fast, lightweight, and lean blocker for Chrome, Firefox, and Safari.
Stars: ✭ 8,075 (+14066.67%)
Mutual labels:  adblock, chrome, firefox
Catblock
CatBlock - An ad-blocking extension (with an ability to replace ads by pictures) for all major desktop browsers!
Stars: ✭ 84 (+47.37%)
Mutual labels:  adblock, chrome, firefox
Adguardbrowserextension
AdGuard browser extension
Stars: ✭ 1,018 (+1685.96%)
Mutual labels:  adblock, chrome, firefox
Scriptsafe
a browser extension to bring security and privacy to chrome, firefox, and opera
Stars: ✭ 434 (+661.4%)
Mutual labels:  whitelist, chrome, firefox
Pornlist
Ad-blocking porn websites filter list for Adblock Plus and uBlock Origin.
Stars: ✭ 21 (-63.16%)
Mutual labels:  adblock, ublock-origin, filter
Bulkurlopener
Bulk URL Opener is an application that provides the user with multiple utilities to help with managing and using large amounts of urls
Stars: ✭ 29 (-49.12%)
Mutual labels:  chrome, firefox
Squashed Merge Message
Use Pull Request description as Squashed and Merged commit messages.
Stars: ✭ 34 (-40.35%)
Mutual labels:  chrome, firefox
Web Extension Starter
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
Stars: ✭ 987 (+1631.58%)
Mutual labels:  chrome, firefox
Template Browser Extension
A browser extension starter for Chrome and Firefox
Stars: ✭ 28 (-50.88%)
Mutual labels:  chrome, firefox
Web Media Controller
Allows controlling media player on different sites with Media Player widget on your desktop
Stars: ✭ 36 (-36.84%)
Mutual labels:  chrome, firefox
Mymangadex
Sync automatically what you read on MangaDex.org with your MyAnimelist.net manga list.
Stars: ✭ 37 (-35.09%)
Mutual labels:  chrome, firefox
Github Awesome Autocomplete
Add instant search capabilities to GitHub's search bar
Stars: ✭ 1,015 (+1680.7%)
Mutual labels:  chrome, firefox
Browserpass Legacy
Legacy Browserpass repo, development is now happening at:
Stars: ✭ 1,020 (+1689.47%)
Mutual labels:  chrome, firefox

YouTube Channel Whitelist for uBlock Origin

Installation

Chrome Web Store

Firefox Addons

Usage

For uBlock Origin, add the following line to your Trusted Sites:

*youtube.com/*&disableadblock=1

Although this extension was designed for uBlock Origin, you can also use it with Adblock Plus, AdBlock and other adblockers compatible with ADP filters if you use the following filter:

@@||youtube.com/*&disableadblock=1$document

For convenience, I've created this filter list which can be imported to Opera's Native Adblocker

https://raw.githubusercontent.com/x0a/uBO-YouTube/master/shared/whitelist.txt

Contributing

Translations

If you are multilingual, you can help by contributing some translations here: https://crowdin.com/project/youtube-channel-whitelist-for/

Feel free to contribute at your leisure.

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.

Development

To start development on uBO-YouTube, simply install the required global packages, download the source and install it's required local packages, start the websockets server with gulp watch and load the extension. It will automatically reload the extension as changes are made.

Install globals

npm install -g gulp typescript

Clone uBO YouTube, install the required modules and start the development server.

git clone https://github.com/x0a/uBO-YouTube
cd uBO-YouTube
npm install --only=dev
gulp watch

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 uBO-YouTube/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 uBO-YouTube/dist/chrome/debug as an unpacked extension

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].