Horror-Plus-v4.2

Extension 3rb.be Savage

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @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();
}
});