Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Reddit collapse stickied comments
// @namespace https://github.com/Farow/userscripts
// @description asdasd
// @include https://*.reddit.com/r/*/comments/*
// @version 1.0.0
// @grant none
// ==/UserScript==
let load_more_comments = 1;
// ==UserScript==
// @name Transformice fullscreen
// @namespace https://github.com/Farow/userscripts
// @description Fullscreen mode for transformice
// @include http://transformice.com/
// @include http://www.transformice.com/
// @version 1
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Google images direct
// @namespace https://github.com/Farow/userscripts
// @description Adds direct links
// @include /https://www\.google\.[a-z]{2,3}/.+?tbm=isch/
// @version 1.0.1
// @grant none
// ==/UserScript==
/*
/*!
* Extract a function's comment, useful to have multiline string
* @link https://gist.github.com/lavoiesl/5880516
*
* Don't forget to use /*! to avoid the comment being removed in minification
*/
// Example:
// var myString = function_to_string(function(){/*!
// <p>
// foo bar
@Farow
Farow / bing-images-direct.user.js
Last active October 15, 2016 21:16
Bing Images Direct
// ==UserScript==
// @name Bing Images Direct
// @namespace https://github.com/Farow/userscripts
// @description Removes the preview popup and links lead directly to the images
// @include http*://www.bing.com/images/search*
// @include http*://www.bing.com/videos/search*
// @version 1.0.2
// @grant none
// ==/UserScript==