Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.2 KB

Deezer Album Availability

Show in which countries the album is available and in which it is unavailable. Additionally, show the label and UPC code. The script is also available for Spotify here.

Installing

Install the script using Tampermonkey or another userscript manager.

If you're using Tampermonkey, make sure to enable Developer Mode. - tutorial

how-to-install.mp4

Set Your Default Country (Optional)

You can set your default country by editing the script. This small feature highlights your country code, making it easier to spot. For example:

const YOUR_COUNTRY_CODE = 'GB';

Script Changelog

  • 1.5 - code improvements
  • 1.4 - improve GeoChart script loading
  • 1.3 - add full country names
  • 1.2 - code improvements
  • 1.1 - add label & upc info
  • 1.0 - initial release