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 MAM Convert to Local Time | |
// @namespace hjdarnel | |
// @version 0.0.1 | |
// @description Change displayed time and date to your timezone without seconds | |
// @author hjdarnel | |
// @match *://*.myanonamouse.net/* | |
// @grant none | |
// @icon https://www.myanonamouse.net/favicon.ico | |
// @downloadURL https://gist.githubusercontent.com/hjdarnel/4cf96197a53f18d64a69c7db058d6a72/raw/convert.user.js |
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
/* ==UserStyle== | |
@name Postgres Docs | |
@namespace hjdarnel | |
@version 1.0.0 | |
@description Tweaks to Postgres.org documentation | |
@author hjdarnel | |
@downloadURL https://gist.github.com/hjdarnel/812299c24edcff73f6329c8955bb6e37/raw/postgres-docs.user.css | |
@updateURL https://gist.github.com/hjdarnel/812299c24edcff73f6329c8955bb6e37/raw/postgres-docs.user.css | |
==/UserStyle== */ | |
@-moz-document regexp(".*postgresql.org/docs.*") { |
OlderNewer