This file contains hidden or 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== | |
// @version 1.4 | |
// @name DarkBargain | |
// @description Dark theme for OzBargain | |
// @namespace https://gist.github.com/mattkrins | |
// @homepageURL https://gist.github.com/mattkrins/520ab6712c0ee5d4b4fecf4703fff976 | |
// @icon https://user-images.githubusercontent.com/2367602/78972377-238d5180-7afd-11ea-9b38-4983a8281184.png | |
// @author Matt Krins | |
// @match *://www.ozbargain.com.au/* | |
// @grant GM_addStyle |
This file contains hidden or 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 Camel Graph Revived/Fixed | |
// @version 1.3.0 | |
// @description Add CamelCamelCamel graph + link to Amazon product pages. | |
// @namespace https://gist.github.com/skyghis/3ffdf6d93d83d4616212ec7a6da8e690 | |
// @updateURL https://gist.github.com/skyghis/3ffdf6d93d83d4616212ec7a6da8e690/raw | |
// @include http*://www.amazon.*/* | |
// @icon https://camelcamelcamel.com/favicon.ico | |
// @author SkyghiS | |
// @homepageURL https://gist.github.com/skyghis/3ffdf6d93d83d4616212ec7a6da8e690 |