gyng / save-in

WebExtension for saving media, links, or selections into user-defined directories
MIT License
210 stars 26 forks source link

saving help with firefox #192

Closed wobkobi closed 2 years ago

wobkobi commented 2 years ago

https://i.redd.it/n2mi0m75mrl91.jpg This is what I'm trying to save

fileext: jpg into: test/:filename: and sourceurl: i.redd.it ./test/:filename:

this is what I've tried and idk want I'm doing wrong _{ "conflictAction": "uniquify", "contentClickToSave": true, "contentClickToSaveCombo": "18", "contentClickToSaveButton": "LEFTCLICK", "debug": false, "enableLastLocation": false, "enableNumberedItems": true, "filenamePatterns": "ffileext: jpg\ninto: test/:filename:.:fileext:", "keyLastUsed": "e", "keyRoot": "e", "links": true, "preferLinks": true, "preferLinksFilterEnabled": false, "preferLinksFilter": ".commons.wikimedia.org/wiki/File:.", "notifyDuration": "5000", "notifyOnFailure": true, "notifyOnRuleMatch": true, "notifyOnSuccess": true, "notifyOnLinkPreferred": false, "page": false, "paths": ".", "prompt": false, "promptIfNoExtension": false, "promptOnFailure": false, "promptOnShift": false, "replacementChar": "", "routeExclusive": true, "routeFailurePrompt": true, "selection": false, "shortcutLink": false, "shortcutMedia": false, "shortcutPage": false, "shortcutTab": false, "shortcutType": "HTMLREDIRECT", "truncateLength": "0", "fetchViaContent": false, "fetchViaFetch": false, "tabEnabled": false, "closeTabOnSave": false, "setRefererHeader": false, "setRefererHeaderFilter": "://i.pximg.net/" }

these are my settings if that helps

wobkobi commented 2 years ago

did what I wanted without using this