mastodon-redirector

(★ 106)

View Mastodon profiles on your Mastodon instance

File Explorer

  • .gitignore
  • .prettierrc
  • LICENSE
  • Makefile
  • README.md
  • web-ext-config.js

# Use via CDN

jsDelivr

jsDelivr 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 ▼

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 ▼

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:

# Project Badges

  • Available on the Chrome Web Store Available on the Chrome Web Store Visit
  • Available on the Firefox Add-ons Website Available on the Firefox Add-ons Website Visit
  • Available as Bookmarklets Available as Bookmarklets Visit
// repository documentation