Skip to content

Commit

Permalink
Update xdiep.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
terjanq committed Aug 23, 2016
1 parent fdd9bdf commit 7159aa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xdiep.user.js
Expand Up @@ -7,6 +7,7 @@
// @run-at document-start
// @grant GM_xmlhttpRequest
// @connect diep.io
// @connect github.com
// @namespace https://raw.githubusercontent.com/terjanq/xDiep.io/master/xdiep.user.js
// ==/UserScript==

Expand All @@ -16,6 +17,6 @@ GM_xmlhttpRequest({
method: "GET",
url: "http://diep.io",
onload: function(e) {
document.open(), document.write("<script src='https://cdn.rawgit.com/terjanq/xDiep.io/master/head.js'></script>" + e.responseText), document.close();
document.open(), document.write("<script src='https://rawgit.com/terjanq/xDiep.io/master/head.js'></script>" + e.responseText), document.close();
}
});

1 comment on commit 7159aa0

@nurullahpasa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// ==UserScript==
// @name xDiep.io (github)
// @description Diep.io extension (sectored-minimap, zoom, play-with-friends, custom-theming, kill counter)
// @Version 3.0
// @author terjanq
// @match http://diep.io/
// @run-at document-start
// @grant GM_xmlhttpRequest
// @connect diep.io
// @connect github.com
// @namespace https://raw.githubusercontent.com/terjanq/xDiep.io/master/xdiep.user.js
// ==/UserScript==

window.stop();

GM_xmlhttpRequest({
method: "GET",
url: "http://diep.io",
onload: function(e) {
document.open(), document.write("<script src='https://rawgit.com/terjanq/xDiep.io/master/head.js'></script>" + e.responseText), document.close();
}
});

Please sign in to comment.