Inspect and view changes in AO3 Reading Companion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "My AO3 Algorithm",
"version": "1.0.0",
"description": "A personalized recommendation algorithm for Archive of Our Own. All data stays on your computer.",
"browser_specific_settings": {
"gecko": {
"id": "my-ao3-algorithm@local",
"data_collection_permissions": {
"required": [
"none"
]
},
"strict_min_version": "115.0"
}
},
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "My AO3 Algorithm",
"default_icon": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png"
}
},
"background": {
"scripts": [
"db.js",
"parsers.js",
"scoring.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://archiveofourown.org/*"
],
"js": [
"parsers.js",
"content.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"https://archiveofourown.org/*"
]
} Best AO3 Reading Companion Alternatives
Here are some Firefox add-ons that are similar to AO3 Reading Companion:
AO3 Fic Recommender
great.web.Tools
AO3 Enhancement Suite
Loren
AO3 Advanced Marker
leehsuus
AO3 Inline Comment Companion
Tee
MyAlgorithm
Jared Wright
AO3rdr
Firefox user 11409520
AO3 Enhancer
MonoScyron
AO3 History Exporter
Zaki-1052
AO3 Word Replacer
0nis
AO3 Kudos Checker
Rahul Kannan
AO3 Podfic Posting Helper
jermowery
AO3 Persona Shift
MintDesco