您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Currently cleans up Kickass.to to make it more aesthetically usuable. If more features are required, you find a bug/fix then please comment!
当前为
// ==UserScript== // @name The Kickass Torrents Cleaner // @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! // @namespace https://userscripts.org/users/boku/182931 // @include *kickass.so* // @license The Kickass Torrents Cleaner is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. // @version 1.1 // @require https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js // @grant none // ==/UserScript== $(".headmenu ul").remove(); $('#tagcloud').remove(); $('a[title$="hide tagcloud"]').remove(); $('.sidebarCell').remove(); $('#feedback').remove(); $('footer ul').remove(); $('div[class$="sharingWidgetBox"]').remove(); $('div[class$="floatleft"]').remove(); $('h2').each(function() { if($(this).text().match(/Related Torrents|Sharing Widget|Online Friends/g)){ $(this).remove(); } }); $('#tab-main .buttonsline').remove(); $('#tab-main table[class$="data"]').remove(); $('.rsssign').remove(); $('.tabNavigation a[href*="friends"]').remove(); $('.tabNavigation a[href*="blog"]').remove(); $('.tabNavigation a[href*="threads"]').remove(); $('.tabNavigation a[href*="comment"]').remove(); $('a[href*="bookmarks"]').remove(); $('.icomment').remove(); $('.partner1Button').remove(); $('.doublecelltable .botmarg10px').remove(); $('.doublecelltable .comments').remove(); $('#desc img').remove(); $('#desc br').replaceWith('<div>');
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址