I've been programming since late 2021 by getting proficient with Python, and somewhat recently picked up C#, HTML, CSS, and JavaScript (which is how I made this site!). I have a lot of different projects in mind that I want to make with my experience like Discord bots, game mods, and more, but for now I just have some public userscripts to use for Archive of our Own.

Greasyfork Userscripts

[AO3] Default Filters

A script I typed up in a few hours to make it so filter options are already pre-selected when you search works or tags. Open the script and edit the config dictionary to make changes, and enclose set options in quotes unless otherwise specified. The script is regex based, meaning options are case-insensitive and can work with partial matches. (Ex. Sort: 'ku' will sort by kudos.)

[AO3] Fanfic Intensity Rating

A script that color codes the backgrounds of fanfics according to an "intensity rating" based on the work's tags. Individual tags are given point values, each point adding to a total rating that is compared against different levels of intensity (ex. 'low intensity' fanfics have anywhere from 0-2pts with default settings). The intensity level thresholds and amount of points each tag is worth are easily configurable at the top of the script, and free-form/additional tags can be added or removed with custom point values. If there's any tags that match the config but you don't want to be counted for points, use the whitelist under the config to zero them out.

[AO3] Hide Bookmarks/Kudos from Search Results

A very quick script to hide bookmarked and kudos'd works from search results. This script requires Min_'s AO3: Kudosed and seen history to function and performs a similar function to a setting already present within their script, but this script will only hide fanfics from works/tags searches and not from searches through user bookmarks.