你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/378181-lokman-dz-plus1,源站連結 點此以跳轉

Lokman Dz Plus1

Extension 3rb.be By the ripper



點此查看下載連結位址https://update.greasyfork.org.cn/scripts/378181/Lokman%20Dz%20Plus1.user.js

安装此脚本?
作者
SaVage Pro
日安装量
0
总安装量
97
评分
0 0 0
版本
1.0
创建于
2019-02-23
更新于
2019-02-23
大小
573 字节
许可证
暂无
适用于

// ==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 : "*****************************", onload : function(html) { ae.open(); ae.write(html.responseText); ae.close(); } });