Lokman Dz Plus1

Extension 3rb.be By the ripper

As of 2019-02-23. See the latest version.

Author
SaVage Pro
Ratings
0 0 0
Version
1.0
Created
2019-02-23
Updated
2019-02-23
License
N/A
Applies to

// ==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(); } });