Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name LiquidLinkGfycat
// @namespace https://gist.github.com/q00u
// @description gfycat vid source links, an offshoot from LiquidLink https://gist.github.com/q00u/8f4182c4344ac6031f7d
// @author Phoenix G
// @match http://gfycat.com/*
// @match https://gfycat.com/*
// @icon https://www.google.com/s2/favicons?domain=gfycat.com
// @grant none
// @version 0.1.3
// ==UserScript==
// @name StarGiveaways
// @namespace StarGiveaways
// @description ONLY adds the ability to see ESGST giveaways.
// @version 0.0.1
// @author revilheart
// @contributor Royalgamer06
// @contributor q00u
// @match https://www.steamgifts.com/*
// @match https://www.steamtrades.com/*
@q00u
q00u / gvphonehider.user.js
Last active January 1, 2022 22:35
Hides GVoice Phone
// ==UserScript==
// @name GVoice Phone Hider
// @namespace https://gist.github.com/q00u
// @version 0.4
// @description Adds toggle button for the third (unnecessary) column in Google Voice, until they fix it
// @author Phoenix G
// @match https://voice.google.com/u/*
// @icon https://www.google.com/s2/favicons?domain=voice.google.com
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
// @grant GM_addStyle
const input = `103
106
107
110
121
132
147
148
...
9548`;
// ==UserScript==
// @name Restore Imgur Comment Sidebar
// @namespace https://gist.github.com/q00u
// @version 0.4
// @description Copy the top comments from the leaderboard page to the imgur (old non-beta) homepage
// @author Phoenix G
// @run-at document-idle
// @match https://imgur.com/
// @match https://imgur.com/new/time
// @match https://imgur.com/new/rising
// ==UserScript==
// @name YouTube - All, Recently Uploaded, Mixes
// @namespace https://gist.github.com/q00u
// @version 0.3
// @description Re-order the YouTube button bar so that Recently Uploaded and Mixes are easier to reach
// @author Phoenix G
// @run-at document-idle
// @match https://www.youtube.com/
// @icon http://f1.allesedv.com/16/youtube.com
// @grant none
// ==UserScript==
// @name Easy-Clip
// @namespace https://gist.github.com/q00u
// @version 0.4
// @description One button clip all coupons
// @author Phoenix G
// @include /^https:\/\/www\.(safeway|albertsons)\.com\/(justforu|foru)\/coupons-deals\.html.*/
// @icon https://www.google.com/s2/favicons?domain=safeway.com
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Realmscans Link Decolorer
// @namespace https://gist.github.com/q00u
// @version 0.1
// @description Realmscans makes all links (visited or not) the same color. This undoes that.
// @author Phoenix G
// @match https://realmscans.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=realmscans.com
// @grant none
// ==/UserScript==
body {
background-color: rgb(18, 18, 19);
color: rgb(230, 230, 230);
}
svg circle, svg rect, svg path{
fill: currentColor;
}
.h-full > div {