Skip to content

Decode Whisky names on SMWS (Single Malt Whisky Society) pages

License

Notifications You must be signed in to change notification settings

elliottback/MaltDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js CI Release CodeQL Snyk Vulnerabilities Quality Gate Status GitHub issues GitHub pull requests GitHub top language GitHub code size in bytes License: Unlicense semantic-release

What is this?

This is a Chrome plugin to automatically decode the SMWS website whisky numbers and add their names in parentheses nearby. Currently, this is only working for the Japan and UK sites.

What does this Chrome Plugin look like?

Before (no Distillery name) After (With Name)
Before After

Installation Instructions

Google Chrome

  1. Download the latest release ZIP file from GitHub.
  2. Unzip the file to the folder of your choice, say MaltDecoder.
  3. In Chrome go to the extensions page (chrome://extensions).
  4. Enable Developer Mode.
  5. Drag the MaltDecoder folder anywhere on the page to import it.
  6. You may need to toggle the sticky on/off switch by right clicking on a blank part of extensions when on the site the first time to enable it

Notes

  • Every time you open Chrome it may warn you about running extensions in developer mode, just click 🗙 to keep the extension enabled.

What permissions are required?

This extension will request the ability to inspect/modify content on SMWS HTTP/s domains.

Build & Test

Just run npm run ci before npm test