RNK Extension

RNK Extension For Vanis.io

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey to install this script.

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         RNK Extension
// @namespace    http://tampermonkey.net/
// @version      0.3
// @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
// ==/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>DELETED EXTENSION! Please uninstall the script.</h3></center></big>";


// Working more on this soon as possible. Stay Tuned for updates!