Affiliate killer

No more Affiliate Link! Plz Original URL!

< 脚本Affiliate killer的反馈

评价:好评 - 脚本运行良好

§
发表于:2016-07-03
编辑于:2016-07-03

// ==UserScript==
// @name 2chav Direct Link
// @description Strips jump page.
// @namespace sandbox
// @include http://2chav.com/*
// @version 1.1
// ==/UserScript==

(function(){
var links = document.querySelectorAll('a');
Array.prototype.forEach.call(links, function (a) {
var b = a.href.match(/^http:\/\/(www\.)?dmm\.co\.jp\/(.+)\/2chavnews-001/);
if (b) {
a.href = a.href.replace(/\/2chavnews-001(\/)?/gi,'');
//alert(a.href);
}
});
})();

发表回复

登录(不可用)以发表回复。

QingJ © 2025

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