Skip to content

Instantly share code, notes, and snippets.

View Osahashi's full-sized avatar

Osa Osahashi

View GitHub Profile
@ikeman2003
ikeman2003 / AutoChatResize.user.js
Last active April 30, 2023 22:35
Automatically enable Twitch Chat Resize experiment with FrankerFaceZ
// ==UserScript==
// @name AutoChatResize
// @namespace https://github.com/ikeman2003/UserscriptRepo
// @version 0.2.1
// @description Auto enable Twitch Chat Resize experiment
// @author ikeman2003 (fork of th3an7 AutoWARP)
// @downloadURL https://raw.githubusercontent.com/ikeman2003/UserscriptRepo/main/Userscripts/Twitch/AutoChatResize.user.js
// @updateURL https://raw.githubusercontent.com/ikeman2003/UserscriptRepo/main/Userscripts/Twitch/AutoChatResize.user.js
// @match https://www.twitch.tv/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitch.tv
@ikeman2003
ikeman2003 / AutoChatHistory.user.js
Last active April 30, 2023 22:45 — forked from th3an7/AutoWARP.js
Automatically enable Twitch Chat History experiment with FrankerFaceZ
// ==UserScript==
// @name AutoChatHistory
// @namespace https://github.com/ikeman2003/UserscriptRepo
// @version 0.2.4
// @description Auto enable Twitch Chat History experiment
// @author ikeman2003 (fork of th3an7 AutoWARP)
// @downloadURL https://raw.githubusercontent.com/ikeman2003/UserscriptRepo/main/Userscripts/Twitch/AutoChatHistory.user.js
// @updateURL https://raw.githubusercontent.com/ikeman2003/UserscriptRepo/main/Userscripts/Twitch/AutoChatHistory.user.js
// @match https://www.twitch.tv/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitch.tv
@SkyyySi
SkyyySi / youtube-vanced-alternatives.md
Last active April 21, 2025 22:16
A list of alternatives after the shutdown of Vanced

NONE OF THESE CLIENTS ARE VERIFIED BY ME FOR SECURITY OR ANYTHING ELSE! USE AT YOUR OWN RISK!

These are the current alternatives (with links when possible):

@GrzegorzManiak
GrzegorzManiak / index.js
Created December 3, 2021 18:20
Removes the annoying popup on Wikipedia asking for donations using Tamper Monkey
// ==UserScript==
// @name wikipedia donation blocker
// @namespace http://tampermonkey.net/
// @version 0.1
// @description We ask you, humbly: dont remind me again.
// @author github.com/GrzegorzManiak
// @match https://*.wikipedia.org/*
// @icon https://www.google.com/s2/favicons?domain=wikipedia.org
// @grant none
// ==/UserScript==
@patrickroberts
patrickroberts / snowflake.user.js
Last active December 3, 2021 19:42
Let it snow
// ==UserScript==
// @name Snow
// @version 1.0
// @description Make it snow
// @match *://*/*
// @grant none
// ==/UserScript==
(() => {
'use strict';
@Jabarabo
Jabarabo / githubpull.md
Last active April 2, 2025 08:15
Gist of a stolen gist
@gmolveau
gmolveau / firefox_dark_background.md
Last active April 1, 2025 08:41
Firefox dark background / theme for new tab and loading screen

Firefox Dark Background

  • How to change the background on Firefox to a dark one on new tab / loading screen ?

Procedure

  • Type about:config in the URL bar
  • Search toolkit.legacyUserProfileCustomizations.stylesheets and double-click the field to set it to true
  • Type about:support in the URL bar
  • Look for Profile folder field and click on the open button next to it.
@youtubetomp3converterapi
youtubetomp3converterapi / YoutubeDownloader.user.js
Last active December 24, 2022 07:43
This allows All browser users to download and convert YouTube videos to mp3 (320) kbps files and also videos with a variety of high quality options 2160p (4k), 1440p (2k), 1080p (HD), 720p (HD), 480p, 360p, 144p etc. This video quality is supported for all available video formats (MP4, WEBM, 3GP). Then Visit https://www.youtube.com/new
// ==UserScript==
// @name Vevioz Youtube Downloader
// @description This extension add a download tab button on any Youtube page and allows you to download MP3 & Video with just one click (1080,2K,4K,8K Ultra High Definition Supported).
// @icon https://assets.vevioz.com/addons/images/favicon.ico
//
// @author Vevioz Enterprise
// @namespace https://developers.vevioz.com
//
// @license GPLv3 - https://www.gnu.org/licenses/gpl-3.0.txt
// @copyright Copyright (C) 2022, by Developer.vevioz.com
@bagder
bagder / trrprefs.md
Last active December 27, 2022 05:17
This once held TRR prefs. Now it has moved.

NOTE

This content has moved.

Please go to bagder/TRRprefs for the current incarnation of the docs, and please help us out polish and maintain this documentation!

@Pulimet
Pulimet / AdbCommands
Last active April 21, 2025 18:18
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.