Custom-JavaScript-for-Websites-2 icon indicating copy to clipboard operation
Custom-JavaScript-for-Websites-2 copied to clipboard

Ability to edit Regex hosts

Open xul8tr opened this issue 6 years ago • 2 comments

It would be nice to be able to edit regex hosts added to the list.

xul8tr avatar Aug 13 '19 13:08 xul8tr

The feature is dangerous because the user can easily mess up the existing setting and there is no way to revert the change. Let's say one has script A tie to regex_1, then the regex_1 be changed to regex_2. It's hard to restore it back to regex_1 if don't remember it exactly.

And there is a workaround for this, you can copy the script and open a new regex pattern and paste the codes.

xcv58 avatar Aug 14 '19 03:08 xcv58

Yes but then you get a bunch of random hosts in the lists. You have to test a bunch of regex's sometimes to get it to work on multiple environments with different url's and such. I think people who are using regex are advanced enough to not care about history. They will find the one that works again.

xul8tr avatar Sep 03 '19 18:09 xul8tr