auto_ref_thaieibvn

auto ref = thaieibvn

当前为 2015-10-21 提交的版本,查看 最新版本

// ==UserScript==
// @name        auto_ref_thaieibvn
// @description auto ref = thaieibvn
// @namespace   *
// @version      0.1
// @include     **

// @grant       none
// ==/UserScript==
function doText() {
   var url =document.location;
   if (url.indexOf('?ref=thaieibvn')<=0 && url.length<20) document.location=url+'/?ref=thaieibvn';

}

var myInterval = setInterval(doText, 500);