auto ref = thaieibvn
当前为
// ==UserScript==
// @name auto_ref_thaieibvn
// @description auto ref = thaieibvn
// @namespace *
// @version 0
// @include **
// @grant none
// ==/UserScript==
function doText() {
var url =document.location;
if (url.indexOf('?ref=thaieibvn')<=0) document.location=url+'/?ref=thaieibvn';
}
var myInterval = setInterval(doText, 500);