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.smarterembeds.user.js
Created April 17, 2017 15:22
It basically makes the embeds align horizontally, so when there's multitple links in the same message, it takes less space in the chat.
// ==UserScript==
// @name Discord SmarterEmbeds
// @namespace https://github.com/BeardDesign1/SmarterEmbeds
// @version 0.1
// @description It basically makes the embeds align horizontally, so when there's multitple links in the same message, it takes less space in the chat.
// @author BeardDesign1 & Cammy (userscript port)
// @match *discordapp.com/*
// @grant GM_addStyle
// ==/UserScript==
@dvingerh
dvingerh / hf.unclutterbanspage.user.js
Last active November 25, 2017 19:21
Because there's a lot of garbage on there. You can also set your own filters!
// ==UserScript==
// @name HF Unclutter bans.php page
// @namespace HF Unclutter bans.php page
// @version 0.4
// @description Because there's a lot of garbage on there. You can also set your own filters!
// @author Cammy
// @match *hackforums.net/bans.php
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js
// ==/UserScript==
@dvingerh
dvingerh / hf.citeprofilebutton.user.js
Last active February 7, 2018 11:04
HF Profile Citation Button - Cite profiles on HackForums easily.
// ==UserScript==
// @name HF Profile Citation Button
// @namespace Because HFES's is broken.
// @version 0.3
// @description Cite profiles on HackForums easily.
// @author Cammy uid=2219785
// @match *hackforums.net/member.php?action=profile&uid=*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
// @grant GM_setClipboard
// ==/UserScript==
var smartQuoteBackgroundColor = "#adb1a1"; // (Default: #adb1a1)
var smartQuoteTextColor = "#111111"; // (Default: #111111)
// Quote Header Colors (Header of Quote Block)
var smartQuoteHeaderTextColor = "#000000"; // (Default: #000000)
var smartQuoteHeaderBackgroundColor = "#b1d8bf"; // (Default: #b1d8bf)
// Notification Text - Username Quoted (Mention text at top of page)
var showsmartQuoteNotification = true; // (Default: true)
var smartQuoteNotificationColor = "#bbb"; // (Default: #FF3B30)
var smartQuoteNotificationColorMentioned = "#ff0000"; // (Default: #FF3B30)
// Quote Header Colors - Username Quoted
@dvingerh
dvingerh / discord.fixstreamableembed.user.js
Created May 20, 2017 16:07
Discord Streamable Embed - Embed userscript for Streamable videos you can use until Discord fixes this issue.
// ==UserScript==
// @name Discord Streamable Embed
// @description Embed userscript for Streamable videos you can use until Discord fixes this issue.
// @namespace Discord Streamable Embed
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @match *://discordapp.com/*
//
// ==/UserScript==
@dvingerh
dvingerh / hf.defaultpmtext.user.js
Created July 12, 2017 20:03
HF Default Text for PMs
// ==UserScript==
// @name HF Default Text for PMs
// @namespace Cammy
// @version 0.1
// @description Sets a default greeting / signature message while writing HF PMs
// @author You
// @match *hackforums.net/private.php?action=send*
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js
// ==/UserScript==
@dvingerh
dvingerh / picturepub.batchdl.user.js
Last active March 30, 2018 16:06
Add download links and a batch download button for PixHost and ImgBox on Picturepub. Useful if the photos aren't added to an album.
// ==UserScript==
// @name PicturePub Batch Downloader
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Add download links and a batch download button for PixHost and ImgBox 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
@dvingerh
dvingerh / dumpert.topreaguurder.user.js
Created August 25, 2017 16:48
Dumpert verkrijg topcomment en topreaguursel
// ==UserScript==
// @name Dumpert verkrijg topcomment en topreaguursel
// @namespace Dumpert verkrijg topcomment en topreaguursel
// @version 0.1
// @description <3
// @author Cammy
// @match *comments.dumpert.nl/embed/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @grant none
// ==/UserScript==
@dvingerh
dvingerh / twitter.imagehelper.user.js
Last active January 5, 2022 13:54
Twitter Image Helper modifies image sources so that the best available image quality is always being used in tweets. Also adds a download button for images in tweets and redirects direct image links from Twitter to show the largest available size. Also: No more jpg-orig etc. image extensions when downloading!
// ==UserScript==
// @name Twitter Image Helper v2
// @namespace Twitter Image Helper v2
// @version 0.1
// @description Twitter Image Helper modifies image sources so that the best available image quality is always being used in tweets. Also adds a download button for images in tweets and redirects direct image links from Twitter to show the largest available size. Also: No more jpg-orig etc. image extensions when downloading!
// @author You
// @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 *pbs.twimg.com/media/*
// @include *twitter.com*
"use strict";
(function () {
/*
Tested only in Chrome, ¯\_(ツ)_/¯
Please feel free to port/fix/fork.
*/
const ver = 'V.20170617.090454';
const src = 'https://github.com/taengstagram/IG-Comments-Bookmarklet/';
console.info(ver);
console.info(src);