👋 Hey there!
Here are all my personal/volunteer work I've done in my programming journey. Feel free to also look at about me or or packages I published!
FANDOM Developers (2019-2022)
JavaScript
Scripts That I created
- MoreDropdown - Adds a useful dropdown to the page edit button that contains some tools.
- BlockListTools - Adds some links to the blocklist and makes it cleaner
- BlockLookup - A tool for managing and viewing blocked users on your wiki in a clean format
- AjaxAbuseLog - A modal script that makes browsing abuselogs easier
- AjaxContentModel - A modal script that makes changing content models easier
- AjaxRename - A modal script that makes renaming pages a breeze
- QuickPurge - A script that allows you to skip confirmations for purging pages
- GlobalJSLinks - A script that allows you to view a list of your global JS
- CollapseGlobalNavButton - A script that allows you to collapse the global navigation
- TitleBlacklistHighlight - A script that highlights the syntax of MediaWiki:Titleblacklist to make it more readable
- Reconstitution - A script that mass restores deleted pages for a specific user or all users
- RevisionDelete - A script that allows users to selectively remove revisions from page histories
- PageReport - A script that provides a detailed parser report on a page and locates hidden lua errors.
Scripts That I maintained
- Nuke - A script to mass delete pages
- UserAndIPTools - A script to view the information of users/IPs and provides tools for IPs
- MultipleFileDelete - A script to selectively delete pages on certain special pages
- SnowStorm - A script to add animated snow to a wiki
Scripts That I made major changes to
Lua
- MultiRequire - A module that allows you to require multiple modules at once
CSS
- BlockLookup - The stylesheet for BlockLookup
- AjaxRename - The stylesheet for AjaxRename
- OldWikiaBar - A stylesheet that reverts the theme of the bottom tool bar to Oasis style
- OldFandomColors - A stylesheet that reverts the appearance of fandom-branded portions of the page to the apperence from 2017-2021.
Hypixel SkyBlock Wiki (2019-2022)
JavaScript
- MediaWiki:Common.js/ANIReport.js
- MediaWiki:Gadget-RoleScripts.js
- MediaWiki:Gadget-TooltipsEditor.js
- MediaWiki:Gadget-SearchPages.js
- MediaWiki:Gadget-StaffColorsUpdater.js
- MediaWiki:Gadget-TitleBlacklisthighlight.js
- MediaWiki:Common.js/staff-tagger.js
- MediaWiki:Common.js/lua-doc.js
CSS
- MediaWiki:Custom-common.less/CodeHighlight.less
- MediaWiki:Custom-common.less/fonts.less
- MediaWiki:Custom-common.less/AceEditor.less
- MediaWiki:Custom-common.less/WikiaMenuButton.less
Lua
- Module:Class - A self-contained performant class library