A Firefox extension that renders heatmaps from guitar tabs on Ultimate Guitar.
- Node.js (with npm)
- Firefox 109 or newer
-
Install dependencies and build
npm install npm run build
This compiles the TypeScript in
src/intocontent.js. -
Load the extension in Firefox
- Navigate to
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on…
- Select
manifest.jsonfrom this directory
- Navigate to
-
Try it out
Open any tab page on
ultimate-guitar.com. The heatmap overlay renders automatically.
Temporary add-ons are removed when Firefox restarts, so repeat step 2 each session.