veryroundbird / ao3markdown.user.js
0 likes
0 forks
1 files
Last active 1 month ago
makes the ao3 editor into a markdown editor instead. plain text forever
| 1 | // ==UserScript== |
| 2 | // @name AO3 Markdown Editor |
| 3 | // @namespace https://veryroundbird.house |
| 4 | // @version 2026-03-31 |
| 5 | // @description replaces the standard AO3 editor with a markdown editor that has syntax highlighting and a previewer for people with my brain disease |
| 6 | // @author You |
| 7 | // @match https://archiveofourown.org/works/* |
| 8 | // @match https://squidgeworld.org/works/* |
| 9 | // @match https://sunset.femslash.club/works/* |
| 10 | // @match https://superlove.sayitditto.net/works/* |
veryroundbird / otwa better dev admin account creation
0 likes
0 forks
2 files
Last active 1 month ago
| 1 | # Run this script and follow the onscreen instructions: |
| 2 | # bundle exec rails r script/create_admin.rb |
| 3 | |
| 4 | require "csv" |
| 5 | |
| 6 | include Rails.application.routes.url_helpers |
| 7 | |
| 8 | # Base URL |
| 9 | default_url_options[:host] = ArchiveConfig.APP_URL |
Newer
Older