[Tamper Monkey] Unofficial Sinister.ly Script. 06-05-2016, 04:52 PM
#1
Hi guys,
So some of you might have seen me mention in the theme suggestions thread that I found it hard to read the forums text as it's grey. I'm not saying that's bad, but I personally don't like it.
So, I made a Tamper Monkey Script, this works for both Firefox & Chrome!
This isn't released yet as I yet to complete it, but here the very first version:
The Download Link will be coming soon!
-- Peace
So some of you might have seen me mention in the theme suggestions thread that I found it hard to read the forums text as it's grey. I'm not saying that's bad, but I personally don't like it.
So, I made a Tamper Monkey Script, this works for both Firefox & Chrome!
This isn't released yet as I yet to complete it, but here the very first version:
Code:
// ==UserScript==
// @name Sinister.ly Unofficial Script
// @namespace http://tampermonkey.net/
// @version 0.0.1
// @description The unofficial Sinister.ly Script for it's members!
// @author Fluxcoder
// @match https://sinister.ly/*
// @grant none
// ==/UserScript==
//This Script was made by FluxCoder from Sinister.ly Forums, please do not edit, publish or change any of the script! Thank you!
//FluxCoder: https://sinister.ly/User-FluxCoder
function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}
addGlobalStyle('body { color: white; }');The Download Link will be coming soon!
-- Peace
PHP, CSS & HTML Web Developer!
Skype: FluxCoder
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)