mcdamo / tab-image-saver

Firefox addon to save images from open tabs
https://addons.mozilla.org/firefox/addon/tab-image-saver/
Mozilla Public License 2.0
40 stars 13 forks source link

Regular Expression don't work as expected #47

Closed TomberWolf closed 4 years ago

TomberWolf commented 5 years ago

Hey,

I can't figure out how to replace all forscores in a tabTitle with an underscore. Common JavaScript regex don't seem to work. Could you please give us an example?

mcdamo commented 5 years ago

What is 'forscores' ?

TomberWolf commented 5 years ago

Argh... damn. Sorry. Auto correction. Forward slash.

mcdamo commented 5 years ago

Another character must be used as the delimiter instead of slash, this example uses #. This will use the tab title and replace all slashes with underscores: <tabTitle"#replace#/#_#g"><ext>