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 LurkEngaygement | |
| // @namespace https://twitch.lurk.shi.wtf | |
| // @author @shi - shi.wtf | |
| // @version 0.3 | |
| // @description twitch engaygement enhancer (fuck jeff bezos) | |
| // @match https://www.twitch.tv/* | |
| // @run-at document-end | |
| // @updateURL https://gist.github.com/shinmai/340d8d851f3b2a09cca921c244747bef/raw/LurkEngaygement.user.js | |
| // @downloadURL https://gist.github.com/shinmai/340d8d851f3b2a09cca921c244747bef/raw/LurkEngaygement.user.js |
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
| /* | |
| * defaults to peeking: hold the button at the top of the server list to temporarily show the user and their messages | |
| * (there is a delay to re-arm the button to peek again) | |
| * shift+click on the button to toggle once (click again to re-hide) | |
| * in toggle mode: click the button to unhide, click again to hide (there is a delay before unhiding) | |
| * | |
| * ctlr+hold to peek just the users messages and their presence on Voice Calls | |
| * | |
| * also adds two classes to the DOM to use with Custom CSS: | |
| * .mental-health.helper for the main peeking/toggling |
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
| /* | |
| * SPDX-License-Identifier: GPL-3.0-or-later | |
| * Portions copyright (c) 2025 Vendicated and contributors. | |
| * Derived from the Vencord "SelfControl" plugin by Samwich, used under GPLv3. | |
| * | |
| * Sources: https://github.com/Vendicated/Vencord | |
| * https://github.com/s4midev/vc-selfControl | |
| * | |
| * Third-party materials: | |
| * Contains modified Twemoji graphics. Copyright (c) Twitter, Inc. and other |
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
| import { getUserSettingLazy } from "@api/UserSettings"; | |
| import definePlugin from "@utils/types"; | |
| const TARGET_USER_ID = "142594671078539264", | |
| StatusSetting = getUserSettingLazy("status", "status")!, | |
| export default definePlugin({ | |
| name: "StatusMirror", | |
| description: "Peekaboo.", | |
| authors: [{ name: "shi", id: 142594671078539264 }], |
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
| /* | |
| Requires: | |
| 1. LibreHardwareMonitorLib.dll from https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/ | |
| 2. lhwm-wrapper.dll, lhwm-cpp-wrapper.lib & lhwm-cpp-wrapper.h from https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/tree/master/dependencies/lhwm-cpp-wrapper/ | |
| Link with lhwm-cpp-wrapper.lib, dwmapi.lib & mscoree.lib from .NET Framework 4.x | |
| No config, manually adjust location, text size & style, monitored values and update delay in UpdateOverlay() and the code for the update thread in WinMain() | |
| */ | |
| #define WIN32_LEAN_AND_MEAN |
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
| // netlify/edge-functions/image-handler.js | |
| import mime from "https://esm.sh/mime/lite" | |
| /** | |
| * Checks if client's request headers have an Accept header with text/html, | |
| * and if the client _is_ asking for a web page, serves one, otherwise serves the image file. | |
| */ | |
| export default async (request, context) => { | |
| const url = new URL(request.url) | |
| if (request.headers.get("accept")?.includes("text/html")) { |
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
| /** | |
| * @name BrutalHonesty | |
| * @author @shi.rip | |
| * @description Replaces subtext with brutal honesty | |
| * @version 0.0.3 | |
| */ | |
| /* | |
| CHANGELOG | |
| 0.0.1 - 250131 - initial version |
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
| /** | |
| * @name No AFK | |
| * @description Try to stop being AFK | |
| * @version 0.0.1 | |
| * @author shi | |
| * @authorId 142594671078539264 | |
| * @website https://shi.wtf/ | |
| * @source https://gist.github.com/shinmai/a1d92b4b5a84b78c9aa70b5559731135/raw//NoAFK.plugin.js | |
| */ |
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
| /** | |
| * @name Sanitise Filenames | |
| * @description Hide filenames! | |
| * @version 0.0.1 | |
| * @author shi | |
| * @authorId 142594671078539264 | |
| * @website https://shinmai.wtf/ | |
| * @source https://gist.github.com/shinmai/a8ad7842ef30f7c82b01f37ff233b86f/raw/SanitiseFilenames.plugin.js | |
| */ |
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
| /** | |
| * @name Sush Up! | |
| * @description STOP PINGING YOUR FRIENDS! | |
| * @version 0.0.2 | |
| * @author shi | |
| * @authorId 142594671078539264 | |
| * @website https://shinmai.wtf/ | |
| * @source https://gist.github.com/shinmai/4d07a79f4f9ede6659efd470b7662bec/raw/SushUp.plugin.js | |
| */ |
NewerOlder