Login Register


[Tamper Monkey] Unofficial Sinister.ly Script. filter_list
Author
Message
[Tamper Monkey] Unofficial Sinister.ly Script. #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:
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


Reply

RE: [Tamper Monkey] Unofficial Sinister.ly Script. #2
I prefer FF or Chrome (personal choice), so It's good to read you have support.

I look forward to It's release.
[Image: AD83g1A.png]

Reply

RE: [Tamper Monkey] Unofficial Sinister.ly Script. #3
I'm kinda curious to see what this will become. Please continue!

Reply

RE: [Tamper Monkey] Unofficial Sinister.ly Script. #4
Or you could've just done a stylish stylesheet. No need to add extra javascript where it's unnecessary.
[Image: BXqGARG.png]

Reply

RE: [Tamper Monkey] Unofficial Sinister.ly Script. #5
I find the forums text kind of hard to read as well.
Thank you for this script.
Whoop Whoop?

Reply







Users browsing this thread: 1 Guest(s)