Index: lib/content/elemHideEmulation.js |
=================================================================== |
--- a/lib/content/elemHideEmulation.js |
+++ b/lib/content/elemHideEmulation.js |
@@ -171,17 +171,17 @@ |
subtree.querySelector(selector); |
} |
function scopedQuerySelectorAll(subtree, selector) |
{ |
return scopedQuerySelector(subtree, selector, true); |
} |
-const regexpRegexp = /^\/(.*)\/([im]*)$/; |
+const regexpRegexp = /^\/(.*)\/([imu]*)$/; |
/** |
* Make a regular expression from a text argument. If it can be parsed as a |
* regular expression, parse it and the flags. |
* @param {string} text the text argument. |
* @return {?RegExp} a RegExp object or null in case of error. |
*/ |
function makeRegExpParameter(text) |