Last active
August 8, 2018 15:14
-
-
Save netravnen/3854c56c6431c6df5a395b1fddc7d6c2 to your computer and use it in GitHub Desktop.
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 TitleFixer - RIPE Database | |
// @namespace https://github.com/netravnen/UserJSScripts/ | |
// @version 1.1.5.20180808 | |
// @description Change the title to something meaningful | |
// @author netravnen | |
// @match https://apps.db.ripe.net/search/lookup.html?source=*&key=*-RIPE&type=person | |
// @match https://apps.db.ripe.net/search/lookup.html?source=*&type=person&key=*-RIPE | |
// | |
// @match https://apps.db.ripe.net/search/lookup.html?source=*&key=*&type=mntner | |
// @match https://apps.db.ripe.net/search/lookup.html?source=*&type=mntner&key=* | |
// | |
// @match https://apps.db.ripe.net/search/lookup.html?source=*&key=ORG-*-RIPE&type=organisation | |
// @match https://apps.db.ripe.net/search/lookup.html?source=*&type=organisation&key=ORG-*-RIPE | |
// @grant none | |
// @UpdateURL https://github.com/netravnen/UserJSScripts/blob/master/TitleFixer_RIPE_Database.user.js | |
// @homepageURL https://github.com/netravnen/UserJSScripts/blob/master/TitleFixer_RIPE_Database.user.js | |
// ==/UserScript== | |
/** | |
* Moved to https://github.com/netravnen/UserJSScripts/blob/master/TitleFixer_RIPE_Database.user.js | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment