Advertisement
bobby_boy49

my personal zoro.to cleaner

Feb 24th, 2022 (edited)
820
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         zoro.to clean up! + Show Comments removed
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  pastebin version
  6. // @author       You
  7. // @match        *://zoro.to/*
  8. // @icon         https://zoro.to/images/touch-icon-192x192.png
  9. // @run-at       document-end
  10. // @grant        none
  11. // ==/UserScript==
  12.  
  13. //-- This is my repository --> https://github.com/bobby-boy49/zoro.to-clean-up-script-
  14.  
  15. //-- for the users!
  16. jQuery(document).prop('title', 'Zoro Free Anime Streaming + script!')
  17.  
  18.  
  19. //-- removed share icon
  20. jQuery('.share-icon').remove()
  21.  
  22.  
  23. //-- share text removed
  24. jQuery('.share-buttons-block').remove()
  25.  
  26.  
  27. //-- manga reader banner removed
  28. jQuery('.mba-block').remove()
  29.  
  30.  
  31. //-- Show Comments removed
  32. jQuery('.display-toggle').remove()
  33.  
  34.  
  35. //-- removed share text at the bottom
  36. jQuery('.top').remove()
  37.  
  38.  
  39. //-- removed social
  40. jQuery('a').removeClass('zr-social-button dc-btn')
  41.  
  42. jQuery('i').removeClass('fab fa-discord')
  43.  
  44. jQuery('i').removeClass('fa-telegram-plane')
  45.  
  46. jQuery('i').removeClass('fa-reddit-alien')
  47.  
  48. jQuery('i').removeClass('fa-twitter')
  49.  
  50. jQuery('div').removeClass('zrg-list')
  51.  
  52. jQuery('div').removeClass('footer-joingroup')
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement