Delete Youtube [Prank]

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

  1. // ==UserScript==
  2. // @name Delete Youtube [Prank]
  3. // @namespace www.youtube.com/
  4. // @version v1.7
  5. // @run-at document-end
  6. // @description Want to delete your friends whole youtube go ahead just run this javascript and let the magic begin
  7. // @author Tony Hossam
  8. // @match *://*.youtube.com/*
  9. // @require https://code.jquery.com/jquery-3.4.1.min.js
  10. // @grant none
  11. // ==/UserScript==
  12. jQuery('#container').remove()
  13. jQuery('#content').remove()
  14. jQuery('#columns').remove()
  15. jQuery('#primary').remove()
  16. jQuery('#primary-inner').remove()
  17. jQuery('#player-container-inner').remove()
  18. jQuery('#player-container').remove()
  19. jQuery('#player-container-outer').remove()
  20. jQuery('#video-stream html5-main-video').remove()
  21. jQuery('.ytp-iv-video-content').remove()
  22. jQuery('#contents').remove()
  23.  
  24. // == Might Look Like Small Lines That Are AffectLes But Actully Delete Most Of YOUTUBE!
  25. // == You Can Fix By Disabling The Script Using Tampermonkey!
  26. // == Not A Virus Not A Malware If You Want Check VirusTotal!

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址