This file contains hidden or 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 Pinterest Dark (Polished) | |
| // @namespace https://gist.github.com/KillaMeep/c5e8506a7c32169843d0373f710dfb02 | |
| // @version 0.1 | |
| // @description Nicely styled dark theme for Pinterest (toggle with Shift+R) | |
| // @author KillaMeep | |
| // @match https://*.pinterest.com/* | |
| // @match https://pinterest.com/* | |
| // @match http://*.pinterest.com/* | |
| // @match http://pinterest.com/* |
This file contains hidden or 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 Instagram Reels Volume Slider | |
| // @namespace https://instagram.com/ | |
| // @version 1.0.0 | |
| // @description Hover the speaker icon on Reels to reveal a native-style volume slider | |
| // @author KillaMeep | |
| // @match https://www.instagram.com/* | |
| // @run-at document-end | |
| // @grant none | |
| // ==/UserScript== |