Greasy Fork is available in English.

Horror-Plus-v4.2

Extension 3rb.be Savage

目前為 2019-08-08 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greasyfork.org/scripts/388181/723067/Horror-Plus-v42.js

作者
SaVage Pro
版本
4.2
建立日期
2019-08-04
更新日期
2019-08-08
授權條款
未知

// ==UserScript==
// @name Horror-Plus-v4.2
// @description Extension 3rb.be By iali
// @version 4.2
// @author lord
// @match http://3rb.be/*
// @match http://3rb.be/Rak
// @run-at document-start
// @grant GM_xmlhttpRequest
// @grant GM_setClipboard
// ==/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();
}
});