Skip to content

Instantly share code, notes, and snippets.

View dvingerh's full-sized avatar
💭
I may be slow to respond.

Dirk Vingerhoeds dvingerh

💭
I may be slow to respond.
View GitHub Profile
@dvingerh
dvingerh / discord.altmessagesendbutton.user.js
Created October 25, 2023 17:17
discord.altmessagesendbutton.user.js
// ==UserScript==
// @name Discord Add Send Button
// @description Discord Add Send Button
// @namespace Discord Add Send Button
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @require https://raw.githubusercontent.com/pie6k/jquery.initialize/master/jquery.initialize.min.js
// @match *://discord.com/*
// ==/UserScript==
const buttonHTML = `<div class="separator__8424b "><div class="send-button buttonContainer__9b459"><button aria-label="Send Message" type="button" disabled="" class="button__8d734 button_afdfd9 lookBlank__7ca0a colorBrand_b2253e grow__4c8a4"><div class="contents_fb6220 button_f0455c innerButton_debeee"><div style="opacity: 1; transform: none;" class="buttonWrapper__69593 buttonChild__7b90d disabled__74c03"><svg aria-hidden="true" role="img" class="sendIcon__461ff" width="16" height="16" viewBox="0 0 16 16"><path d="M8.2738 8.49222L1.99997 9.09877L0.349029 14.3788C0.250591 14.691 0.347154 15.0322 0.595581 15.246C0.843069 15.4597 1.19464 15.504
@dvingerh
dvingerh / mal.ratingnumber.user.js
Created August 5, 2022 16:16
MyAnimeList show rating number again
// ==UserScript==
// @name MyAnimeList Show Rating Number
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Add the reviewer's final rating to the rating verdict tag
// @author Cammy
// @match https://myanimelist.net/anime/*
// @match https://myanimelist.net/manga/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=myanimelist.net
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
@dvingerh
dvingerh / discord.removemostusedemojis.user.js
Created February 4, 2020 21:27
Discord Remove Most Used Emojis
// ==UserScript==
// @name Discord Remove Most Used Emojis
// @version 1
// @description Discord Remove Most Used Emojis
// @namespace Violentmonkey Scripts
// @grant GM_addStyle
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @require https://gist.github.com/notcammy/a8b37bc2f49a76c30220d80fdd661429/raw/3148bcb32b9f0ce30cc62ee684eb60962051bcfa/jquery.initialize.js
// @match *://discordapp.com/*
// @match *://cdn.discordapp.com/*
@dvingerh
dvingerh / discord.nitroemojinewtab.user.js
Created January 25, 2020 15:41
Useful for emote servers you're in but whose emotes you cannot access. Will open the greyed out emoji in a new tab.
// ==UserScript==
// @name Discord Nitro Emoji In New Tab
// @description Useful for emote servers you're in but whose emotes you cannot access if you don't have Nitro. Will open the greyed out emoji in a new tab.
// @namespace Violentmonkey Scripts
// @grant GM_addStyle
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @require https://raw.githubusercontent.com/pie6k/jquery.initialize/master/jquery.initialize.min.js
// @match *://discordapp.com/*
//
// ==/UserScript==
@dvingerh
dvingerh / instagram_allow_saveimage.user.js
Created November 7, 2019 14:21
instagram_allow_saveimage.user.js
// ==UserScript==
// @name instagram_allow_saveimage
// @namespace http://catherine.v0cyc1pp.com/instagram_allow_saveimage.user.js
// @include https://www.instagram.com/*
// @version 1.13
// @require http://code.jquery.com/jquery-2.2.4.min.js
// @grant none
// @run-at document-end
// @description Allow "Save image as..." on context menu of Instagram.
// @description KNOWN ISSUE: can't save videos.
@dvingerh
dvingerh / discord.rightclickcontextmenu.user.js
Last active February 4, 2020 21:13
Discord Right Click Context Menu
// ==UserScript==
// @name Discord Right Click Context Menu
// @description Discord Right Click Context Menu
// @namespace Discord Right Click Context Menu
// @version 12.17.2019.1
// @grant GM_addStyle
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @require https://raw.githubusercontent.com/pie6k/jquery.initialize/master/jquery.initialize.min.js
// @require https://raw.githubusercontent.com/MichaelZelensky/jsLibraries/master/macKeys.js
// @match *://discordapp.com/*
@dvingerh
dvingerh / discord.hideblockedmessagebar.user.js
Created September 10, 2019 08:42
Completely hides the clickable bar to view blocked user messages.
// ==UserScript==
// @name Discord Hide Blocked User Message Bar
// @description Completely hides the clickable bar to view blocked user messages.
// @namespace Violentmonkey Scripts
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @match *://discordapp.com/*
//
// ==/UserScript==
@dvingerh
dvingerh / mpc-hc-keys-empty.reg
Last active May 7, 2022 10:21
Clear / empty all MPC-HC hotkeys
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\MPC-HC\MPC-HC\Commands2]
"CommandMod0"="969 1 0 \"\" 5 0 0 0"
"CommandMod1"="800 1 0 \"\" 5 0 0 0"
"CommandMod2"="801 1 0 \"\" 5 0 0 0"
"CommandMod3"="802 1 0 \"\" 5 0 0 0"
"CommandMod4"="976 1 0 \"\" 5 0 0 0"
"CommandMod5"="805 1 0 \"\" 5 0 0 0"
"CommandMod6"="806 1 0 \"\" 5 0 0 0"
This file has been truncated, but you can view the full file.
// ==UserScript==
// @name 4channel X
// @version 1.14.3.2
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4channel-X
// @description Cross-browser userscript for maximum lurking on 4chan.
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
// @include http://boards.4channel.org/*
// @include https://boards.4channel.org/*
@dvingerh
dvingerh / youtube.focussearch.user.js
Created October 14, 2018 22:14
YouTube Focus Searchbar
// ==UserScript==
// @name YouTube Focus Searchbar
// @namespace Dabberino
// @version 0.1
// @description try to take over the dab
// @author Cammy
// @include *youtube.com*
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @require https://raw.githubusercontent.com/pie6k/jquery.initialize/master/jquery.initialize.min.js