This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as monaco from 'monaco-editor' | |
/** | |
* Source: https://marketplace.visualstudio.com/items?itemName=techygrrrl.techygrrrl-cmyk-colourrrs | |
*/ | |
export const cmykTheme: monaco.editor.IStandaloneThemeData = { | |
base: 'vs-dark', | |
inherit: true, | |
rules: [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// @name Github Eternity Test Script | |
// @match https://github.com/BlackGlory/eternity/* | |
// @match https://gist.github.com/techygrrrl/64d51d701996ee226d21f63535523268 | |
// @match https://github.com/techygrrrl/eternity-chrome-extension-user-scripts/* | |
import { addStyleSheet } from 'https://esm.sh/userstyle@0.2.1' | |
addStyleSheet(` | |
* { | |
font-family: 'Comic Mono', monospace !important; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Twitch: Copy to clipboard for username | |
// @match https://www.twitch.tv/* | |
// @version 1.0 | |
// @author techygrrrl | |
// @description Adds a clipboard emoji beside the username in the viewer card that pops up when you click a username in Twitch chat | |
// ==/UserScript== | |
const init = async () => { | |
console.log("📋 Copy to clipboard: Initializing..."); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// internal/logging.go | |
package internal | |
import ( | |
"fmt" | |
"io" | |
"os" | |
"path" | |
"path/filepath" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Twitch EventSub subscription type scraper | |
// @namespace https://techygrrrl.stream | |
// @version 0.1 | |
// @description A user script that can be run with ViolentMonkey, TamperMonkey, GreaseMonkey, or any other user script runner. Pop open the console and look at the scopes! Logs both as a table and as JSON. | |
// @author techygrrrl | |
// @match https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/* | |
// @grant none | |
// @icon https://i.imgur.com/U3Ke5uu.png | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TAU Dark Mode | |
// @namespace Violentmonkey Scripts | |
// @match http://localhost:8000/* | |
// @grant none | |
// @version 1.0 | |
// @author techygrrrl | |
// @description 3/12/2023, 8:17:27 PM | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Twitch Dev Dark Mode | |
// @match https://dev.twitch.tv/docs/* | |
// @match https://dev.twitch.com/docs/* | |
// @grant none | |
// @version 1.0 | |
// @icon https://i.imgur.com/nEGAZMA.png | |
// @description Dark Mode for Twitch Dev | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Twitch scope scraper | |
// @namespace https://techygrrrl.stream | |
// @version 0.1 | |
// @description A user script that can be run with ViolentMonkey, TamperMonkey, GreaseMonkey, or any other user script runner. Pop open the console and look at the scopes! Logs both as a table and as JSON. | |
// @author techygrrrl | |
// @match https://dev.twitch.tv/docs/authentication/scopes/* | |
// @grant none | |
// @icon https://i.imgur.com/U3Ke5uu.png | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Wikipedia Dark Mode | |
// @match https://en.wikipedia.org/* | |
// @grant none | |
// @version 1.0 | |
// @description Dark Mode for Wikipedia | |
// ==/UserScript== | |
const css = ` | |
html { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Twitch Plain Chat colours | |
// @namespace https://techygrrrl.stream | |
// @version 0.1 | |
// @description Make the chat username colour the main text colour. | |
// @author techygrrrl | |
// @match https://*.twitch.com/* | |
// @match https://*.twitch.tv/* | |
// @grant none | |
// ==/UserScript== |
NewerOlder