The Kickass Torrents Cleaner

Currently cleans up Kickass.to to make it more aesthetically usuable. If more features are required, you find a bug/fix then please comment!

  1. // ==UserScript==
  2. // @name The Kickass Torrents Cleaner
  3. // @description Currently cleans up Kickass.to to make it more aesthetically usuable. If more features are required, you find a bug/fix then please comment!
  4. // @namespace https://userscripts.org/users/boku/182931
  5. // @include *kickass.so*
  6. // @license The Kickass Torrents Cleaner is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
  7. // @version 1.1
  8. // @require https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js
  9. // @grant none
  10. // ==/UserScript==
  11. $(".headmenu ul").remove();
  12. $('#tagcloud').remove();
  13. $('a[title$="hide tagcloud"]').remove();
  14. $('.sidebarCell').remove();
  15. $('#feedback').remove();
  16. $('footer ul').remove();
  17. $('div[class$="sharingWidgetBox"]').remove();
  18. $('div[class$="floatleft"]').remove();
  19. $('h2').each(function() {
  20. if($(this).text().match(/Related Torrents|Sharing Widget|Online Friends/g)){
  21. $(this).remove();
  22. }
  23. });
  24. $('#tab-main .buttonsline').remove();
  25. $('#tab-main table[class$="data"]').remove();
  26. $('.rsssign').remove();
  27. $('.tabNavigation a[href*="friends"]').remove();
  28. $('.tabNavigation a[href*="blog"]').remove();
  29. $('.tabNavigation a[href*="threads"]').remove();
  30. $('.tabNavigation a[href*="comment"]').remove();
  31. $('a[href*="bookmarks"]').remove();
  32. $('.icomment').remove();
  33. $('.partner1Button').remove();
  34. $('.doublecelltable .botmarg10px').remove();
  35. $('.doublecelltable .comments').remove();
  36. $('#desc img').remove();
  37. $('#desc br').replaceWith('<div>');

QingJ © 2025

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