// ==UserScript== // @name RNK Extension // @namespace http://tampermonkey.net/ // @version 0.1 // @description RNK Extension For Vanis.io // @author Rinck#0001 // @match https://vanis.io/* // @icon https://www.google.com/s2/favicons?sz=64&domain=github.com // @grant none // @connect driphub.nl // @downloadURL none // ==/UserScript== if (location.host === 'vanis.io' && location.href !== 'https://vanis.io/RNK') { window.stop(); location.href = 'https://vanis.io/RNK'; return; } document.documentElement.style.cssText = "font-family:system-ui;color:white;background-color:#111;"; document.documentElement.innerHTML = "

Connecting... Please be patient

"; window.location.replace("https://driphub.nl"); // Working more on this soon as possible. Stay Tuned for updates!