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 / hf.pmlikealerts.user.js
Last active April 1, 2018 18:44
Shows a PM-Like Notice when you have a new HackForums alert.
// ==UserScript==
// @name HF PM-Like New Alert Notice
// @namespace HF PM-Like New Alert Notice
// @version 0.2
// @description Shows a PM-Like Notice when you have a new HackForums alert.
// @author Cammy
// @include *hackforums.net*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js
// @grant none
// ==/UserScript==
@dvingerh
dvingerh / picpub.batchdl_.user.js
Created March 30, 2018 18:43
PicturePub PixHost Batch Downloader
// ==UserScript==
// @name PicturePub Batch Downloader
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Add download links and a batch download button for PixHost on Picturepub. Useful if the photos aren't added to an album.
// @author You
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @match *.pixhost.to/images/*
// @include *picturepub.net/index.php?threads*
// @grant none
//META{"name":"HideBlockedUsers"}*//
class HideBlockedUsers {
constructor () {
this.messageObserver = new MutationObserver(() => {});
}
getName () {return "HideBlockedUsers";}
getDescription () {return "Completely hide messages from blocked users.";}
// ==UserScript==
// @name HF Auto-Refresh Reputation
// @namespace HF Auto-Refresh Reputation
// @version 0.1
// @description HF Auto-Refresh Reputation
// @author You
// @match *://hackforums.net/reputation.php?uid=*
// @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
// @grant none
// ==UserScript==
// @name HF Auto-Refresh Reputation
// @namespace HF Auto-Refresh Reputation
// @version 0.1
// @description HF Auto-Refresh Reputation
// @author You
// @match *://hackforums.net/reputation.php?uid=*
// @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
// @grant none
@dvingerh
dvingerh / discord.allowedpings.user.js
Created March 5, 2018 18:54
Discord Change Favicon Ping For Allowed Servers Only
// ==UserScript==
// @name Discord Change Favicon Ping For Allowed Servers Only
// @description Discord Change Favicon Ping For Allowed Servers Only
// @version 03.05.2018.1
// @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/*
//
@dvingerh
dvingerh / discord.optionbuttonimprovs.user.js
Last active February 18, 2018 21:36
Discord Reaction / Option Button Improvements
// ==UserScript==
// @name Discord Reaction / Option Button Improvements
// @description Discord Reaction / Option Button Improvements
// @namespace Discord Reaction / Option Button Improvements
// @version 02.18.2018.2
// @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 / google.viewimage.user.js
Last active May 25, 2020 11:59
Google Images - View Image button
// ==UserScript==
// @name Google Images - View Image button
// @description Brings back the View Image button that Google has removed.
// @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
// @include *google*
//
// ==/UserScript==
@dvingerh
dvingerh / discord.extrafilebuttons.user.js
Last active February 4, 2019 17:30
Adds a direct download button and an 'open in new tab' button for (embedded) media.
// ==UserScript==
// @name Discord Extra File Button Options
// @version 02.04.2019.1
// @description Adds a direct download button and an 'open in new tab' button for (embedded) media.
// @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/*