https://github.com/therealkoedev/adblockscriptforyoutube
Tries to get rid of those pesky Youtube ads, without to temper too much with the rest of the app.
https://github.com/therealkoedev/adblockscriptforyoutube
Last synced: about 2 months ago
JSON representation
Tries to get rid of those pesky Youtube ads, without to temper too much with the rest of the app.
- Host: GitHub
- URL: https://github.com/therealkoedev/adblockscriptforyoutube
- Owner: TheRealKoeDev
- License: mit
- Created: 2023-11-11T17:33:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T16:50:15.000Z (over 1 year ago)
- Last Synced: 2024-01-17T01:22:02.471Z (over 1 year ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remove Ads from YouTube
## Introduction
This repository contains a script that removes pesky Ads from YouTube, without being detected.
It written to be used in combination with the [Tempermonkey](https://www.tampermonkey.net/) extension.## Installation
1. **Install Tampermonkey**
- [Tampermonkey for Google Chrome](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)
- [Tampermonkey for Firefox](https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/)
- [Tampermonkey for Edge](https://microsoftedge.microsoft.com/addons/detail/tampermonkey/iikmkjmpaadaobahmlepeloendndfphd)
- [Tampermonkey(Beta) for Opera](https://addons.opera.com/en-gb/extensions/details/tampermonkey-beta/)2. **Open Tampermonkey Dashboard**
Select the Tampermonkey extension in your browser and click on "Dashboard".2. **Install the Script**
[Click Here and Press Install](https://github.com/TheRealKoeDev/AdBlockScriptForYoutube/raw/main/script.user.js). If that does not work then:- Open the Editor by clicking on the "[+]" tab above the Tampermonkey Dashboard.
- Copy and paste the contents of the script into the editor.
- Click "File" => "Save"3. **Enable the Script**
Enable the script by clicking the switch next to the script name in the Tampermonkey Dashboard.4. **Hard-Reload or close all open Youtube Tabs**
The new extension and script will not run in tabs that were open during the installation.
Go into your browsers address bar and press Enter for each open YouTube tab or just close them.5. **[Optional] Disable other AdBlockers on YouTube**
Other AdBlockers might still be detected by YouTube and trigger some unpleasant dialogs that this script does not cover.
Most of these AdBlockers can be disabled for a specific site (in this case https://www.youtube.com/), follow the instructions of the respective AdBlocker to do that.## Usage
The script should automatically block all YouTube-Ads once it is installed and enabled.
## Contribution
Feel free to create issues, pull requests or forks of this repository.
You can also copy or modify the code any way you like in accordance with the [MIT License](LICENSE).## License
This project is licensed under the [MIT License](LICENSE).