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 Amazon Auto Checkout and No Thanks | |
// @version 0.2 | |
// @description Automatically clicks the "Continue to checkout" button on Amazon cart pages and "No Thanks" on product pages | |
// @match https://www.amazon.com/cart/byc/ref=ox_sc_byg_proceed* | |
// @match https://www.amazon.com/gp/product/* | |
// @namespace https://gist.github.com/AJolly | |
// @author AJolly | |
// @license MIT | |
// @downloadURL https://gist.github.com/AJolly/ff02d798f001057fb3de8b27096a84a5/raw/?cache-bust=112 |
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 Amazon Review Search | |
// @namespace https://gist.github.com/AJolly | |
// @version 0.6 | |
// @description Add a search box for customer reviews on Amazon product pages | |
// @match https://www.amazon.com/* | |
// @grant none | |
// @author AJolly | |
// @license MIT | |
// @downloadURL https://gist.github.com/AJolly/7791ebddb4bafcd78105a446f440d900/raw/?cache-bust=111 |
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 Kagi Image Search - Original Page Opener | |
// @namespace https://gist.github.com/AJolly | |
// @version 1.0 | |
// @description Enhances Kagi image search by opening the image's original webpage on shift-click or ctrl-shift-click, instead of just the image file | |
// @match https://kagi.com/images* | |
// @grant none | |
// @author AJolly | |
// @license MIT | |
// @downloadURL https://gist.github.com/AJolly/b3d4f5374d8e76aa887a5aff29171969/raw/?cache-bust=111 |
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 ForceGoogleTo English Jolly | |
// @description Forces google to search in english - jolly | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1.4 | |
// @author You | |
// @match https://www.google.com/search?* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=google.com | |
// @grant none | |
// @downloadURL https://gist.github.com/AJolly/35d7693d3baaef2f8ca17cdd015bcead/raw/?cache-bust=111 |
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 BitMex USD Converter | |
// @namespace https://bitmex.com/ | |
// @version 0.13 | |
// @description Get some sanity into your gambling. | |
// @author koinkraft, modified by @Jolly - https://www.twitter.com/Jolly | |
// @grant none | |
// @include https://bitmex.com/* | |
// @include https://www.bitmex.com/* | |
// @require https://code.jquery.com/jquery-2.1.4.min.js |