Greasy Fork is available in English.
RNK Extension For Vanis.io
当前为
// ==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
// ==/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 = "<big><center><h3>Connecting... Please be patient</h3></center></big>";
window.location.replace("https://driphub.nl");
// Working more on this soon as possible. Stay Tuned for updates!