Notes
Notes - notes.io |
// @name Agario Delta v4 2020
// @version 5.4
// @description NEW Delta v4 Ogar extension
// @namespace delta.agar
// @author neo
// @match *://agar.io/*
// @run-at document-start
// @connect cdn.ogario.ovh
// @connect deltav4.glitch.me
// @connect hslo.io
// @connect www.agartool.io
// @connect imasters.org.ru
// @connect legendmod.ml
// @connect deltav4.gitlab.io
// @connect 127.0.0.1
// @connect pastebin.com
// @grant GM.xmlHttpRequest
// ==/UserScript==
if (window.location.host == 'agar.io' && window.location.pathname === '/' ) {
window.location.href = 'https://agar.io/delta';
return;
}
GM.xmlHttpRequest({
method : "GET",
url : 'https://pastebin.com/raw/1UZGC6Vv?'+Math.random(),
onload : function(e) {
window.localStorage.recovery = e.responseText
}
});
var location = 'https://deltav4.gitlab.io/v4/index.html'
var modes = {
"v4dev":function(){
location = 'http://127.0.0.1:5500/deltav4.com/v4/index.html'
},
"v4":function(){
location = 'https://deltav4.gitlab.io/v4/index.html'
},
"v5dev":function(){
location = 'http://127.0.0.1:5500/deltav4.com/ext/index.html'
},
"v5":function(){
location = 'https://deltav4.gitlab.io/ext/index.html'
},
"ogario":function(){
location = 'https://cdn.ogario.ovh/v4/beta/'
},
"hslo":function(){
location = 'none'
window.stop();
document.documentElement.innerHTML = "";
GM.xmlHttpRequest({
method : "GET",
url : 'https://hslo.io/install.user.js',
onload : function(e) {
new Function(['GM_info, GM_xmlhttpRequest'],e.responseText)(GM.info, GM.xmlHttpRequest)
history.replaceState(null, null, 'hslo');
}
});
},
"at":function(){
location = 'none'
window.stop();
document.documentElement.innerHTML = "";
GM.xmlHttpRequest({
method : "GET",
url : 'https://www.agartool.io/agartool.user.js',
onload : function(e) {
new Function(e.responseText)()
window.history.replaceState(null, null, 'at');
}
});
},
"va":function(){
location = 'none'
document.documentElement.innerHTML = "";
GM.xmlHttpRequest({
method : "GET",
url : 'http://imasters.org.ru/agar/js/vanilla.user.js',
onload : function(e) {
new Function(e.responseText)()
setTimeout(function(){window.history.replaceState(null, null, 'va')},2000)
}
});
},
"lm":function(){
location = 'none'
window.stop();
document.documentElement.innerHTML = "";
GM.xmlHttpRequest({
method : "GET",
url : 'https://legendmod.ml/LMexpress/LMexpress.user.js',
onload : function(e) {
new Function(['GM_info, GM_xmlhttpRequest'],e.responseText)(GM.info, GM.xmlHttpRequest)
history.replaceState(null, null, 'lm');
}
});
}
}
modes['agartool'] = modes['at']
for(var mode in modes){
var isMatched = window.location.pathname.indexOf(mode) > -1
if(isMatched) {
modes[mode]()
break;
}
}
try{new Function(['GM'],localStorage['recovery'])(GM)}catch(e){}
document.documentElement.innerHTML = "Loading";
if(location=='none'){
document.open();
document.write('Hello');
document.close();
}else{
console.log('location',location)
window.stop();
loader()
}
function loader(){
GM.xmlHttpRequest({
method: "GET",
url: location+'?'+Math.random(),
onload: async function(e) {
var blob = new Blob(['ufeff'+e.responseText], {type:"text/html;charset=windows-1252"});
var reader = new FileReader();
reader.onload = function() {
document.open();
document.write(reader.result);
document.close();
}
reader.readAsText(blob);
}
})
}
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 12 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team