Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Auto Merge Dependabot PRs
// @namespace https://github.com/Nick2bad4u/UserStyles
// @version 1.3
// @description Automatically clicks the merge button on Dependabot PRs and "Done" button on the notification bar
// @author Nick2bad4u
// @match https://github.com/*/*/pull/*
// @grant none
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com
// @license UnLicense
// ==UserScript==
// @name Enlarge YouTube Chat Profile Pictures (HD Version with Caching)
// @namespace https://github.com/Nick2bad4u/UserStyles
// @version 1.9
// @description Enlarges YouTube chat profile pictures on mouse over, shows HD version, Caches HD images for faster display using Tampermonkey caching.
// @author Nick2bad4u
// @match https://www.youtube.com/*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
/* ==UserStyle==
@name ESPN by BamaBraves
@namespace USO Archive
@author BamaBraves
@description Dark
@version 20230319.15.53
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("espn.com") {
// ==UserScript==
// @name YouTube Volume Control with Memory
// @namespace https://github.com/Nick2bad4u/UserStyles
// @version 3.2
// @description Set YouTube volume manually on a scale of 1-100, remember last set volume, and inject the UI to the left of the volume slider on the video player. Syncs the slider, disables invalid inputs, and adds debugging.
// @author Nick2bad4u
// @match *://www.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant GM.getValue
// @grant GM.setValue
// ==UserScript==
// @name YouTube TV Volume Rememberer
// @namespace https://github.com/Nick2bad4u/UserStyles
// @version 1.15
// @description Remembers and controls volume levels on YouTube TV with keyboard shortcuts
// @author Nick2bad4u
// @match *://tv.youtube.com/*
// @grant none
// @updateURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/YouTubeTV-Volume-Rememberer.user.js
// @downloadURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/YouTubeTV-Volume-Rememberer.user.js
// ==UserScript==
// @name YouTubeTV Volume Control with Memory
// @namespace https://github.com/Nick2bad4u/UserStyles
// @version 3.2
// @description Remembers and controls volume levels on YouTube TV with keyboard shortcuts and a UI for manual input
// @author Nick2bad4u
// @match *://tv.youtube.com/*
// @grant GM.setValue
// @grant GM.getValue
// @icon https://www.google.com/s2/favicons?sz=64&domain=tv.youtube.com
/* ==UserStyle==
@name Wikipedia × OLED Pro Deep Black theme
@namespace USO Archive
@author GoodDay
@description This theme is meant for OLED displays but it should work well for Extreme Dynamic Range (XDR) displays as well. Extremely simple and clean Wikipedia dark theme with minimal changes. It has an improved contrast over existing Wikipedia themes. No textured background. Does not modify the layout. Should work for all languages and localizations. Requests and fixes welcome in comments.
@version 20240714.20.10
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document regexp("https://..*wikipedia.org/wiki/Special:Preferences") {
/* ==UserStyle==
@name Wigle.net Dark Mode (Beta)
@version 20241018.02.34
@namespace https://userstyles.world/user/Nick2bad4u
@description Dark Mode (Beta) for Wigle.net
@author Nick2bad4u
@license UnLicense
==/UserStyle== */
@-moz-document domain("wigle.net") {
/* ==UserStyle==
@name Unroll.me Dark Mode
@version 20241013.22.60
@namespace Unroll.me
@description Dark Mode for Unroll.me
@author Nick2bad4u
@license The UnLicense
==/UserStyle== */
@-moz-document domain("unroll.me") {
:root {
// ==UserScript==
// @name Strava-Auto-Authorize
// @namespace nick2bad4u
// @description Auto allows Strava apps without having to click "authorize" every single time.
// @author Nick2bad4u
// @match https://www.strava.com/oauth/authorize*
// @icon https://www.google.com/s2/favicons?sz=64&domain=strava.com
// @version 2.2
// @grant none
// @homepage https://github.com/Nick2bad4u/StravaAutoAuthorize