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 Demozoo night mode | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-09-16 | |
// @description try to take over the world! | |
// @author ps | |
// @match https://demozoo.org/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=demozoo.org | |
// @grant GM_addStyle | |
// ==/UserScript== |
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 CSDB prod extra links | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description a few useful additional links | |
// @author ps | |
// @match https://csdb.dk/release/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=csdb.dk | |
// @grant none | |
// ==/UserScript== |
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 Demozoo Compo Slideshow | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3.2 | |
// @description show a slidehow of the better screenshots rather than thumbnails | |
// @author ps | |
// @match https://demozoo.org/parties/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=demozoo.org | |
// @grant none | |
// ==/UserScript== |
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 Demozoo pouet groups addon | |
// @namespace http://tampermonkey.net/ | |
// @version 0.34 | |
// @description taking over the world by facilitating to add missing pouet productions to demozoo | |
// @author You | |
// @match https://demozoo.org/pouet/groups/* | |
// @match https://demozoo.org/productions/new/?* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=demozoo.org | |
// @grant GM_xmlhttpRequest |
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 CSDB Screenshots | |
// @namespace http://tampermonkey.net/ | |
// @version 0.4 | |
// @description try to take over the world! | |
// @author You | |
// @match https://csdb.dk/event/* | |
// @match https://csdb.dk/group/* | |
// @match https://demozoo.org/productions/new/?* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=csdb.dk |
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 Fix Warlight | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to make warzone a little more playable | |
// @author ps | |
// @match https://www.warzone.com/MultiPlayer?GameID=* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=warzone.com | |
// @grant none | |
// ==/UserScript== |
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 Demozoo pouet groups addon | |
// @namespace http://tampermonkey.net/ | |
// @version 0.35 | |
// @description taking over the world by facilitating to add missing pouet productions to demozoo | |
// @author You | |
// @match https://demozoo.org/pouet/groups/* | |
// @match https://demozoo.org/productions/new/?* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=demozoo.org | |
// @grant GM_xmlhttpRequest |
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 Demozoo scene.org search | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://demozoo.org/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=demozoo.org | |
// @grant none | |
// ==/UserScript== |
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
var res = document.getElementsByClassName("result__content") | |
for (let element of res) console.log(element.children[0].innerHTML + "," + element.children[0].href) |
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 Pouet Screenshots | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3 | |
// @description try to take over the world! | |
// @author You | |
// @match https://pouet.net/toplist.php* | |
// @match https://www.pouet.net/toplist.php* | |
// @match https://pouet.net/party.php* | |
// @match https://www.pouet.net/party.php* |
NewerOlder