This file contains 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 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== |
This file contains 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 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== |
This file contains 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
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 |
This file contains 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 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== | |
This file contains 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 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== |
This file contains 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 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 |
This file contains 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 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== |
This file contains 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 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* |
This file contains 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
"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); |