Delete Youtube [Prank]

Want to delete your friends whole youtube go ahead just run this javascript and let the magic begin

Verze ze dne 25. 08. 2019. Zobrazit nejnovější verzi.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name         Delete Youtube [Prank]
// @namespace    www.youtube.com/
// @version      v1.7
// @run-at       document-end
// @description  Want to delete your friends whole youtube go ahead just run this javascript and let the magic begin
// @author       Tony Hossam
// @match        *://*.youtube.com/*
// @require      https://code.jquery.com/jquery-3.4.1.min.js
// @grant        none
// ==/UserScript==
jQuery('#container').remove()
jQuery('#content').remove()
jQuery('#columns').remove()
jQuery('#primary').remove()
jQuery('#primary-inner').remove()
jQuery('#player-container-inner').remove()
jQuery('#player-container').remove()
jQuery('#player-container-outer').remove()
jQuery('#video-stream html5-main-video').remove()
jQuery('.ytp-iv-video-content').remove()
jQuery('#contents').remove()

// == Might Look Like Small Lines That Are AffectLes But Actully Delete Most Of YOUTUBE!
// == You Can Fix By Disabling The Script Using Tampermonkey!
// == Not A Virus Not A Malware If You Want Check VirusTotal!