Closed ressomatic closed 2 years ago
Fixed it by replacing const nameToFilename = (name) => name.replace(...).trim(); with:
const nameToFilename = (name) => name.toString().replace(/[\/:?><]/g, " ");
Hey this issue was already fixed, you are using old version of extension, please install the latest version by downloading the code as zip and loading the extension in chrome using Load Unpacked button in Manage Extensions page in chrome
It seems the code still uses 'a' and 's' keybinds. When trying to execute download, error pops up.