Brokenlinkcheck Remove Unuse Link

用来移除磁力链以及ed2k这些链接的

  1. // ==UserScript==
  2. // @name Brokenlinkcheck Remove Unuse Link
  3. // @namespace https://gf.qytechs.cn/users/85
  4. // @description 用来移除磁力链以及ed2k这些链接的
  5. // @include http://www.brokenlinkcheck.com/broken-links.php#status
  6. // @require http://code.jquery.com/jquery-2.1.4.min.js
  7. // @require https://gf.qytechs.cn/scripts/13495-jquery-resize/code/jquery-resize.js
  8. // @version 1
  9. // @grant none
  10. // @run-at document-end
  11. // ==/UserScript==
  12.  
  13. $('#inputForm').resize(function(){
  14. console.log('resize');
  15. $('input[value*="ed2k://"]').parent().parent().remove();
  16. $('input[value*="qqdl://"]').parent().parent().remove();
  17. $('input[value*="thunder://"]').parent().parent().remove();
  18. $('input[value*="flashget://"]').parent().parent().remove();
  19. $('input[value*="magnet:?xt=urn:btih"]').parent().parent().remove();
  20. });

QingJ © 2025

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