You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it looks like the procedural cosmetic filter that can take in regex are not able to take in other trailing flags such as /g/i/m or even within the regex like /(?i)example/.
Can support for these be added? They can improve efficiency of rules that can use them and reduce filter length/number of some filters.