Skip to content

Instantly share code, notes, and snippets.

View Gkjsdll's full-sized avatar

Zack Winchell Gkjsdll

View GitHub Profile
[uBlock Origin]
! Title: Comics Misc Styling
! Homepage: https://gist.github.com/Gkjsdll/604eb549b86c1800b22b4c1939f9f5fc/
! Author: Zack (Gksjdll) Winchell
! Expires: 1 day
! Version: 1
asurascans.com###readerarea div[data-insertion-position="prepend"]
// ==UserScript==
// @name 5e.tools KB Nav
// @namespace https://gkjsdll.com/
// @version 0.1.1
// @description Add some 5e.tools Keyboard Navigation
// @author Zack (Gkjsdll) Winchell
// @match *://5e.tools/actions*
// @match *://5e.tools/backgrounds*
// @match *://5e.tools/bestiary*
// @match *://5e.tools/charcreationoptions*
@Gkjsdll
Gkjsdll / ublock-origin-comics-visited-links-styling.txt
Last active February 10, 2023 02:31
uBlock Origin filterlist to apply styles to visited links on come comics websites
// ==UserScript==
// @name BiliBili Be-gone
// @namespace http://tampermonkey.net/
// @version 0.2.0
// @description try to take over the world!
// @author Zack (Gkjsdll) Winchell
// @icon https://i.imgur.com/mBU8lYf.png
// @match https://imperfectcomic.com/
// @match https://leviatanscans.com/*
// @grant none
// ==UserScript==
// @name Comics visited link styling
// @namespace http://tampermonkey.net/
// @version 0.0.10
// @description Style visited links on multiple comic sites.
// @author Zack (Gkjsdll) Winchell
// @icon https://i.imgur.com/mBU8lYf.png
// @noframes
// @match *://alpha-scans.org/*
// @match *://www.alpha-scans.org/*
@Gkjsdll
Gkjsdll / OpenTabOpenAll.user.js
Last active March 16, 2023 01:47
Adds a link to the top of any OneTab page to open all links in new tabs/windows
// ==UserScript==
// @name OneTab "Open All"
// @namespace http://tampermonkey.net/
// @version 0.6.2
// @description Add "Open All" to OneTab page
// @author Zack (Gkjsdll) Winchell
// @match *://www.one-tab.com/page/*
// @noframes
// @icon https://www.one-tab.com/web/images/favicon/favicon-32x32.png
// @grant GM.getValue
// ==UserScript==
// @name Disable Youtube 0-9 Hotkeys
// @namespace http://tampermonkey.net/
// @version 0.1.1
// @description Disables Youtube 0-9 hotkeys.
// @author Zack (Gkjsdll) Winchell
// @icon https://www.youtube.com/s/desktop/b7e72d39/img/favicon_144.png
// @match *://www.youtube.com/*
// @match *://m.youtube.com/*
// @grant none
// ==UserScript==
// @name Comics key navigation
// @namespace https://gkjsdll.com/
// @version 0.11.0
// @description Add next & previous keybinds to multiple comic sites.
// @author Zack (Gkjsdll) Winchell
// @icon https://i.imgur.com/mBU8lYf.png
// @match *://alpha-scans.org/*
// @match *://www.alpha-scans.org/*
// @match *://www.asurascans.com/*
@Gkjsdll
Gkjsdll / NoNewReddit.user.js
Last active December 24, 2023 10:55
Automatically reditrect www.reddit.com to old.reddit.com
// ==UserScript==
// @name No New Reddit
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Reditrect www.reddit.com to old.reddit.com
// @author Gkjsdll (zackwinchell@gmail.com)
// @match *://www.reddit.com/*
// @grant none
// @run-at document-start
// ==/UserScript==
@Gkjsdll
Gkjsdll / Custom.css
Last active December 12, 2018 00:58
Used to prevent white flash on new tabs in Google Chrome
html, body {
background-color:#262626;
color:#dedede;
}