Greasy Fork

来自缓存

Greasy Fork is available in English.

ZhuiXinFan Magnet Link

Convert ZhuiXinFan magnet link to clickable

当前为 2017-09-02 提交的版本,查看 最新版本

// ==UserScript==
// @name        ZhuiXinFan Magnet Link
// @namespace   localhost
// @include     http://www.zhuixinfan.com/main.php?mod=viewresource*
// @version     1
// @require     http://code.jquery.com/jquery-3.2.1.min.js
// @grant       none
// @description:en Convert ZhuiXinFan magnet link to clickable
// @description Convert ZhuiXinFan magnet link to clickable
// ==/UserScript==
this.$ = this.jQuery = jQuery.noConflict(true);
html = $("#torrent_url").html();
$("#torrent_url").replaceWith("<a href='"+html+"' class='a1'>"+html+"</a>");