Lor-Saba/Code-Injector

[Bug] Issue with injecting code to multiple domains

Opened this issue · 0 comments

Using either of these regexes to capture both Kotaku and Gizmodo, in the Rules List I can see it turning blue so it shows that it matches properly however the CSS code does not inject.

kotaku\.com|gizmodo\.com
[kotaku|gizmodo]*\.com
(kotaku|gizmodo)\.com

If I remove the second URL it works properly.
Thank you!