NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name slink.chat style // @namespace http://slink.chat/ // @version 1 // @description pixelesque old web style for slink.chat oddball nostalgists // @author atKing // @match https://slink.chat/* // @icon https://res.cloudinary.com/dfawecall/image/upload/t_media_lib_thumb/v1500956186/Logomakr_5NM6R1_ibdrdc.png // @grant none // @copyright 2022, atKing (https://openuserjs.org/users/atKing) // @license MIT // ==/UserScript== (function() { 'use strict'; var hbody = document.getElementsByTagName('BODY')[0]; var link = document.createElement('link'); var ver = 1 link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'https://file.garden/Ylf0t2A2LRQTk-Yu/forcss/lestyle.css'; hbody.appendChild(link); })(); // stupid whatever