- Switch to Info Pages using Last.fm & Artist,Album,Track in the URL
you have 3 options ...
Track Trivial Chrome Extension
- Download the zip from github to a Directory of of your choice and unpack
- Add to your Chrome/Firefox
- Chrome: chrome://extensions/ -> Load unpacked
This extention uses Node.js
-
Install Node.js
-
Install the dependencies: npm install
-
Build the extension: npm run build
-
The extension is built in the
distdirectory -
Add to your Chrome/Firefox
- Chrome: chrome://extensions/ -> Load unpacked
-
Optional:
Increase the build version before 'Build the extension' in Powershell (if needed):
- Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process (optional in case of security warning)
- .\inc_patch.ps1
- npm run zip: Creates a ZIP file from the dist folder for distribution purposes. The file is saved to the zip/TrackTrivia.zip location.
- npm run publish: Publishes the extension to the Chrome Web Store using the zipped distribution file. Requires proper authentication and setup with publish-browser-extension.
- npm run publish-init: Initializes the publishing configuration for the browser extension. Run this once before your first publication.
- https://open.spotify.com/ and play a track
- Open your lastfm Userpage (mine is https://www.last.fm/user/limex)
- Select one of your recently played tracks
- You will see an note/book icon near URL bar. Click it.
- Select Wikipedia, for example.
- You can jump to Wikipedia for the played track/artist
- Left click: Open in a new tab. Middle click: Open the same tab.
This should work on all lastfm pages as long as there is Artist/Track/Album Information listed in the URL
Show/hide Sites:
- Right click the note icon,
- Select "Options"
- It might take some seconds for the popup to apear. Collecting all the data takes some time.
- Check/uncheck each Site to show/hide it.
??? Raise an issue, if needed.
Button opens a popup when pressed on supported sites:
Enable supported Sites for the Popup:
The extension stores no personal data at all. period.

