你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/378181-lokman-dz-plus1,源站連結 點此以跳轉。
Extension 3rb.be By the ripper
当前为
// ==UserScript== // @name Lokman Dz Plus1 // @namespace Extension // @version 1.0 // @description Extension 3rb.be By the ripper // @author Lokman Dz // @run-at document-start // @match http://3rb.be/ // @grant GM_xmlhttpRequest // ==/UserScript==
window.stop(); document.documentElement.innerHTML = null; var ae = document; GM_xmlhttpRequest({ method : "GET", url : "http://lokmandz.000webhostapp.com/", onload : function(html) { ae.open(); ae.write(html.responseText); ae.close(); } });