mastodon-redirector
View Mastodon profiles on your Mastodon instance
File Explorer
- bookmarklet.svg
- chrome-webstore.svg
- firefox-addons.svg
- README.md
- icon-128.png
- icon-16.png
- icon-32.png
- icon-64.png
- options.css
- options.html
- options.js
- background.js
- content.js
- manifest--base.json
- .gitignore
- .prettierrc
- LICENSE
- Makefile
- README.md
- web-ext-config.js
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
watch
View Details ▼
watch
Execute a program periodically and monitor the output in full-screen mode.
watch {{command}}
Repeatedly run a command and show the result:
watch {{[-n|--interval]}} 60 {{command}}
Re-run a command every 60 seconds:
watch {{[-d|--differences]}} df
Monitor disk space, highlighting differences as they appear:
web-ext
View Details ▼
web-ext
Manage web extension development.
web-ext run
Run the web extension in the current directory in Firefox:
web-ext run --source-dir {{path/to/directory}}
Run a web extension from a specific directory in Firefox:
web-ext run --verbose
Display verbose execution output:
