Inspect and view changes in Rustdoc URL auto-redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "autodoc-url",
"version": "1.0",
"description": "Auto-corrects older rustdoc pages to be `/latest/`.",
"content_scripts": [
{
"matches": [
"*://*.docs.rs/*"
],
"js": [
"autodoc-url.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{5d2fa63c-a1ff-4a28-bcad-ec306ff87806}"
}
}
} Best Rustdoc URL auto-redirect Alternatives
Here are some Firefox add-ons that are similar to Rustdoc URL auto-redirect:
Old Rustlang Redirect
Connor McCluskey
Rustdoc Global Theme
Kevin King
Rustdoc Settings Sync
notriddle
TRPL Redirect
volatilemajesty
Golang Github Docs
Kevin
Redirect to the old Reddit
wishopt
Django Docs Version Switcher
Doug Harris
Java Redirector
RoiEX
Postgres Docs Redirect
Tommaso A
Unified Docs Switcher
Doug Harris
Godot Docs Stable
Robert Corponoi
Reddit Redirect
lukelike1001