Youtube (AdBlocker)

Helps you browse youtube like a king with nothing stopping you! (This adblocker disables the like and dislike function completely!)

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

// ==UserScript==
// @name         Youtube (AdBlocker)
// @version      v2.6
// @description  Helps you browse youtube like a king with nothing stopping you! (This adblocker disables the like and dislike function completely!)
// @author       Exotic Scripts
// @require      https://code.jquery.com/jquery-3.5.1.min.js
// @run-at       document-end
// @iconURL      https://cdn3.iconfinder.com/data/icons/social-media-logos-flat-colorful/2048/5295_-_Youtube_I-512.png
// @match        https://www.youtube.com/*
// @copyright    exotic (2019-2020)
// @grant        none
// @namespace https://greasyfork.org/users/673343
// ==/UserScript==
jQuery('#info-container').remove()
jQuery('#player').remove()
jQuery('#banner').remove()
jQuery('#click-target').remove()
jQuery('#button').remove()
setInterval(function() {
    jQuery('#masthead-ad').remove()
}, 100);
setInterval(function() {
    jQuery('#title').remove()
}, 100);
setInterval(function() {
    jQuery('#description').remove()
}, 100);
setInterval(function() {
    jQuery('#format-container').remove()
}, 100);
jQuery('#text').remove()
jQuery('#paper-button').remove()
jQuery('.ytd-button-renderer').remove()
jQuery('#text').remove()
jQuery('#paper-button').remove()
jQuery('.ytd-button-renderer').remove()
jQuery('#text').remove()
jQuery('#paper-button').remove()
jQuery('.ytd-button-renderer').remove()
jQuery('#text').remove()
jQuery('#paper-button').remove()
jQuery('.ytd-button-renderer').remove()
jQuery('#text').remove()
jQuery('#paper-button').remove()
jQuery('.ytd-button-renderer').remove()
jQuery('#text').remove()
jQuery('#paper-button').remove()
jQuery('.ytd-button-renderer').remove()
setInterval(function() {
    jQuery('#paper-button').remove()
}, 1000);
setInterval(function() {
    jQuery('.ytd-menu-renderer').remove()
}, 1000);
setInterval(function() {
    jQuery('#root-container').remove()
}, 1000);
setTimeout(function() {
    jQuery('#paper-button').remove()
}, 5000);
jQuery('#banner').remove()
setInterval(function() {
    jQuery('#block').remove()
}, 1000);
setInterval(function() {
    jQuery('.ytp-ad-text-overlay').remove()
}, 100);