Commons:Scattered scripts
This page was updated in November 2024. It is a simple map of a few poorly loved scripts developed by Commoners which don't have a proper address yet. Some of their previous maintainers are missing:
cleanup.js
- User:Magog the Ogre/cleanup.js, by Magog the Ogre and Perhelion, last edited in April 2024
User:Perhelion/cleanup.js, last edited in November 2019. Based on #1, last synced with #1 2019-08-22- User:Sarang/cleanup.js, based on #2, last edited in April 2023
simpleSVGcheck.js
User:Perhelion/simpleSVGcheck.js, last edited in September 2021 except for 1 edit.User:Sarang/simpleSVGcheck.js, based on #1, last edited in May 2023- User:Chealer/simpleSVGcheck.js, which merges #2 and #1. See header for last edit date. Chealer does not want to maintain this script and hopes it can get a proper home.
To use the last version, you can add the following to your common.js:
if(mw.config.get('wgNamespaceNumber')===6&&/SVG/i.test(mw.config.get('wgTitle').slice(-3)))
importScript('User:Chealer/simpleSVGcheck.js');