@adguard/agtree 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * AGTree v1.1.6 (build date: Fri, 22 Sep 2023 13:09:45 GMT)
2
+ * AGTree v1.1.7 (build date: Tue, 07 Nov 2023 14:17:46 GMT)
3
3
  * (c) 2023 AdGuard Software Ltd.
4
4
  * Released under the MIT license
5
5
  * https://github.com/AdguardTeam/tsurlfilter/tree/master/packages/agtree#readme
@@ -10,15 +10,15 @@ function asyncGeneratorStep(e,t,n,r,a,o,i){try{var u=e[o](i),s=u.value}catch(e){
10
10
  *
11
11
  * Copyright (c) 2014-2017, Jon Schlinkert.
12
12
  * Released under the MIT License.
13
- */function Ar(e){return!0===Cr(e)&&"[object Object]"===Object.prototype.toString.call(e)}var Er=xr,Fr=yr,Sr=function(e){var t,n;return!1!==Ar(e)&&("function"==typeof(t=e.constructor)&&(!1!==Ar(n=t.prototype)&&!1!==n.hasOwnProperty("isPrototypeOf")))};function jr(e,t){switch(Fr(e)){case"object":return function(e,t){if("function"==typeof t)return t(e);if(t||Sr(e)){var n=new e.constructor;for(var r in e)n[r]=jr(e[r],t);return n}return e}(e,t);case"array":return function(e,t){for(var n=new e.constructor(e.length),r=0;r<e.length;r++)n[r]=jr(e[r],t);return n}(e,t);default:return Er(e)}}var Tr=ne(jr);function _r(e){return Tr(e)}var Rr={parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!0,positions:!0},Or=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"shiftNodePosition",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te;return mn.walk(e,(function(e){e.loc&&(e.loc.start.offset+=t.offset,e.loc.start.line+=t.line-1,e.loc.start.column+=t.column-1,e.loc.end.offset+=t.offset,e.loc.end.line+=t.line-1,e.loc.end.column+=t.column-1)})),e}},{key:"parse",value:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:te;try{return t.shiftNodePosition(mn.parse(e,_objectSpread2(_objectSpread2({context:n},Rr),{},{onParseError:function(t){if(!r)throw new yt("ECSSTree parsing error: '".concat(t.rawMessage||t.message,"'"),H(a,t.offset,e.length))}})),a)}catch(t){var o;if(t instanceof Error)throw o="offset"in t&&"number"==typeof t.offset?H(a,t.offset,e.length):H(a,0,e.length),new yt("ECSSTree parsing error: '".concat(t.message,"'"),o);throw t}}},{key:"parsePlain",value:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:te;return mn.toPlainObject(t.parse(e,n,r,a))}},{key:"isExtendedCssNode",value:function(t,n,r){return t.type===e.CssTreeNodeType.PseudoClassSelector&&n.has(t.name)||t.type===e.CssTreeNodeType.AttributeSelector&&r.has(t.name.name)}},{key:"getSelectorExtendedCssNodes",value:function(n){var r,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:vn,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:yn;r=ee.isString(n)?t.parse(n,e.CssTreeParserContext.selectorList):_r(n);var i=[];return mn.walk(r,(function(e){t.isExtendedCssNode(e,a,o)&&i.push(e)})),i}},{key:"hasAnySelectorExtendedCssNode",value:function(n){var r,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:vn,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:yn;return r=ee.isString(n)?t.parse(n,e.CssTreeParserContext.selectorList):n,null!==mn.find(r,(function(e){return t.isExtendedCssNode(e,a,o)}))}},{key:"isForbiddenFunction",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:wn;return t.type===e.CssTreeNodeType.Function&&n.has(t.name)||t.type===e.CssTreeNodeType.Url&&n.has("url")}},{key:"getForbiddenFunctionNodes",value:function(n){var r,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:wn;r=ee.isString(n)?t.parse(n,e.CssTreeParserContext.declarationList):_r(n);var o=[],i=!1;return mn.walk(r,{enter:function(e){!i&&t.isForbiddenFunction(e,a)&&(o.push(e),i=!0)},leave:function(e){i&&t.isForbiddenFunction(e,a)&&(i=!1)}}),o}},{key:"hasAnyForbiddenFunction",value:function(n){var r,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:wn;return r=ee.isString(n)?t.parse(n,e.CssTreeParserContext.declarationList):_r(n),null!==mn.find(r,(function(e){return t.isForbiddenFunction(e,a)}))}},{key:"generateMediaQueryList",value:function(t){var n=this,r=o;if(!t.children||0===t.children.size)throw new Error("Media query list cannot be empty");return t.children.forEach((function(t,a){if(t.type!==e.CssTreeNodeType.MediaQuery)throw new Error("Unexpected node type: ".concat(t.type));r+=n.generateMediaQuery(t),null!==a.next&&(r+=s,r+=i)})),r}},{key:"generateMediaQuery",value:function(t){var n=o;if(!t.children||0===t.children.size)throw new Error("Media query cannot be empty");return t.children.forEach((function(t,r){if(t.type===e.CssTreeNodeType.MediaFeature)n+=x,n+=t.name,null!==t.value&&(n+=u,n+=i,n+=mn.generate(t.value)),n+=C;else{if(t.type!==e.CssTreeNodeType.Identifier)throw new Error("Unexpected node type: ".concat(t.type));n+=t.name}null!==r.next&&(n+=i)})),n}},{key:"generateSelectorList",value:function(t){var n=this,r=o;if(!t.children||0===t.children.size)throw new Error("Selector list cannot be empty");return t.children.forEach((function(t,a){if(t.type!==e.CssTreeNodeType.Selector)throw new Error("Unexpected node type: ".concat(t.type));r+=n.generateSelector(t),null!==a.next&&(r+=s,r+=i)})),r}},{key:"generateSelector",value:function(n){var r=o,a=!1,d=0,l=-1,f=n;return mn.walk(n,{enter:function(n){if(d+=1,!(a||l>-1)){switch(n.type){case e.CssTreeNodeType.TypeSelector:r+=n.name;break;case e.CssTreeNodeType.ClassSelector:r+=c,r+=n.name;break;case e.CssTreeNodeType.IdSelector:r+="#",r+=n.name;break;case e.CssTreeNodeType.Identifier:r+=n.name;break;case e.CssTreeNodeType.Raw:r+=n.value;break;case e.CssTreeNodeType.Nth:r+=mn.generate(n);break;case e.CssTreeNodeType.SelectorList:var o=[];n.children.forEach((function(n){n.type===e.CssTreeNodeType.Selector?o.push(t.generateSelector(n)):n.type===e.CssTreeNodeType.Raw&&o.push(n.value)})),r+=o.join(s+i),l=d;break;case e.CssTreeNodeType.Combinator:if(n.name===i){r+=n.name;break}f.type!==e.CssTreeNodeType.Selector&&(r+=i),r+=n.name,r+=i;break;case e.CssTreeNodeType.AttributeSelector:r+=A,n.name&&(r+=n.name.name),n.matcher&&(r+=n.matcher,null!==n.value&&(n.value.type===e.CssTreeNodeType.String?r+=mn.generate(n.value):n.value.type===e.CssTreeNodeType.Identifier&&(r+=n.value.name))),n.flags&&(r+=i,r+=n.flags),r+=E,a=!0;break;case e.CssTreeNodeType.PseudoElementSelector:r+=u,r+=u,r+=n.name,null!==n.children&&(r+=x);break;case e.CssTreeNodeType.PseudoClassSelector:r+=u,r+=n.name,null!==n.children&&(r+=x)}f=n}},leave:function(t){if(d-=1,t.type===e.CssTreeNodeType.SelectorList&&d+1===l&&(l=-1),!(l>-1||(t.type===e.CssTreeNodeType.AttributeSelector&&(a=!1),a)))switch(t.type){case e.CssTreeNodeType.PseudoElementSelector:case e.CssTreeNodeType.PseudoClassSelector:null!==t.children&&(r+=C)}}}),r.trim()}},{key:"generateSelectorListPlain",value:function(t){var n=this,r=[];if(!t.children||0===t.children.length)throw new Error("Selector list cannot be empty");return t.children.forEach((function(t,a,o){if(t.type!==e.CssTreeNodeType.Selector)throw new Error("Unexpected node type: ".concat(t.type));r.push(n.generateSelectorPlain(t)),o[a+1]&&r.push(s,i)})),r.join(o)}},{key:"generateSelectorPlain",value:function(n){var r=o,a=!1,d=0,l=-1,f=n;return mn.walk(n,{enter:function(n){if(d+=1,!(a||l>-1)){switch(n.type){case e.CssTreeNodeType.TypeSelector:r+=n.name;break;case e.CssTreeNodeType.ClassSelector:r+=c,r+=n.name;break;case e.CssTreeNodeType.IdSelector:r+="#",r+=n.name;break;case e.CssTreeNodeType.Identifier:r+=n.name;break;case e.CssTreeNodeType.Raw:r+=n.value;break;case e.CssTreeNodeType.Nth:r+=mn.generate(n);break;case e.CssTreeNodeType.SelectorList:var o=[];n.children.forEach((function(n){n.type===e.CssTreeNodeType.Selector?o.push(t.generateSelectorPlain(n)):n.type===e.CssTreeNodeType.Raw&&o.push(n.value)})),r+=o.join(s+i),l=d;break;case e.CssTreeNodeType.Combinator:if(n.name===i){r+=n.name;break}f.type!==e.CssTreeNodeType.Selector&&(r+=i),r+=n.name,r+=i;break;case e.CssTreeNodeType.AttributeSelector:r+=A,n.name&&(r+=n.name.name),n.matcher&&(r+=n.matcher,null!==n.value&&(n.value.type===e.CssTreeNodeType.String?r+=mn.generate(n.value):n.value.type===e.CssTreeNodeType.Identifier&&(r+=n.value.name))),n.flags&&(r+=i,r+=n.flags),r+=E,a=!0;break;case e.CssTreeNodeType.PseudoElementSelector:r+=u,r+=u,r+=n.name,null!==n.children&&(r+=x);break;case e.CssTreeNodeType.PseudoClassSelector:r+=u,r+=n.name,null!==n.children&&(r+=x)}f=n}},leave:function(t){if(d-=1,t.type===e.CssTreeNodeType.SelectorList&&d+1===l&&(l=-1),!(l>-1||(t.type===e.CssTreeNodeType.AttributeSelector&&(a=!1),a)))switch(t.type){case e.CssTreeNodeType.PseudoElementSelector:case e.CssTreeNodeType.PseudoClassSelector:t.children&&(r+=C)}}}),r.trim()}},{key:"generateDeclarationList",value:function(t){var n=o;return mn.walk(t,{enter:function(t){if(t.type===e.CssTreeNodeType.Declaration)n+=t.property,t.value&&(n+=u,n+=i,n+=mn.generate(t.value)),t.important&&(n+=i,n+="!important")},leave:function(t){if(t.type===e.CssTreeNodeType.Declaration)n+=d,n+=i}}),n.trim()}},{key:"assertAttributeSelectorHasStringValue",value:function(t){if(!t.value||t.value.type!==e.CssTreeNodeType.String)throw new Error("Invalid argument '".concat(t.value,"' for '").concat(t.name.name,"', expected a string, but got '").concat(t.value?t.value.type:"undefined","'"))}},{key:"assertPseudoClassHasAnyArgument",value:function(e){if(!e.children||0===e.children.length)throw new Error("Pseudo class '".concat(e.name,"' has no argument"))}},{key:"parseAttributeSelectorValueAsNumber",value:function(e){return t.assertAttributeSelectorHasStringValue(e),ee.parseNumber(e.value.value)}},{key:"parsePseudoClassArgumentAsNumber",value:function(n){if(t.assertPseudoClassHasAnyArgument(n),n.children.length>1)throw new Error("Invalid argument '".concat(n.name,"', expected a number, but got multiple arguments"));var r=n.children[0];if(r.type!==e.CssTreeNodeType.String&&r.type!==e.CssTreeNodeType.Number&&r.type!==e.CssTreeNodeType.Raw)throw new Error("Invalid argument '".concat(n.name,"', expected a ").concat(e.CssTreeNodeType.String," or ").concat(e.CssTreeNodeType.Number," or ").concat(e.CssTreeNodeType.Raw,", but got '").concat(r.type,"'"));return ee.parseNumber(r.value)}},{key:"createAttributeSelectorNode",value:function(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"=",a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return{type:e.CssTreeNodeType.AttributeSelector,name:{type:e.CssTreeNodeType.Identifier,name:t},value:{type:e.CssTreeNodeType.String,value:n},matcher:r,flags:a}}},{key:"renamePseudoClass",value:function(e,t){Object.assign(e,_objectSpread2(_objectSpread2({},e),{},{name:t}))}},{key:"generatePseudoClassValue",value:function(n){var r,a=o;return null===(r=n.children)||void 0===r||r.forEach((function(n){switch(n.type){case e.CssTreeNodeType.Selector:a+=t.generateSelector(n);break;case e.CssTreeNodeType.SelectorList:a+=t.generateSelectorList(n);break;case e.CssTreeNodeType.Raw:a+=n.value;break;default:a+=mn.generate(n)}})),a}},{key:"generateFunctionValue",value:function(t){var n,r=o;return null===(n=t.children)||void 0===n||n.forEach((function(t){if(t.type===e.CssTreeNodeType.Raw)r+=t.value;else r+=mn.generate(t)})),r}},{key:"generateFunctionPlainValue",value:function(t){var n,r=[];return null===(n=t.children)||void 0===n||n.forEach((function(t){if(t.type===e.CssTreeNodeType.Raw)r.push(t.value);else r.push(mn.generate(t))})),r.join(o)}}]),t}(),Br=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"parse",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,r=Or.parsePlain(t,e.CssTreeParserContext.selectorList,!1,n);return{type:"ElementHidingRuleBody",loc:H(n,0,t.length),selectorList:r}}},{key:"generate",value:function(e){return Or.generateSelectorListPlain(e.selectorList)}}]),t}(),Pr="None",Ir="media",Nr="remove",Lr="style",$r="matches-media",zr="@"+Ir,Mr=Nr+u+i+"true"+d,qr=[$r,Lr,Nr],Ur=_wrapRegExp(/^(.+)(?:(:style\()(.+)\)|(:remove\(\)))$/,{selectors:1,style:2,declarations:3,remove:4}),Wr=/^(?:.+){(?:.+)}$/,Hr=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"isUboCssInjection",value:function(e){var t=e.trim();return(-1!==t.indexOf(u+Lr+x)||-1!==t.indexOf(u+Nr+x))&&Ur.test(t)}},{key:"isAdgCssInjection",value:function(e){return Wr.test(e.trim())}},{key:"parseUboStyleInjection",value:function(t){var n,r,a,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,i=Or.parse(t,e.CssTreeParserContext.selectorList,!1,o),u={type:e.CssTreeNodeType.SelectorList,children:[]};if(i.type!==e.CssTreeNodeType.SelectorList)throw new yt("Invalid selector list, expected '".concat(e.CssTreeNodeType.SelectorList,"' but got '").concat(i.type||Pr,"' instead"),H(o,0,t.length));for(var s=i.children.toArray(),c=function(){var i,c,l,f,p=s[d];if(p.type!==e.CssTreeNodeType.Selector)throw new yt("Invalid selector, expected '".concat(e.CssTreeNodeType.Selector,"' but got '").concat(p.type||Pr,"' instead"),{start:null!==(i=null===(c=p.loc)||void 0===c?void 0:c.start)&&void 0!==i?i:o,end:null!==(l=null===(f=p.loc)||void 0===f?void 0:f.end)&&void 0!==l?l:W(o,t.length)});if(d!==s.length-1)mn.walk(p,(function(n){var r,a,i,u;if(n.type===e.CssTreeNodeType.PseudoClassSelector&&qr.includes(n.name))throw new yt("Invalid selector, pseudo-class '".concat(n.name,"' can only be used in the last selector"),{start:null!==(r=null===(a=n.loc)||void 0===a?void 0:a.start)&&void 0!==r?r:o,end:null!==(i=null===(u=n.loc)||void 0===u?void 0:u.end)&&void 0!==i?i:W(o,t.length)})})),u.children.push(mn.toPlainObject(p));else if(d===s.length-1){var h={type:e.CssTreeNodeType.Selector,children:new mn.List},m=0;mn.walk(p,{enter:function(i){if(m+=1,i.type===e.CssTreeNodeType.PseudoClassSelector&&qr.includes(i.name)){var u,s,c,d;if(2!==m)throw new yt("Invalid selector, pseudo-class '".concat(i.name,"' can only be used at the top level of the selector"),{start:null!==(u=null===(s=i.loc)||void 0===s?void 0:s.start)&&void 0!==u?u:o,end:null!==(c=null===(d=i.loc)||void 0===d?void 0:d.end)&&void 0!==c?c:W(o,t.length)});if(i.name===$r){var l,f,p,g,b,v,y,w;if(n)throw new yt("Duplicated pseudo-class '".concat(i.name,"'"),{start:null!==(l=null===(f=i.loc)||void 0===f?void 0:f.start)&&void 0!==l?l:o,end:null!==(p=null===(g=i.loc)||void 0===g?void 0:g.end)&&void 0!==p?p:W(o,t.length)});if(!i.children||!i.children.first||i.children.first.type!==e.CssTreeNodeType.MediaQueryList)throw new yt("Invalid selector, pseudo-class '".concat(i.name,"' must be parametrized with a media query list"),{start:null!==(b=null===(v=i.loc)||void 0===v?void 0:v.start)&&void 0!==b?b:o,end:null!==(y=null===(w=i.loc)||void 0===w?void 0:w.end)&&void 0!==y?y:W(o,t.length)});return void(n=mn.toPlainObject(i.children.first))}if(i.name===Lr){var k,D,x,C,A,E,F,S,j,T,_,R;if(r)throw new yt("Duplicated pseudo-class '".concat(i.name,"'"),{start:null!==(k=null===(D=i.loc)||void 0===D?void 0:D.start)&&void 0!==k?k:o,end:null!==(x=null===(C=i.loc)||void 0===C?void 0:C.end)&&void 0!==x?x:W(o,t.length)});if(a)throw new yt("'".concat(Lr,"' and '").concat(Nr,"' cannot be used together"),{start:null!==(A=null===(E=i.loc)||void 0===E?void 0:E.start)&&void 0!==A?A:o,end:null!==(F=null===(S=i.loc)||void 0===S?void 0:S.end)&&void 0!==F?F:W(o,t.length)});if(!i.children||!i.children.first||i.children.first.type!==e.CssTreeNodeType.DeclarationList)throw new yt("Invalid selector, pseudo-class '".concat(i.name,"' must be parametrized with a declaration list"),{start:null!==(j=null===(T=i.loc)||void 0===T?void 0:T.start)&&void 0!==j?j:o,end:null!==(_=null===(R=i.loc)||void 0===R?void 0:R.end)&&void 0!==_?_:W(o,t.length)});return void(r=mn.toPlainObject(i.children.first))}if(i.name===Nr){var O,B,P,I,N,L,$,z;if(a)throw new yt("Duplicated pseudo-class '".concat(i.name,"'"),{start:null!==(O=null===(B=i.loc)||void 0===B?void 0:B.start)&&void 0!==O?O:o,end:null!==(P=null===(I=i.loc)||void 0===I?void 0:I.end)&&void 0!==P?P:W(o,t.length)});if(r)throw new yt("'".concat(Lr,"' and '").concat(Nr,"' cannot be used together"),{start:null!==(N=null===(L=i.loc)||void 0===L?void 0:L.start)&&void 0!==N?N:o,end:null!==($=null===(z=i.loc)||void 0===z?void 0:z.end)&&void 0!==$?$:W(o,t.length)});return void(a=!0)}}if(2===m){var M,q;if(n||r||a)throw new yt("Invalid selector, regular selector elements cannot be used after special pseudo-classes",{start:null!==(M=null===(q=i.loc)||void 0===q?void 0:q.start)&&void 0!==M?M:o,end:W(o,t.length)});h.children.push(i)}},leave:function(){m-=1}}),u.children.push(mn.toPlainObject(h))}},d=0;d<s.length;d+=1)c();if(!r&&!a)throw new yt("No CSS declaration list or :remove() pseudo-class found",H(o,0,t.length));return{type:"CssInjectionRuleBody",loc:H(o,0,t.length),selectorList:u,mediaQueryList:n,declarationList:r,remove:a}}},{key:"parse",value:function(n){var r,a,o,i,u,s,c,d,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,f=Or.parse(n,e.CssTreeParserContext.stylesheet,!0,l);if(f.type!==e.CssTreeNodeType.StyleSheet)throw new yt("Invalid stylesheet, expected '".concat(e.CssTreeNodeType.StyleSheet,"' but got '").concat(f.type,"' instead"),{start:null!==(r=null===(a=f.loc)||void 0===a?void 0:a.start)&&void 0!==r?r:l,end:null!==(o=null===(i=f.loc)||void 0===i?void 0:i.end)&&void 0!==o?o:W(l,n.length)});if(1!==f.children.size)throw new yt("Invalid stylesheet, expected a single rule but got ".concat(f.children.size," instead"),{start:null!==(u=null===(s=f.loc)||void 0===s?void 0:s.start)&&void 0!==u?u:l,end:null!==(c=null===(d=f.loc)||void 0===d?void 0:d.end)&&void 0!==c?c:W(l,n.length)});var p,h,m,g,b,v,y,w,k,D,x,C,A,E,F,S,j,T,_,R,O,B=f.children.first;if(!B)throw new yt("Invalid style injection, expected a CSS rule or at-rule, but got nothing",{start:null!==(p=null===(h=f.loc)||void 0===h?void 0:h.start)&&void 0!==p?p:l,end:null!==(m=null===(g=f.loc)||void 0===g?void 0:g.end)&&void 0!==m?m:W(l,n.length)});if(B.type===e.CssTreeNodeType.Raw)return t.parseUboStyleInjection(n,l);if(B.type!==e.CssTreeNodeType.Rule&&B.type!==e.CssTreeNodeType.Atrule)throw new yt("Invalid injection, expected '".concat(e.CssTreeNodeType.Rule,"' or '").concat(e.CssTreeNodeType.Atrule,"' but got '").concat(null!==(y=B.type)&&void 0!==y?y:Pr,"' instead"),{start:null!==(w=null===(k=B.loc)||void 0===k?void 0:k.start)&&void 0!==w?w:l,end:null!==(D=null===(x=B.loc)||void 0===x?void 0:x.end)&&void 0!==D?D:W(l,n.length)});if(B.type===e.CssTreeNodeType.Atrule){var P,I,N,L,$,z,M,q,U,V,X,G,Y,K,Q,J,Z,ee,ne,re,ae,oe,ie,ue,se,ce,de,le,fe=B;if(fe.name!==Ir)throw new yt("Invalid at-rule name, expected '".concat(zr,"' but got '").concat("@").concat(fe.name,"' instead"),{start:null!==(P=null===(I=fe.loc)||void 0===I?void 0:I.start)&&void 0!==P?P:l,end:null!==(N=null===(L=fe.loc)||void 0===L?void 0:L.end)&&void 0!==N?N:W(l,n.length)});if(!fe.prelude||fe.prelude.type!==e.CssTreeNodeType.AtrulePrelude)throw new yt("Invalid at-rule prelude, expected '".concat(e.CssTreeNodeType.AtrulePrelude,"' but got '").concat(null!==($=null===(z=fe.prelude)||void 0===z?void 0:z.type)&&void 0!==$?$:Pr,"' instead"),{start:null!==(M=null===(q=fe.loc)||void 0===q?void 0:q.start)&&void 0!==M?M:l,end:null!==(U=null===(V=fe.loc)||void 0===V?void 0:V.end)&&void 0!==U?U:W(l,n.length)});if(!fe.prelude.children.first||fe.prelude.children.first.type!==e.CssTreeNodeType.MediaQueryList)throw new yt("Invalid at-rule prelude, expected a media query list but got '".concat(null!==(X=null===(G=fe.prelude.children.first)||void 0===G?void 0:G.type)&&void 0!==X?X:Pr,"' instead"),{start:null!==(Y=null===(K=fe.loc)||void 0===K?void 0:K.start)&&void 0!==Y?Y:l,end:null!==(Q=null===(J=fe.loc)||void 0===J?void 0:J.end)&&void 0!==Q?Q:W(l,n.length)});if(!fe.block||fe.block.type!==e.CssTreeNodeType.Block)throw new yt("Invalid at-rule block, expected '".concat(e.CssTreeNodeType.Block,"' but got '").concat(null!==(Z=null===(ee=fe.block)||void 0===ee?void 0:ee.type)&&void 0!==Z?Z:Pr,"' instead"),{start:null!==(ne=null===(re=fe.loc)||void 0===re?void 0:re.start)&&void 0!==ne?ne:l,end:null!==(ae=null===(oe=fe.loc)||void 0===oe?void 0:oe.end)&&void 0!==ae?ae:W(l,n.length)});if(!fe.block.children.first||fe.block.children.first.type!==e.CssTreeNodeType.Rule)throw new yt("Invalid at-rule block, expected a rule but got '".concat(null!==(ie=null===(ue=fe.block.children.first)||void 0===ue?void 0:ue.type)&&void 0!==ie?ie:Pr,"' instead"),{start:null!==(se=null===(ce=fe.loc)||void 0===ce?void 0:ce.start)&&void 0!==se?se:l,end:null!==(de=null===(le=fe.loc)||void 0===le?void 0:le.end)&&void 0!==de?de:W(l,n.length)});b=fe.prelude.children.first,v=fe.block.children.first}else v=B;if(!v.prelude||v.prelude.type!==e.CssTreeNodeType.SelectorList)throw new yt("Invalid rule prelude, expected a selector list but got '".concat(null!==(C=null===(A=v.prelude)||void 0===A?void 0:A.type)&&void 0!==C?C:Pr,"' instead"),{start:null!==(E=null===(F=v.loc)||void 0===F?void 0:F.start)&&void 0!==E?E:l,end:null!==(S=null===(j=v.loc)||void 0===j?void 0:j.end)&&void 0!==S?S:W(l,n.length)});if(mn.walk(v.prelude,(function(t){var r,a,o,i;if(t.type===e.CssTreeNodeType.PseudoClassSelector&&t.name===Nr)throw new yt("Invalid selector list, '".concat(Nr,"' pseudo-class should be used in the declaration list"),{start:null!==(r=null===(a=t.loc)||void 0===a?void 0:a.start)&&void 0!==r?r:l,end:null!==(o=null===(i=t.loc)||void 0===i?void 0:i.end)&&void 0!==o?o:W(l,n.length)})})),!v.block||v.block.type!==e.CssTreeNodeType.Block)throw new yt("Invalid rule block, expected a block but got '".concat(null!==(T=null===(_=v.block)||void 0===_?void 0:_.type)&&void 0!==T?T:Pr,"' instead"),H(l,null!==(R=null===(O=v.loc)||void 0===O?void 0:O.start.offset)&&void 0!==R?R:0,n.length));v.block.children.forEach((function(t){var r,a,o,i;if(t.type!==e.CssTreeNodeType.Declaration)throw new yt("Invalid rule block, expected a declaration but got '".concat(t.type,"' instead"),{start:null!==(r=null===(a=t.loc)||void 0===a?void 0:a.start)&&void 0!==r?r:l,end:null!==(o=null===(i=t.loc)||void 0===i?void 0:i.end)&&void 0!==o?o:W(l,n.length)})}));var pe={type:"DeclarationList",loc:v.block.loc,children:[]},he=[],me=!1;if(mn.walk(v.block,{enter:function(t){t.type===e.CssTreeNodeType.Declaration&&(pe.children.push(mn.toPlainObject(t)),he.push(t.property))}}),he.includes(Nr)){var ge,be,ve,ye;if(he.length>1)throw new yt("Invalid declaration list, '".concat(Nr,"' declaration should be used alone"),{start:null!==(ge=null===(be=v.block.loc)||void 0===be?void 0:be.start)&&void 0!==ge?ge:l,end:null!==(ve=null===(ye=v.block.loc)||void 0===ye?void 0:ye.end)&&void 0!==ve?ve:W(l,n.length)});me=!0}return{type:"CssInjectionRuleBody",loc:H(l,0,n.length),mediaQueryList:b?mn.toPlainObject(b):void 0,selectorList:mn.toPlainObject(v.prelude),declarationList:me?void 0:pe,remove:me}}},{key:"generate",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.AdblockSyntax.Adg,r=o;if(t.remove&&t.declarationList)throw new Error('Invalid body, both "remove" and "declarationList" are present');if(n===e.AdblockSyntax.Adg){if(t.mediaQueryList&&(r+=zr,r+=i,r+=Or.generateMediaQueryList(mn.fromPlainObject(t.mediaQueryList)),r+=i,r+="{",r+=i),r+=Or.generateSelectorList(mn.fromPlainObject(t.selectorList)),r+=i,r+="{",r+=i,t.remove)r+=Mr;else{if(!t.declarationList)throw new Error("Invalid body");r+=Or.generateDeclarationList(mn.fromPlainObject(t.declarationList))}r+=i,r+="}",t.mediaQueryList&&(r+=i,r+="}")}else{if(n!==e.AdblockSyntax.Ubo)throw new Error("Unsupported syntax: ".concat(n));if(r+=Or.generateSelectorList(mn.fromPlainObject(t.selectorList)),t.mediaQueryList&&(r+=u,r+=$r,r+=x,r+=Or.generateMediaQueryList(mn.fromPlainObject(t.mediaQueryList)),r+=C),t.remove)r+=u,r+=Nr,r+=x,r+=C;else{if(!t.declarationList)throw new Error("Invalid body");r+=u,r+=Lr,r+=x,r+=Or.generateDeclarationList(mn.fromPlainObject(t.declarationList)),r+=C}}return r}}]),t}(),Vr=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"parseAdgAndUboScriptletCall",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,n=0;if(n=ee.skipWS(e,n),e.startsWith(_,n))n+=11;else{if(!e.startsWith(R,n))throw new yt("Invalid AdGuard/uBlock scriptlet call, no scriptlet call mask '".concat(_,"' or '").concat(R,"' found"),H(t,n,e.length));n+=2}if(e[n]===i)throw new yt("Invalid AdGuard/uBlock scriptlet call, whitespace is not allowed after the scriptlet call mask",H(t,n,n+1));if(e[n]!==x)throw new yt("Invalid AdGuard/uBlock scriptlet call, no opening parentheses '".concat(x,"' found"),H(t,n,e.length));var r=n,a=ee.skipWSBack(e,e.length-1);if(e[a]!==C||e[a-1]===g)throw new yt("Invalid AdGuard/uBlock scriptlet call, no closing parentheses '".concat(C,"' found"),H(t,n,e.length));var u=Vt.parse(e.substring(r+1,a),s,W(t,r+1));if(u.children.length>0&&u.children[0].value.trim()===o)throw new yt("Invalid AdGuard/uBlock scriptlet call, no scriptlet name specified",H(t,n,e.length));return{type:"ScriptletInjectionRuleBody",loc:H(t,0,e.length),children:[u]}}},{key:"parseAbpSnippetCall",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,n={type:"ScriptletInjectionRuleBody",loc:H(t,0,e.length),children:[]},r=0;for(r=ee.skipWS(e,r);r<e.length;){var a=r=ee.skipWS(e,r),o=ee.findUnescapedNonStringNonRegexChar(e,d,r);-1===o&&(o=e.length);var u=Math.max(ee.skipWSBack(e,o-1)+1,a),s=Vt.parse(e.substring(a,u),i,W(t,a));n.children.push(s),r=o+1}if(0===n.children.length)throw new yt("Invalid ABP snippet call, no scriptlets specified at all",H(t,0,e.length));return n}},{key:"parse",value:function(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:te,o=n.trim();return null===r&&(o.startsWith(_)||o.startsWith(R)&&!o.startsWith("json"))||r===e.AdblockSyntax.Adg||r===e.AdblockSyntax.Ubo?t.parseAdgAndUboScriptletCall(o,a):t.parseAbpSnippetCall(o,a)}},{key:"generate",value:function(t,n){var r=o;if(0===t.children.length)throw new Error("Invalid AST, no scriptlet calls specified");if(n===e.AdblockSyntax.Adg||n===e.AdblockSyntax.Ubo){if(t.children.length>1)throw new Error("AdGuard and uBlock syntaxes don't support multiple scriptlet calls in one rule");var a=t.children[0];if(0===a.children.length)throw new Error("Scriptlet name is not specified");n===e.AdblockSyntax.Adg?r+=_:r+=R,r+=x,r+=Vt.generate(a),r+=C}else{var u,s=[],c=_createForOfIteratorHelper(t.children);try{for(c.s();!(u=c.n()).done;){var l=u.value;if(0===l.children.length)throw new Error("Scriptlet name is not specified");s.push(Vt.generate(l,i))}}catch(e){c.e(e)}finally{c.f()}r+=s.join(d+i)}return r}}]),t}(),Xr=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"escapeDoubleQuotes",value:function(e){for(var t=!1,n=o,r=0;r<e.length;r+=1)t||e[r]!==Z?t&&e[r]===Z&&e[r+1]===Z?(n+=g+Z,r+=1):t&&e[r]===Z&&e[r+1]!==Z?(n+=Z,t=!1):n+=e[r]:(t=!0,n+=e[r]);return n}},{key:"unescapeDoubleQuotes",value:function(e){for(var t=!1,n=o,r=0;r<e.length;r+=1)e[r]===Z&&e[r-1]!==g?(t=!t,n+=e[r]):t&&e[r]===g&&e[r+1]===Z?n+=Z:n+=e[r];return n}},{key:"parse",value:function(n){var r,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,o=t.escapeDoubleQuotes(n);try{r=Or.parsePlain(o,e.CssTreeParserContext.selectorList,!1,a)}catch(t){if(!(t instanceof Error&&-1!==t.message.indexOf("Selector is expected")))throw t;var i=Or.parsePlain(o,e.CssTreeParserContext.value,!1,a);if("Value"!==i.type)throw new yt("Expected a 'Value' node first child, got '".concat(i.type,"'"),H(a,0,n.length));var u=i.children[0];if("Function"!==u.type)throw new yt("Expected a 'Function' node, got '".concat(u.type,"'"),H(a,0,n.length));r=u}return{type:"HtmlFilteringRuleBody",loc:H(a,0,n.length),body:r}}},{key:"generate",value:function(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.AdblockSyntax.Adg;if(r===e.AdblockSyntax.Adg&&"Function"===n.body.type)throw new Error("AdGuard syntax does not support function nodes");var a=o;if("SelectorList"===n.body.type)a=Or.generateSelectorList(mn.fromPlainObject(n.body));else{if("Function"!==n.body.type)throw new Error("Unexpected body type");a=mn.generate(mn.fromPlainObject(n.body))}return r===e.AdblockSyntax.Adg&&(a=t.unescapeDoubleQuotes(a)),a}}]),t}(),Gr=function(e){return void 0===e};function Yr(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,n={type:"Modifier",exception:arguments.length>2&&void 0!==arguments[2]&&arguments[2],modifier:{type:"Value",value:e}};return Gr(t)||(n.value={type:"Value",value:t}),n}var Kr="not",Qr=new Set(["matches-path"]);function Jr(e){return e.includes(":matches-")}function Zr(t,n){var r,a;if((null===(r=t.item.prev)||void 0===r?void 0:r.data.type)===e.CssTreeNodeType.Combinator){if(t.item.prev.data.name!==i)throw new Error("Unexpected combinator before '".concat(n,"'"));var o;null===(o=t.list)||void 0===o||o.remove(t.item.prev)}if((null===(a=t.item.next)||void 0===a?void 0:a.data.type)===e.CssTreeNodeType.Combinator){if(t.item.next.data.name!==i)throw new Error("Unexpected combinator after '".concat(n,"'"));var u;null===(u=t.list)||void 0===u||u.remove(t.item.next)}}function ea(t){var n,r=function(e){return mn.fromPlainObject(_r(e))}(t),a={type:"ModifierList",children:[]},o=0;return mn.walk(r,{enter:function(t,r,a){t.type!==e.CssTreeNodeType.Selector&&t.type!==e.CssTreeNodeType.SelectorList&&(t.type===e.CssTreeNodeType.PseudoClassSelector&&t.name===Kr&&0===o&&(n={node:t,item:r,list:a}),o+=1)},leave:function(t,r,i){if(t.type!==e.CssTreeNodeType.Selector&&t.type!==e.CssTreeNodeType.SelectorList){if(t.type===e.CssTreeNodeType.PseudoClassSelector&&Qr.has(t.name)){if(o!==(n?2:1))throw new Error("Unexpected depth for ':".concat(t.name,"(...)'"));if(Zr({node:t,item:r,list:i},":".concat(t.name,"(...)")),n&&1!==i.size)throw new Error("Unexpected nodes inside ':not(:".concat(t.name,"(...))'"));var u;if(a.children.push(Yr(t.name,Or.generatePseudoClassValue(t),!Gr(n))),n)Zr(n,":not(:".concat(t.name,"(...))")),null===(u=n.list)||void 0===u||u.remove(n.item);else null==i||i.remove(r)}o-=1,t.type===e.CssTreeNodeType.PseudoClassSelector&&t.name===Kr&&0===o&&(n=void 0)}}}),{modifiers:a,cleaned:mn.toPlainObject(r)}}function ta(t){var n=function(e){return mn.fromPlainObject(_r(e))}(t),r={type:"ModifierList",children:[]};return n.children.forEach((function(t){if(t.type===e.CssTreeNodeType.Selector){var n,a=ea(t);(n=r.children).push.apply(n,_toConsumableArray(a.modifiers.children)),Object.assign(t,a.cleaned)}})),{modifiers:r,cleaned:mn.toPlainObject(n)}}var na,ra=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"isCosmeticRule",value:function(e){var t=e.trim();return!tn.isCommentRule(t)&&null!==At.find(t)}},{key:"parse",value:function(t){var n,r,a,o,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,u=At.find(t);if(!u)return null;var s,c=e.AdblockSyntax.Common,d=ee.skipWS(t),l=ee.skipWSBack(t,u.start-1)+1,p=u.end,h=ee.skipWSBack(t)+1,m=t.substring(d,l),g=d,b=m;if(m[0]===A){if(m[1]!==f)throw new yt("Missing $ at the beginning of the AdGuard modifier list in pattern '".concat(m,"'"),H(i,d,l));var v=ee.findNextUnescapedCharacter(m,E);if(-1===v)throw new yt("Missing ] at the end of the AdGuard modifier list in pattern '".concat(m,"'"),H(i,d,l));s=ln.parse(m.substring(d+2,v),W(i,d+2)),b=m.substring(v+1),g=v+1,c=e.AdblockSyntax.Adg}var y,w=cn.parse(b,",",W(i,g)),k=t.substring(p,h),D={type:"Value",loc:H(i,u.start,u.end),value:u.separator},x=At.isException(u.separator);switch(u.separator){case"##":case"#@#":case"#?#":case"#@?#":if(Hr.isUboCssInjection(k)){if(c===e.AdblockSyntax.Adg)throw new yt("AdGuard modifier list is not supported in uBO CSS injection rules",H(i,d,l));var C={category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.CssInjectionRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Ubo,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Hr.parse(k,W(i,p))),{},{raw:k})};if(Jr(k)){var F,S=ta(C.body.selectorList);if(S.modifiers.children.length>0)C.modifiers||(C.modifiers={type:"ModifierList",children:[]}),(F=C.modifiers.children).push.apply(F,_toConsumableArray(S.modifiers.children)),C.body.selectorList=S.cleaned,C.syntax=e.AdblockSyntax.Ubo}return C}var j={category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.ElementHidingRule,loc:H(i,0,t.length),raws:{text:t},syntax:c,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Br.parse(k,W(i,p))),{},{raw:k})};if(Jr(k)){var T,R=ta(j.body.selectorList);if(R.modifiers.children.length>0)j.modifiers||(j.modifiers={type:"ModifierList",children:[]}),(T=j.modifiers.children).push.apply(T,_toConsumableArray(R.modifiers.children)),j.body.selectorList=R.cleaned,j.syntax=e.AdblockSyntax.Ubo}return j;case"#$#":case"#@$#":case"#$?#":case"#@$?#":if(Hr.isAdgCssInjection(k))return{category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.CssInjectionRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Adg,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Hr.parse(k,W(i,p))),{},{raw:k})};if(["#$#","#@$#"].includes(D.value)){if(c===e.AdblockSyntax.Adg)throw new yt("AdGuard modifier list is not supported in ABP snippet injection rules",H(i,d,l));return{category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.ScriptletInjectionRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Abp,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Vr.parse(k,e.AdblockSyntax.Abp,W(i,p))),{},{raw:k})}}throw new yt("Separator '".concat(D.value,"' is not supported for scriptlet injection"),H(i,null!==(n=null===(r=D.loc)||void 0===r?void 0:r.start.offset)&&void 0!==n?n:0,null!==(a=null===(o=D.loc)||void 0===o?void 0:o.end.offset)&&void 0!==a?a:t.length));case"##+":case"#@#+":if(c===e.AdblockSyntax.Adg)throw new yt("AdGuard modifier list is not supported in uBO scriptlet injection rules",H(i,d,l));return{category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.ScriptletInjectionRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Ubo,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Vr.parse(k,e.AdblockSyntax.Ubo,W(i,p))),{},{raw:k})};case"#%#":case"#@%#":if(k.trim().startsWith(_))return{category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.ScriptletInjectionRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Adg,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Vr.parse(k,e.AdblockSyntax.Ubo,W(i,p))),{},{raw:k})};if(h<=p)throw new yt("Empty body in JS injection rule",H(i,0,t.length));return{category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.JsInjectionRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Adg,exception:x,modifiers:s,domains:w,separator:D,body:{type:"Value",loc:H(i,p,h),value:k,raw:k}};case"##^":case"#@#^":if(c===e.AdblockSyntax.Adg)throw new yt("AdGuard modifier list is not supported in uBO HTML filtering rules",H(i,d,l));var O={category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.HtmlFilteringRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Ubo,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Xr.parse(k,W(i,p))),{},{raw:k})};if(Jr(k)&&O.body.body.type===e.CssTreeNodeType.SelectorList){var B,P=ta(O.body.body);if(P.modifiers.children.length>0)O.modifiers||(O.modifiers={type:"ModifierList",children:[]}),(B=O.modifiers.children).push.apply(B,_toConsumableArray(P.modifiers.children)),O.body.body=P.cleaned,O.syntax=e.AdblockSyntax.Ubo}return O;case"$$":case"$@$":if((y=Xr.parse(k,W(i,p))).raw=k,"Function"===y.body.type)throw new yt("Functions are not supported in ADG HTML filtering rules",H(i,p,h));return{category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.HtmlFilteringRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Adg,exception:x,modifiers:s,domains:w,separator:D,body:y};default:return null}}},{key:"generatePattern",value:function(t){var n=o;return t.syntax===e.AdblockSyntax.Adg&&t.modifiers&&t.modifiers.children.length>0&&(n+=A,n+=f,n+=ln.generate(t.modifiers),n+=E),n+=cn.generate(t.domains)}},{key:"generateBody",value:function(t){var n=o;switch(t.type){case e.CosmeticRuleType.ElementHidingRule:n=Br.generate(t.body);break;case e.CosmeticRuleType.CssInjectionRule:n=Hr.generate(t.body,t.syntax);break;case e.CosmeticRuleType.HtmlFilteringRule:n=Xr.generate(t.body,t.syntax);break;case e.CosmeticRuleType.JsInjectionRule:n=t.body.value;break;case e.CosmeticRuleType.ScriptletInjectionRule:n=Vr.generate(t.body,t.syntax);break;default:throw new Error("Unknown cosmetic rule type")}return n}},{key:"generate",value:function(n){var r=o;return r+=t.generatePattern(n),r+=n.separator.value,n.syntax===e.AdblockSyntax.Ubo&&n.modifiers&&(n.modifiers.children.forEach((function(e){r+=u,r+=e.modifier.value,e.value&&(r+=x,r+=e.value.value,r+=C)})),n.modifiers.children.length&&(r+=i)),r+=t.generateBody(n)}}]),t}(),aa=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"parse",value:function(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,a=0;a=ee.skipWS(n,a);var o=!1;n.startsWith(L,a)&&(a+=2,o=!0);var i,u=a,s=t.findNetworkRuleSeparatorIndex(n),c=-1===s?ee.skipWSBack(n)+1:ee.skipWSBack(n,s-1)+1,d={type:"Value",loc:H(r,u,c),value:n.substring(u,c)},l=s+1,f=ee.skipWSBack(n)+1;if(-1!==s&&(i=ln.parse(n.substring(l,f),W(r,l))),0===d.value.length&&(void 0===i||0===i.children.length))throw new yt("Network rule must have a pattern or modifiers",H(r,0,n.length));return{type:"NetworkRule",loc:H(r,0,n.length),raws:{text:n},category:e.RuleCategory.Network,syntax:e.AdblockSyntax.Common,exception:o,pattern:d,modifiers:i}}},{key:"findNetworkRuleSeparatorIndex",value:function(e){for(var t=e.length-1;t>=0;t-=1)if("$"===e[t]&&e[t+1]!==T&&e[t-1]!==g)return t;return-1}},{key:"generate",value:function(e){var t=o;return e.exception&&(t+=L),t+=e.pattern.value,e.modifiers&&e.modifiers.children.length>0&&(t+="$",t+=ln.generate(e.modifiers)),t}}]),t}(),oa=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"parse",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:te;try{return 0===t.trim().length?{type:"EmptyRule",loc:H(r,0,t.length),raws:{text:t},category:e.RuleCategory.Empty,syntax:e.AdblockSyntax.Common}:tn.parse(t,r)||ra.parse(t,r)||aa.parse(t,r)}catch(o){if(!(n&&o instanceof Error))throw o;var a={type:"InvalidRule",loc:H(r,0,t.length),raws:{text:t},category:e.RuleCategory.Invalid,syntax:e.AdblockSyntax.Common,raw:t,error:{name:o.name,message:o.message}};return o instanceof yt&&(a.error.loc=o.loc),a}}},{key:"generate",value:function(t){switch(t.category){case e.RuleCategory.Empty:return o;case e.RuleCategory.Invalid:return t.raw;case e.RuleCategory.Comment:return tn.generate(t);case e.RuleCategory.Cosmetic:return ra.generate(t);case e.RuleCategory.Network:return aa.generate(t);default:throw new Error("Unknown rule category")}}}]),t}(),ia=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"parse",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,n=I,r=sn(e,n,t).map((function(e){return _objectSpread2(_objectSpread2({},e),{},{type:Y.App})}));return{type:G.AppList,loc:H(t,0,e.length),separator:n,children:r}}}]),e}(),ua=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"parse",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,n=I,r=sn(e,n,t).map((function(e){return _objectSpread2(_objectSpread2({},e),{},{type:Y.Method})}));return{type:G.MethodList,loc:H(t,0,e.length),separator:n,children:r}}}]),e}(),sa=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"parse",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,n=I,r=sn(e,n,t).map((function(e){return _objectSpread2(_objectSpread2({},e),{},{type:Y.StealthOption})}));return{type:G.StealthOptionList,loc:H(t,0,e.length),separator:n,children:r}}}]),e}(),ca=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"parse",value:function(e){for(var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=0,r=[],a=n;n<e.length;)if(ee.isEOL(e[n])){var o=e.substring(a,n),i=oa.parse(o,t,{offset:a,line:r.length+1,column:1}),u=void 0;e[n]===b?u=e[n+1]===v?"crlf":"cr":e[n]===v&&(u="lf"),i.raws?i.raws.nl=u:i.raws={text:o,nl:u},r.push(i),a=n+="crlf"===u?2:1}else n+=1;return r.push(oa.parse(e.substring(a,n),t,{offset:a,line:r.length+1,column:1})),{type:"FilterList",loc:{start:te,end:{offset:e.length,line:r.length,column:e.length+1}},children:r}}},{key:"generate",value:function(e){for(var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=o,r=0;r<e.children.length;r+=1){var a,i,u=e.children[r];switch(t&&null!==(a=u.raws)&&void 0!==a&&a.text?n+=u.raws.text:n+=oa.generate(u),null===(i=u.raws)||void 0===i?void 0:i.nl){case"crlf":n+=y;break;case"cr":n+=b;break;case"lf":n+=v;break;default:r!==e.children.length-1&&(n+=v)}}return n}}]),e}(),da="Not implemented",la=function(e){_inherits(n,_wrapNativeSuper(Error));var t=_createSuper(n);function n(){var e,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0;_classCallCheck(this,n);var a=r?"".concat(da,": ").concat(r):da;return(e=t.call(this,a)).name="NotImplementedError",e}return _createClass(n)}(),fa=function(e){_inherits(n,_wrapNativeSuper(Error));var t=_createSuper(n);function n(e){var r;return _classCallCheck(this,n),(r=t.call(this,e)).name="RuleConversionError",r}return _createClass(n)}(),pa={all:{adg_os_any:{name:"all",description:"$all modifier is made of $document, $popup, and all content-type modifiers combined.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#all-modifier",negatable:!1,block_only:!0},adg_ext_any:{name:"all",description:"$all modifier is made of $document, $popup, and all content-type modifiers combined.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#all-modifier",negatable:!1,block_only:!0},adg_cb_ios:{name:"all",description:"The `$all` modifier is made of `$document`, `$popup`, and all content-type modifiers combined.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#all-modifier",negatable:!1,block_only:!0},adg_cb_safari:{name:"all",description:"The `$all` modifier is made of `$document`, `$popup`, and all content-type modifiers combined.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#all-modifier",negatable:!1,block_only:!0},ubo_ext_any:{name:"all",description:"The `all` option is equivalent to specifying all network-based types\n+ `popup`, `document`, `inline-font` and `inline-script`.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#all",negatable:!1,block_only:!1}},app:{adg_os_any:{name:"app",description:"The `$app` modifier lets you narrow the rule coverage down to a specific application or a list of applications.\nThe modifier's behavior and syntax perfectly match the corresponding basic rules `$app` modifier.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#app-modifier",assignable:!0,negatable:!1,value_format:"pipe_separated_apps"}},badfilter:{adg_os_any:{name:"badfilter",description:"The rules with the `$badfilter` modifier disable other basic rules to which they refer. It means that\nthe text of the disabled rule should match the text of the `$badfilter` rule (without the `$badfilter` modifier).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#badfilter-modifier",negatable:!1},adg_ext_any:{name:"badfilter",description:"The rules with the `$badfilter` modifier disable other basic rules to which they refer. It means that\nthe text of the disabled rule should match the text of the `$badfilter` rule (without the `$badfilter` modifier).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#badfilter-modifier",negatable:!1},adg_cb_ios:{name:"badfilter",description:"The rules with the `$badfilter` modifier disable other basic rules to which they refer. It means that\nthe text of the disabled rule should match the text of the `$badfilter` rule (without the `$badfilter` modifier).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#badfilter-modifier",negatable:!1},adg_cb_safari:{name:"badfilter",description:"The rules with the `$badfilter` modifier disable other basic rules to which they refer. It means that\nthe text of the disabled rule should match the text of the `$badfilter` rule (without the `$badfilter` modifier).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#badfilter-modifier",negatable:!1},ubo_ext_any:{name:"badfilter",description:"The rules with the `$badfilter` modifier disable other basic rules to which they refer. It means that\nthe text of the disabled rule should match the text of the `$badfilter` rule (without the `$badfilter` modifier).",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#badfilter",negatable:!1}},cname:{ubo_ext_any:{name:"cname",description:"When used in an exception filter,\nit will bypass blocking CNAME uncloaked requests for the current (specified) document.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#cname",negatable:!1,exception_only:!0}},content:{adg_os_any:{name:"content",description:"Disables HTML filtering and `$replace` rules on the pages that match the rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#content-modifier",negatable:!1,exception_only:!0}},cookie:{adg_os_any:{name:"cookie",description:"The `$cookie` modifier completely changes rule behavior.\nInstead of blocking a request, this modifier makes us suppress or modify the Cookie and Set-Cookie headers.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#cookie-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"^([^;=\\s]*?)((?:;(maxAge=\\d+;?)?|(sameSite=(lax|none|strict);?)?){1,3})(?<!;)$"},adg_ext_any:{name:"cookie",description:"The `$cookie` modifier completely changes rule behavior.\nInstead of blocking a request, this modifier makes us suppress or modify the Cookie and Set-Cookie headers.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#cookie-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"^([^;=\\s]*?)((?:;(maxAge=\\d+;?)?|(sameSite=(lax|none|strict);?)?){1,3})(?<!;)$"}},csp:{adg_os_any:{name:"csp",description:"This modifier completely changes the rule behavior.\nIf it is applied to a rule, it will not block the matching request.\nThe response headers are going to be modified instead.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#csp-modifier",conflicts:["domain","important","subdocument","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"csp_value"},adg_ext_any:{name:"csp",description:"This modifier completely changes the rule behavior.\nIf it is applied to a rule, it will not block the matching request.\nThe response headers are going to be modified instead.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#csp-modifier",conflicts:["domain","important","subdocument","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"csp_value"},abp_ext_any:{name:"csp",description:"This modifier completely changes the rule behavior.\nIf it is applied to a rule, it will not block the matching request.\nThe response headers are going to be modified instead.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#content-security-policies",conflicts:["domain","subdocument"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"csp_value"},ubo_ext_any:{name:"csp",description:"This modifier completely changes the rule behavior.\nIf it is applied to a rule, it will not block the matching request.\nThe response headers are going to be modified instead.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#csp",conflicts:["1p","3p","domain","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"csp_value"}},denyallow:{adg_os_any:{name:"denyallow",description:"The `$denyallow` modifier allows to avoid creating additional rules\nwhen it is needed to disable a certain rule for specific domains.\n`$denyallow` matches only target domains and not referrer domains.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#denyallow-modifier",conflicts:["to"],assignable:!0,negatable:!1,value_format:"pipe_separated_denyallow_domains"},adg_ext_any:{name:"denyallow",description:"The `$denyallow` modifier allows to avoid creating additional rules\nwhen it is needed to disable a certain rule for specific domains.\n`$denyallow` matches only target domains and not referrer domains.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#denyallow-modifier",conflicts:["to"],assignable:!0,negatable:!1,value_format:"pipe_separated_denyallow_domains"},adg_cb_ios:{name:"denyallow",description:"The `$denyallow` modifier allows to avoid creating additional rules\nwhen it is needed to disable a certain rule for specific domains.\n`$denyallow` matches only target domains and not referrer domains.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#denyallow-modifier",conflicts:["to"],assignable:!0,negatable:!1,value_format:"pipe_separated_denyallow_domains"},adg_cb_safari:{name:"denyallow",description:"The `$denyallow` modifier allows to avoid creating additional rules\nwhen it is needed to disable a certain rule for specific domains.\n`$denyallow` matches only target domains and not referrer domains.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#denyallow-modifier",conflicts:["to"],assignable:!0,negatable:!1,value_format:"pipe_separated_denyallow_domains"},ubo_ext_any:{name:"denyallow",description:"The `$denyallow` modifier allows to avoid creating additional rules\nwhen it is needed to disable a certain rule for specific domains.\n`$denyallow` matches only target domains and not referrer domains.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#denyallow",conflicts:["to"],assignable:!0,negatable:!1,value_format:"pipe_separated_denyallow_domains"}},document:{adg_os_any:{name:"document",description:"The rule corresponds to the main frame document requests,\ni.e. HTML documents that are loaded in the browser tab.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#document-modifier",negatable:!1},adg_ext_any:{name:"document",description:"The rule corresponds to the main frame document requests,\ni.e. HTML documents that are loaded in the browser tab.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#document-modifier",negatable:!1},adg_cb_ios:{name:"document",description:"The rule corresponds to the main frame document requests,\ni.e. HTML documents that are loaded in the browser tab.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#document-modifier",negatable:!1},adg_cb_safari:{name:"document",description:"The rule corresponds to the main frame document requests,\ni.e. HTML documents that are loaded in the browser tab.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#document-modifier",negatable:!1},abp_ext_any:{name:"document",description:"The rule corresponds to the main frame document requests,\ni.e. HTML documents that are loaded in the browser tab.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#allowlist",negatable:!1},ubo_ext_any:{name:"document",aliases:["doc"],description:"The rule corresponds to the main frame document requests,\ni.e. HTML documents that are loaded in the browser tab.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#document",negatable:!1}},domain:{adg_any:{name:"domain",aliases:["from"],description:"The `$domain` modifier limits the rule application area to a list of domains and their subdomains.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#domain-modifier",assignable:!0,negatable:!1,value_format:"pipe_separated_domains"},abp_any:{name:"domain",description:"The `$domain` modifier limits the rule application area to a list of domains and their subdomains.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#domain-restrictions",assignable:!0,negatable:!1,value_format:"pipe_separated_domains"},ubo_any:{name:"domain",aliases:["from"],description:"The `$domain` modifier limits the rule application area to a list of domains and their subdomains.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#from",assignable:!0,negatable:!1,value_format:"pipe_separated_domains"}},elemhide:{adg_any:{name:"elemhide",aliases:["ehide"],description:"Disables any cosmetic rules on the pages matching the rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#elemhide-modifier",negatable:!1,exception_only:!0},abp_any:{name:"elemhide",aliases:["ehide"],description:"Disables any cosmetic rules on the pages matching the rule.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options",negatable:!1,exception_only:!0},ubo_any:{name:"elemhide",aliases:["ehide"],negatable:!1,exception_only:!0,docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#elemhide-1",description:"Disables any cosmetic rules on the pages matching the rule."}},empty:{adg_os_any:{name:"empty",description:"This modifier is deprecated in favor of the $redirect modifier.\nRules with `$empty` are still supported and being converted into `$redirect=nooptext` now\nbut the support shall be removed in the future.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#empty-modifier",deprecated:!0,deprecation_message:"Rules with `$empty` are still supported and being converted into `$redirect=nooptext` now\nbut the support shall be removed in the future.",negatable:!1},adg_ext_any:{name:"empty",description:"This modifier is deprecated in favor of the $redirect modifier.\nRules with `$empty` are still supported and being converted into `$redirect=nooptext` now\nbut the support shall be removed in the future.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#empty-modifier",deprecated:!0,deprecation_message:"Rules with `$empty` are still supported and being converted into `$redirect=nooptext` now\nbut the support shall be removed in the future.",negatable:!1},ubo_ext_any:{name:"empty",description:"This modifier is deprecated in favor of the $redirect modifier.\nRules with `$empty` are supported and being converted into `$redirect=nooptext`.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#empty",negatable:!1}},firstParty:{adg_any:{name:"first-party",aliases:["1p","~third-party"],description:"A restriction of first-party requests. Equal to `~third-party`.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#third-party-modifier",negatable:!1},ubo_any:{name:"first-party",aliases:["1p","~third-party"],description:"A restriction of first-party requests. Equal to `~third-party`.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#1p",negatable:!1}},extension:{adg_os_any:{name:"extension",description:"Disables all userscripts on the pages matching this rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#extension-modifier",conflicts:["domain","specifichide","generichide","elemhide","genericblock","urlblock","jsinject","content","xmlhttprequest","badfilter"],inverse_conflicts:!0,exception_only:!0}},font:{adg_any:{name:"font",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#font-modifier",description:"The rule corresponds to requests for fonts, e.g. `.woff` filename extension."},abp_any:{name:"font",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options",description:"The rule corresponds to requests for fonts, e.g. `.woff` filename extension."},ubo_any:{name:"font",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options",description:"The rule corresponds to requests for fonts, e.g. `.woff` filename extension."}},genericblock:{adg_os_any:{name:"genericblock",description:"Disables generic basic rules on pages that correspond to exception rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#genericblock-modifier",conflicts:["domain","specifichide","generichide","elemhide","extension","jsinject","content","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},adg_ext_any:{name:"genericblock",description:"Disables generic basic rules on pages that correspond to exception rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#genericblock-modifier",conflicts:["domain","specifichide","generichide","elemhide","jsinject","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},adg_cb_ios:{name:"genericblock",description:"Disables generic basic rules on pages that correspond to exception rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#genericblock-modifier",conflicts:["domain","specifichide","generichide","elemhide","jsinject","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},adg_cb_safari:{name:"genericblock",description:"Disables generic basic rules on pages that correspond to exception rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#genericblock-modifier",conflicts:["domain","specifichide","generichide","elemhide","jsinject","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},abp_ext_any:{name:"genericblock",description:"Disables generic basic rules on pages that correspond to exception rule.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options",negatable:!1,exception_only:!0}},generichide:{adg_any:{name:"generichide",aliases:["ghide"],description:"Disables all generic cosmetic rules.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#generichide-modifier",conflicts:["domain","genericblock","urlblock","extension","jsinject","content","xmlhttprequest","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},ubo_any:{name:"generichide",aliases:["ghide"],description:"Disables all generic cosmetic rules.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#generichide",conflicts:["domain","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},abp_any:{name:"generichide",description:"Disables all generic cosmetic rules.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options",conflicts:["domain"],inverse_conflicts:!0,negatable:!1,exception_only:!0}},header:{adg_os_any:{name:"header",description:"The `$header` modifier allows matching the HTTP response\nhaving a specific header with (optionally) a specific value.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#header-modifier",assignable:!0,value_format:"(?xi)\n ^\n # header name\n [\\w-]+\n (\n :\n # header value: string or regexp\n (\\w+|\\/.+\\/)\n )?"},adg_ext_any:{name:"header",description:"The `$header` modifier allows matching the HTTP response\nhaving a specific header with (optionally) a specific value.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#header-modifier",assignable:!0,value_format:"(?xi)\n ^\n # header name\n [\\w-]+\n (\n :\n # header value: string or regexp\n (\\w+|\\/.+\\/)\n )?"},ubo_ext_any:{name:"header",description:"The `$header` modifier allows matching the HTTP response\nhaving a specific header with (optionally) a specific value.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#header",assignable:!0,value_format:"(?xi)\n ^\n # header name\n [\\w-]+\n (\n :\n # header value: string or regexp\n (\\w+|\\/.+\\/)\n )?"}},hls:{adg_os_any:{name:"hls",description:"The `$hls` rules modify the response of a matching request.\nThey are intended as a convenient way to remove segments from HLS playlists (RFC 8216).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#hls-modifier",version_added:"CoreLibs 1.10",conflicts:["domain","third-party","app","important","match-case","xmlhttprequest"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"(?xi)\n (\n # string pattern\n \\w+\n # or regexp pattern\n |\n # TODO: improve regexp pattern to invalidate unescaped `/`, `$`, and `,`\n \\/.+\\/\n # options\n ([ti]*)?\n )"}},image:{adg_any:{name:"image",description:"The rule corresponds to images requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#image-modifier"},abp_any:{name:"image",description:"The rule corresponds to images requests.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options"},ubo_any:{name:"image",description:"The rule corresponds to images requests.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options"}},important:{adg_any:{name:"important",description:"The `$important` modifier applied to a rule increases its priority\nover any other rule without `$important` modifier. Even over basic exception rules.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#important-modifier",negatable:!1},ubo_any:{name:"important",description:"The `$important` modifier applied to a rule increases its priority\nover any other rule without `$important` modifier. Even over basic exception rules.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#important",negatable:!1}},inlineFont:{adg_os_any:{name:"inline-font",description:"The `$inline-font` modifier is a sort of a shortcut for $csp modifier with specific value.\nE.g. `||example.org^$inline-font` is converting into:\n```adblock\n||example.org^$csp=font-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:\n```",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#inline-font-modifier"},adg_ext_any:{name:"inline-font",description:"The `$inline-font` modifier is a sort of a shortcut for $csp modifier with specific value.\nE.g. `||example.org^$inline-font` is converting into:\n```adblock\n||example.org^$csp=font-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:\n```",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#inline-font-modifier"},ubo_ext_any:{name:"inline-font",description:"The `$inline-font` modifier is a sort of a shortcut for $csp modifier with specific value.\nE.g. `||example.org^$inline-font` is converting into:\n```adblock\n||example.org^$csp=font-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:\n```",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#inline-font"}},inlineScript:{adg_os_any:{name:"inline-script",description:"The `$inline-script` modifier is a sort of a shortcut for $csp modifier with specific value.\nE.g. `||example.org^$inline-script` is converting into:\n```adblock\n||example.org^$csp=script-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:\n```",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#inline-script-modifier"},adg_ext_any:{name:"inline-script",description:"The `$inline-script` modifier is a sort of a shortcut for $csp modifier with specific value.\nE.g. `||example.org^$inline-script` is converting into:\n```adblock\n||example.org^$csp=script-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:\n```",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#inline-script-modifier"},ubo_ext_any:{name:"inline-script",description:"The `$inline-script` modifier is a sort of a shortcut for $csp modifier with specific value.\nE.g. `||example.org^$inline-script` is converting into:\n```adblock\n||example.org^$csp=script-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:\n```",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#inline-script"}},jsinject:{adg_os_any:{name:"jsinject",description:"Forbids adding of javascript code to the page.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#jsinject-modifier",conflicts:["domain","specifichide","generichide","elemhide","genericblock","urlblock","extension","content","xmlhttprequest","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},adg_ext_any:{name:"jsinject",description:"Forbids adding of javascript code to the page.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#jsinject-modifier",conflicts:["domain","specifichide","generichide","elemhide","genericblock","urlblock","xmlhttprequest","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},adg_cb_ios:{name:"jsinject",description:"Forbids adding of javascript code to the page.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#jsinject-modifier",conflicts:["domain","specifichide","generichide","elemhide","genericblock","urlblock","xmlhttprequest","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},adg_cb_safari:{name:"jsinject",description:"Forbids adding of javascript code to the page.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#jsinject-modifier",conflicts:["domain","specifichide","generichide","elemhide","genericblock","urlblock","xmlhttprequest","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0}},jsonprune:{adg_os_any:{name:"jsonprune",description:"The `$jsonprune` rules modify the response to a matching request\nby removing JSON items that match a modified JSONPath expression.\nThey do not modify responses which are not valid JSON documents.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#jsonprune-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"(?xi)\n ^\n # the expression always starts with a dollar sign (for root)\n # which should be escaped\n \\\\\n \\$\n \\.?\n # TODO: improve the expression to invalidate unescaped `$` and `,`\n .+\n $"}},matchCase:{adg_any:{name:"match-case",description:"This modifier defines a rule which applies only to addresses that match the case.\nDefault rules are case-insensitive.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#match-case-modifier"},abp_any:{name:"match-case",description:"This modifier defines a rule which applies only to addresses that match the case.\nDefault rules are case-insensitive.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"match-case",description:"This modifier defines a rule which applies only to addresses that match the case.\nDefault rules are case-insensitive.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#match-case"}},media:{adg_any:{name:"media",description:"A restriction of third-party and own requests.\nA third-party request is a request from a different domain.\nFor example, a request to `example.org` from `domain.com` is a third-party request.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#media-modifier"},abp_any:{name:"media",description:"A restriction of third-party and own requests.\nA third-party request is a request from a different domain.\nFor example, a request to `example.org` from `domain.com` is a third-party request.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options"},ubo_any:{name:"media",description:"A restriction of third-party and own requests.\nA third-party request is a request from a different domain.\nFor example, a request to `example.org` from `domain.com` is a third-party request.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options"}},method:{adg_os_any:{name:"method",description:"This modifier limits the rule scope to requests that use the specified set of HTTP methods.\nNegated methods are allowed.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#method-modifier",negatable:!1,assignable:!0,value_format:"pipe_separated_methods"},adg_ext_any:{name:"method",description:"This modifier limits the rule scope to requests that use the specified set of HTTP methods.\nNegated methods are allowed.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#method-modifier",negatable:!1,assignable:!0,value_format:"pipe_separated_methods"},ubo_ext_any:{name:"method",description:"This modifier limits the rule scope to requests that use the specified set of HTTP methods.\nNegated methods are allowed.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#method",negatable:!1,assignable:!0,value_format:"pipe_separated_methods"}},mp4:{adg_os_any:{name:"mp4",description:"As a response to blocked request AdGuard returns a short video placeholder.\nRules with `$mp4` are still supported and being converted into `$redirect=noopmp4-1s` now\nbut the support shall be removed in the future.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#mp4-modifier",deprecated:!0,deprecation_message:"Rules with `$mp4` are still supported and being converted into `$redirect=noopmp4-1s` now\nbut the support shall be removed in the future.",negatable:!1},adg_ext_any:{name:"mp4",description:"As a response to blocked request AdGuard returns a short video placeholder.\nRules with `$mp4` are still supported and being converted into `$redirect=noopmp4-1s` now\nbut the support shall be removed in the future.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#mp4-modifier",deprecated:!0,deprecation_message:"Rules with `$mp4` are still supported and being converted into `$redirect=noopmp4-1s` now\nbut the support shall be removed in the future.",negatable:!1},ubo_ext_any:{name:"mp4",description:"As a response to blocked request a short video placeholder is returned.\nRules with `$mp4` are supported and being converted into `$redirect=noopmp4-1s`.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#mp4",negatable:!1}},network:{adg_os_any:{name:"network",description:"This is basically a Firewall-kind of rules allowing to fully block\nor unblock access to a specified remote address.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#network-modifier",conflicts:["app","important"],inverse_conflicts:!0,negatable:!1}},noop:{adg_os_any:{name:"_",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#noop-modifier",description:"The noop modifier does nothing and can be used solely to increase rules' readability.\nIt consists of a sequence of underscore characters (_) of any length\nand can appear in a rule as many times as needed.",negatable:!1},adg_ext_any:{name:"_",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#noop-modifier",description:"The noop modifier does nothing and can be used solely to increase rules' readability.\nIt consists of a sequence of underscore characters (_) of any length\nand can appear in a rule as many times as needed.",negatable:!1},adg_cb_ios:{name:"_",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#noop-modifier",description:"The noop modifier does nothing and can be used solely to increase rules' readability.\nIt consists of a sequence of underscore characters (_) of any length\nand can appear in a rule as many times as needed.",negatable:!1},adg_cb_safari:{name:"_",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#noop-modifier",description:"The noop modifier does nothing and can be used solely to increase rules' readability.\nIt consists of a sequence of underscore characters (_) of any length\nand can appear in a rule as many times as needed.",negatable:!1},ubo_ext_any:{name:"_",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#_-aka-noop",description:"The noop modifier does nothing and can be used solely to increase rules' readability.\nIt consists of a sequence of underscore characters (_) of any length\nand can appear in a rule as many times as needed.",negatable:!1}},objectSubrequest:{adg_any:{name:"object-subrequest",description:"The `$object-subrequest` modifier is removed and is no longer supported.\nRules with it are considered as invalid.\nThe rule corresponds to requests by browser plugins (it is usually Flash).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#object-subrequest-modifier",removed:!0,removal_message:"The `$object-subrequest` modifier is removed and is no longer supported.\nRules with it are considered as invalid."}},object:{adg_any:{name:"object",description:"The rule corresponds to browser plugins resources, e.g. Java or Flash",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#object-modifier"},abp_any:{name:"object",description:"The rule corresponds to browser plugins resources, e.g. Java or Flash.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"object",description:"The rule corresponds to browser plugins resources, e.g. Java or Flash.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"}},other:{adg_any:{name:"other",description:"The rule applies to requests for which the type has not been determined\nor does not match the types listed above.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#other-modifier"},abp_any:{name:"other",description:"The rule applies to requests for which the type has not been determined\nor does not match the types listed above.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"other",description:"The rule applies to requests for which the type has not been determined\nor does not match the types listed above.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"}},permissions:{adg_os_any:{name:"permissions",description:"For the requests matching a `$permissions` rule, ad blocker strengthens response's feature policy\nby adding additional feature policy equal to the `$permissions` modifier contents.\n`$permissions` rules are applied independently from any other rule type.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#permissions-modifier",version_added:"CoreLibs 1.11",conflicts:["domain","important","subdocument"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"permissions_value"}},ping:{adg_any:{name:"ping",description:"The rule corresponds to requests caused by either navigator.sendBeacon() or the ping attribute on links.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#ping-modifier"},abp_any:{name:"ping",description:"The rule corresponds to requests caused by either navigator.sendBeacon() or the ping attribute on links.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"ping",description:"The rule corresponds to requests caused by either navigator.sendBeacon() or the ping attribute on links.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"}},popunder:{ubo_ext_any:{name:"popunder",description:'To block "popunders" windows/tabs where the original page redirects to an advertisement\nand the desired content loads in the newly created one.\nTo be used in the same manner as the popup filter option, except that it will block popunders.',docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#popunder",negatable:!1,block_only:!0}},popup:{adg_any:{name:"popup",description:"Pages opened in a new tab or window.\nNote: Filters will not block pop-ups by default, only if the `$popup` type option is specified.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#popup-modifier",negatable:!1},abp_any:{name:"popup",description:"Pages opened in a new tab or window.\nNote: Filters will not block pop-ups by default, only if the `$popup` type option is specified.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options",negatable:!1},ubo_any:{name:"popup",description:"Pages opened in a new tab or window.\nNote: Filters will not block pop-ups by default, only if the `$popup` type option is specified.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options",negatable:!1}},redirectRule:{adg_os_any:{name:"redirect-rule",description:'This is basically an alias to `$redirect`\nsince it has the same "redirection" values and the logic is almost similar.\nThe difference is that `$redirect-rule` is applied only in the case\nwhen the target request is blocked by a different basic rule.',docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#redirect-rule-modifier",conflicts:["domain","to","third-party","popup","match-case","header","first-party","document","image","stylesheet","script","object","font","media","subdocument","ping","xmlhttprequest","websocket","other","webrtc","important","badfilter","app"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"(?x)\n ^(\n 1x1-transparent\\.gif|\n 2x2-transparent\\.png|\n 3x2-transparent\\.png|\n 32x32-transparent\\.png|\n noopframe|\n noopcss|\n noopjs|\n noopjson|\n nooptext|\n empty|\n noopvmap-1\\.0|\n noopvast-2\\.0|\n noopvast-3\\.0|\n noopvast-4\\.0|\n noopmp3-0\\.1s|\n noopmp4-1s|\n amazon-apstag|\n ati-smarttag|\n didomi-loader|\n fingerprintjs2|\n fingerprintjs3|\n gemius|\n google-analytics-ga|\n google-analytics|\n google-ima3|\n googlesyndication-adsbygoogle|\n googletagservices-gpt|\n matomo|\n metrika-yandex-tag|\n metrika-yandex-watch|\n naver-wcslog|\n noeval|\n pardot-1\\.0|\n prebid-ads|\n prebid|\n prevent-bab|\n prevent-bab2|\n prevent-fab-3\\.2\\.0|\n prevent-popads-net|\n scorecardresearch-beacon|\n set-popads-dummy|\n click2load\\.html|\n )?$"},adg_ext_any:{name:"redirect-rule",description:'This is basically an alias to `$redirect`\nsince it has the same "redirection" values and the logic is almost similar.\nThe difference is that `$redirect-rule` is applied only in the case\nwhen the target request is blocked by a different basic rule.',docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#redirect-rule-modifier",conflicts:["domain","to","third-party","popup","match-case","header","first-party","document","image","stylesheet","script","object","font","media","subdocument","ping","xmlhttprequest","websocket","other","webrtc","important","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"(?x)\n ^(\n 1x1-transparent\\.gif|\n 2x2-transparent\\.png|\n 3x2-transparent\\.png|\n 32x32-transparent\\.png|\n noopframe|\n noopcss|\n noopjs|\n noopjson|\n nooptext|\n empty|\n noopvmap-1\\.0|\n noopvast-2\\.0|\n noopvast-3\\.0|\n noopvast-4\\.0|\n noopmp3-0\\.1s|\n noopmp4-1s|\n amazon-apstag|\n ati-smarttag|\n didomi-loader|\n fingerprintjs2|\n fingerprintjs3|\n gemius|\n google-analytics-ga|\n google-analytics|\n google-ima3|\n googlesyndication-adsbygoogle|\n googletagservices-gpt|\n matomo|\n metrika-yandex-tag|\n metrika-yandex-watch|\n naver-wcslog|\n noeval|\n pardot-1\\.0|\n prebid-ads|\n prebid|\n prevent-bab|\n prevent-bab2|\n prevent-fab-3\\.2\\.0|\n prevent-popads-net|\n scorecardresearch-beacon|\n set-popads-dummy|\n click2load\\.html|\n )?$"},ubo_ext_any:{name:"redirect-rule",description:'This is basically an alias to `$redirect`\nsince it has the same "redirection" values and the logic is almost similar.\nThe difference is that `$redirect-rule` is applied only in the case\nwhen the target request is blocked by a different basic rule.',docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#redirect-rule",conflicts:["domain","to","third-party","popup","match-case","header","first-party","document","image","stylesheet","script","object","font","media","subdocument","ping","xmlhttprequest","websocket","other","webrtc","important","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_format:"(?x)\n ^(\n 1x1\\.gif|\n 2x2\\.png|\n 3x2\\.png|\n 32x32\\.png|\n noop\\.css|\n noop\\.html|\n noopframe|\n noop\\.js|\n noop\\.txt|\n noop-0\\.1s\\.mp3|\n noop-0\\.5s\\.mp3|\n noop-1s\\.mp4|\n none|\n click2load\\.html|\n addthis_widget\\.js|\n amazon_ads\\.js|\n amazon_apstag\\.js|\n monkeybroker\\.js|\n doubleclick_instream_ad_status|\n google-analytics_ga\\.js|\n google-analytics_analytics\\.js|\n google-analytics_inpage_linkid\\.js|\n google-analytics_cx_api\\.js|\n google-ima\\.js|\n googletagservices_gpt\\.js|\n googletagmanager_gtm\\.js|\n googlesyndication_adsbygoogle\\.js|\n scorecardresearch_beacon\\.js|\n outbrain-widget\\.js|\n hd-main\\.js\n )\n (:[0-9]+)?$"}},redirect:{adg_os_any:{name:"redirect",description:'Used to redirect web requests to a local "resource".',docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#redirect-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"(?x)\n ^(\n 1x1-transparent\\.gif|\n 2x2-transparent\\.png|\n 3x2-transparent\\.png|\n 32x32-transparent\\.png|\n noopframe|\n noopcss|\n noopjs|\n noopjson|\n nooptext|\n empty|\n noopvmap-1\\.0|\n noopvast-2\\.0|\n noopvast-3\\.0|\n noopvast-4\\.0|\n noopmp3-0\\.1s|\n noopmp4-1s|\n amazon-apstag|\n ati-smarttag|\n didomi-loader|\n fingerprintjs2|\n fingerprintjs3|\n gemius|\n google-analytics-ga|\n google-analytics|\n googletagmanager-gtm|\n google-ima3|\n googlesyndication-adsbygoogle|\n googletagservices-gpt|\n matomo|\n metrika-yandex-tag|\n metrika-yandex-watch|\n naver-wcslog|\n noeval|\n pardot-1\\.0|\n prebid-ads|\n prebid|\n prevent-bab|\n prevent-bab2|\n prevent-fab-3\\.2\\.0|\n prevent-popads-net|\n scorecardresearch-beacon|\n set-popads-dummy|\n click2load\\.html\n )?$"},adg_ext_any:{name:"redirect",description:'Used to redirect web requests to a local "resource".',docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#redirect-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"(?x)\n ^(\n 1x1-transparent\\.gif|\n 2x2-transparent\\.png|\n 3x2-transparent\\.png|\n 32x32-transparent\\.png|\n noopframe|\n noopcss|\n noopjs|\n noopjson|\n nooptext|\n empty|\n noopvmap-1\\.0|\n noopvast-2\\.0|\n noopvast-3\\.0|\n noopvast-4\\.0|\n noopmp3-0\\.1s|\n noopmp4-1s|\n amazon-apstag|\n ati-smarttag|\n didomi-loader|\n fingerprintjs2|\n fingerprintjs3|\n gemius|\n google-analytics-ga|\n google-analytics|\n googletagmanager-gtm|\n google-ima3|\n googlesyndication-adsbygoogle|\n googletagservices-gpt|\n matomo|\n metrika-yandex-tag|\n metrika-yandex-watch|\n naver-wcslog|\n noeval|\n pardot-1\\.0|\n prebid-ads|\n prebid|\n prevent-bab|\n prevent-bab2|\n prevent-fab-3\\.2\\.0|\n prevent-popads-net|\n scorecardresearch-beacon|\n set-popads-dummy|\n click2load\\.html\n )?$"},ubo_ext_any:{name:"redirect",description:'Used to redirect web requests to a local "resource".',docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#redirect",assignable:!0,negatable:!1,value_optional:!0,value_format:"(?x)\n ^(\n 1x1\\.gif|\n 2x2\\.png|\n 3x2\\.png|\n 32x32\\.png|\n noop\\.css|\n noop\\.html|\n noopframe|\n noop\\.js|\n noop\\.txt|\n noop-0\\.1s\\.mp3|\n noop-0\\.5s\\.mp3|\n noop-1s\\.mp4|\n none|\n click2load\\.html|\n addthis_widget\\.js|\n amazon_ads\\.js|\n amazon_apstag\\.js|\n monkeybroker\\.js|\n doubleclick_instream_ad_status|\n google-analytics_ga\\.js|\n google-analytics_analytics\\.js|\n google-analytics_inpage_linkid\\.js|\n google-analytics_cx_api\\.js|\n google-ima\\.js|\n googletagservices_gpt\\.js|\n googletagmanager_gtm\\.js|\n googlesyndication_adsbygoogle\\.js|\n scorecardresearch_beacon\\.js|\n outbrain-widget\\.js|\n hd-main\\.js\n )\n (:[0-9]+)?$"},abp_ext_any:{name:"rewrite",description:"The `rewrite=` option allows the rewriting of URLs (or redirecting requests) to an internal\nresource in order to deactivate it without causing an error. Indicate the internal resource\nby name and prefix `abp-resource:` in order to be recognized. For example\n`$rewrite=abp-resource:blank-js` sends an empty JavaScript.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#rewrite",assignable:!0,negatable:!1,value_format:"(?x)\n # ABP resources always starts with the `abp-resource:` prefix\n ^abp-resource:\n # Possible resource names\n (\n blank-text|\n blank-css|\n blank-js|\n blank-html|\n blank-mp3|\n 1x1-transparent-gif|\n 2x2-transparent-png|\n 3x2-transparent-png|\n 32x32-transparent-png\n )$"}},removeheader:{adg_os_any:{name:"removeheader",description:"Rules with the `$removeheader` modifier are intended to remove headers from HTTP requests and responses.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#removeheader-modifier",conflicts:["domain","third-party","first-party","app","important","match-case","document","image","stylesheet","script","object","font","media","subdocument","ping","xmlhttpreqeust","websocket","other","webrtc"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:'(?xi)\n ^\n # Value may start with "request:"\n (request:)?\n\n # Forbidden header names\n (?!\n (\n access-control-allow-origin|\n access-control-allow-credentials|\n access-control-allow-headers|\n access-control-allow-methods|\n access-control-expose-headers|\n access-control-max-age|\n access-control-request-headers|\n access-control-request-method|\n origin|\n timing-allow-origin|\n allow|\n cross-origin-embedder-policy|\n cross-origin-opener-policy|\n cross-origin-resource-policy|\n content-security-policy|\n content-security-policy-report-only|\n expect-ct|\n feature-policy|\n origin-isolation|\n strict-transport-security|\n upgrade-insecure-requests|\n x-content-type-options|\n x-download-options|\n x-frame-options|\n x-permitted-cross-domain-policies|\n x-powered-by|\n x-xss-protection|\n public-key-pins|\n public-key-pins-report-only|\n sec-websocket-key|\n sec-websocket-extensions|\n sec-websocket-accept|\n sec-websocket-protocol|\n sec-websocket-version|\n p3p|\n sec-fetch-mode|\n sec-fetch-dest|\n sec-fetch-site|\n sec-fetch-user|\n referrer-policy|\n content-type|\n content-length|\n accept|\n accept-encoding|\n host|\n connection|\n transfer-encoding|\n upgrade\n )\n $)\n\n # Any other header name is allowed, if it matches the following regex\n [A-z0-9-]+\n $'},adg_ext_any:{name:"removeheader",description:"Rules with the `$removeheader` modifier are intended to remove headers from HTTP requests and responses.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#removeheader-modifier",conflicts:["domain","third-party","first-party","app","important","match-case","document","image","stylesheet","script","object","font","media","subdocument","ping","xmlhttpreqeust","websocket","other","webrtc"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:'(?xi)\n ^\n # Value may start with "request:"\n (request:)?\n\n # Forbidden header names\n (?!\n (\n access-control-allow-origin|\n access-control-allow-credentials|\n access-control-allow-headers|\n access-control-allow-methods|\n access-control-expose-headers|\n access-control-max-age|\n access-control-request-headers|\n access-control-request-method|\n origin|\n timing-allow-origin|\n allow|\n cross-origin-embedder-policy|\n cross-origin-opener-policy|\n cross-origin-resource-policy|\n content-security-policy|\n content-security-policy-report-only|\n expect-ct|\n feature-policy|\n origin-isolation|\n strict-transport-security|\n upgrade-insecure-requests|\n x-content-type-options|\n x-download-options|\n x-frame-options|\n x-permitted-cross-domain-policies|\n x-powered-by|\n x-xss-protection|\n public-key-pins|\n public-key-pins-report-only|\n sec-websocket-key|\n sec-websocket-extensions|\n sec-websocket-accept|\n sec-websocket-protocol|\n sec-websocket-version|\n p3p|\n sec-fetch-mode|\n sec-fetch-dest|\n sec-fetch-site|\n sec-fetch-user|\n referrer-policy|\n content-type|\n content-length|\n accept|\n accept-encoding|\n host|\n connection|\n transfer-encoding|\n upgrade\n )\n $)\n\n # Any other header name is allowed, if it matches the following regex\n [A-z0-9-]+\n $'}},removeparam:{adg_os_any:{name:"removeparam",description:"Rules with the `$removeparam` modifier are intended to strip query parameters from requests' URLs.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#removeparam-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"(?xi)\n (\n # string pattern\n \\w+\n # or regexp pattern\n |\n \\/.+\\/\n # flags\n ([gimuy]+)?\n )"},adg_ext_any:{name:"removeparam",description:"Rules with the `$removeparam` modifier are intended to strip query parameters from requests' URLs.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#removeparam-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"(?xi)\n (\n # string pattern\n \\w+\n # or regexp pattern\n |\n \\/.+\\/\n # flags\n ([gimuy]+)?\n )"},ubo_ext_any:{name:"removeparam",description:"Rules with the `$removeparam` modifier are intended to strip query parameters from requests' URLs.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#removeparam",assignable:!0,negatable:!1,value_format:"(?xi)\n (\n # string pattern\n \\w+\n # or regexp pattern\n |\n \\/.+\\/\n # flags\n ([gimuy]+)?\n )"}},replace:{adg_os_any:{name:"replace",description:"This modifier completely changes the rule behavior.\nIf it is applied, the rule will not block the request. The response is going to be modified instead.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#replace-modifier",conflicts:["app","domain","document","subdocument","script","stylesheet","other","xmlhttprequest","first-party","third-party","important","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_format:"(?xi)\n ^\n \\/\n # the regexp to match by\n (.+)\n # separator\n \\/\n # replacement\n (.+)?\n \\/\n # flags\n ([gimuy]*)?\n $"},adg_ext_firefox:{name:"replace",description:"This modifier completely changes the rule behavior.\nIf it is applied, the rule will not block the request. The response is going to be modified instead.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#replace-modifier",conflicts:["domain","document","subdocument","script","stylesheet","other","xmlhttprequest","first-party","third-party","important","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_format:"(?xi)\n ^\n \\/\n # the regexp to match by\n (.+)\n # separator\n \\/\n # replacement\n (.+)?\n \\/\n # flags\n ([gimuy]*)?\n $"}},script:{adg_any:{name:"script",description:"The rule corresponds to script requests, e.g. javascript, vbscript.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#script-modifier"},abp_any:{name:"script",description:"The rule corresponds to script requests, e.g. javascript, vbscript.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"script",description:"The rule corresponds to script requests, e.g. javascript, vbscript.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options"}},specifichide:{adg_any:{name:"specifichide",aliases:["shide"],description:"Disables all specific element hiding and CSS rules, but not general ones.\nHas an opposite effect to `$generichide`.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#specifichide-modifier",conflicts:["domain","genericblock","urlblock","extension","jsinject","content","xmlhttprequest","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},ubo_any:{name:"specifichide",aliases:["shide"],description:"Disables all specific element hiding and CSS rules, but not general ones.\nHas an opposite effect to `$generichide`.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#specifichide",conflicts:["domain","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0}},stealth:{adg_os_any:{name:"stealth",description:"Disables the Stealth Mode module for all corresponding pages and requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#stealth-modifier",assignable:!0,negatable:!1,exception_only:!0,value_optional:!0,value_format:"pipe_separated_stealth_options"},adg_ext_chrome:{name:"stealth",description:"Disables the Stealth Mode module for all corresponding pages and requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#stealth-modifier",assignable:!0,negatable:!1,exception_only:!0,value_optional:!0,value_format:"pipe_separated_stealth_options"},adg_ext_firefox:{name:"stealth",description:"Disables the Stealth Mode module for all corresponding pages and requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#stealth-modifier",assignable:!0,negatable:!1,exception_only:!0,value_optional:!0,value_format:"pipe_separated_stealth_options"},adg_ext_opera:{name:"stealth",description:"Disables the Stealth Mode module for all corresponding pages and requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#stealth-modifier",assignable:!0,negatable:!1,exception_only:!0,value_optional:!0,value_format:"pipe_separated_stealth_options"},adg_ext_edge:{name:"stealth",description:"Disables the Stealth Mode module for all corresponding pages and requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#stealth-modifier",assignable:!0,negatable:!1,exception_only:!0,value_optional:!0,value_format:"pipe_separated_stealth_options"}},strict1p:{ubo_any:{name:"strict1p",description:"This new `strict1p` option can check for strict partyness.\nFor example, a network request qualifies as 1st-party if both the context and the request share the same hostname.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#strict1p"}},strict3p:{ubo_any:{name:"strict3p",description:"This new `strict3p` option can check for strict partyness.\nFor example, a network request qualifies as 3rd-party if the context and the request hostnames are different.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#strict3p"}},stylesheet:{adg_any:{name:"stylesheet",description:"The rule corresponds to CSS files requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#stylesheet-modifier"},abp_any:{name:"stylesheet",description:"The rule corresponds to CSS files requests.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"stylesheet",aliases:["css"],description:"The rule corresponds to CSS files requests.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#css"}},subdocument:{adg_any:{name:"subdocument",description:"The rule corresponds to requests for built-in pages — HTML tags frame and iframe.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#subdocument-modifier"},abp_any:{name:"subdocument",description:"The rule corresponds to requests for built-in pages — HTML tags frame and iframe.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"subdocument",aliases:["frame"],description:"The rule corresponds to requests for built-in pages — HTML tags frame and iframe.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#frame"}},thirdParty:{adg_any:{name:"third-party",aliases:["3p"],description:"A restriction of third-party and own requests.\nA third-party request is a request from a different domain.\nFor example, a request to `example.org` from `domain.com` is a third-party request.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#third-party-modifier"},ubo_any:{name:"3p",aliases:["third-party"],description:"A restriction of third-party and own requests.\nA third-party request is a request from a different domain.\nFor example, a request to `example.org` from `domain.com` is a third-party request.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#3p"},abp_any:{name:"third-party",description:"A restriction of third-party and own requests.\nA third-party request is a request from a different domain.\nFor example, a request to `example.org` from `domain.com` is a third-party request.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#party-requests"}},to:{ubo_ext_any:{name:"to",description:"The main motivation of this option is\nto give static network filtering engine an equivalent of DNR's `requestDomains` and `excludedRequestDomains`.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#to",assignable:!0,negatable:!1,value_format:"pipe_separated_domains"}},urlblock:{adg_any:{name:"urlblock",description:"Disables blocking of all requests sent from the pages matching the rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#urlblock-modifier",conflicts:["domain","specifichide","generichide","elemhide","extension","jsinject","content","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0}},webrtc:{adg_any:{name:"webrtc",description:"The rule applies only to WebRTC connections.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#webrtc-modifier",removed:!0,removal_message:"This modifier is removed and is no longer supported.\nRules with it are considered as invalid. If you need to suppress WebRTC, consider using\nthe [nowebrtc scriptlet](https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#nowebrtc)."},ubo_any:{name:"webrtc",description:"The rule applies only to WebRTC connections.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax",removed:!0,removal_message:"This modifier is removed and is no longer supported.\nIf you need to suppress WebRTC, consider using\nthe [nowebrtc scriptlet](https://github.com/gorhill/uBlock/wiki/Resources-Library#nowebrtcjs-)."},abp_any:{name:"webrtc",description:"The rule applies only to WebRTC connections.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options",version_added:"1.13.3"}},websocket:{adg_os_any:{name:"websocket",description:"The rule applies only to WebSocket connections.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#websocket-modifier"},adg_ext_any:{name:"websocket",description:"The rule applies only to WebSocket connections.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#websocket-modifier"},adg_cb_ios:{name:"websocket",description:"The rule applies only to WebSocket connections.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#websocket-modifier"},adg_cb_safari:{name:"websocket",description:"The rule applies only to WebSocket connections.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#websocket-modifier"},abp_ext_any:{name:"websocket",description:"The rule applies only to WebSocket connections.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_ext_any:{name:"websocket",description:"The rule applies only to WebSocket connections.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"}},xmlhttprequest:{adg_any:{name:"xmlhttprequest",aliases:["xhr"],description:"The rule applies only to ajax requests (requests sent via javascript object XMLHttpRequest).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#xmlhttprequest-modifier"},abp_any:{name:"xmlhttprequest",description:"The rule applies only to ajax requests (requests sent via javascript object XMLHttpRequest).",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"xhr",aliases:["xmlhttprequest"],description:"The rule applies only to ajax requests (requests sent via javascript object XMLHttpRequest).",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#xhr"}}};!function(e){e.Name="name",e.Aliases="aliases",e.Description="description",e.Docs="docs",e.Deprecated="deprecated",e.DeprecationMessage="deprecation_message",e.Removed="removed",e.RemovalMessage="removal_message",e.Conflicts="conflicts",e.InverseConflicts="inverse_conflicts",e.Assignable="assignable",e.Negatable="negatable",e.BlockOnly="block_only",e.ExceptionOnly="exception_only",e.ValueOptional="value_optional",e.ValueFormat="value_format"}(na||(na={}));var ha=function(){var e=new Map;return Object.keys(pa).forEach((function(t){var n=pa[t],r={};Object.keys(n).forEach((function(e){r[e]=function(e,t){var n,r=t[e];return _defineProperty2(n={},na.Name,r[na.Name]),_defineProperty2(n,na.Aliases,r[na.Aliases]||null),_defineProperty2(n,na.Description,r[na.Description]||null),_defineProperty2(n,na.Docs,r[na.Docs]||null),_defineProperty2(n,na.Deprecated,r[na.Deprecated]||!1),_defineProperty2(n,na.DeprecationMessage,r[na.DeprecationMessage]||null),_defineProperty2(n,na.Removed,r[na.Removed]||!1),_defineProperty2(n,na.RemovalMessage,r[na.RemovalMessage]||null),_defineProperty2(n,na.Conflicts,r[na.Conflicts]||null),_defineProperty2(n,na.InverseConflicts,r[na.InverseConflicts]||!1),_defineProperty2(n,na.Assignable,r[na.Assignable]||!1),_defineProperty2(n,na.Negatable,!!Gr(r[na.Negatable])||r[na.Negatable]),_defineProperty2(n,na.BlockOnly,r[na.BlockOnly]||!1),_defineProperty2(n,na.ExceptionOnly,r[na.ExceptionOnly]||!1),_defineProperty2(n,na.ValueOptional,r[na.ValueOptional]||!1),_defineProperty2(n,na.ValueFormat,r[na.ValueFormat]||null),n}(e,n)})),e.set(t,r)})),e},ma=(_defineProperty2(t={},e.AdblockSyntax.Adg,"adg_"),_defineProperty2(t,e.AdblockSyntax.Ubo,"ubo_"),_defineProperty2(t,e.AdblockSyntax.Abp,"abp_"),t),ga=new Set([].concat(_toConsumableArray(S),_toConsumableArray(F),_toConsumableArray(j),[h])),ba=new Set(["connect","delete","get","head","options","patch","post","put","trace"]),va=new Set(["searchqueries","donottrack","3p-cookie","1p-cookie","3p-cache","3p-auth","webrtc","push","location","flash","java","referrer","useragent","ip","xclientdata","dpi"]),ya=new Set(["base-uri","child-src","connect-src","default-src","font-src","form-action","frame-ancestors","frame-src","img-src","manifest-src","media-src","navigate-to","object-src","plugin-types","prefetch-src","report-to","report-uri","sandbox","script-src","style-src","upgrade-insecure-requests","worker-src"]),wa=new Set(["accelerometer","ambient-light-sensor","autoplay","battery","camera","display-capture","document-domain","encrypted-media","execution-while-not-rendered","execution-while-out-of-viewport","fullscreen","gamepad","geolocation","gyroscope","hid","identity-credentials-get","idle-detection","local-fonts","magnetometer","microphone","midi","payment","picture-in-picture","publickey-credentials-create","publickey-credentials-get","screen-wake-lock","serial","speaker-selection","storage-access","usb","web-share","xr-spatial-tracking"]),ka="".concat(x).concat(C),Da="Only blocking rules may contain the modifier",xa="Only exception rules may contain the modifier",Ca="Invalid CSP directives for the modifier",Aa="Invalid values for the modifier",Ea="Invalid noop modifier",Fa="Invalid Permissions-Policy directive for the modifier",Sa="Origins in the value is invalid for the modifier and the directive",ja="Double quotes should be used for origins in the value of the modifier",Ta="Simultaneous usage of negated and not negated values is forbidden for the modifier",_a="No CSP value for the modifier and the directive",Ra="CSP directives should no be quoted for the modifier",Oa="Unescaped comma in the value is not allowed for the modifier",Ba="Non-existent modifier",Pa="Non-negatable modifier",Ia="Values cannot be negated for the modifier",Na="The adblocker does not support the modifier",La="Removed and no longer supported modifier",$a="Value is not allowed for the modifier",za="Value is invalid for the modifier",Ma="Value is required for the modifier",qa="Invalid regular expression in 'value_format' for the modifier",Ua="Property 'deprecation_message' is required for the 'deprecated' modifier",Wa="Property 'value_format' should be specified for the assignable modifier",Ha=function(e){return{valid:!1,error:e}},Va=function(e){return Ha("".concat(Ma,": '").concat(e,"'"))},Xa=function(e,t,n){var r=null;return e.forEach((function(e){Object.keys(e).forEach((function(a){var o=e[a];(o.name===n||o.aliases&&o.aliases.includes(n))&&a.startsWith(t)&&(r=o)}))})),r},Ga="xregexp",Ya={astral:!1,namespacing:!0},Ka={},Qa={},Ja={},Za=[],eo="default",to="class",no={default:/\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|\(\?(?:[:=!]|<[=!])|[?*+]\?|{\d+(?:,\d*)?}\??|[\s\S]/,class:/\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|[\s\S]/},ro=/\$(?:\{([^\}]+)\}|<([^>]+)>|(\d\d?|[\s\S]?))/g,ao=void 0===/()??/.exec("")[1],oo=void 0!==/x/.flags;function io(e){var t=!0;try{if(new RegExp("",e),"y"===e){".."===".a".replace(new RegExp("a","gy"),".")&&(t=!1)}}catch(e){t=!1}return t}var uo=io("d"),so=io("s"),co=io("u"),lo=io("y"),fo={d:uo,g:!0,i:!0,m:!0,s:so,u:co,y:lo},po=so?/[^dgimsuy]+/g:/[^dgimuy]+/g;function ho(e,t,n,r,a){if(e[Ga]={captureNames:t},a)return e;if(e.__proto__)e.__proto__=So.prototype;else for(var o in So.prototype)e[o]=So.prototype[o];return e[Ga].source=n,e[Ga].flags=r?r.split("").sort().join(""):r,e}function mo(e){return e.replace(/([\s\S])(?=[\s\S]*\1)/g,"")}function go(e,t){if(!So.isRegExp(e))throw new TypeError("Type RegExp expected");var n=e[Ga]||{},r=function(e){return oo?e.flags:/\/([a-z]*)$/i.exec(RegExp.prototype.toString.call(e))[1]}(e),a="",o="",i=null,u=null;return(t=t||{}).removeG&&(o+="g"),t.removeY&&(o+="y"),o&&(r=r.replace(new RegExp("[".concat(o,"]+"),"g"),"")),t.addG&&(a+="g"),t.addY&&(a+="y"),a&&(r=mo(r+a)),t.isInternalOnly||(void 0!==n.source&&(i=n.source),null!=n.flags&&(u=a?mo(n.flags+a):n.flags)),e=ho(new RegExp(t.source||e.source,r),function(e){return!(!e[Ga]||!e[Ga].captureNames)}(e)?n.captureNames.slice(0):null,i,u,t.isInternalOnly)}function bo(e){return parseInt(e,16)}function vo(e,t,n){var r=e.index+e[0].length,a=e.input[e.index-1],o=e.input[r];return/^[()|]$/.test(a)||/^[()|]$/.test(o)||0===e.index||r===e.input.length||/\(\?(?:[:=!]|<[=!])$/.test(e.input.substring(e.index-4,e.index))||function(e,t,n){var r="\\(\\?#[^)]*\\)",a="#[^#\\n]*",o="[?*+]|{\\d+(?:,\\d*)?}",i=n.includes("x")?new RegExp("^(?:\\s|".concat(a,"|").concat(r,")*(?:").concat(o,")")):new RegExp("^(?:".concat(r,")*(?:").concat(o,")"));return i.test(e.slice(t))}(e.input,r,n)?"":"(?:)"}function yo(e){return parseInt(e,10).toString(16)}function wo(e,t){return Object.prototype.toString.call(e)==="[object ".concat(t,"]")}function ko(e){if(null==e)throw new TypeError("Cannot convert null or undefined to object");return e}function Do(e){for(;e.length<4;)e="0".concat(e);return e}function xo(e){var t={};return wo(e,"String")?(So.forEach(e,/[^\s,]+/,(function(e){t[e]=!0})),t):e}function Co(e){if(!/^[\w$]$/.test(e))throw new Error("Flag must be a single character A-Za-z0-9_$");fo[e]=!0}function Ao(e,t,n,r,a){for(var o,i,u=Za.length,s=e[n],c=null;u--;)if(!((i=Za[u]).leadChar&&i.leadChar!==s||i.scope!==r&&"all"!==i.scope||i.flag&&!t.includes(i.flag))&&(o=So.exec(e,i.regex,n,"sticky"))){c={matchLength:o[0].length,output:i.handler.call(a,o,r,t),reparse:i.reparse};break}return c}function Eo(e){Ya.astral=e}function Fo(e){Ya.namespacing=e}function So(e,t){if(So.isRegExp(e)){if(void 0!==t)throw new TypeError("Cannot supply flags when copying a RegExp");return go(e)}if(e=void 0===e?"":String(e),t=void 0===t?"":String(t),So.isInstalled("astral")&&!t.includes("A")&&(t+="A"),Ja[e]||(Ja[e]={}),!Ja[e][t]){for(var n,r={hasNamedCapture:!1,captureNames:[]},a=eo,o="",i=0,u=function(e,t){if(mo(t)!==t)throw new SyntaxError("Invalid duplicate regex flag ".concat(t));e=e.replace(/^\(\?([\w$]+)\)/,(function(e,n){if(/[dgy]/.test(n))throw new SyntaxError("Cannot use flags dgy in mode modifier ".concat(e));return t=mo(t+n),""}));var n,r=_createForOfIteratorHelper(t);try{for(r.s();!(n=r.n()).done;){var a=n.value;if(!fo[a])throw new SyntaxError("Unknown regex flag ".concat(a))}}catch(e){r.e(e)}finally{r.f()}return{pattern:e,flags:t}}(e,t),s=u.pattern,c=u.flags;i<s.length;){do{(n=Ao(s,c,i,a,r))&&n.reparse&&(s=s.slice(0,i)+n.output+s.slice(i+n.matchLength))}while(n&&n.reparse);if(n)o+=n.output,i+=n.matchLength||1;else{var d=_slicedToArray(So.exec(s,no[a],i,"sticky"),1)[0];o+=d,i+=d.length,"["===d&&a===eo?a=to:"]"===d&&a===to&&(a=eo)}}Ja[e][t]={pattern:o.replace(/(?:\(\?:\))+/g,"(?:)"),flags:c.replace(po,""),captures:r.hasNamedCapture?r.captureNames:null}}var l=Ja[e][t];return ho(new RegExp(l.pattern,l.flags),l.captures,e,t)}So.prototype=new RegExp,So.version="5.1.1",So._clipDuplicates=mo,So._hasNativeFlag=io,So._dec=bo,So._hex=yo,So._pad4=Do,So.addToken=function(e,t,n){var r=(n=n||{}).optionalFlags;if(n.flag&&Co(n.flag),r){var a,o=_createForOfIteratorHelper(r=r.split(""));try{for(o.s();!(a=o.n()).done;){Co(a.value)}}catch(e){o.e(e)}finally{o.f()}}Za.push({regex:go(e,{addG:!0,addY:lo,isInternalOnly:!0}),handler:t,scope:n.scope||eo,flag:n.flag,reparse:n.reparse,leadChar:n.leadChar}),So.cache.flush("patterns")},So.cache=function(e,t){return Qa[e]||(Qa[e]={}),Qa[e][t]||(Qa[e][t]=So(e,t))},So.cache.flush=function(e){"patterns"===e?Ja={}:Qa={}},So.escape=function(e){return String(ko(e)).replace(/[\\\[\]{}()*+?.^$|]/g,"\\$&").replace(/[\s#\-,]/g,(function(e){return"\\u".concat(Do(yo(e.charCodeAt(0))))}))},So.exec=function(e,t,n,r){var a,o,i="g",u=!1;(a=lo&&!!(r||t.sticky&&!1!==r))?i+="y":r&&(u=!0,i+="FakeY"),t[Ga]=t[Ga]||{};var s=t[Ga][i]||(t[Ga][i]=go(t,{addG:!0,addY:a,source:u?"".concat(t.source,"|()"):void 0,removeY:!1===r,isInternalOnly:!0}));return n=n||0,s.lastIndex=n,o=Ka.exec.call(s,e),u&&o&&""===o.pop()&&(o=null),t.global&&(t.lastIndex=o?s.lastIndex:0),o},So.forEach=function(e,t,n){for(var r,a=0,o=-1;r=So.exec(e,t,a);)n(r,++o,e,t),a=r.index+(r[0].length||1)},So.globalize=function(e){return go(e,{addG:!0})},So.install=function(e){e=xo(e),!Ya.astral&&e.astral&&Eo(!0),!Ya.namespacing&&e.namespacing&&Fo(!0)},So.isInstalled=function(e){return!!Ya[e]},So.isRegExp=function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},So.match=function(e,t,n){var r=t.global&&"one"!==n||"all"===n,a=(r?"g":"")+(t.sticky?"y":"")||"noGY";t[Ga]=t[Ga]||{};var o=t[Ga][a]||(t[Ga][a]=go(t,{addG:!!r,removeG:"one"===n,isInternalOnly:!0})),i=String(ko(e)).match(o);return t.global&&(t.lastIndex="one"===n&&i?i.index+i[0].length:0),r?i||[]:i&&i[0]},So.matchChain=function(e,t){return function e(n,r){var a=t[r].regex?t[r]:{regex:t[r]},o=[];function i(e){if(a.backref){var t="Backreference to undefined group: ".concat(a.backref),n=isNaN(a.backref);if(n&&So.isInstalled("namespacing")){if(!e.groups||!(a.backref in e.groups))throw new ReferenceError(t)}else if(!e.hasOwnProperty(a.backref))throw new ReferenceError(t);var r=n&&So.isInstalled("namespacing")?e.groups[a.backref]:e[a.backref];o.push(r||"")}else o.push(e[0])}var u,s=_createForOfIteratorHelper(n);try{for(s.s();!(u=s.n()).done;){var c=u.value;So.forEach(c,a.regex,i)}}catch(e){s.e(e)}finally{s.f()}return r!==t.length-1&&o.length?e(o,r+1):o}([e],0)},So.replace=function(e,t,n,r){var a=So.isRegExp(t),o=t.global&&"one"!==r||"all"===r,i=(o?"g":"")+(t.sticky?"y":"")||"noGY",u=t;a?(t[Ga]=t[Ga]||{},u=t[Ga][i]||(t[Ga][i]=go(t,{addG:!!o,removeG:"one"===r,isInternalOnly:!0}))):o&&(u=new RegExp(So.escape(String(t)),"g"));var s=Ka.replace.call(ko(e),u,n);return a&&t.global&&(t.lastIndex=0),s},So.replaceEach=function(e,t){var n,r=_createForOfIteratorHelper(t);try{for(r.s();!(n=r.n()).done;){var a=n.value;e=So.replace(e,a[0],a[1],a[2])}}catch(e){r.e(e)}finally{r.f()}return e},So.split=function(e,t,n){return Ka.split.call(ko(e),t,n)},So.test=function(e,t,n,r){return!!So.exec(e,t,n,r)},So.uninstall=function(e){e=xo(e),Ya.astral&&e.astral&&Eo(!1),Ya.namespacing&&e.namespacing&&Fo(!1)},So.union=function(e,t,n){var r,a,o=(n=n||{}).conjunction||"or",i=0;function u(e,t,n){var o=a[i-r];if(t){if(++i,o)return"(?<".concat(o,">")}else if(n)return"\\".concat(+n+r);return e}if(!wo(e,"Array")||!e.length)throw new TypeError("Must provide a nonempty array of patterns to merge");var s,c=/(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*\]/g,d=[],l=_createForOfIteratorHelper(e);try{for(l.s();!(s=l.n()).done;){var f=s.value;So.isRegExp(f)?(r=i,a=f[Ga]&&f[Ga].captureNames||[],d.push(So(f.source).source.replace(c,u))):d.push(So.escape(f))}}catch(e){l.e(e)}finally{l.f()}var p="none"===o?"":"|";return So(d.join(p),t)},Ka.exec=function(e){var t=this.lastIndex,n=RegExp.prototype.exec.apply(this,arguments);if(n){if(!ao&&n.length>1&&n.includes("")){var r=go(this,{removeG:!0,isInternalOnly:!0});String(e).slice(n.index).replace(r,(function(){for(var e=arguments.length,t=1;t<e-2;++t)void 0===(t<0||arguments.length<=t?void 0:arguments[t])&&(n[t]=void 0)}))}if(this[Ga]&&this[Ga].captureNames){var a=n;So.isInstalled("namespacing")&&(n.groups=Object.create(null),a=n.groups);for(var o=1;o<n.length;++o){var i=this[Ga].captureNames[o-1];i&&(a[i]=n[o])}}else!n.groups&&So.isInstalled("namespacing")&&(n.groups=void 0);this.global&&!n[0].length&&this.lastIndex>n.index&&(this.lastIndex=n.index)}return this.global||(this.lastIndex=t),n},Ka.test=function(e){return!!Ka.exec.call(this,e)},Ka.match=function(e){if(So.isRegExp(e)){if(e.global){var t=String.prototype.match.apply(this,arguments);return e.lastIndex=0,t}}else e=new RegExp(e);return Ka.exec.call(e,ko(this))},Ka.replace=function(e,t){var n,r,a,o=So.isRegExp(e);return o?(e[Ga]&&(r=e[Ga].captureNames),n=e.lastIndex):e+="",a=wo(t,"Function")?String(this).replace(e,(function(){for(var e=arguments.length,n=new Array(e),a=0;a<e;a++)n[a]=arguments[a];if(r){var o;So.isInstalled("namespacing")?(o=Object.create(null),n.push(o)):(n[0]=new String(n[0]),o=n[0]);for(var i=0;i<r.length;++i)r[i]&&(o[r[i]]=n[i+1])}return t.apply(void 0,n)})):String(ko(this)).replace(e,(function(){for(var e=arguments.length,n=new Array(e),a=0;a<e;a++)n[a]=arguments[a];return String(t).replace(ro,(function(e,t,a,o){t=t||a;var i=wo(n[n.length-1],"Object")?4:3,u=n.length-i;if(t){if(/^\d+$/.test(t)){var s=+t;if(s<=u)return n[s]||""}var c=r?r.indexOf(t):-1;if(c<0)throw new SyntaxError("Backreference to undefined group ".concat(e));return n[c+1]||""}if(""===o||" "===o)throw new SyntaxError("Invalid token ".concat(e));if("&"===o||0==+o)return n[0];if("$"===o)return"$";if("`"===o)return n[n.length-1].slice(0,n[n.length-2]);if("'"===o)return n[n.length-1].slice(n[n.length-2]+n[0].length);if(o=+o,!isNaN(o)){if(o>u)throw new SyntaxError("Backreference to undefined group ".concat(e));return n[o]||""}throw new SyntaxError("Invalid token ".concat(e))}))})),o&&(e.global?e.lastIndex=0:e.lastIndex=n),a},Ka.split=function(e,t){if(!So.isRegExp(e))return String.prototype.split.apply(this,arguments);var n,r=String(this),a=[],o=e.lastIndex,i=0;return t=(void 0===t?-1:t)>>>0,So.forEach(r,e,(function(e){e.index+e[0].length>i&&(a.push(r.slice(i,e.index)),e.length>1&&e.index<r.length&&Array.prototype.push.apply(a,e.slice(1)),n=e[0].length,i=e.index+n)})),i===r.length?e.test("")&&!n||a.push(""):a.push(r.slice(i)),e.lastIndex=o,a.length>t?a.slice(0,t):a},So.addToken(/\\([ABCE-RTUVXYZaeg-mopqyz]|c(?![A-Za-z])|u(?![\dA-Fa-f]{4}|{[\dA-Fa-f]+})|x(?![\dA-Fa-f]{2}))/,(function(e,t){if("B"===e[1]&&t===eo)return e[0];throw new SyntaxError("Invalid escape ".concat(e[0]))}),{scope:"all",leadChar:"\\"}),So.addToken(/\\u{([\dA-Fa-f]+)}/,(function(e,t,n){var r=bo(e[1]);if(r>1114111)throw new SyntaxError("Invalid Unicode code point ".concat(e[0]));if(r<=65535)return"\\u".concat(Do(yo(r)));if(co&&n.includes("u"))return e[0];throw new SyntaxError("Cannot use Unicode code point above \\u{FFFF} without flag u")}),{scope:"all",leadChar:"\\"}),So.addToken(/\(\?#[^)]*\)/,vo,{leadChar:"("}),So.addToken(/\s+|#[^\n]*\n?/,vo,{flag:"x"}),so||So.addToken(/\./,(function(){return"[\\s\\S]"}),{flag:"s",leadChar:"."}),So.addToken(/\\k<([^>]+)>/,(function(e){var t=isNaN(e[1])?this.captureNames.indexOf(e[1])+1:+e[1],n=e.index+e[0].length;if(!t||t>this.captureNames.length)throw new SyntaxError("Backreference to undefined group ".concat(e[0]));return"\\".concat(t).concat(n===e.input.length||isNaN(e.input[n])?"":"(?:)")}),{leadChar:"\\"}),So.addToken(/\\(\d+)/,(function(e,t){if(!(t===eo&&/^[1-9]/.test(e[1])&&+e[1]<=this.captureNames.length)&&"0"!==e[1])throw new SyntaxError("Cannot use octal escape or backreference to undefined group ".concat(e[0]));return e[0]}),{scope:"all",leadChar:"\\"}),So.addToken(/\(\?P?<((?:[\$A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDCD0-\uDCEB\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF])(?:[\$0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05EF-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u07FD\u0800-\u082D\u0840-\u085B\u0860-\u086A\u0870-\u0887\u0889-\u088E\u0898-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u09FE\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECE\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1715\u171F-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u1820-\u1878\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B4C\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CD0-\u1CD2\u1CD4-\u1CFA\u1D00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA827\uA82C\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD27\uDD30-\uDD39\uDE80-\uDEA9\uDEAB\uDEAC\uDEB0\uDEB1\uDEFD-\uDF1C\uDF27\uDF30-\uDF50\uDF70-\uDF85\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC00-\uDC46\uDC66-\uDC75\uDC7F-\uDCBA\uDCC2\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD44-\uDD47\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDC9-\uDDCC\uDDCE-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E-\uDE41\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3B-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC5E-\uDC61\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF1D-\uDF2B\uDF30-\uDF39\uDF40-\uDF46]|\uD806[\uDC00-\uDC3A\uDCA0-\uDCE9\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD35\uDD37\uDD38\uDD3B-\uDD43\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD7\uDDDA-\uDDE1\uDDE3\uDDE4\uDE00-\uDE3E\uDE47\uDE50-\uDE99\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD8E\uDD90\uDD91\uDD93-\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF6\uDF00-\uDF10\uDF12-\uDF3A\uDF3E-\uDF42\uDF50-\uDF59\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC40-\uDC55]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF4F-\uDF87\uDF8F-\uDF9F\uDFE0\uDFE1\uDFE3\uDFE4\uDFF0\uDFF1]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD833[\uDF00-\uDF2D\uDF30-\uDF46]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDC30-\uDC6D\uDC8F\uDD00-\uDD2C\uDD30-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAE\uDEC0-\uDEF9]|\uD839[\uDCD0-\uDCF9\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4B\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF]|\uDB40[\uDD00-\uDDEF])*)>/,(function(e){if(!So.isInstalled("namespacing")&&("length"===e[1]||"__proto__"===e[1]))throw new SyntaxError("Cannot use reserved word as capture name ".concat(e[0]));if(this.captureNames.includes(e[1]))throw new SyntaxError("Cannot use same name for multiple groups ".concat(e[0]));return this.captureNames.push(e[1]),this.hasNamedCapture=!0,"("}),{leadChar:"("}),So.addToken(/\((?!\?)/,(function(e,t,n){return n.includes("n")?"(?:":(this.captureNames.push(null),"(")}),{optionalFlags:"n",leadChar:"("});
13
+ */function Ar(e){return!0===Cr(e)&&"[object Object]"===Object.prototype.toString.call(e)}var Er=xr,Fr=yr,Sr=function(e){var t,n;return!1!==Ar(e)&&("function"==typeof(t=e.constructor)&&(!1!==Ar(n=t.prototype)&&!1!==n.hasOwnProperty("isPrototypeOf")))};function jr(e,t){switch(Fr(e)){case"object":return function(e,t){if("function"==typeof t)return t(e);if(t||Sr(e)){var n=new e.constructor;for(var r in e)n[r]=jr(e[r],t);return n}return e}(e,t);case"array":return function(e,t){for(var n=new e.constructor(e.length),r=0;r<e.length;r++)n[r]=jr(e[r],t);return n}(e,t);default:return Er(e)}}var Tr=ne(jr);function _r(e){return Tr(e)}var Rr={parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!0,positions:!0},Or=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"shiftNodePosition",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te;return mn.walk(e,(function(e){e.loc&&(e.loc.start.offset+=t.offset,e.loc.start.line+=t.line-1,e.loc.start.column+=t.column-1,e.loc.end.offset+=t.offset,e.loc.end.line+=t.line-1,e.loc.end.column+=t.column-1)})),e}},{key:"parse",value:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:te;try{return t.shiftNodePosition(mn.parse(e,_objectSpread2(_objectSpread2({context:n},Rr),{},{onParseError:function(t){if(!r)throw new yt("ECSSTree parsing error: '".concat(t.rawMessage||t.message,"'"),H(a,t.offset,e.length))}})),a)}catch(t){var o;if(t instanceof Error)throw o="offset"in t&&"number"==typeof t.offset?H(a,t.offset,e.length):H(a,0,e.length),new yt("ECSSTree parsing error: '".concat(t.message,"'"),o);throw t}}},{key:"parsePlain",value:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:te;return mn.toPlainObject(t.parse(e,n,r,a))}},{key:"isExtendedCssNode",value:function(t,n,r){return t.type===e.CssTreeNodeType.PseudoClassSelector&&n.has(t.name)||t.type===e.CssTreeNodeType.AttributeSelector&&r.has(t.name.name)}},{key:"getSelectorExtendedCssNodes",value:function(n){var r,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:vn,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:yn;r=ee.isString(n)?t.parse(n,e.CssTreeParserContext.selectorList):_r(n);var i=[];return mn.walk(r,(function(e){t.isExtendedCssNode(e,a,o)&&i.push(e)})),i}},{key:"hasAnySelectorExtendedCssNode",value:function(n){var r,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:vn,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:yn;return r=ee.isString(n)?t.parse(n,e.CssTreeParserContext.selectorList):n,null!==mn.find(r,(function(e){return t.isExtendedCssNode(e,a,o)}))}},{key:"isForbiddenFunction",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:wn;return t.type===e.CssTreeNodeType.Function&&n.has(t.name)||t.type===e.CssTreeNodeType.Url&&n.has("url")}},{key:"getForbiddenFunctionNodes",value:function(n){var r,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:wn;r=ee.isString(n)?t.parse(n,e.CssTreeParserContext.declarationList):_r(n);var o=[],i=!1;return mn.walk(r,{enter:function(e){!i&&t.isForbiddenFunction(e,a)&&(o.push(e),i=!0)},leave:function(e){i&&t.isForbiddenFunction(e,a)&&(i=!1)}}),o}},{key:"hasAnyForbiddenFunction",value:function(n){var r,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:wn;return r=ee.isString(n)?t.parse(n,e.CssTreeParserContext.declarationList):_r(n),null!==mn.find(r,(function(e){return t.isForbiddenFunction(e,a)}))}},{key:"generateMediaQueryList",value:function(t){var n=this,r=o;if(!t.children||0===t.children.size)throw new Error("Media query list cannot be empty");return t.children.forEach((function(t,a){if(t.type!==e.CssTreeNodeType.MediaQuery)throw new Error("Unexpected node type: ".concat(t.type));r+=n.generateMediaQuery(t),null!==a.next&&(r+=s,r+=i)})),r}},{key:"generateMediaQuery",value:function(t){var n=o;if(!t.children||0===t.children.size)throw new Error("Media query cannot be empty");return t.children.forEach((function(t,r){if(t.type===e.CssTreeNodeType.MediaFeature)n+=x,n+=t.name,null!==t.value&&(n+=u,n+=i,n+=mn.generate(t.value)),n+=C;else{if(t.type!==e.CssTreeNodeType.Identifier)throw new Error("Unexpected node type: ".concat(t.type));n+=t.name}null!==r.next&&(n+=i)})),n}},{key:"generateSelectorList",value:function(t){var n=this,r=o;if(!t.children||0===t.children.size)throw new Error("Selector list cannot be empty");return t.children.forEach((function(t,a){if(t.type!==e.CssTreeNodeType.Selector)throw new Error("Unexpected node type: ".concat(t.type));r+=n.generateSelector(t),null!==a.next&&(r+=s,r+=i)})),r}},{key:"generateSelector",value:function(n){var r=o,a=!1,d=0,l=-1,f=n;return mn.walk(n,{enter:function(n){if(d+=1,!(a||l>-1)){switch(n.type){case e.CssTreeNodeType.TypeSelector:r+=n.name;break;case e.CssTreeNodeType.ClassSelector:r+=c,r+=n.name;break;case e.CssTreeNodeType.IdSelector:r+="#",r+=n.name;break;case e.CssTreeNodeType.Identifier:r+=n.name;break;case e.CssTreeNodeType.Raw:r+=n.value;break;case e.CssTreeNodeType.Nth:r+=mn.generate(n);break;case e.CssTreeNodeType.SelectorList:var o=[];n.children.forEach((function(n){n.type===e.CssTreeNodeType.Selector?o.push(t.generateSelector(n)):n.type===e.CssTreeNodeType.Raw&&o.push(n.value)})),r+=o.join(s+i),l=d;break;case e.CssTreeNodeType.Combinator:if(n.name===i){r+=n.name;break}f.type!==e.CssTreeNodeType.Selector&&(r+=i),r+=n.name,r+=i;break;case e.CssTreeNodeType.AttributeSelector:r+=A,n.name&&(r+=n.name.name),n.matcher&&(r+=n.matcher,null!==n.value&&(n.value.type===e.CssTreeNodeType.String?r+=mn.generate(n.value):n.value.type===e.CssTreeNodeType.Identifier&&(r+=n.value.name))),n.flags&&(r+=i,r+=n.flags),r+=E,a=!0;break;case e.CssTreeNodeType.PseudoElementSelector:r+=u,r+=u,r+=n.name,null!==n.children&&(r+=x);break;case e.CssTreeNodeType.PseudoClassSelector:r+=u,r+=n.name,null!==n.children&&(r+=x)}f=n}},leave:function(t){if(d-=1,t.type===e.CssTreeNodeType.SelectorList&&d+1===l&&(l=-1),!(l>-1||(t.type===e.CssTreeNodeType.AttributeSelector&&(a=!1),a)))switch(t.type){case e.CssTreeNodeType.PseudoElementSelector:case e.CssTreeNodeType.PseudoClassSelector:null!==t.children&&(r+=C)}}}),r.trim()}},{key:"generateSelectorListPlain",value:function(t){var n=this,r=[];if(!t.children||0===t.children.length)throw new Error("Selector list cannot be empty");return t.children.forEach((function(t,a,o){if(t.type!==e.CssTreeNodeType.Selector)throw new Error("Unexpected node type: ".concat(t.type));r.push(n.generateSelectorPlain(t)),o[a+1]&&r.push(s,i)})),r.join(o)}},{key:"generateSelectorPlain",value:function(n){var r=o,a=!1,d=0,l=-1,f=n;return mn.walk(n,{enter:function(n){if(d+=1,!(a||l>-1)){switch(n.type){case e.CssTreeNodeType.TypeSelector:r+=n.name;break;case e.CssTreeNodeType.ClassSelector:r+=c,r+=n.name;break;case e.CssTreeNodeType.IdSelector:r+="#",r+=n.name;break;case e.CssTreeNodeType.Identifier:r+=n.name;break;case e.CssTreeNodeType.Raw:r+=n.value;break;case e.CssTreeNodeType.Nth:r+=mn.generate(n);break;case e.CssTreeNodeType.SelectorList:var o=[];n.children.forEach((function(n){n.type===e.CssTreeNodeType.Selector?o.push(t.generateSelectorPlain(n)):n.type===e.CssTreeNodeType.Raw&&o.push(n.value)})),r+=o.join(s+i),l=d;break;case e.CssTreeNodeType.Combinator:if(n.name===i){r+=n.name;break}f.type!==e.CssTreeNodeType.Selector&&(r+=i),r+=n.name,r+=i;break;case e.CssTreeNodeType.AttributeSelector:r+=A,n.name&&(r+=n.name.name),n.matcher&&(r+=n.matcher,null!==n.value&&(n.value.type===e.CssTreeNodeType.String?r+=mn.generate(n.value):n.value.type===e.CssTreeNodeType.Identifier&&(r+=n.value.name))),n.flags&&(r+=i,r+=n.flags),r+=E,a=!0;break;case e.CssTreeNodeType.PseudoElementSelector:r+=u,r+=u,r+=n.name,null!==n.children&&(r+=x);break;case e.CssTreeNodeType.PseudoClassSelector:r+=u,r+=n.name,null!==n.children&&(r+=x)}f=n}},leave:function(t){if(d-=1,t.type===e.CssTreeNodeType.SelectorList&&d+1===l&&(l=-1),!(l>-1||(t.type===e.CssTreeNodeType.AttributeSelector&&(a=!1),a)))switch(t.type){case e.CssTreeNodeType.PseudoElementSelector:case e.CssTreeNodeType.PseudoClassSelector:t.children&&(r+=C)}}}),r.trim()}},{key:"generateDeclarationList",value:function(t){var n=o;return mn.walk(t,{enter:function(t){if(t.type===e.CssTreeNodeType.Declaration)n+=t.property,t.value&&(n+=u,n+=i,n+=mn.generate(t.value)),t.important&&(n+=i,n+="!important")},leave:function(t){if(t.type===e.CssTreeNodeType.Declaration)n+=d,n+=i}}),n.trim()}},{key:"assertAttributeSelectorHasStringValue",value:function(t){if(!t.value||t.value.type!==e.CssTreeNodeType.String)throw new Error("Invalid argument '".concat(t.value,"' for '").concat(t.name.name,"', expected a string, but got '").concat(t.value?t.value.type:"undefined","'"))}},{key:"assertPseudoClassHasAnyArgument",value:function(e){if(!e.children||0===e.children.length)throw new Error("Pseudo class '".concat(e.name,"' has no argument"))}},{key:"parseAttributeSelectorValueAsNumber",value:function(e){return t.assertAttributeSelectorHasStringValue(e),ee.parseNumber(e.value.value)}},{key:"parsePseudoClassArgumentAsNumber",value:function(n){if(t.assertPseudoClassHasAnyArgument(n),n.children.length>1)throw new Error("Invalid argument '".concat(n.name,"', expected a number, but got multiple arguments"));var r=n.children[0];if(r.type!==e.CssTreeNodeType.String&&r.type!==e.CssTreeNodeType.Number&&r.type!==e.CssTreeNodeType.Raw)throw new Error("Invalid argument '".concat(n.name,"', expected a ").concat(e.CssTreeNodeType.String," or ").concat(e.CssTreeNodeType.Number," or ").concat(e.CssTreeNodeType.Raw,", but got '").concat(r.type,"'"));return ee.parseNumber(r.value)}},{key:"createAttributeSelectorNode",value:function(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"=",a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return{type:e.CssTreeNodeType.AttributeSelector,name:{type:e.CssTreeNodeType.Identifier,name:t},value:{type:e.CssTreeNodeType.String,value:n},matcher:r,flags:a}}},{key:"renamePseudoClass",value:function(e,t){Object.assign(e,_objectSpread2(_objectSpread2({},e),{},{name:t}))}},{key:"generatePseudoClassValue",value:function(n){var r,a=o;return null===(r=n.children)||void 0===r||r.forEach((function(n){switch(n.type){case e.CssTreeNodeType.Selector:a+=t.generateSelector(n);break;case e.CssTreeNodeType.SelectorList:a+=t.generateSelectorList(n);break;case e.CssTreeNodeType.Raw:a+=n.value;break;default:a+=mn.generate(n)}})),a}},{key:"generateFunctionValue",value:function(t){var n,r=o;return null===(n=t.children)||void 0===n||n.forEach((function(t){if(t.type===e.CssTreeNodeType.Raw)r+=t.value;else r+=mn.generate(t)})),r}},{key:"generateFunctionPlainValue",value:function(t){var n,r=[];return null===(n=t.children)||void 0===n||n.forEach((function(t){if(t.type===e.CssTreeNodeType.Raw)r.push(t.value);else r.push(mn.generate(t))})),r.join(o)}}]),t}(),Br=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"parse",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,r=Or.parsePlain(t,e.CssTreeParserContext.selectorList,!1,n);return{type:"ElementHidingRuleBody",loc:H(n,0,t.length),selectorList:r}}},{key:"generate",value:function(e){return Or.generateSelectorListPlain(e.selectorList)}}]),t}(),Pr="None",Ir="media",Nr="remove",Lr="style",$r="matches-media",zr="@"+Ir,Mr=Nr+u+i+"true"+d,qr=[$r,Lr,Nr],Ur=_wrapRegExp(/^(.+)(?:(:style\()(.+)\)|(:remove\(\)))$/,{selectors:1,style:2,declarations:3,remove:4}),Wr=/^(?:.+){(?:.+)}$/,Hr=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"isUboCssInjection",value:function(e){var t=e.trim();return(-1!==t.indexOf(u+Lr+x)||-1!==t.indexOf(u+Nr+x))&&Ur.test(t)}},{key:"isAdgCssInjection",value:function(e){return Wr.test(e.trim())}},{key:"parseUboStyleInjection",value:function(t){var n,r,a,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,i=Or.parse(t,e.CssTreeParserContext.selectorList,!1,o),u={type:e.CssTreeNodeType.SelectorList,children:[]};if(i.type!==e.CssTreeNodeType.SelectorList)throw new yt("Invalid selector list, expected '".concat(e.CssTreeNodeType.SelectorList,"' but got '").concat(i.type||Pr,"' instead"),H(o,0,t.length));for(var s=i.children.toArray(),c=function(){var i,c,l,f,p=s[d];if(p.type!==e.CssTreeNodeType.Selector)throw new yt("Invalid selector, expected '".concat(e.CssTreeNodeType.Selector,"' but got '").concat(p.type||Pr,"' instead"),{start:null!==(i=null===(c=p.loc)||void 0===c?void 0:c.start)&&void 0!==i?i:o,end:null!==(l=null===(f=p.loc)||void 0===f?void 0:f.end)&&void 0!==l?l:W(o,t.length)});if(d!==s.length-1)mn.walk(p,(function(n){var r,a,i,u;if(n.type===e.CssTreeNodeType.PseudoClassSelector&&qr.includes(n.name))throw new yt("Invalid selector, pseudo-class '".concat(n.name,"' can only be used in the last selector"),{start:null!==(r=null===(a=n.loc)||void 0===a?void 0:a.start)&&void 0!==r?r:o,end:null!==(i=null===(u=n.loc)||void 0===u?void 0:u.end)&&void 0!==i?i:W(o,t.length)})})),u.children.push(mn.toPlainObject(p));else if(d===s.length-1){var h={type:e.CssTreeNodeType.Selector,children:new mn.List},m=0;mn.walk(p,{enter:function(i){if(m+=1,i.type===e.CssTreeNodeType.PseudoClassSelector&&qr.includes(i.name)){var u,s,c,d;if(2!==m)throw new yt("Invalid selector, pseudo-class '".concat(i.name,"' can only be used at the top level of the selector"),{start:null!==(u=null===(s=i.loc)||void 0===s?void 0:s.start)&&void 0!==u?u:o,end:null!==(c=null===(d=i.loc)||void 0===d?void 0:d.end)&&void 0!==c?c:W(o,t.length)});if(i.name===$r){var l,f,p,g,b,v,y,w;if(n)throw new yt("Duplicated pseudo-class '".concat(i.name,"'"),{start:null!==(l=null===(f=i.loc)||void 0===f?void 0:f.start)&&void 0!==l?l:o,end:null!==(p=null===(g=i.loc)||void 0===g?void 0:g.end)&&void 0!==p?p:W(o,t.length)});if(!i.children||!i.children.first||i.children.first.type!==e.CssTreeNodeType.MediaQueryList)throw new yt("Invalid selector, pseudo-class '".concat(i.name,"' must be parametrized with a media query list"),{start:null!==(b=null===(v=i.loc)||void 0===v?void 0:v.start)&&void 0!==b?b:o,end:null!==(y=null===(w=i.loc)||void 0===w?void 0:w.end)&&void 0!==y?y:W(o,t.length)});return void(n=mn.toPlainObject(i.children.first))}if(i.name===Lr){var k,D,x,C,A,E,F,S,j,T,_,R;if(r)throw new yt("Duplicated pseudo-class '".concat(i.name,"'"),{start:null!==(k=null===(D=i.loc)||void 0===D?void 0:D.start)&&void 0!==k?k:o,end:null!==(x=null===(C=i.loc)||void 0===C?void 0:C.end)&&void 0!==x?x:W(o,t.length)});if(a)throw new yt("'".concat(Lr,"' and '").concat(Nr,"' cannot be used together"),{start:null!==(A=null===(E=i.loc)||void 0===E?void 0:E.start)&&void 0!==A?A:o,end:null!==(F=null===(S=i.loc)||void 0===S?void 0:S.end)&&void 0!==F?F:W(o,t.length)});if(!i.children||!i.children.first||i.children.first.type!==e.CssTreeNodeType.DeclarationList)throw new yt("Invalid selector, pseudo-class '".concat(i.name,"' must be parametrized with a declaration list"),{start:null!==(j=null===(T=i.loc)||void 0===T?void 0:T.start)&&void 0!==j?j:o,end:null!==(_=null===(R=i.loc)||void 0===R?void 0:R.end)&&void 0!==_?_:W(o,t.length)});return void(r=mn.toPlainObject(i.children.first))}if(i.name===Nr){var O,B,P,I,N,L,$,z;if(a)throw new yt("Duplicated pseudo-class '".concat(i.name,"'"),{start:null!==(O=null===(B=i.loc)||void 0===B?void 0:B.start)&&void 0!==O?O:o,end:null!==(P=null===(I=i.loc)||void 0===I?void 0:I.end)&&void 0!==P?P:W(o,t.length)});if(r)throw new yt("'".concat(Lr,"' and '").concat(Nr,"' cannot be used together"),{start:null!==(N=null===(L=i.loc)||void 0===L?void 0:L.start)&&void 0!==N?N:o,end:null!==($=null===(z=i.loc)||void 0===z?void 0:z.end)&&void 0!==$?$:W(o,t.length)});return void(a=!0)}}if(2===m){var M,q;if(n||r||a)throw new yt("Invalid selector, regular selector elements cannot be used after special pseudo-classes",{start:null!==(M=null===(q=i.loc)||void 0===q?void 0:q.start)&&void 0!==M?M:o,end:W(o,t.length)});h.children.push(i)}},leave:function(){m-=1}}),u.children.push(mn.toPlainObject(h))}},d=0;d<s.length;d+=1)c();if(!r&&!a)throw new yt("No CSS declaration list or :remove() pseudo-class found",H(o,0,t.length));return{type:"CssInjectionRuleBody",loc:H(o,0,t.length),selectorList:u,mediaQueryList:n,declarationList:r,remove:a}}},{key:"parse",value:function(n){var r,a,o,i,u,s,c,d,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,f=Or.parse(n,e.CssTreeParserContext.stylesheet,!0,l);if(f.type!==e.CssTreeNodeType.StyleSheet)throw new yt("Invalid stylesheet, expected '".concat(e.CssTreeNodeType.StyleSheet,"' but got '").concat(f.type,"' instead"),{start:null!==(r=null===(a=f.loc)||void 0===a?void 0:a.start)&&void 0!==r?r:l,end:null!==(o=null===(i=f.loc)||void 0===i?void 0:i.end)&&void 0!==o?o:W(l,n.length)});if(1!==f.children.size)throw new yt("Invalid stylesheet, expected a single rule but got ".concat(f.children.size," instead"),{start:null!==(u=null===(s=f.loc)||void 0===s?void 0:s.start)&&void 0!==u?u:l,end:null!==(c=null===(d=f.loc)||void 0===d?void 0:d.end)&&void 0!==c?c:W(l,n.length)});var p,h,m,g,b,v,y,w,k,D,x,C,A,E,F,S,j,T,_,R,O,B=f.children.first;if(!B)throw new yt("Invalid style injection, expected a CSS rule or at-rule, but got nothing",{start:null!==(p=null===(h=f.loc)||void 0===h?void 0:h.start)&&void 0!==p?p:l,end:null!==(m=null===(g=f.loc)||void 0===g?void 0:g.end)&&void 0!==m?m:W(l,n.length)});if(B.type===e.CssTreeNodeType.Raw)return t.parseUboStyleInjection(n,l);if(B.type!==e.CssTreeNodeType.Rule&&B.type!==e.CssTreeNodeType.Atrule)throw new yt("Invalid injection, expected '".concat(e.CssTreeNodeType.Rule,"' or '").concat(e.CssTreeNodeType.Atrule,"' but got '").concat(null!==(y=B.type)&&void 0!==y?y:Pr,"' instead"),{start:null!==(w=null===(k=B.loc)||void 0===k?void 0:k.start)&&void 0!==w?w:l,end:null!==(D=null===(x=B.loc)||void 0===x?void 0:x.end)&&void 0!==D?D:W(l,n.length)});if(B.type===e.CssTreeNodeType.Atrule){var P,I,N,L,$,z,M,q,U,V,X,G,Y,K,Q,J,Z,ee,ne,re,ae,oe,ie,ue,se,ce,de,le,fe=B;if(fe.name!==Ir)throw new yt("Invalid at-rule name, expected '".concat(zr,"' but got '").concat("@").concat(fe.name,"' instead"),{start:null!==(P=null===(I=fe.loc)||void 0===I?void 0:I.start)&&void 0!==P?P:l,end:null!==(N=null===(L=fe.loc)||void 0===L?void 0:L.end)&&void 0!==N?N:W(l,n.length)});if(!fe.prelude||fe.prelude.type!==e.CssTreeNodeType.AtrulePrelude)throw new yt("Invalid at-rule prelude, expected '".concat(e.CssTreeNodeType.AtrulePrelude,"' but got '").concat(null!==($=null===(z=fe.prelude)||void 0===z?void 0:z.type)&&void 0!==$?$:Pr,"' instead"),{start:null!==(M=null===(q=fe.loc)||void 0===q?void 0:q.start)&&void 0!==M?M:l,end:null!==(U=null===(V=fe.loc)||void 0===V?void 0:V.end)&&void 0!==U?U:W(l,n.length)});if(!fe.prelude.children.first||fe.prelude.children.first.type!==e.CssTreeNodeType.MediaQueryList)throw new yt("Invalid at-rule prelude, expected a media query list but got '".concat(null!==(X=null===(G=fe.prelude.children.first)||void 0===G?void 0:G.type)&&void 0!==X?X:Pr,"' instead"),{start:null!==(Y=null===(K=fe.loc)||void 0===K?void 0:K.start)&&void 0!==Y?Y:l,end:null!==(Q=null===(J=fe.loc)||void 0===J?void 0:J.end)&&void 0!==Q?Q:W(l,n.length)});if(!fe.block||fe.block.type!==e.CssTreeNodeType.Block)throw new yt("Invalid at-rule block, expected '".concat(e.CssTreeNodeType.Block,"' but got '").concat(null!==(Z=null===(ee=fe.block)||void 0===ee?void 0:ee.type)&&void 0!==Z?Z:Pr,"' instead"),{start:null!==(ne=null===(re=fe.loc)||void 0===re?void 0:re.start)&&void 0!==ne?ne:l,end:null!==(ae=null===(oe=fe.loc)||void 0===oe?void 0:oe.end)&&void 0!==ae?ae:W(l,n.length)});if(!fe.block.children.first||fe.block.children.first.type!==e.CssTreeNodeType.Rule)throw new yt("Invalid at-rule block, expected a rule but got '".concat(null!==(ie=null===(ue=fe.block.children.first)||void 0===ue?void 0:ue.type)&&void 0!==ie?ie:Pr,"' instead"),{start:null!==(se=null===(ce=fe.loc)||void 0===ce?void 0:ce.start)&&void 0!==se?se:l,end:null!==(de=null===(le=fe.loc)||void 0===le?void 0:le.end)&&void 0!==de?de:W(l,n.length)});b=fe.prelude.children.first,v=fe.block.children.first}else v=B;if(!v.prelude||v.prelude.type!==e.CssTreeNodeType.SelectorList)throw new yt("Invalid rule prelude, expected a selector list but got '".concat(null!==(C=null===(A=v.prelude)||void 0===A?void 0:A.type)&&void 0!==C?C:Pr,"' instead"),{start:null!==(E=null===(F=v.loc)||void 0===F?void 0:F.start)&&void 0!==E?E:l,end:null!==(S=null===(j=v.loc)||void 0===j?void 0:j.end)&&void 0!==S?S:W(l,n.length)});if(mn.walk(v.prelude,(function(t){var r,a,o,i;if(t.type===e.CssTreeNodeType.PseudoClassSelector&&t.name===Nr)throw new yt("Invalid selector list, '".concat(Nr,"' pseudo-class should be used in the declaration list"),{start:null!==(r=null===(a=t.loc)||void 0===a?void 0:a.start)&&void 0!==r?r:l,end:null!==(o=null===(i=t.loc)||void 0===i?void 0:i.end)&&void 0!==o?o:W(l,n.length)})})),!v.block||v.block.type!==e.CssTreeNodeType.Block)throw new yt("Invalid rule block, expected a block but got '".concat(null!==(T=null===(_=v.block)||void 0===_?void 0:_.type)&&void 0!==T?T:Pr,"' instead"),H(l,null!==(R=null===(O=v.loc)||void 0===O?void 0:O.start.offset)&&void 0!==R?R:0,n.length));v.block.children.forEach((function(t){var r,a,o,i;if(t.type!==e.CssTreeNodeType.Declaration)throw new yt("Invalid rule block, expected a declaration but got '".concat(t.type,"' instead"),{start:null!==(r=null===(a=t.loc)||void 0===a?void 0:a.start)&&void 0!==r?r:l,end:null!==(o=null===(i=t.loc)||void 0===i?void 0:i.end)&&void 0!==o?o:W(l,n.length)})}));var pe={type:"DeclarationList",loc:v.block.loc,children:[]},he=[],me=!1;if(mn.walk(v.block,{enter:function(t){t.type===e.CssTreeNodeType.Declaration&&(pe.children.push(mn.toPlainObject(t)),he.push(t.property))}}),he.includes(Nr)){var ge,be,ve,ye;if(he.length>1)throw new yt("Invalid declaration list, '".concat(Nr,"' declaration should be used alone"),{start:null!==(ge=null===(be=v.block.loc)||void 0===be?void 0:be.start)&&void 0!==ge?ge:l,end:null!==(ve=null===(ye=v.block.loc)||void 0===ye?void 0:ye.end)&&void 0!==ve?ve:W(l,n.length)});me=!0}return{type:"CssInjectionRuleBody",loc:H(l,0,n.length),mediaQueryList:b?mn.toPlainObject(b):void 0,selectorList:mn.toPlainObject(v.prelude),declarationList:me?void 0:pe,remove:me}}},{key:"generate",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.AdblockSyntax.Adg,r=o;if(t.remove&&t.declarationList)throw new Error('Invalid body, both "remove" and "declarationList" are present');if(n===e.AdblockSyntax.Adg){if(t.mediaQueryList&&(r+=zr,r+=i,r+=Or.generateMediaQueryList(mn.fromPlainObject(t.mediaQueryList)),r+=i,r+="{",r+=i),r+=Or.generateSelectorList(mn.fromPlainObject(t.selectorList)),r+=i,r+="{",r+=i,t.remove)r+=Mr;else{if(!t.declarationList)throw new Error("Invalid body");r+=Or.generateDeclarationList(mn.fromPlainObject(t.declarationList))}r+=i,r+="}",t.mediaQueryList&&(r+=i,r+="}")}else{if(n!==e.AdblockSyntax.Ubo)throw new Error("Unsupported syntax: ".concat(n));if(r+=Or.generateSelectorList(mn.fromPlainObject(t.selectorList)),t.mediaQueryList&&(r+=u,r+=$r,r+=x,r+=Or.generateMediaQueryList(mn.fromPlainObject(t.mediaQueryList)),r+=C),t.remove)r+=u,r+=Nr,r+=x,r+=C;else{if(!t.declarationList)throw new Error("Invalid body");r+=u,r+=Lr,r+=x,r+=Or.generateDeclarationList(mn.fromPlainObject(t.declarationList)),r+=C}}return r}}]),t}(),Vr=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"parseAdgAndUboScriptletCall",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,n=0;if(n=ee.skipWS(e,n),e.startsWith(_,n))n+=11;else{if(!e.startsWith(R,n))throw new yt("Invalid AdGuard/uBlock scriptlet call, no scriptlet call mask '".concat(_,"' or '").concat(R,"' found"),H(t,n,e.length));n+=2}if(e[n]===i)throw new yt("Invalid AdGuard/uBlock scriptlet call, whitespace is not allowed after the scriptlet call mask",H(t,n,n+1));if(e[n]!==x)throw new yt("Invalid AdGuard/uBlock scriptlet call, no opening parentheses '".concat(x,"' found"),H(t,n,e.length));var r=n,a=ee.skipWSBack(e,e.length-1);if(e[a]!==C||e[a-1]===g)throw new yt("Invalid AdGuard/uBlock scriptlet call, no closing parentheses '".concat(C,"' found"),H(t,n,e.length));var u=Vt.parse(e.substring(r+1,a),s,W(t,r+1));if(u.children.length>0&&u.children[0].value.trim()===o)throw new yt("Invalid AdGuard/uBlock scriptlet call, no scriptlet name specified",H(t,n,e.length));return{type:"ScriptletInjectionRuleBody",loc:H(t,0,e.length),children:[u]}}},{key:"parseAbpSnippetCall",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,n={type:"ScriptletInjectionRuleBody",loc:H(t,0,e.length),children:[]},r=0;for(r=ee.skipWS(e,r);r<e.length;){var a=r=ee.skipWS(e,r),o=ee.findUnescapedNonStringNonRegexChar(e,d,r);-1===o&&(o=e.length);var u=Math.max(ee.skipWSBack(e,o-1)+1,a),s=Vt.parse(e.substring(a,u),i,W(t,a));n.children.push(s),r=o+1}if(0===n.children.length)throw new yt("Invalid ABP snippet call, no scriptlets specified at all",H(t,0,e.length));return n}},{key:"parse",value:function(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:te,o=n.trim();return null===r&&(o.startsWith(_)||o.startsWith(R)&&!o.startsWith("json"))||r===e.AdblockSyntax.Adg||r===e.AdblockSyntax.Ubo?t.parseAdgAndUboScriptletCall(o,a):t.parseAbpSnippetCall(o,a)}},{key:"generate",value:function(t,n){var r=o;if(0===t.children.length)throw new Error("Invalid AST, no scriptlet calls specified");if(n===e.AdblockSyntax.Adg||n===e.AdblockSyntax.Ubo){if(t.children.length>1)throw new Error("AdGuard and uBlock syntaxes don't support multiple scriptlet calls in one rule");var a=t.children[0];if(0===a.children.length)throw new Error("Scriptlet name is not specified");n===e.AdblockSyntax.Adg?r+=_:r+=R,r+=x,r+=Vt.generate(a),r+=C}else{var u,s=[],c=_createForOfIteratorHelper(t.children);try{for(c.s();!(u=c.n()).done;){var l=u.value;if(0===l.children.length)throw new Error("Scriptlet name is not specified");s.push(Vt.generate(l,i))}}catch(e){c.e(e)}finally{c.f()}r+=s.join(d+i)}return r}}]),t}(),Xr=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"escapeDoubleQuotes",value:function(e){for(var t=!1,n=o,r=0;r<e.length;r+=1)t||e[r]!==Z?t&&e[r]===Z&&e[r+1]===Z?(n+=g+Z,r+=1):t&&e[r]===Z&&e[r+1]!==Z?(n+=Z,t=!1):n+=e[r]:(t=!0,n+=e[r]);return n}},{key:"unescapeDoubleQuotes",value:function(e){for(var t=!1,n=o,r=0;r<e.length;r+=1)e[r]===Z&&e[r-1]!==g?(t=!t,n+=e[r]):t&&e[r]===g&&e[r+1]===Z?n+=Z:n+=e[r];return n}},{key:"parse",value:function(n){var r,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,o=t.escapeDoubleQuotes(n);try{r=Or.parsePlain(o,e.CssTreeParserContext.selectorList,!1,a)}catch(t){if(!(t instanceof Error&&-1!==t.message.indexOf("Selector is expected")))throw t;var i=Or.parsePlain(o,e.CssTreeParserContext.value,!1,a);if("Value"!==i.type)throw new yt("Expected a 'Value' node first child, got '".concat(i.type,"'"),H(a,0,n.length));var u=i.children[0];if("Function"!==u.type)throw new yt("Expected a 'Function' node, got '".concat(u.type,"'"),H(a,0,n.length));r=u}return{type:"HtmlFilteringRuleBody",loc:H(a,0,n.length),body:r}}},{key:"generate",value:function(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.AdblockSyntax.Adg;if(r===e.AdblockSyntax.Adg&&"Function"===n.body.type)throw new Error("AdGuard syntax does not support function nodes");var a=o;if("SelectorList"===n.body.type)a=Or.generateSelectorList(mn.fromPlainObject(n.body));else{if("Function"!==n.body.type)throw new Error("Unexpected body type");a=mn.generate(mn.fromPlainObject(n.body))}return r===e.AdblockSyntax.Adg&&(a=t.unescapeDoubleQuotes(a)),a}}]),t}(),Gr=function(e){return void 0===e};function Yr(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,n={type:"Modifier",exception:arguments.length>2&&void 0!==arguments[2]&&arguments[2],modifier:{type:"Value",value:e}};return Gr(t)||(n.value={type:"Value",value:t}),n}var Kr="not",Qr=new Set(["matches-path"]);function Jr(e){return e.includes(":matches-")}function Zr(t,n){var r,a;if((null===(r=t.item.prev)||void 0===r?void 0:r.data.type)===e.CssTreeNodeType.Combinator){if(t.item.prev.data.name!==i)throw new Error("Unexpected combinator before '".concat(n,"'"));var o;null===(o=t.list)||void 0===o||o.remove(t.item.prev)}if((null===(a=t.item.next)||void 0===a?void 0:a.data.type)===e.CssTreeNodeType.Combinator){if(t.item.next.data.name!==i)throw new Error("Unexpected combinator after '".concat(n,"'"));var u;null===(u=t.list)||void 0===u||u.remove(t.item.next)}}function ea(t){var n,r=function(e){return mn.fromPlainObject(_r(e))}(t),a={type:"ModifierList",children:[]},o=0;return mn.walk(r,{enter:function(t,r,a){t.type!==e.CssTreeNodeType.Selector&&t.type!==e.CssTreeNodeType.SelectorList&&(t.type===e.CssTreeNodeType.PseudoClassSelector&&t.name===Kr&&0===o&&(n={node:t,item:r,list:a}),o+=1)},leave:function(t,r,i){if(t.type!==e.CssTreeNodeType.Selector&&t.type!==e.CssTreeNodeType.SelectorList){if(t.type===e.CssTreeNodeType.PseudoClassSelector&&Qr.has(t.name)){if(o!==(n?2:1))throw new Error("Unexpected depth for ':".concat(t.name,"(...)'"));if(Zr({node:t,item:r,list:i},":".concat(t.name,"(...)")),n&&1!==i.size)throw new Error("Unexpected nodes inside ':not(:".concat(t.name,"(...))'"));var u;if(a.children.push(Yr(t.name,Or.generatePseudoClassValue(t),!Gr(n))),n)Zr(n,":not(:".concat(t.name,"(...))")),null===(u=n.list)||void 0===u||u.remove(n.item);else null==i||i.remove(r)}o-=1,t.type===e.CssTreeNodeType.PseudoClassSelector&&t.name===Kr&&0===o&&(n=void 0)}}}),{modifiers:a,cleaned:mn.toPlainObject(r)}}function ta(t){var n=function(e){return mn.fromPlainObject(_r(e))}(t),r={type:"ModifierList",children:[]};return n.children.forEach((function(t){if(t.type===e.CssTreeNodeType.Selector){var n,a=ea(t);(n=r.children).push.apply(n,_toConsumableArray(a.modifiers.children)),Object.assign(t,a.cleaned)}})),{modifiers:r,cleaned:mn.toPlainObject(n)}}var na,ra=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"isCosmeticRule",value:function(e){var t=e.trim();return!tn.isCommentRule(t)&&null!==At.find(t)}},{key:"parse",value:function(t){var n,r,a,o,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,u=At.find(t);if(!u)return null;var s,c=e.AdblockSyntax.Common,d=ee.skipWS(t),l=ee.skipWSBack(t,u.start-1)+1,p=u.end,h=ee.skipWSBack(t)+1,m=t.substring(d,l),g=d,b=m;if(m[0]===A){if(m[1]!==f)throw new yt("Missing $ at the beginning of the AdGuard modifier list in pattern '".concat(m,"'"),H(i,d,l));var v=ee.findNextUnescapedCharacter(m,E);if(-1===v)throw new yt("Missing ] at the end of the AdGuard modifier list in pattern '".concat(m,"'"),H(i,d,l));s=ln.parse(m.substring(d+2,v),W(i,d+2)),b=m.substring(v+1),g=v+1,c=e.AdblockSyntax.Adg}var y,w=cn.parse(b,",",W(i,g)),k=t.substring(p,h),D={type:"Value",loc:H(i,u.start,u.end),value:u.separator},x=At.isException(u.separator);switch(u.separator){case"##":case"#@#":case"#?#":case"#@?#":if(Hr.isUboCssInjection(k)){if(c===e.AdblockSyntax.Adg)throw new yt("AdGuard modifier list is not supported in uBO CSS injection rules",H(i,d,l));var C={category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.CssInjectionRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Ubo,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Hr.parse(k,W(i,p))),{},{raw:k})};if(Jr(k)){var F,S=ta(C.body.selectorList);if(S.modifiers.children.length>0)C.modifiers||(C.modifiers={type:"ModifierList",children:[]}),(F=C.modifiers.children).push.apply(F,_toConsumableArray(S.modifiers.children)),C.body.selectorList=S.cleaned,C.syntax=e.AdblockSyntax.Ubo}return C}var j={category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.ElementHidingRule,loc:H(i,0,t.length),raws:{text:t},syntax:c,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Br.parse(k,W(i,p))),{},{raw:k})};if(Jr(k)){var T,R=ta(j.body.selectorList);if(R.modifiers.children.length>0)j.modifiers||(j.modifiers={type:"ModifierList",children:[]}),(T=j.modifiers.children).push.apply(T,_toConsumableArray(R.modifiers.children)),j.body.selectorList=R.cleaned,j.syntax=e.AdblockSyntax.Ubo}return j;case"#$#":case"#@$#":case"#$?#":case"#@$?#":if(Hr.isAdgCssInjection(k))return{category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.CssInjectionRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Adg,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Hr.parse(k,W(i,p))),{},{raw:k})};if(["#$#","#@$#"].includes(D.value)){if(c===e.AdblockSyntax.Adg)throw new yt("AdGuard modifier list is not supported in ABP snippet injection rules",H(i,d,l));return{category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.ScriptletInjectionRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Abp,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Vr.parse(k,e.AdblockSyntax.Abp,W(i,p))),{},{raw:k})}}throw new yt("Separator '".concat(D.value,"' is not supported for scriptlet injection"),H(i,null!==(n=null===(r=D.loc)||void 0===r?void 0:r.start.offset)&&void 0!==n?n:0,null!==(a=null===(o=D.loc)||void 0===o?void 0:o.end.offset)&&void 0!==a?a:t.length));case"##+":case"#@#+":if(c===e.AdblockSyntax.Adg)throw new yt("AdGuard modifier list is not supported in uBO scriptlet injection rules",H(i,d,l));return{category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.ScriptletInjectionRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Ubo,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Vr.parse(k,e.AdblockSyntax.Ubo,W(i,p))),{},{raw:k})};case"#%#":case"#@%#":if(k.trim().startsWith(_))return{category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.ScriptletInjectionRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Adg,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Vr.parse(k,e.AdblockSyntax.Ubo,W(i,p))),{},{raw:k})};if(h<=p)throw new yt("Empty body in JS injection rule",H(i,0,t.length));return{category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.JsInjectionRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Adg,exception:x,modifiers:s,domains:w,separator:D,body:{type:"Value",loc:H(i,p,h),value:k,raw:k}};case"##^":case"#@#^":if(c===e.AdblockSyntax.Adg)throw new yt("AdGuard modifier list is not supported in uBO HTML filtering rules",H(i,d,l));var O={category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.HtmlFilteringRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Ubo,exception:x,modifiers:s,domains:w,separator:D,body:_objectSpread2(_objectSpread2({},Xr.parse(k,W(i,p))),{},{raw:k})};if(Jr(k)&&O.body.body.type===e.CssTreeNodeType.SelectorList){var B,P=ta(O.body.body);if(P.modifiers.children.length>0)O.modifiers||(O.modifiers={type:"ModifierList",children:[]}),(B=O.modifiers.children).push.apply(B,_toConsumableArray(P.modifiers.children)),O.body.body=P.cleaned,O.syntax=e.AdblockSyntax.Ubo}return O;case"$$":case"$@$":if((y=Xr.parse(k,W(i,p))).raw=k,"Function"===y.body.type)throw new yt("Functions are not supported in ADG HTML filtering rules",H(i,p,h));return{category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.HtmlFilteringRule,loc:H(i,0,t.length),raws:{text:t},syntax:e.AdblockSyntax.Adg,exception:x,modifiers:s,domains:w,separator:D,body:y};default:return null}}},{key:"generatePattern",value:function(t){var n=o;return t.syntax===e.AdblockSyntax.Adg&&t.modifiers&&t.modifiers.children.length>0&&(n+=A,n+=f,n+=ln.generate(t.modifiers),n+=E),n+=cn.generate(t.domains)}},{key:"generateBody",value:function(t){var n=o;switch(t.type){case e.CosmeticRuleType.ElementHidingRule:n=Br.generate(t.body);break;case e.CosmeticRuleType.CssInjectionRule:n=Hr.generate(t.body,t.syntax);break;case e.CosmeticRuleType.HtmlFilteringRule:n=Xr.generate(t.body,t.syntax);break;case e.CosmeticRuleType.JsInjectionRule:n=t.body.value;break;case e.CosmeticRuleType.ScriptletInjectionRule:n=Vr.generate(t.body,t.syntax);break;default:throw new Error("Unknown cosmetic rule type")}return n}},{key:"generate",value:function(n){var r=o;return r+=t.generatePattern(n),r+=n.separator.value,n.syntax===e.AdblockSyntax.Ubo&&n.modifiers&&(n.modifiers.children.forEach((function(e){r+=u,r+=e.modifier.value,e.value&&(r+=x,r+=e.value.value,r+=C)})),n.modifiers.children.length&&(r+=i)),r+=t.generateBody(n)}}]),t}(),aa=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"parse",value:function(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,a=0;a=ee.skipWS(n,a);var o=!1;n.startsWith(L,a)&&(a+=2,o=!0);var i,u=a,s=t.findNetworkRuleSeparatorIndex(n),c=-1===s?ee.skipWSBack(n)+1:ee.skipWSBack(n,s-1)+1,d={type:"Value",loc:H(r,u,c),value:n.substring(u,c)},l=s+1,f=ee.skipWSBack(n)+1;if(-1!==s&&(i=ln.parse(n.substring(l,f),W(r,l))),0===d.value.length&&(void 0===i||0===i.children.length))throw new yt("Network rule must have a pattern or modifiers",H(r,0,n.length));return{type:"NetworkRule",loc:H(r,0,n.length),raws:{text:n},category:e.RuleCategory.Network,syntax:e.AdblockSyntax.Common,exception:o,pattern:d,modifiers:i}}},{key:"findNetworkRuleSeparatorIndex",value:function(e){for(var t=e.length-1;t>=0;t-=1)if("$"===e[t]&&e[t+1]!==T&&e[t-1]!==g)return t;return-1}},{key:"generate",value:function(e){var t=o;return e.exception&&(t+=L),t+=e.pattern.value,e.modifiers&&e.modifiers.children.length>0&&(t+="$",t+=ln.generate(e.modifiers)),t}}]),t}(),oa=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"parse",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:te;try{return 0===t.trim().length?{type:"EmptyRule",loc:H(r,0,t.length),raws:{text:t},category:e.RuleCategory.Empty,syntax:e.AdblockSyntax.Common}:tn.parse(t,r)||ra.parse(t,r)||aa.parse(t,r)}catch(o){if(!(n&&o instanceof Error))throw o;var a={type:"InvalidRule",loc:H(r,0,t.length),raws:{text:t},category:e.RuleCategory.Invalid,syntax:e.AdblockSyntax.Common,raw:t,error:{name:o.name,message:o.message}};return o instanceof yt&&(a.error.loc=o.loc),a}}},{key:"generate",value:function(t){switch(t.category){case e.RuleCategory.Empty:return o;case e.RuleCategory.Invalid:return t.raw;case e.RuleCategory.Comment:return tn.generate(t);case e.RuleCategory.Cosmetic:return ra.generate(t);case e.RuleCategory.Network:return aa.generate(t);default:throw new Error("Unknown rule category")}}}]),t}(),ia=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"parse",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,n=I,r=sn(e,n,t).map((function(e){return _objectSpread2(_objectSpread2({},e),{},{type:Y.App})}));return{type:G.AppList,loc:H(t,0,e.length),separator:n,children:r}}}]),e}(),ua=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"parse",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,n=I,r=sn(e,n,t).map((function(e){return _objectSpread2(_objectSpread2({},e),{},{type:Y.Method})}));return{type:G.MethodList,loc:H(t,0,e.length),separator:n,children:r}}}]),e}(),sa=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"parse",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:te,n=I,r=sn(e,n,t).map((function(e){return _objectSpread2(_objectSpread2({},e),{},{type:Y.StealthOption})}));return{type:G.StealthOptionList,loc:H(t,0,e.length),separator:n,children:r}}}]),e}(),ca=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"parse",value:function(e){for(var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=0,r=[],a=n;n<e.length;)if(ee.isEOL(e[n])){var o=e.substring(a,n),i=oa.parse(o,t,{offset:a,line:r.length+1,column:1}),u=void 0;e[n]===b?u=e[n+1]===v?"crlf":"cr":e[n]===v&&(u="lf"),i.raws?i.raws.nl=u:i.raws={text:o,nl:u},r.push(i),a=n+="crlf"===u?2:1}else n+=1;return r.push(oa.parse(e.substring(a,n),t,{offset:a,line:r.length+1,column:1})),{type:"FilterList",loc:{start:te,end:{offset:e.length,line:r.length,column:e.length+1}},children:r}}},{key:"generate",value:function(e){for(var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=o,r=0;r<e.children.length;r+=1){var a,i,u=e.children[r];switch(t&&null!==(a=u.raws)&&void 0!==a&&a.text?n+=u.raws.text:n+=oa.generate(u),null===(i=u.raws)||void 0===i?void 0:i.nl){case"crlf":n+=y;break;case"cr":n+=b;break;case"lf":n+=v;break;default:r!==e.children.length-1&&(n+=v)}}return n}}]),e}(),da="Not implemented",la=function(e){_inherits(n,_wrapNativeSuper(Error));var t=_createSuper(n);function n(){var e,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0;_classCallCheck(this,n);var a=r?"".concat(da,": ").concat(r):da;return(e=t.call(this,a)).name="NotImplementedError",e}return _createClass(n)}(),fa=function(e){_inherits(n,_wrapNativeSuper(Error));var t=_createSuper(n);function n(e){var r;return _classCallCheck(this,n),(r=t.call(this,e)).name="RuleConversionError",r}return _createClass(n)}(),pa={all:{adg_os_any:{name:"all",description:"$all modifier is made of $document, $popup, and all content-type modifiers combined.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#all-modifier",negatable:!1,block_only:!0},adg_ext_any:{name:"all",description:"$all modifier is made of $document, $popup, and all content-type modifiers combined.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#all-modifier",negatable:!1,block_only:!0},adg_cb_ios:{name:"all",description:"The `$all` modifier is made of `$document`, `$popup`, and all content-type modifiers combined.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#all-modifier",negatable:!1,block_only:!0},adg_cb_safari:{name:"all",description:"The `$all` modifier is made of `$document`, `$popup`, and all content-type modifiers combined.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#all-modifier",negatable:!1,block_only:!0},ubo_ext_any:{name:"all",description:"The `all` option is equivalent to specifying all network-based types\n+ `popup`, `document`, `inline-font` and `inline-script`.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#all",negatable:!1,block_only:!1}},app:{adg_os_any:{name:"app",description:"The `$app` modifier lets you narrow the rule coverage down to a specific application or a list of applications.\nThe modifier's behavior and syntax perfectly match the corresponding basic rules `$app` modifier.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#app-modifier",assignable:!0,negatable:!1,value_format:"pipe_separated_apps"}},badfilter:{adg_os_any:{name:"badfilter",description:"The rules with the `$badfilter` modifier disable other basic rules to which they refer. It means that\nthe text of the disabled rule should match the text of the `$badfilter` rule (without the `$badfilter` modifier).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#badfilter-modifier",negatable:!1},adg_ext_any:{name:"badfilter",description:"The rules with the `$badfilter` modifier disable other basic rules to which they refer. It means that\nthe text of the disabled rule should match the text of the `$badfilter` rule (without the `$badfilter` modifier).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#badfilter-modifier",negatable:!1},adg_cb_ios:{name:"badfilter",description:"The rules with the `$badfilter` modifier disable other basic rules to which they refer. It means that\nthe text of the disabled rule should match the text of the `$badfilter` rule (without the `$badfilter` modifier).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#badfilter-modifier",negatable:!1},adg_cb_safari:{name:"badfilter",description:"The rules with the `$badfilter` modifier disable other basic rules to which they refer. It means that\nthe text of the disabled rule should match the text of the `$badfilter` rule (without the `$badfilter` modifier).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#badfilter-modifier",negatable:!1},ubo_ext_any:{name:"badfilter",description:"The rules with the `$badfilter` modifier disable other basic rules to which they refer. It means that\nthe text of the disabled rule should match the text of the `$badfilter` rule (without the `$badfilter` modifier).",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#badfilter",negatable:!1}},cname:{ubo_ext_any:{name:"cname",description:"When used in an exception filter,\nit will bypass blocking CNAME uncloaked requests for the current (specified) document.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#cname",negatable:!1,exception_only:!0}},content:{adg_os_any:{name:"content",description:"Disables HTML filtering and `$replace` rules on the pages that match the rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#content-modifier",negatable:!1,exception_only:!0}},cookie:{adg_os_any:{name:"cookie",description:"The `$cookie` modifier completely changes rule behavior.\nInstead of blocking a request, this modifier makes us suppress or modify the Cookie and Set-Cookie headers.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#cookie-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"^([^;=\\s]*?)((?:;(maxAge=\\d+;?)?|(sameSite=(lax|none|strict);?)?){1,3})(?<!;)$"},adg_ext_any:{name:"cookie",description:"The `$cookie` modifier completely changes rule behavior.\nInstead of blocking a request, this modifier makes us suppress or modify the Cookie and Set-Cookie headers.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#cookie-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"^([^;=\\s]*?)((?:;(maxAge=\\d+;?)?|(sameSite=(lax|none|strict);?)?){1,3})(?<!;)$"}},csp:{adg_os_any:{name:"csp",description:"This modifier completely changes the rule behavior.\nIf it is applied to a rule, it will not block the matching request.\nThe response headers are going to be modified instead.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#csp-modifier",conflicts:["domain","important","subdocument","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"csp_value"},adg_ext_any:{name:"csp",description:"This modifier completely changes the rule behavior.\nIf it is applied to a rule, it will not block the matching request.\nThe response headers are going to be modified instead.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#csp-modifier",conflicts:["domain","important","subdocument","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"csp_value"},abp_ext_any:{name:"csp",description:"This modifier completely changes the rule behavior.\nIf it is applied to a rule, it will not block the matching request.\nThe response headers are going to be modified instead.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#content-security-policies",conflicts:["domain","subdocument"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"csp_value"},ubo_ext_any:{name:"csp",description:"This modifier completely changes the rule behavior.\nIf it is applied to a rule, it will not block the matching request.\nThe response headers are going to be modified instead.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#csp",conflicts:["1p","3p","domain","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"csp_value"}},denyallow:{adg_os_any:{name:"denyallow",description:"The `$denyallow` modifier allows to avoid creating additional rules\nwhen it is needed to disable a certain rule for specific domains.\n`$denyallow` matches only target domains and not referrer domains.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#denyallow-modifier",conflicts:["to"],assignable:!0,negatable:!1,value_format:"pipe_separated_denyallow_domains"},adg_ext_any:{name:"denyallow",description:"The `$denyallow` modifier allows to avoid creating additional rules\nwhen it is needed to disable a certain rule for specific domains.\n`$denyallow` matches only target domains and not referrer domains.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#denyallow-modifier",conflicts:["to"],assignable:!0,negatable:!1,value_format:"pipe_separated_denyallow_domains"},adg_cb_ios:{name:"denyallow",description:"The `$denyallow` modifier allows to avoid creating additional rules\nwhen it is needed to disable a certain rule for specific domains.\n`$denyallow` matches only target domains and not referrer domains.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#denyallow-modifier",conflicts:["to"],assignable:!0,negatable:!1,value_format:"pipe_separated_denyallow_domains"},adg_cb_safari:{name:"denyallow",description:"The `$denyallow` modifier allows to avoid creating additional rules\nwhen it is needed to disable a certain rule for specific domains.\n`$denyallow` matches only target domains and not referrer domains.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#denyallow-modifier",conflicts:["to"],assignable:!0,negatable:!1,value_format:"pipe_separated_denyallow_domains"},ubo_ext_any:{name:"denyallow",description:"The `$denyallow` modifier allows to avoid creating additional rules\nwhen it is needed to disable a certain rule for specific domains.\n`$denyallow` matches only target domains and not referrer domains.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#denyallow",conflicts:["to"],assignable:!0,negatable:!1,value_format:"pipe_separated_denyallow_domains"}},document:{adg_os_any:{name:"document",description:"The rule corresponds to the main frame document requests,\ni.e. HTML documents that are loaded in the browser tab.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#document-modifier",negatable:!1},adg_ext_any:{name:"document",description:"The rule corresponds to the main frame document requests,\ni.e. HTML documents that are loaded in the browser tab.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#document-modifier",negatable:!1},adg_cb_ios:{name:"document",description:"The rule corresponds to the main frame document requests,\ni.e. HTML documents that are loaded in the browser tab.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#document-modifier",negatable:!1},adg_cb_safari:{name:"document",description:"The rule corresponds to the main frame document requests,\ni.e. HTML documents that are loaded in the browser tab.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#document-modifier",negatable:!1},abp_ext_any:{name:"document",description:"The rule corresponds to the main frame document requests,\ni.e. HTML documents that are loaded in the browser tab.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#allowlist",negatable:!1},ubo_ext_any:{name:"document",aliases:["doc"],description:"The rule corresponds to the main frame document requests,\ni.e. HTML documents that are loaded in the browser tab.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#document",negatable:!1}},domain:{adg_any:{name:"domain",aliases:["from"],description:"The `$domain` modifier limits the rule application area to a list of domains and their subdomains.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#domain-modifier",assignable:!0,negatable:!1,value_format:"pipe_separated_domains"},abp_any:{name:"domain",description:"The `$domain` modifier limits the rule application area to a list of domains and their subdomains.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#domain-restrictions",assignable:!0,negatable:!1,value_format:"pipe_separated_domains"},ubo_any:{name:"domain",aliases:["from"],description:"The `$domain` modifier limits the rule application area to a list of domains and their subdomains.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#from",assignable:!0,negatable:!1,value_format:"pipe_separated_domains"}},elemhide:{adg_any:{name:"elemhide",aliases:["ehide"],description:"Disables any cosmetic rules on the pages matching the rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#elemhide-modifier",negatable:!1,exception_only:!0},abp_any:{name:"elemhide",aliases:["ehide"],description:"Disables any cosmetic rules on the pages matching the rule.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options",negatable:!1,exception_only:!0},ubo_any:{name:"elemhide",aliases:["ehide"],negatable:!1,exception_only:!0,docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#elemhide-1",description:"Disables any cosmetic rules on the pages matching the rule."}},empty:{adg_os_any:{name:"empty",description:"This modifier is deprecated in favor of the $redirect modifier.\nRules with `$empty` are still supported and being converted into `$redirect=nooptext` now\nbut the support shall be removed in the future.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#empty-modifier",deprecated:!0,deprecation_message:"Rules with `$empty` are still supported and being converted into `$redirect=nooptext` now\nbut the support shall be removed in the future.",negatable:!1},adg_ext_any:{name:"empty",description:"This modifier is deprecated in favor of the $redirect modifier.\nRules with `$empty` are still supported and being converted into `$redirect=nooptext` now\nbut the support shall be removed in the future.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#empty-modifier",deprecated:!0,deprecation_message:"Rules with `$empty` are still supported and being converted into `$redirect=nooptext` now\nbut the support shall be removed in the future.",negatable:!1},ubo_ext_any:{name:"empty",description:"This modifier is deprecated in favor of the $redirect modifier.\nRules with `$empty` are supported and being converted into `$redirect=nooptext`.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#empty",negatable:!1}},firstParty:{adg_any:{name:"first-party",aliases:["1p","~third-party"],description:"A restriction of first-party requests. Equal to `~third-party`.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#third-party-modifier",negatable:!1},ubo_any:{name:"first-party",aliases:["1p","~third-party"],description:"A restriction of first-party requests. Equal to `~third-party`.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#1p",negatable:!1}},extension:{adg_os_any:{name:"extension",description:"Disables all userscripts on the pages matching this rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#extension-modifier",conflicts:["domain","specifichide","generichide","elemhide","genericblock","urlblock","jsinject","content","xmlhttprequest","badfilter"],inverse_conflicts:!0,exception_only:!0}},font:{adg_any:{name:"font",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#font-modifier",description:"The rule corresponds to requests for fonts, e.g. `.woff` filename extension."},abp_any:{name:"font",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options",description:"The rule corresponds to requests for fonts, e.g. `.woff` filename extension."},ubo_any:{name:"font",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options",description:"The rule corresponds to requests for fonts, e.g. `.woff` filename extension."}},genericblock:{adg_os_any:{name:"genericblock",description:"Disables generic basic rules on pages that correspond to exception rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#genericblock-modifier",conflicts:["domain","specifichide","generichide","elemhide","extension","jsinject","content","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},adg_ext_any:{name:"genericblock",description:"Disables generic basic rules on pages that correspond to exception rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#genericblock-modifier",conflicts:["domain","specifichide","generichide","elemhide","jsinject","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},adg_cb_ios:{name:"genericblock",description:"Disables generic basic rules on pages that correspond to exception rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#genericblock-modifier",conflicts:["domain","specifichide","generichide","elemhide","jsinject","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},adg_cb_safari:{name:"genericblock",description:"Disables generic basic rules on pages that correspond to exception rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#genericblock-modifier",conflicts:["domain","specifichide","generichide","elemhide","jsinject","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},abp_ext_any:{name:"genericblock",description:"Disables generic basic rules on pages that correspond to exception rule.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options",negatable:!1,exception_only:!0}},generichide:{adg_any:{name:"generichide",aliases:["ghide"],description:"Disables all generic cosmetic rules.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#generichide-modifier",conflicts:["domain","genericblock","urlblock","extension","jsinject","content","xmlhttprequest","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},ubo_any:{name:"generichide",aliases:["ghide"],description:"Disables all generic cosmetic rules.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#generichide",conflicts:["domain","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},abp_any:{name:"generichide",description:"Disables all generic cosmetic rules.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options",conflicts:["domain"],inverse_conflicts:!0,negatable:!1,exception_only:!0}},header:{adg_os_any:{name:"header",description:"The `$header` modifier allows matching the HTTP response\nhaving a specific header with (optionally) a specific value.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#header-modifier",assignable:!0,value_format:"(?xi)\n ^\n # header name\n [\\w-]+\n (\n :\n # header value: string or regexp\n (\\w+|\\/.+\\/)\n )?"},adg_ext_any:{name:"header",description:"The `$header` modifier allows matching the HTTP response\nhaving a specific header with (optionally) a specific value.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#header-modifier",assignable:!0,value_format:"(?xi)\n ^\n # header name\n [\\w-]+\n (\n :\n # header value: string or regexp\n (\\w+|\\/.+\\/)\n )?"},ubo_ext_any:{name:"header",description:"The `$header` modifier allows matching the HTTP response\nhaving a specific header with (optionally) a specific value.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#header",assignable:!0,value_format:"(?xi)\n ^\n # header name\n [\\w-]+\n (\n :\n # header value: string or regexp\n (\\w+|\\/.+\\/)\n )?"}},hls:{adg_os_any:{name:"hls",description:"The `$hls` rules modify the response of a matching request.\nThey are intended as a convenient way to remove segments from HLS playlists (RFC 8216).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#hls-modifier",version_added:"CoreLibs 1.10",conflicts:["domain","third-party","app","important","match-case","xmlhttprequest"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"(?xi)\n (\n # string pattern\n \\w+\n # or regexp pattern\n |\n # TODO: improve regexp pattern to invalidate unescaped `/`, `$`, and `,`\n \\/.+\\/\n # options\n ([ti]*)?\n )"}},image:{adg_any:{name:"image",description:"The rule corresponds to images requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#image-modifier"},abp_any:{name:"image",description:"The rule corresponds to images requests.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options"},ubo_any:{name:"image",description:"The rule corresponds to images requests.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options"}},important:{adg_any:{name:"important",description:"The `$important` modifier applied to a rule increases its priority\nover any other rule without `$important` modifier. Even over basic exception rules.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#important-modifier",negatable:!1},ubo_any:{name:"important",description:"The `$important` modifier applied to a rule increases its priority\nover any other rule without `$important` modifier. Even over basic exception rules.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#important",negatable:!1}},inlineFont:{adg_os_any:{name:"inline-font",description:"The `$inline-font` modifier is a sort of a shortcut for $csp modifier with specific value.\nE.g. `||example.org^$inline-font` is converting into:\n```adblock\n||example.org^$csp=font-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:\n```",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#inline-font-modifier"},adg_ext_any:{name:"inline-font",description:"The `$inline-font` modifier is a sort of a shortcut for $csp modifier with specific value.\nE.g. `||example.org^$inline-font` is converting into:\n```adblock\n||example.org^$csp=font-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:\n```",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#inline-font-modifier"},ubo_ext_any:{name:"inline-font",description:"The `$inline-font` modifier is a sort of a shortcut for $csp modifier with specific value.\nE.g. `||example.org^$inline-font` is converting into:\n```adblock\n||example.org^$csp=font-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:\n```",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#inline-font"}},inlineScript:{adg_os_any:{name:"inline-script",description:"The `$inline-script` modifier is a sort of a shortcut for $csp modifier with specific value.\nE.g. `||example.org^$inline-script` is converting into:\n```adblock\n||example.org^$csp=script-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:\n```",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#inline-script-modifier"},adg_ext_any:{name:"inline-script",description:"The `$inline-script` modifier is a sort of a shortcut for $csp modifier with specific value.\nE.g. `||example.org^$inline-script` is converting into:\n```adblock\n||example.org^$csp=script-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:\n```",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#inline-script-modifier"},ubo_ext_any:{name:"inline-script",description:"The `$inline-script` modifier is a sort of a shortcut for $csp modifier with specific value.\nE.g. `||example.org^$inline-script` is converting into:\n```adblock\n||example.org^$csp=script-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:\n```",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#inline-script"}},jsinject:{adg_os_any:{name:"jsinject",description:"Forbids adding of javascript code to the page.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#jsinject-modifier",conflicts:["domain","specifichide","generichide","elemhide","genericblock","urlblock","extension","content","xmlhttprequest","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},adg_ext_any:{name:"jsinject",description:"Forbids adding of javascript code to the page.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#jsinject-modifier",conflicts:["domain","specifichide","generichide","elemhide","genericblock","urlblock","xmlhttprequest","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},adg_cb_ios:{name:"jsinject",description:"Forbids adding of javascript code to the page.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#jsinject-modifier",conflicts:["domain","specifichide","generichide","elemhide","genericblock","urlblock","xmlhttprequest","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},adg_cb_safari:{name:"jsinject",description:"Forbids adding of javascript code to the page.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#jsinject-modifier",conflicts:["domain","specifichide","generichide","elemhide","genericblock","urlblock","xmlhttprequest","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0}},jsonprune:{adg_os_any:{name:"jsonprune",description:"The `$jsonprune` rules modify the response to a matching request\nby removing JSON items that match a modified JSONPath expression.\nThey do not modify responses which are not valid JSON documents.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#jsonprune-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"(?xi)\n ^\n # the expression always starts with a dollar sign (for root)\n # which should be escaped\n \\\\\n \\$\n \\.?\n # TODO: improve the expression to invalidate unescaped `$` and `,`\n .+\n $"}},matchCase:{adg_any:{name:"match-case",description:"This modifier defines a rule which applies only to addresses that match the case.\nDefault rules are case-insensitive.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#match-case-modifier"},abp_any:{name:"match-case",description:"This modifier defines a rule which applies only to addresses that match the case.\nDefault rules are case-insensitive.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"match-case",description:"This modifier defines a rule which applies only to addresses that match the case.\nDefault rules are case-insensitive.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#match-case"}},media:{adg_any:{name:"media",description:"A restriction of third-party and own requests.\nA third-party request is a request from a different domain.\nFor example, a request to `example.org` from `domain.com` is a third-party request.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#media-modifier"},abp_any:{name:"media",description:"A restriction of third-party and own requests.\nA third-party request is a request from a different domain.\nFor example, a request to `example.org` from `domain.com` is a third-party request.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options"},ubo_any:{name:"media",description:"A restriction of third-party and own requests.\nA third-party request is a request from a different domain.\nFor example, a request to `example.org` from `domain.com` is a third-party request.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options"}},method:{adg_os_any:{name:"method",description:"This modifier limits the rule scope to requests that use the specified set of HTTP methods.\nNegated methods are allowed.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#method-modifier",negatable:!1,assignable:!0,value_format:"pipe_separated_methods"},adg_ext_any:{name:"method",description:"This modifier limits the rule scope to requests that use the specified set of HTTP methods.\nNegated methods are allowed.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#method-modifier",negatable:!1,assignable:!0,value_format:"pipe_separated_methods"},ubo_ext_any:{name:"method",description:"This modifier limits the rule scope to requests that use the specified set of HTTP methods.\nNegated methods are allowed.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#method",negatable:!1,assignable:!0,value_format:"pipe_separated_methods"}},mp4:{adg_os_any:{name:"mp4",description:"As a response to blocked request AdGuard returns a short video placeholder.\nRules with `$mp4` are still supported and being converted into `$redirect=noopmp4-1s` now\nbut the support shall be removed in the future.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#mp4-modifier",deprecated:!0,deprecation_message:"Rules with `$mp4` are still supported and being converted into `$redirect=noopmp4-1s` now\nbut the support shall be removed in the future.",negatable:!1},adg_ext_any:{name:"mp4",description:"As a response to blocked request AdGuard returns a short video placeholder.\nRules with `$mp4` are still supported and being converted into `$redirect=noopmp4-1s` now\nbut the support shall be removed in the future.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#mp4-modifier",deprecated:!0,deprecation_message:"Rules with `$mp4` are still supported and being converted into `$redirect=noopmp4-1s` now\nbut the support shall be removed in the future.",negatable:!1},ubo_ext_any:{name:"mp4",description:"As a response to blocked request a short video placeholder is returned.\nRules with `$mp4` are supported and being converted into `$redirect=noopmp4-1s`.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#mp4",negatable:!1}},network:{adg_os_any:{name:"network",description:"This is basically a Firewall-kind of rules allowing to fully block\nor unblock access to a specified remote address.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#network-modifier",conflicts:["app","important"],inverse_conflicts:!0,negatable:!1}},noop:{adg_os_any:{name:"_",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#noop-modifier",description:"The noop modifier does nothing and can be used solely to increase rules' readability.\nIt consists of a sequence of underscore characters (_) of any length\nand can appear in a rule as many times as needed.",negatable:!1},adg_ext_any:{name:"_",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#noop-modifier",description:"The noop modifier does nothing and can be used solely to increase rules' readability.\nIt consists of a sequence of underscore characters (_) of any length\nand can appear in a rule as many times as needed.",negatable:!1},adg_cb_ios:{name:"_",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#noop-modifier",description:"The noop modifier does nothing and can be used solely to increase rules' readability.\nIt consists of a sequence of underscore characters (_) of any length\nand can appear in a rule as many times as needed.",negatable:!1},adg_cb_safari:{name:"_",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#noop-modifier",description:"The noop modifier does nothing and can be used solely to increase rules' readability.\nIt consists of a sequence of underscore characters (_) of any length\nand can appear in a rule as many times as needed.",negatable:!1},ubo_ext_any:{name:"_",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#_-aka-noop",description:"The noop modifier does nothing and can be used solely to increase rules' readability.\nIt consists of a sequence of underscore characters (_) of any length\nand can appear in a rule as many times as needed.",negatable:!1}},objectSubrequest:{adg_any:{name:"object-subrequest",description:"The `$object-subrequest` modifier is removed and is no longer supported.\nRules with it are considered as invalid.\nThe rule corresponds to requests by browser plugins (it is usually Flash).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#object-subrequest-modifier",removed:!0,removal_message:"The `$object-subrequest` modifier is removed and is no longer supported.\nRules with it are considered as invalid."}},object:{adg_any:{name:"object",description:"The rule corresponds to browser plugins resources, e.g. Java or Flash",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#object-modifier"},abp_any:{name:"object",description:"The rule corresponds to browser plugins resources, e.g. Java or Flash.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"object",description:"The rule corresponds to browser plugins resources, e.g. Java or Flash.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"}},other:{adg_any:{name:"other",description:"The rule applies to requests for which the type has not been determined\nor does not match the types listed above.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#other-modifier"},abp_any:{name:"other",description:"The rule applies to requests for which the type has not been determined\nor does not match the types listed above.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"other",description:"The rule applies to requests for which the type has not been determined\nor does not match the types listed above.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"}},permissions:{adg_os_any:{name:"permissions",description:"For the requests matching a `$permissions` rule, ad blocker strengthens response's feature policy\nby adding additional feature policy equal to the `$permissions` modifier contents.\n`$permissions` rules are applied independently from any other rule type.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#permissions-modifier",version_added:"CoreLibs 1.11",conflicts:["domain","important","subdocument"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"permissions_value"}},ping:{adg_any:{name:"ping",description:"The rule corresponds to requests caused by either navigator.sendBeacon() or the ping attribute on links.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#ping-modifier"},abp_any:{name:"ping",description:"The rule corresponds to requests caused by either navigator.sendBeacon() or the ping attribute on links.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"ping",description:"The rule corresponds to requests caused by either navigator.sendBeacon() or the ping attribute on links.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"}},popunder:{ubo_ext_any:{name:"popunder",description:'To block "popunders" windows/tabs where the original page redirects to an advertisement\nand the desired content loads in the newly created one.\nTo be used in the same manner as the popup filter option, except that it will block popunders.',docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#popunder",negatable:!1,block_only:!0}},popup:{adg_any:{name:"popup",description:"Pages opened in a new tab or window.\nNote: Filters will not block pop-ups by default, only if the `$popup` type option is specified.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#popup-modifier",negatable:!1},abp_any:{name:"popup",description:"Pages opened in a new tab or window.\nNote: Filters will not block pop-ups by default, only if the `$popup` type option is specified.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options",negatable:!1},ubo_any:{name:"popup",description:"Pages opened in a new tab or window.\nNote: Filters will not block pop-ups by default, only if the `$popup` type option is specified.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options",negatable:!1}},redirectRule:{adg_os_any:{name:"redirect-rule",description:'This is basically an alias to `$redirect`\nsince it has the same "redirection" values and the logic is almost similar.\nThe difference is that `$redirect-rule` is applied only in the case\nwhen the target request is blocked by a different basic rule.',docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#redirect-rule-modifier",conflicts:["domain","to","third-party","popup","match-case","header","first-party","document","image","stylesheet","script","object","font","media","subdocument","ping","xmlhttprequest","websocket","other","webrtc","important","badfilter","app"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"(?x)\n ^(\n 1x1-transparent\\.gif|\n 2x2-transparent\\.png|\n 3x2-transparent\\.png|\n 32x32-transparent\\.png|\n noopframe|\n noopcss|\n noopjs|\n noopjson|\n nooptext|\n empty|\n noopvmap-1\\.0|\n noopvast-2\\.0|\n noopvast-3\\.0|\n noopvast-4\\.0|\n noopmp3-0\\.1s|\n noopmp4-1s|\n amazon-apstag|\n ati-smarttag|\n didomi-loader|\n fingerprintjs2|\n fingerprintjs3|\n gemius|\n google-analytics-ga|\n google-analytics|\n google-ima3|\n googlesyndication-adsbygoogle|\n googletagservices-gpt|\n matomo|\n metrika-yandex-tag|\n metrika-yandex-watch|\n naver-wcslog|\n noeval|\n pardot-1\\.0|\n prebid-ads|\n prebid|\n prevent-bab|\n prevent-bab2|\n prevent-fab-3\\.2\\.0|\n prevent-popads-net|\n scorecardresearch-beacon|\n set-popads-dummy|\n click2load\\.html|\n )?$"},adg_ext_any:{name:"redirect-rule",description:'This is basically an alias to `$redirect`\nsince it has the same "redirection" values and the logic is almost similar.\nThe difference is that `$redirect-rule` is applied only in the case\nwhen the target request is blocked by a different basic rule.',docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#redirect-rule-modifier",conflicts:["domain","to","third-party","popup","match-case","header","first-party","document","image","stylesheet","script","object","font","media","subdocument","ping","xmlhttprequest","websocket","other","webrtc","important","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"(?x)\n ^(\n 1x1-transparent\\.gif|\n 2x2-transparent\\.png|\n 3x2-transparent\\.png|\n 32x32-transparent\\.png|\n noopframe|\n noopcss|\n noopjs|\n noopjson|\n nooptext|\n empty|\n noopvmap-1\\.0|\n noopvast-2\\.0|\n noopvast-3\\.0|\n noopvast-4\\.0|\n noopmp3-0\\.1s|\n noopmp4-1s|\n amazon-apstag|\n ati-smarttag|\n didomi-loader|\n fingerprintjs2|\n fingerprintjs3|\n gemius|\n google-analytics-ga|\n google-analytics|\n google-ima3|\n googlesyndication-adsbygoogle|\n googletagservices-gpt|\n matomo|\n metrika-yandex-tag|\n metrika-yandex-watch|\n naver-wcslog|\n noeval|\n pardot-1\\.0|\n prebid-ads|\n prebid|\n prevent-bab|\n prevent-bab2|\n prevent-fab-3\\.2\\.0|\n prevent-popads-net|\n scorecardresearch-beacon|\n set-popads-dummy|\n click2load\\.html|\n )?$"},ubo_ext_any:{name:"redirect-rule",description:'This is basically an alias to `$redirect`\nsince it has the same "redirection" values and the logic is almost similar.\nThe difference is that `$redirect-rule` is applied only in the case\nwhen the target request is blocked by a different basic rule.',docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#redirect-rule",conflicts:["domain","to","third-party","popup","match-case","header","first-party","document","image","stylesheet","script","object","font","media","subdocument","ping","xmlhttprequest","websocket","other","webrtc","important","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_format:"(?x)\n ^(\n 1x1\\.gif|\n 2x2\\.png|\n 3x2\\.png|\n 32x32\\.png|\n noop\\.css|\n noop\\.html|\n noopframe|\n noop\\.js|\n noop\\.txt|\n noop-0\\.1s\\.mp3|\n noop-0\\.5s\\.mp3|\n noop-1s\\.mp4|\n none|\n click2load\\.html|\n addthis_widget\\.js|\n amazon_ads\\.js|\n amazon_apstag\\.js|\n monkeybroker\\.js|\n doubleclick_instream_ad_status|\n google-analytics_ga\\.js|\n google-analytics_analytics\\.js|\n google-analytics_inpage_linkid\\.js|\n google-analytics_cx_api\\.js|\n google-ima\\.js|\n googletagservices_gpt\\.js|\n googletagmanager_gtm\\.js|\n googlesyndication_adsbygoogle\\.js|\n scorecardresearch_beacon\\.js|\n outbrain-widget\\.js|\n hd-main\\.js\n )\n (:[0-9]+)?$"}},redirect:{adg_os_any:{name:"redirect",description:'Used to redirect web requests to a local "resource".',docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#redirect-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"(?x)\n ^(\n 1x1-transparent\\.gif|\n 2x2-transparent\\.png|\n 3x2-transparent\\.png|\n 32x32-transparent\\.png|\n noopframe|\n noopcss|\n noopjs|\n noopjson|\n nooptext|\n empty|\n noopvmap-1\\.0|\n noopvast-2\\.0|\n noopvast-3\\.0|\n noopvast-4\\.0|\n noopmp3-0\\.1s|\n noopmp4-1s|\n amazon-apstag|\n ati-smarttag|\n didomi-loader|\n fingerprintjs2|\n fingerprintjs3|\n gemius|\n google-analytics-ga|\n google-analytics|\n googletagmanager-gtm|\n google-ima3|\n googlesyndication-adsbygoogle|\n googletagservices-gpt|\n matomo|\n metrika-yandex-tag|\n metrika-yandex-watch|\n naver-wcslog|\n noeval|\n pardot-1\\.0|\n prebid-ads|\n prebid|\n prevent-bab|\n prevent-bab2|\n prevent-fab-3\\.2\\.0|\n prevent-popads-net|\n scorecardresearch-beacon|\n set-popads-dummy|\n click2load\\.html\n )?$"},adg_ext_any:{name:"redirect",description:'Used to redirect web requests to a local "resource".',docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#redirect-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"(?x)\n ^(\n 1x1-transparent\\.gif|\n 2x2-transparent\\.png|\n 3x2-transparent\\.png|\n 32x32-transparent\\.png|\n noopframe|\n noopcss|\n noopjs|\n noopjson|\n nooptext|\n empty|\n noopvmap-1\\.0|\n noopvast-2\\.0|\n noopvast-3\\.0|\n noopvast-4\\.0|\n noopmp3-0\\.1s|\n noopmp4-1s|\n amazon-apstag|\n ati-smarttag|\n didomi-loader|\n fingerprintjs2|\n fingerprintjs3|\n gemius|\n google-analytics-ga|\n google-analytics|\n googletagmanager-gtm|\n google-ima3|\n googlesyndication-adsbygoogle|\n googletagservices-gpt|\n matomo|\n metrika-yandex-tag|\n metrika-yandex-watch|\n naver-wcslog|\n noeval|\n pardot-1\\.0|\n prebid-ads|\n prebid|\n prevent-bab|\n prevent-bab2|\n prevent-fab-3\\.2\\.0|\n prevent-popads-net|\n scorecardresearch-beacon|\n set-popads-dummy|\n click2load\\.html\n )?$"},ubo_ext_any:{name:"redirect",description:'Used to redirect web requests to a local "resource".',docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#redirect",assignable:!0,negatable:!1,value_optional:!0,value_format:"(?x)\n ^(\n 1x1\\.gif|\n 2x2\\.png|\n 3x2\\.png|\n 32x32\\.png|\n noop\\.css|\n noop\\.html|\n noopframe|\n noop\\.js|\n noop\\.txt|\n noop-0\\.1s\\.mp3|\n noop-0\\.5s\\.mp3|\n noop-1s\\.mp4|\n none|\n click2load\\.html|\n addthis_widget\\.js|\n amazon_ads\\.js|\n amazon_apstag\\.js|\n monkeybroker\\.js|\n doubleclick_instream_ad_status|\n google-analytics_ga\\.js|\n google-analytics_analytics\\.js|\n google-analytics_inpage_linkid\\.js|\n google-analytics_cx_api\\.js|\n google-ima\\.js|\n googletagservices_gpt\\.js|\n googletagmanager_gtm\\.js|\n googlesyndication_adsbygoogle\\.js|\n scorecardresearch_beacon\\.js|\n outbrain-widget\\.js|\n hd-main\\.js\n )\n (:[0-9]+)?$"},abp_ext_any:{name:"rewrite",description:"The `rewrite=` option allows the rewriting of URLs (or redirecting requests) to an internal\nresource in order to deactivate it without causing an error. Indicate the internal resource\nby name and prefix `abp-resource:` in order to be recognized. For example\n`$rewrite=abp-resource:blank-js` sends an empty JavaScript.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#rewrite",assignable:!0,negatable:!1,value_format:"(?x)\n # ABP resources always starts with the `abp-resource:` prefix\n ^abp-resource:\n # Possible resource names\n (\n blank-text|\n blank-css|\n blank-js|\n blank-html|\n blank-mp3|\n 1x1-transparent-gif|\n 2x2-transparent-png|\n 3x2-transparent-png|\n 32x32-transparent-png\n )$"}},referrerpolicy:{adg_os_any:{name:"referrerpolicy",description:"This modifier allows overriding of a page's referrer policy.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#referrerpolicy-modifier",conflicts:["document","subdocument"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:"referrerpolicy_value"}},removeheader:{adg_os_any:{name:"removeheader",description:"Rules with the `$removeheader` modifier are intended to remove headers from HTTP requests and responses.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#removeheader-modifier",conflicts:["domain","third-party","first-party","app","important","match-case","document","image","stylesheet","script","object","font","media","subdocument","ping","xmlhttpreqeust","websocket","other","webrtc"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:'(?xi)\n ^\n # Value may start with "request:"\n (request:)?\n\n # Forbidden header names\n (?!\n (\n access-control-allow-origin|\n access-control-allow-credentials|\n access-control-allow-headers|\n access-control-allow-methods|\n access-control-expose-headers|\n access-control-max-age|\n access-control-request-headers|\n access-control-request-method|\n origin|\n timing-allow-origin|\n allow|\n cross-origin-embedder-policy|\n cross-origin-opener-policy|\n cross-origin-resource-policy|\n content-security-policy|\n content-security-policy-report-only|\n expect-ct|\n feature-policy|\n origin-isolation|\n strict-transport-security|\n upgrade-insecure-requests|\n x-content-type-options|\n x-download-options|\n x-frame-options|\n x-permitted-cross-domain-policies|\n x-powered-by|\n x-xss-protection|\n public-key-pins|\n public-key-pins-report-only|\n sec-websocket-key|\n sec-websocket-extensions|\n sec-websocket-accept|\n sec-websocket-protocol|\n sec-websocket-version|\n p3p|\n sec-fetch-mode|\n sec-fetch-dest|\n sec-fetch-site|\n sec-fetch-user|\n referrer-policy|\n content-type|\n content-length|\n accept|\n accept-encoding|\n host|\n connection|\n transfer-encoding|\n upgrade\n )\n $)\n\n # Any other header name is allowed, if it matches the following regex\n [A-z0-9-]+\n $'},adg_ext_any:{name:"removeheader",description:"Rules with the `$removeheader` modifier are intended to remove headers from HTTP requests and responses.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#removeheader-modifier",conflicts:["domain","third-party","first-party","app","important","match-case","document","image","stylesheet","script","object","font","media","subdocument","ping","xmlhttpreqeust","websocket","other","webrtc"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_optional:!0,value_format:'(?xi)\n ^\n # Value may start with "request:"\n (request:)?\n\n # Forbidden header names\n (?!\n (\n access-control-allow-origin|\n access-control-allow-credentials|\n access-control-allow-headers|\n access-control-allow-methods|\n access-control-expose-headers|\n access-control-max-age|\n access-control-request-headers|\n access-control-request-method|\n origin|\n timing-allow-origin|\n allow|\n cross-origin-embedder-policy|\n cross-origin-opener-policy|\n cross-origin-resource-policy|\n content-security-policy|\n content-security-policy-report-only|\n expect-ct|\n feature-policy|\n origin-isolation|\n strict-transport-security|\n upgrade-insecure-requests|\n x-content-type-options|\n x-download-options|\n x-frame-options|\n x-permitted-cross-domain-policies|\n x-powered-by|\n x-xss-protection|\n public-key-pins|\n public-key-pins-report-only|\n sec-websocket-key|\n sec-websocket-extensions|\n sec-websocket-accept|\n sec-websocket-protocol|\n sec-websocket-version|\n p3p|\n sec-fetch-mode|\n sec-fetch-dest|\n sec-fetch-site|\n sec-fetch-user|\n referrer-policy|\n content-type|\n content-length|\n accept|\n accept-encoding|\n host|\n connection|\n transfer-encoding|\n upgrade\n )\n $)\n\n # Any other header name is allowed, if it matches the following regex\n [A-z0-9-]+\n $'}},removeparam:{adg_os_any:{name:"removeparam",description:"Rules with the `$removeparam` modifier are intended to strip query parameters from requests' URLs.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#removeparam-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"(?xi)\n (\n # string pattern\n \\w+\n # or regexp pattern\n |\n \\/.+\\/\n # flags\n ([gimuy]+)?\n )"},adg_ext_any:{name:"removeparam",description:"Rules with the `$removeparam` modifier are intended to strip query parameters from requests' URLs.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#removeparam-modifier",assignable:!0,negatable:!1,value_optional:!0,value_format:"(?xi)\n (\n # string pattern\n \\w+\n # or regexp pattern\n |\n \\/.+\\/\n # flags\n ([gimuy]+)?\n )"},ubo_ext_any:{name:"removeparam",description:"Rules with the `$removeparam` modifier are intended to strip query parameters from requests' URLs.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#removeparam",assignable:!0,negatable:!1,value_format:"(?xi)\n (\n # string pattern\n \\w+\n # or regexp pattern\n |\n \\/.+\\/\n # flags\n ([gimuy]+)?\n )"}},replace:{adg_os_any:{name:"replace",description:"This modifier completely changes the rule behavior.\nIf it is applied, the rule will not block the request. The response is going to be modified instead.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#replace-modifier",conflicts:["app","domain","document","subdocument","script","stylesheet","other","xmlhttprequest","first-party","third-party","important","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_format:"(?xi)\n ^\n \\/\n # the regexp to match by\n (.+)\n # separator\n \\/\n # replacement\n (.+)?\n \\/\n # flags\n ([gimuy]*)?\n $"},adg_ext_firefox:{name:"replace",description:"This modifier completely changes the rule behavior.\nIf it is applied, the rule will not block the request. The response is going to be modified instead.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#replace-modifier",conflicts:["domain","document","subdocument","script","stylesheet","other","xmlhttprequest","first-party","third-party","important","badfilter"],inverse_conflicts:!0,assignable:!0,negatable:!1,value_format:"(?xi)\n ^\n \\/\n # the regexp to match by\n (.+)\n # separator\n \\/\n # replacement\n (.+)?\n \\/\n # flags\n ([gimuy]*)?\n $"}},script:{adg_any:{name:"script",description:"The rule corresponds to script requests, e.g. javascript, vbscript.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#script-modifier"},abp_any:{name:"script",description:"The rule corresponds to script requests, e.g. javascript, vbscript.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"script",description:"The rule corresponds to script requests, e.g. javascript, vbscript.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#options"}},specifichide:{adg_any:{name:"specifichide",aliases:["shide"],description:"Disables all specific element hiding and CSS rules, but not general ones.\nHas an opposite effect to `$generichide`.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#specifichide-modifier",conflicts:["domain","genericblock","urlblock","extension","jsinject","content","xmlhttprequest","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0},ubo_any:{name:"specifichide",aliases:["shide"],description:"Disables all specific element hiding and CSS rules, but not general ones.\nHas an opposite effect to `$generichide`.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#specifichide",conflicts:["domain","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0}},stealth:{adg_os_any:{name:"stealth",description:"Disables the Stealth Mode module for all corresponding pages and requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#stealth-modifier",assignable:!0,negatable:!1,exception_only:!0,value_optional:!0,value_format:"pipe_separated_stealth_options"},adg_ext_chrome:{name:"stealth",description:"Disables the Stealth Mode module for all corresponding pages and requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#stealth-modifier",assignable:!0,negatable:!1,exception_only:!0,value_optional:!0,value_format:"pipe_separated_stealth_options"},adg_ext_firefox:{name:"stealth",description:"Disables the Stealth Mode module for all corresponding pages and requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#stealth-modifier",assignable:!0,negatable:!1,exception_only:!0,value_optional:!0,value_format:"pipe_separated_stealth_options"},adg_ext_opera:{name:"stealth",description:"Disables the Stealth Mode module for all corresponding pages and requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#stealth-modifier",assignable:!0,negatable:!1,exception_only:!0,value_optional:!0,value_format:"pipe_separated_stealth_options"},adg_ext_edge:{name:"stealth",description:"Disables the Stealth Mode module for all corresponding pages and requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#stealth-modifier",assignable:!0,negatable:!1,exception_only:!0,value_optional:!0,value_format:"pipe_separated_stealth_options"}},strict1p:{ubo_any:{name:"strict1p",description:"This new `strict1p` option can check for strict partyness.\nFor example, a network request qualifies as 1st-party if both the context and the request share the same hostname.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#strict1p"}},strict3p:{ubo_any:{name:"strict3p",description:"This new `strict3p` option can check for strict partyness.\nFor example, a network request qualifies as 3rd-party if the context and the request hostnames are different.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#strict3p"}},stylesheet:{adg_any:{name:"stylesheet",description:"The rule corresponds to CSS files requests.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#stylesheet-modifier"},abp_any:{name:"stylesheet",description:"The rule corresponds to CSS files requests.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"stylesheet",aliases:["css"],description:"The rule corresponds to CSS files requests.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#css"}},subdocument:{adg_any:{name:"subdocument",description:"The rule corresponds to requests for built-in pages — HTML tags frame and iframe.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#subdocument-modifier"},abp_any:{name:"subdocument",description:"The rule corresponds to requests for built-in pages — HTML tags frame and iframe.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"subdocument",aliases:["frame"],description:"The rule corresponds to requests for built-in pages — HTML tags frame and iframe.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#frame"}},thirdParty:{adg_any:{name:"third-party",aliases:["3p"],description:"A restriction of third-party and own requests.\nA third-party request is a request from a different domain.\nFor example, a request to `example.org` from `domain.com` is a third-party request.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#third-party-modifier"},ubo_any:{name:"3p",aliases:["third-party"],description:"A restriction of third-party and own requests.\nA third-party request is a request from a different domain.\nFor example, a request to `example.org` from `domain.com` is a third-party request.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#3p"},abp_any:{name:"third-party",description:"A restriction of third-party and own requests.\nA third-party request is a request from a different domain.\nFor example, a request to `example.org` from `domain.com` is a third-party request.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293#party-requests"}},to:{ubo_ext_any:{name:"to",description:"The main motivation of this option is\nto give static network filtering engine an equivalent of DNR's `requestDomains` and `excludedRequestDomains`.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#to",assignable:!0,negatable:!1,value_format:"pipe_separated_domains"}},urlblock:{adg_any:{name:"urlblock",description:"Disables blocking of all requests sent from the pages matching the rule.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#urlblock-modifier",conflicts:["domain","specifichide","generichide","elemhide","extension","jsinject","content","badfilter"],inverse_conflicts:!0,negatable:!1,exception_only:!0}},webrtc:{adg_any:{name:"webrtc",description:"The rule applies only to WebRTC connections.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#webrtc-modifier",removed:!0,removal_message:"This modifier is removed and is no longer supported.\nRules with it are considered as invalid. If you need to suppress WebRTC, consider using\nthe [nowebrtc scriptlet](https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#nowebrtc)."},ubo_any:{name:"webrtc",description:"The rule applies only to WebRTC connections.",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax",removed:!0,removal_message:"This modifier is removed and is no longer supported.\nIf you need to suppress WebRTC, consider using\nthe [nowebrtc scriptlet](https://github.com/gorhill/uBlock/wiki/Resources-Library#nowebrtcjs-)."},abp_any:{name:"webrtc",description:"The rule applies only to WebRTC connections.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options",version_added:"1.13.3"}},websocket:{adg_os_any:{name:"websocket",description:"The rule applies only to WebSocket connections.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#websocket-modifier"},adg_ext_any:{name:"websocket",description:"The rule applies only to WebSocket connections.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#websocket-modifier"},adg_cb_ios:{name:"websocket",description:"The rule applies only to WebSocket connections.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#websocket-modifier"},adg_cb_safari:{name:"websocket",description:"The rule applies only to WebSocket connections.",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#websocket-modifier"},abp_ext_any:{name:"websocket",description:"The rule applies only to WebSocket connections.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_ext_any:{name:"websocket",description:"The rule applies only to WebSocket connections.",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"}},xmlhttprequest:{adg_any:{name:"xmlhttprequest",aliases:["xhr"],description:"The rule applies only to ajax requests (requests sent via javascript object XMLHttpRequest).",docs:"https://adguard.app/kb/general/ad-filtering/create-own-filters/#xmlhttprequest-modifier"},abp_any:{name:"xmlhttprequest",description:"The rule applies only to ajax requests (requests sent via javascript object XMLHttpRequest).",docs:"https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options"},ubo_any:{name:"xhr",aliases:["xmlhttprequest"],description:"The rule applies only to ajax requests (requests sent via javascript object XMLHttpRequest).",docs:"https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#xhr"}}};!function(e){e.Name="name",e.Aliases="aliases",e.Description="description",e.Docs="docs",e.Deprecated="deprecated",e.DeprecationMessage="deprecation_message",e.Removed="removed",e.RemovalMessage="removal_message",e.Conflicts="conflicts",e.InverseConflicts="inverse_conflicts",e.Assignable="assignable",e.Negatable="negatable",e.BlockOnly="block_only",e.ExceptionOnly="exception_only",e.ValueOptional="value_optional",e.ValueFormat="value_format"}(na||(na={}));var ha=function(){var e=new Map;return Object.keys(pa).forEach((function(t){var n=pa[t],r={};Object.keys(n).forEach((function(e){r[e]=function(e,t){var n,r=t[e];return _defineProperty2(n={},na.Name,r[na.Name]),_defineProperty2(n,na.Aliases,r[na.Aliases]||null),_defineProperty2(n,na.Description,r[na.Description]||null),_defineProperty2(n,na.Docs,r[na.Docs]||null),_defineProperty2(n,na.Deprecated,r[na.Deprecated]||!1),_defineProperty2(n,na.DeprecationMessage,r[na.DeprecationMessage]||null),_defineProperty2(n,na.Removed,r[na.Removed]||!1),_defineProperty2(n,na.RemovalMessage,r[na.RemovalMessage]||null),_defineProperty2(n,na.Conflicts,r[na.Conflicts]||null),_defineProperty2(n,na.InverseConflicts,r[na.InverseConflicts]||!1),_defineProperty2(n,na.Assignable,r[na.Assignable]||!1),_defineProperty2(n,na.Negatable,!!Gr(r[na.Negatable])||r[na.Negatable]),_defineProperty2(n,na.BlockOnly,r[na.BlockOnly]||!1),_defineProperty2(n,na.ExceptionOnly,r[na.ExceptionOnly]||!1),_defineProperty2(n,na.ValueOptional,r[na.ValueOptional]||!1),_defineProperty2(n,na.ValueFormat,r[na.ValueFormat]||null),n}(e,n)})),e.set(t,r)})),e},ma=(_defineProperty2(t={},e.AdblockSyntax.Adg,"adg_"),_defineProperty2(t,e.AdblockSyntax.Ubo,"ubo_"),_defineProperty2(t,e.AdblockSyntax.Abp,"abp_"),t),ga=new Set([].concat(_toConsumableArray(S),_toConsumableArray(F),_toConsumableArray(j),[h])),ba=new Set(["connect","delete","get","head","options","patch","post","put","trace"]),va=new Set(["searchqueries","donottrack","3p-cookie","1p-cookie","3p-cache","3p-auth","webrtc","push","location","flash","java","referrer","useragent","ip","xclientdata","dpi"]),ya=new Set(["base-uri","child-src","connect-src","default-src","font-src","form-action","frame-ancestors","frame-src","img-src","manifest-src","media-src","navigate-to","object-src","plugin-types","prefetch-src","report-to","report-uri","sandbox","script-src","style-src","upgrade-insecure-requests","worker-src"]),wa=new Set(["accelerometer","ambient-light-sensor","autoplay","battery","camera","display-capture","document-domain","encrypted-media","execution-while-not-rendered","execution-while-out-of-viewport","fullscreen","gamepad","geolocation","gyroscope","hid","identity-credentials-get","idle-detection","local-fonts","magnetometer","microphone","midi","payment","picture-in-picture","publickey-credentials-create","publickey-credentials-get","screen-wake-lock","serial","speaker-selection","storage-access","usb","web-share","xr-spatial-tracking"]),ka="".concat(x).concat(C),Da=new Set(["no-referrer","no-referrer-when-downgrade","origin","origin-when-cross-origin","same-origin","strict-origin","strict-origin-when-cross-origin","unsafe-url"]),xa="Only blocking rules may contain the modifier",Ca="Only exception rules may contain the modifier",Aa="Invalid CSP directives for the modifier",Ea="Invalid values for the modifier",Fa="Invalid noop modifier",Sa="Invalid Permissions-Policy directive for the modifier",ja="Origins in the value is invalid for the modifier and the directive",Ta="Double quotes should be used for origins in the value of the modifier",_a="Invalid Referrer-Policy directive for the modifier",Ra="Simultaneous usage of negated and not negated values is forbidden for the modifier",Oa="No CSP value for the modifier and the directive",Ba="CSP directives should no be quoted for the modifier",Pa="Unescaped comma in the value is not allowed for the modifier",Ia="Non-existent modifier",Na="Non-negatable modifier",La="Values cannot be negated for the modifier",$a="The adblocker does not support the modifier",za="Removed and no longer supported modifier",Ma="Value is not allowed for the modifier",qa="Value is invalid for the modifier",Ua="Value is required for the modifier",Wa="Invalid regular expression in 'value_format' for the modifier",Ha="Property 'deprecation_message' is required for the 'deprecated' modifier",Va="Property 'value_format' should be specified for the assignable modifier",Xa=function(e){return{valid:!1,error:e}},Ga=function(e){return Xa("".concat(Ua,": '").concat(e,"'"))},Ya=function(e,t,n){var r=null;return e.forEach((function(e){Object.keys(e).forEach((function(a){var o=e[a];(o.name===n||o.aliases&&o.aliases.includes(n))&&a.startsWith(t)&&(r=o)}))})),r},Ka="xregexp",Qa={astral:!1,namespacing:!0},Ja={},Za={},eo={},to=[],no="default",ro="class",ao={default:/\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|\(\?(?:[:=!]|<[=!])|[?*+]\?|{\d+(?:,\d*)?}\??|[\s\S]/,class:/\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|[\s\S]/},oo=/\$(?:\{([^\}]+)\}|<([^>]+)>|(\d\d?|[\s\S]?))/g,io=void 0===/()??/.exec("")[1],uo=void 0!==/x/.flags;function so(e){var t=!0;try{if(new RegExp("",e),"y"===e){".."===".a".replace(new RegExp("a","gy"),".")&&(t=!1)}}catch(e){t=!1}return t}var co=so("d"),lo=so("s"),fo=so("u"),po=so("y"),ho={d:co,g:!0,i:!0,m:!0,s:lo,u:fo,y:po},mo=lo?/[^dgimsuy]+/g:/[^dgimuy]+/g;function go(e,t,n,r,a){if(e[Ka]={captureNames:t},a)return e;if(e.__proto__)e.__proto__=To.prototype;else for(var o in To.prototype)e[o]=To.prototype[o];return e[Ka].source=n,e[Ka].flags=r?r.split("").sort().join(""):r,e}function bo(e){return e.replace(/([\s\S])(?=[\s\S]*\1)/g,"")}function vo(e,t){if(!To.isRegExp(e))throw new TypeError("Type RegExp expected");var n=e[Ka]||{},r=function(e){return uo?e.flags:/\/([a-z]*)$/i.exec(RegExp.prototype.toString.call(e))[1]}(e),a="",o="",i=null,u=null;return(t=t||{}).removeG&&(o+="g"),t.removeY&&(o+="y"),o&&(r=r.replace(new RegExp("[".concat(o,"]+"),"g"),"")),t.addG&&(a+="g"),t.addY&&(a+="y"),a&&(r=bo(r+a)),t.isInternalOnly||(void 0!==n.source&&(i=n.source),null!=n.flags&&(u=a?bo(n.flags+a):n.flags)),e=go(new RegExp(t.source||e.source,r),function(e){return!(!e[Ka]||!e[Ka].captureNames)}(e)?n.captureNames.slice(0):null,i,u,t.isInternalOnly)}function yo(e){return parseInt(e,16)}function wo(e,t,n){var r=e.index+e[0].length,a=e.input[e.index-1],o=e.input[r];return/^[()|]$/.test(a)||/^[()|]$/.test(o)||0===e.index||r===e.input.length||/\(\?(?:[:=!]|<[=!])$/.test(e.input.substring(e.index-4,e.index))||function(e,t,n){var r="\\(\\?#[^)]*\\)",a="#[^#\\n]*",o="[?*+]|{\\d+(?:,\\d*)?}",i=n.includes("x")?new RegExp("^(?:\\s|".concat(a,"|").concat(r,")*(?:").concat(o,")")):new RegExp("^(?:".concat(r,")*(?:").concat(o,")"));return i.test(e.slice(t))}(e.input,r,n)?"":"(?:)"}function ko(e){return parseInt(e,10).toString(16)}function Do(e,t){return Object.prototype.toString.call(e)==="[object ".concat(t,"]")}function xo(e){if(null==e)throw new TypeError("Cannot convert null or undefined to object");return e}function Co(e){for(;e.length<4;)e="0".concat(e);return e}function Ao(e){var t={};return Do(e,"String")?(To.forEach(e,/[^\s,]+/,(function(e){t[e]=!0})),t):e}function Eo(e){if(!/^[\w$]$/.test(e))throw new Error("Flag must be a single character A-Za-z0-9_$");ho[e]=!0}function Fo(e,t,n,r,a){for(var o,i,u=to.length,s=e[n],c=null;u--;)if(!((i=to[u]).leadChar&&i.leadChar!==s||i.scope!==r&&"all"!==i.scope||i.flag&&!t.includes(i.flag))&&(o=To.exec(e,i.regex,n,"sticky"))){c={matchLength:o[0].length,output:i.handler.call(a,o,r,t),reparse:i.reparse};break}return c}function So(e){Qa.astral=e}function jo(e){Qa.namespacing=e}function To(e,t){if(To.isRegExp(e)){if(void 0!==t)throw new TypeError("Cannot supply flags when copying a RegExp");return vo(e)}if(e=void 0===e?"":String(e),t=void 0===t?"":String(t),To.isInstalled("astral")&&!t.includes("A")&&(t+="A"),eo[e]||(eo[e]={}),!eo[e][t]){for(var n,r={hasNamedCapture:!1,captureNames:[]},a=no,o="",i=0,u=function(e,t){if(bo(t)!==t)throw new SyntaxError("Invalid duplicate regex flag ".concat(t));e=e.replace(/^\(\?([\w$]+)\)/,(function(e,n){if(/[dgy]/.test(n))throw new SyntaxError("Cannot use flags dgy in mode modifier ".concat(e));return t=bo(t+n),""}));var n,r=_createForOfIteratorHelper(t);try{for(r.s();!(n=r.n()).done;){var a=n.value;if(!ho[a])throw new SyntaxError("Unknown regex flag ".concat(a))}}catch(e){r.e(e)}finally{r.f()}return{pattern:e,flags:t}}(e,t),s=u.pattern,c=u.flags;i<s.length;){do{(n=Fo(s,c,i,a,r))&&n.reparse&&(s=s.slice(0,i)+n.output+s.slice(i+n.matchLength))}while(n&&n.reparse);if(n)o+=n.output,i+=n.matchLength||1;else{var d=_slicedToArray(To.exec(s,ao[a],i,"sticky"),1)[0];o+=d,i+=d.length,"["===d&&a===no?a=ro:"]"===d&&a===ro&&(a=no)}}eo[e][t]={pattern:o.replace(/(?:\(\?:\))+/g,"(?:)"),flags:c.replace(mo,""),captures:r.hasNamedCapture?r.captureNames:null}}var l=eo[e][t];return go(new RegExp(l.pattern,l.flags),l.captures,e,t)}To.prototype=new RegExp,To.version="5.1.1",To._clipDuplicates=bo,To._hasNativeFlag=so,To._dec=yo,To._hex=ko,To._pad4=Co,To.addToken=function(e,t,n){var r=(n=n||{}).optionalFlags;if(n.flag&&Eo(n.flag),r){var a,o=_createForOfIteratorHelper(r=r.split(""));try{for(o.s();!(a=o.n()).done;){Eo(a.value)}}catch(e){o.e(e)}finally{o.f()}}to.push({regex:vo(e,{addG:!0,addY:po,isInternalOnly:!0}),handler:t,scope:n.scope||no,flag:n.flag,reparse:n.reparse,leadChar:n.leadChar}),To.cache.flush("patterns")},To.cache=function(e,t){return Za[e]||(Za[e]={}),Za[e][t]||(Za[e][t]=To(e,t))},To.cache.flush=function(e){"patterns"===e?eo={}:Za={}},To.escape=function(e){return String(xo(e)).replace(/[\\\[\]{}()*+?.^$|]/g,"\\$&").replace(/[\s#\-,]/g,(function(e){return"\\u".concat(Co(ko(e.charCodeAt(0))))}))},To.exec=function(e,t,n,r){var a,o,i="g",u=!1;(a=po&&!!(r||t.sticky&&!1!==r))?i+="y":r&&(u=!0,i+="FakeY"),t[Ka]=t[Ka]||{};var s=t[Ka][i]||(t[Ka][i]=vo(t,{addG:!0,addY:a,source:u?"".concat(t.source,"|()"):void 0,removeY:!1===r,isInternalOnly:!0}));return n=n||0,s.lastIndex=n,o=Ja.exec.call(s,e),u&&o&&""===o.pop()&&(o=null),t.global&&(t.lastIndex=o?s.lastIndex:0),o},To.forEach=function(e,t,n){for(var r,a=0,o=-1;r=To.exec(e,t,a);)n(r,++o,e,t),a=r.index+(r[0].length||1)},To.globalize=function(e){return vo(e,{addG:!0})},To.install=function(e){e=Ao(e),!Qa.astral&&e.astral&&So(!0),!Qa.namespacing&&e.namespacing&&jo(!0)},To.isInstalled=function(e){return!!Qa[e]},To.isRegExp=function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},To.match=function(e,t,n){var r=t.global&&"one"!==n||"all"===n,a=(r?"g":"")+(t.sticky?"y":"")||"noGY";t[Ka]=t[Ka]||{};var o=t[Ka][a]||(t[Ka][a]=vo(t,{addG:!!r,removeG:"one"===n,isInternalOnly:!0})),i=String(xo(e)).match(o);return t.global&&(t.lastIndex="one"===n&&i?i.index+i[0].length:0),r?i||[]:i&&i[0]},To.matchChain=function(e,t){return function e(n,r){var a=t[r].regex?t[r]:{regex:t[r]},o=[];function i(e){if(a.backref){var t="Backreference to undefined group: ".concat(a.backref),n=isNaN(a.backref);if(n&&To.isInstalled("namespacing")){if(!e.groups||!(a.backref in e.groups))throw new ReferenceError(t)}else if(!e.hasOwnProperty(a.backref))throw new ReferenceError(t);var r=n&&To.isInstalled("namespacing")?e.groups[a.backref]:e[a.backref];o.push(r||"")}else o.push(e[0])}var u,s=_createForOfIteratorHelper(n);try{for(s.s();!(u=s.n()).done;){var c=u.value;To.forEach(c,a.regex,i)}}catch(e){s.e(e)}finally{s.f()}return r!==t.length-1&&o.length?e(o,r+1):o}([e],0)},To.replace=function(e,t,n,r){var a=To.isRegExp(t),o=t.global&&"one"!==r||"all"===r,i=(o?"g":"")+(t.sticky?"y":"")||"noGY",u=t;a?(t[Ka]=t[Ka]||{},u=t[Ka][i]||(t[Ka][i]=vo(t,{addG:!!o,removeG:"one"===r,isInternalOnly:!0}))):o&&(u=new RegExp(To.escape(String(t)),"g"));var s=Ja.replace.call(xo(e),u,n);return a&&t.global&&(t.lastIndex=0),s},To.replaceEach=function(e,t){var n,r=_createForOfIteratorHelper(t);try{for(r.s();!(n=r.n()).done;){var a=n.value;e=To.replace(e,a[0],a[1],a[2])}}catch(e){r.e(e)}finally{r.f()}return e},To.split=function(e,t,n){return Ja.split.call(xo(e),t,n)},To.test=function(e,t,n,r){return!!To.exec(e,t,n,r)},To.uninstall=function(e){e=Ao(e),Qa.astral&&e.astral&&So(!1),Qa.namespacing&&e.namespacing&&jo(!1)},To.union=function(e,t,n){var r,a,o=(n=n||{}).conjunction||"or",i=0;function u(e,t,n){var o=a[i-r];if(t){if(++i,o)return"(?<".concat(o,">")}else if(n)return"\\".concat(+n+r);return e}if(!Do(e,"Array")||!e.length)throw new TypeError("Must provide a nonempty array of patterns to merge");var s,c=/(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*\]/g,d=[],l=_createForOfIteratorHelper(e);try{for(l.s();!(s=l.n()).done;){var f=s.value;To.isRegExp(f)?(r=i,a=f[Ka]&&f[Ka].captureNames||[],d.push(To(f.source).source.replace(c,u))):d.push(To.escape(f))}}catch(e){l.e(e)}finally{l.f()}var p="none"===o?"":"|";return To(d.join(p),t)},Ja.exec=function(e){var t=this.lastIndex,n=RegExp.prototype.exec.apply(this,arguments);if(n){if(!io&&n.length>1&&n.includes("")){var r=vo(this,{removeG:!0,isInternalOnly:!0});String(e).slice(n.index).replace(r,(function(){for(var e=arguments.length,t=1;t<e-2;++t)void 0===(t<0||arguments.length<=t?void 0:arguments[t])&&(n[t]=void 0)}))}if(this[Ka]&&this[Ka].captureNames){var a=n;To.isInstalled("namespacing")&&(n.groups=Object.create(null),a=n.groups);for(var o=1;o<n.length;++o){var i=this[Ka].captureNames[o-1];i&&(a[i]=n[o])}}else!n.groups&&To.isInstalled("namespacing")&&(n.groups=void 0);this.global&&!n[0].length&&this.lastIndex>n.index&&(this.lastIndex=n.index)}return this.global||(this.lastIndex=t),n},Ja.test=function(e){return!!Ja.exec.call(this,e)},Ja.match=function(e){if(To.isRegExp(e)){if(e.global){var t=String.prototype.match.apply(this,arguments);return e.lastIndex=0,t}}else e=new RegExp(e);return Ja.exec.call(e,xo(this))},Ja.replace=function(e,t){var n,r,a,o=To.isRegExp(e);return o?(e[Ka]&&(r=e[Ka].captureNames),n=e.lastIndex):e+="",a=Do(t,"Function")?String(this).replace(e,(function(){for(var e=arguments.length,n=new Array(e),a=0;a<e;a++)n[a]=arguments[a];if(r){var o;To.isInstalled("namespacing")?(o=Object.create(null),n.push(o)):(n[0]=new String(n[0]),o=n[0]);for(var i=0;i<r.length;++i)r[i]&&(o[r[i]]=n[i+1])}return t.apply(void 0,n)})):String(xo(this)).replace(e,(function(){for(var e=arguments.length,n=new Array(e),a=0;a<e;a++)n[a]=arguments[a];return String(t).replace(oo,(function(e,t,a,o){t=t||a;var i=Do(n[n.length-1],"Object")?4:3,u=n.length-i;if(t){if(/^\d+$/.test(t)){var s=+t;if(s<=u)return n[s]||""}var c=r?r.indexOf(t):-1;if(c<0)throw new SyntaxError("Backreference to undefined group ".concat(e));return n[c+1]||""}if(""===o||" "===o)throw new SyntaxError("Invalid token ".concat(e));if("&"===o||0==+o)return n[0];if("$"===o)return"$";if("`"===o)return n[n.length-1].slice(0,n[n.length-2]);if("'"===o)return n[n.length-1].slice(n[n.length-2]+n[0].length);if(o=+o,!isNaN(o)){if(o>u)throw new SyntaxError("Backreference to undefined group ".concat(e));return n[o]||""}throw new SyntaxError("Invalid token ".concat(e))}))})),o&&(e.global?e.lastIndex=0:e.lastIndex=n),a},Ja.split=function(e,t){if(!To.isRegExp(e))return String.prototype.split.apply(this,arguments);var n,r=String(this),a=[],o=e.lastIndex,i=0;return t=(void 0===t?-1:t)>>>0,To.forEach(r,e,(function(e){e.index+e[0].length>i&&(a.push(r.slice(i,e.index)),e.length>1&&e.index<r.length&&Array.prototype.push.apply(a,e.slice(1)),n=e[0].length,i=e.index+n)})),i===r.length?e.test("")&&!n||a.push(""):a.push(r.slice(i)),e.lastIndex=o,a.length>t?a.slice(0,t):a},To.addToken(/\\([ABCE-RTUVXYZaeg-mopqyz]|c(?![A-Za-z])|u(?![\dA-Fa-f]{4}|{[\dA-Fa-f]+})|x(?![\dA-Fa-f]{2}))/,(function(e,t){if("B"===e[1]&&t===no)return e[0];throw new SyntaxError("Invalid escape ".concat(e[0]))}),{scope:"all",leadChar:"\\"}),To.addToken(/\\u{([\dA-Fa-f]+)}/,(function(e,t,n){var r=yo(e[1]);if(r>1114111)throw new SyntaxError("Invalid Unicode code point ".concat(e[0]));if(r<=65535)return"\\u".concat(Co(ko(r)));if(fo&&n.includes("u"))return e[0];throw new SyntaxError("Cannot use Unicode code point above \\u{FFFF} without flag u")}),{scope:"all",leadChar:"\\"}),To.addToken(/\(\?#[^)]*\)/,wo,{leadChar:"("}),To.addToken(/\s+|#[^\n]*\n?/,wo,{flag:"x"}),lo||To.addToken(/\./,(function(){return"[\\s\\S]"}),{flag:"s",leadChar:"."}),To.addToken(/\\k<([^>]+)>/,(function(e){var t=isNaN(e[1])?this.captureNames.indexOf(e[1])+1:+e[1],n=e.index+e[0].length;if(!t||t>this.captureNames.length)throw new SyntaxError("Backreference to undefined group ".concat(e[0]));return"\\".concat(t).concat(n===e.input.length||isNaN(e.input[n])?"":"(?:)")}),{leadChar:"\\"}),To.addToken(/\\(\d+)/,(function(e,t){if(!(t===no&&/^[1-9]/.test(e[1])&&+e[1]<=this.captureNames.length)&&"0"!==e[1])throw new SyntaxError("Cannot use octal escape or backreference to undefined group ".concat(e[0]));return e[0]}),{scope:"all",leadChar:"\\"}),To.addToken(/\(\?P?<((?:[\$A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDCD0-\uDCEB\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF])(?:[\$0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05EF-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u07FD\u0800-\u082D\u0840-\u085B\u0860-\u086A\u0870-\u0887\u0889-\u088E\u0898-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u09FE\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECE\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1715\u171F-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u1820-\u1878\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B4C\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CD0-\u1CD2\u1CD4-\u1CFA\u1D00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA827\uA82C\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD27\uDD30-\uDD39\uDE80-\uDEA9\uDEAB\uDEAC\uDEB0\uDEB1\uDEFD-\uDF1C\uDF27\uDF30-\uDF50\uDF70-\uDF85\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC00-\uDC46\uDC66-\uDC75\uDC7F-\uDCBA\uDCC2\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD44-\uDD47\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDC9-\uDDCC\uDDCE-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E-\uDE41\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3B-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC5E-\uDC61\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF1D-\uDF2B\uDF30-\uDF39\uDF40-\uDF46]|\uD806[\uDC00-\uDC3A\uDCA0-\uDCE9\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD35\uDD37\uDD38\uDD3B-\uDD43\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD7\uDDDA-\uDDE1\uDDE3\uDDE4\uDE00-\uDE3E\uDE47\uDE50-\uDE99\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD8E\uDD90\uDD91\uDD93-\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF6\uDF00-\uDF10\uDF12-\uDF3A\uDF3E-\uDF42\uDF50-\uDF59\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC40-\uDC55]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF4F-\uDF87\uDF8F-\uDF9F\uDFE0\uDFE1\uDFE3\uDFE4\uDFF0\uDFF1]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD833[\uDF00-\uDF2D\uDF30-\uDF46]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDC30-\uDC6D\uDC8F\uDD00-\uDD2C\uDD30-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAE\uDEC0-\uDEF9]|\uD839[\uDCD0-\uDCF9\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4B\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF]|\uDB40[\uDD00-\uDDEF])*)>/,(function(e){if(!To.isInstalled("namespacing")&&("length"===e[1]||"__proto__"===e[1]))throw new SyntaxError("Cannot use reserved word as capture name ".concat(e[0]));if(this.captureNames.includes(e[1]))throw new SyntaxError("Cannot use same name for multiple groups ".concat(e[0]));return this.captureNames.push(e[1]),this.hasNamedCapture=!0,"("}),{leadChar:"("}),To.addToken(/\((?!\?)/,(function(e,t,n){return n.includes("n")?"(?:":(this.captureNames.push(null),"(")}),{optionalFlags:"n",leadChar:"("});
14
14
  /*!
15
15
  * XRegExp.build 5.1.1
16
16
  * <xregexp.com>
17
17
  * Steven Levithan (c) 2012-present MIT License
18
18
  */
19
- var jo=ne([{name:"C",alias:"Other",isBmpLast:!0,bmp:"\0--Ÿ­͸͹΀-΃΋΍΢԰՗՘֋֌֐׈-׏׫-׮׵-؅؜۝܎܏݋݌޲-޿߻߼࠮࠯࠿࡜࡝࡟࡫-࡯࢏-ࢗ࣢঄঍঎঑঒঩঱঳-঵঺঻৅৆৉৊৏-৖৘-৛৞৤৥৿਀਄਋-਎਑਒਩਱਴਷਺਻਽੃-੆੉੊੎-੐੒-੘੝੟-੥੷-઀઄઎઒઩઱઴઺઻૆૊૎૏૑-૟૤૥૲-૸଀଄଍଎଑଒଩଱଴଺଻୅୆୉୊୎-୔୘-୛୞୤୥୸-஁஄஋-஍஑஖-஘஛஝஠-஢஥-஧஫-஭஺-஽௃-௅௉௎௏௑-௖௘-௥௻-௿఍఑఩఺఻౅౉౎-౔౗౛౜౞౟౤౥౰-౶಍಑಩಴಺಻೅೉೎-೔೗-೜೟೤೥೰ೳ-೿഍഑൅൉൐-൓൤൥඀඄඗-඙඲඼඾඿෇-෉෋-෎෕෗෠-෥෰෱෵-฀฻-฾๜-຀຃຅຋຤຦຾຿໅໇໎໏໚໛໠-໿཈཭-཰྘྽࿍࿛-࿿჆჈-჌჎჏቉቎቏቗቙቞቟኉኎኏኱኶኷኿዁዆዇዗጑጖጗፛፜፽-፿᎚-᎟᏶᏷᏾᏿᚝-᚟᛹-᛿᜖-᜞᜷-᜿᝔-᝟᝭᝱᝴-᝿៞៟៪-៯៺-៿᠎᠚-᠟᡹-᡿᢫-᢯᣶-᣿᤟᤬-᤯᤼-᤿᥁-᥃᥮᥯᥵-᥿᦬-᦯᧊-᧏᧛-᧝᨜᨝᩟᩽᩾᪊-᪏᪚-᪟᪮᪯᫏-᫿᭍-᭏᭿᯴-᯻᰸-᰺᱊-᱌Ᲊ-᲏᲻᲼᳈-᳏᳻-᳿἖἗἞἟὆὇὎὏὘὚὜὞὾὿᾵῅῔῕῜῰῱῵῿​-‏‪-‮⁠-⁲⁳₏₝-₟⃁-⃏⃱-⃿↌-↏␧-␿⑋-⑟⭴⭵⮖⳴-⳸⴦⴨-⴬⴮⴯⵨-⵮⵱-⵾⶗-⶟⶧⶯⶷⶿⷇⷏⷗⷟⹞-⹿⺚⻴-⻿⿖-⿯⿼-⿿぀゗゘㄀-㄄㄰㆏㇤-㇯㈟꒍-꒏꓇-꓏꘬-꘿꛸-꛿Ɤ-꟏꟒꟔Ꟛ-꟱꠭-꠯꠺-꠿꡸-꡿꣆-꣍꣚-꣟꥔-꥞꥽-꥿꧎꧚-꧝꧿꨷-꨿꩎꩏꩚꩛꫃-꫚꫷-꬀꬇꬈꬏꬐꬗-꬟꬧꬯꭬-꭯꯮꯯꯺-꯿힤-힯퟇-퟊퟼-﩮﩯﫚-﫿﬇-﬒﬘-﬜﬷﬽﬿﭂﭅﯃-﯒﶐﶑﷈-﷎﷐-﷯︚-︟﹓﹧﹬-﹯﹵﻽-＀﾿-￁￈￉￐￑￘￙￝-￟￧￯-￾￿",astral:"\ud800[\udc0c\udc27\udc3b\udc3e\udc4e\udc4f\udc5e-\udc7f\udcfb-\udcff\udd03-\udd06\udd34-\udd36\udd8f\udd9d-\udd9f\udda1-\uddcf\uddfe-\ude7f\ude9d-\ude9f\uded1-\udedf\udefc-\udeff\udf24-\udf2c\udf4b-\udf4f\udf7b-\udf7f\udf9e\udfc4-\udfc7\udfd6-\udfff]|\ud801[\udc9e\udc9f\udcaa-\udcaf\udcd4-\udcd7\udcfc-\udcff\udd28-\udd2f\udd64-\udd6e\udd7b\udd8b\udd93\udd96\udda2\uddb2\uddba\uddbd-\uddff\udf37-\udf3f\udf56-\udf5f\udf68-\udf7f\udf86\udfb1\udfbb-\udfff]|\ud802[\udc06\udc07\udc09\udc36\udc39-\udc3b\udc3d\udc3e\udc56\udc9f-\udca6\udcb0-\udcdf\udcf3\udcf6-\udcfa\udd1c-\udd1e\udd3a-\udd3e\udd40-\udd7f\uddb8-\uddbb\uddd0\uddd1\ude04\ude07-\ude0b\ude14\ude18\ude36\ude37\ude3b-\ude3e\ude49-\ude4f\ude59-\ude5f\udea0-\udebf\udee7-\udeea\udef7-\udeff\udf36-\udf38\udf56\udf57\udf73-\udf77\udf92-\udf98\udf9d-\udfa8\udfb0-\udfff]|\ud803[\udc49-\udc7f\udcb3-\udcbf\udcf3-\udcf9\udd28-\udd2f\udd3a-\ude5f\ude7f\udeaa\udeae\udeaf\udeb2-\udeff\udf28-\udf2f\udf5a-\udf6f\udf8a-\udfaf\udfcc-\udfdf\udff7-\udfff]|\ud804[\udc4e-\udc51\udc76-\udc7e\udcbd\udcc3-\udccf\udce9-\udcef\udcfa-\udcff\udd35\udd48-\udd4f\udd77-\udd7f\udde0\uddf5-\uddff\ude12\ude3f-\ude7f\ude87\ude89\ude8e\ude9e\udeaa-\udeaf\udeeb-\udeef\udefa-\udeff\udf04\udf0d\udf0e\udf11\udf12\udf29\udf31\udf34\udf3a\udf45\udf46\udf49\udf4a\udf4e\udf4f\udf51-\udf56\udf58-\udf5c\udf64\udf65\udf6d-\udf6f\udf75-\udfff]|\ud805[\udc5c\udc62-\udc7f\udcc8-\udccf\udcda-\udd7f\uddb6\uddb7\uddde-\uddff\ude45-\ude4f\ude5a-\ude5f\ude6d-\ude7f\udeba-\udebf\udeca-\udeff\udf1b\udf1c\udf2c-\udf2f\udf47-\udfff]|\ud806[\udc3c-\udc9f\udcf3-\udcfe\udd07\udd08\udd0a\udd0b\udd14\udd17\udd36\udd39\udd3a\udd47-\udd4f\udd5a-\udd9f\udda8\udda9\uddd8\uddd9\udde5-\uddff\ude48-\ude4f\udea3-\udeaf\udef9-\udfff]|\ud807[\udc09\udc37\udc46-\udc4f\udc6d-\udc6f\udc90\udc91\udca8\udcb7-\udcff\udd07\udd0a\udd37-\udd39\udd3b\udd3e\udd48-\udd4f\udd5a-\udd5f\udd66\udd69\udd8f\udd92\udd99-\udd9f\uddaa-\udedf\udef9-\udfaf\udfb1-\udfbf\udff2-\udffe]|\ud808[\udf9a-\udfff]|\ud809[\udc6f\udc75-\udc7f\udd44-\udfff]|[\ud80a\ud80e-\ud810\ud812-\ud819\ud824-\ud82a\ud82d\ud82e\ud830-\ud832\ud83f\ud87b-\ud87d\ud87f\ud885-\udb3f\udb41-\udbff][\udc00-\udfff]|\ud80b[\udc00-\udf8f\udff3-\udfff]|\ud80d[\udc2f-\udfff]|\ud811[\ude47-\udfff]|\ud81a[\ude39-\ude3f\ude5f\ude6a-\ude6d\udebf\udeca-\udecf\udeee\udeef\udef6-\udeff\udf46-\udf4f\udf5a\udf62\udf78-\udf7c\udf90-\udfff]|\ud81b[\udc00-\ude3f\ude9b-\udeff\udf4b-\udf4e\udf88-\udf8e\udfa0-\udfdf\udfe5-\udfef\udff2-\udfff]|\ud821[\udff8-\udfff]|\ud823[\udcd6-\udcff\udd09-\udfff]|\ud82b[\udc00-\udfef\udff4\udffc\udfff]|\ud82c[\udd23-\udd4f\udd53-\udd63\udd68-\udd6f\udefc-\udfff]|\ud82f[\udc6b-\udc6f\udc7d-\udc7f\udc89-\udc8f\udc9a\udc9b\udca0-\udfff]|\ud833[\udc00-\udeff\udf2e\udf2f\udf47-\udf4f\udfc4-\udfff]|\ud834[\udcf6-\udcff\udd27\udd28\udd73-\udd7a\uddeb-\uddff\ude46-\udedf\udef4-\udeff\udf57-\udf5f\udf79-\udfff]|\ud835[\udc55\udc9d\udca0\udca1\udca3\udca4\udca7\udca8\udcad\udcba\udcbc\udcc4\udd06\udd0b\udd0c\udd15\udd1d\udd3a\udd3f\udd45\udd47-\udd49\udd51\udea6\udea7\udfcc\udfcd]|\ud836[\ude8c-\ude9a\udea0\udeb0-\udfff]|\ud837[\udc00-\udeff\udf1f-\udfff]|\ud838[\udc07\udc19\udc1a\udc22\udc25\udc2b-\udcff\udd2d-\udd2f\udd3e\udd3f\udd4a-\udd4d\udd50-\ude8f\udeaf-\udebf\udefa-\udefe\udf00-\udfff]|\ud839[\udc00-\udfdf\udfe7\udfec\udfef\udfff]|\ud83a[\udcc5\udcc6\udcd7-\udcff\udd4c-\udd4f\udd5a-\udd5d\udd60-\udfff]|\ud83b[\udc00-\udc70\udcb5-\udd00\udd3e-\uddff\ude04\ude20\ude23\ude25\ude26\ude28\ude33\ude38\ude3a\ude3c-\ude41\ude43-\ude46\ude48\ude4a\ude4c\ude50\ude53\ude55\ude56\ude58\ude5a\ude5c\ude5e\ude60\ude63\ude65\ude66\ude6b\ude73\ude78\ude7d\ude7f\ude8a\ude9c-\udea0\udea4\udeaa\udebc-\udeef\udef2-\udfff]|\ud83c[\udc2c-\udc2f\udc94-\udc9f\udcaf\udcb0\udcc0\udcd0\udcf6-\udcff\uddae-\udde5\ude03-\ude0f\ude3c-\ude3f\ude49-\ude4f\ude52-\ude5f\ude66-\udeff]|\ud83d[\uded8-\udedc\udeed-\udeef\udefd-\udeff\udf74-\udf7f\udfd9-\udfdf\udfec-\udfef\udff1-\udfff]|\ud83e[\udc0c-\udc0f\udc48-\udc4f\udc5a-\udc5f\udc88-\udc8f\udcae\udcaf\udcb2-\udcff\ude54-\ude5f\ude6e\ude6f\ude75-\ude77\ude7d-\ude7f\ude87-\ude8f\udead-\udeaf\udebb-\udebf\udec6-\udecf\udeda-\udedf\udee8-\udeef\udef7-\udeff\udf93\udfcb-\udfef\udffa-\udfff]|\ud869[\udee0-\udeff]|\ud86d[\udf39-\udf3f]|\ud86e[\udc1e\udc1f]|\ud873[\udea2-\udeaf]|\ud87a[\udfe1-\udfff]|\ud87e[\ude1e-\udfff]|\ud884[\udf4b-\udfff]|\udb40[\udc00-\udcff\uddf0-\udfff]"},{name:"Cc",alias:"Control",bmp:"\0--Ÿ"},{name:"Cf",alias:"Format",bmp:"­؀-؅؜۝܏࢐࢑࣢᠎​-‏‪-‮⁠-⁤⁦-\ufeff-",astral:"\ud804[\udcbd\udccd]|\ud80d[\udc30-\udc38]|\ud82f[\udca0-\udca3]|\ud834[\udd73-\udd7a]|\udb40[\udc01\udc20-\udc7f]"},{name:"Cn",alias:"Unassigned",bmp:"͸͹΀-΃΋΍΢԰՗՘֋֌֐׈-׏׫-׮׵-׿܎݋݌޲-޿߻߼࠮࠯࠿࡜࡝࡟࡫-࡯࢏࢒-ࢗ঄঍঎঑঒঩঱঳-঵঺঻৅৆৉৊৏-৖৘-৛৞৤৥৿਀਄਋-਎਑਒਩਱਴਷਺਻਽੃-੆੉੊੎-੐੒-੘੝੟-੥੷-઀઄઎઒઩઱઴઺઻૆૊૎૏૑-૟૤૥૲-૸଀଄଍଎଑଒଩଱଴଺଻୅୆୉୊୎-୔୘-୛୞୤୥୸-஁஄஋-஍஑஖-஘஛஝஠-஢஥-஧஫-஭஺-஽௃-௅௉௎௏௑-௖௘-௥௻-௿఍఑఩఺఻౅౉౎-౔౗౛౜౞౟౤౥౰-౶಍಑಩಴಺಻೅೉೎-೔೗-೜೟೤೥೰ೳ-೿഍഑൅൉൐-൓൤൥඀඄඗-඙඲඼඾඿෇-෉෋-෎෕෗෠-෥෰෱෵-฀฻-฾๜-຀຃຅຋຤຦຾຿໅໇໎໏໚໛໠-໿཈཭-཰྘྽࿍࿛-࿿჆჈-჌჎჏቉቎቏቗቙቞቟኉኎኏኱኶኷኿዁዆዇዗጑጖጗፛፜፽-፿᎚-᎟᏶᏷᏾᏿᚝-᚟᛹-᛿᜖-᜞᜷-᜿᝔-᝟᝭᝱᝴-᝿៞៟៪-៯៺-៿᠚-᠟᡹-᡿᢫-᢯᣶-᣿᤟᤬-᤯᤼-᤿᥁-᥃᥮᥯᥵-᥿᦬-᦯᧊-᧏᧛-᧝᨜᨝᩟᩽᩾᪊-᪏᪚-᪟᪮᪯᫏-᫿᭍-᭏᭿᯴-᯻᰸-᰺᱊-᱌Ᲊ-᲏᲻᲼᳈-᳏᳻-᳿἖἗἞἟὆὇὎὏὘὚὜὞὾὿᾵῅῔῕῜῰῱῵῿⁥⁲⁳₏₝-₟⃁-⃏⃱-⃿↌-↏␧-␿⑋-⑟⭴⭵⮖⳴-⳸⴦⴨-⴬⴮⴯⵨-⵮⵱-⵾⶗-⶟⶧⶯⶷⶿⷇⷏⷗⷟⹞-⹿⺚⻴-⻿⿖-⿯⿼-⿿぀゗゘㄀-㄄㄰㆏㇤-㇯㈟꒍-꒏꓇-꓏꘬-꘿꛸-꛿Ɤ-꟏꟒꟔Ꟛ-꟱꠭-꠯꠺-꠿꡸-꡿꣆-꣍꣚-꣟꥔-꥞꥽-꥿꧎꧚-꧝꧿꨷-꨿꩎꩏꩚꩛꫃-꫚꫷-꬀꬇꬈꬏꬐꬗-꬟꬧꬯꭬-꭯꯮꯯꯺-꯿힤-힯퟇-퟊퟼-퟿﩮﩯﫚-﫿﬇-﬒﬘-﬜﬷﬽﬿﭂﭅﯃-﯒﶐﶑﷈-﷎﷐-﷯︚-︟﹓﹧﹬-﹯﹵﻽﻾＀﾿-￁￈￉￐￑￘￙￝-￟￧￯-￸￾￿",astral:"\ud800[\udc0c\udc27\udc3b\udc3e\udc4e\udc4f\udc5e-\udc7f\udcfb-\udcff\udd03-\udd06\udd34-\udd36\udd8f\udd9d-\udd9f\udda1-\uddcf\uddfe-\ude7f\ude9d-\ude9f\uded1-\udedf\udefc-\udeff\udf24-\udf2c\udf4b-\udf4f\udf7b-\udf7f\udf9e\udfc4-\udfc7\udfd6-\udfff]|\ud801[\udc9e\udc9f\udcaa-\udcaf\udcd4-\udcd7\udcfc-\udcff\udd28-\udd2f\udd64-\udd6e\udd7b\udd8b\udd93\udd96\udda2\uddb2\uddba\uddbd-\uddff\udf37-\udf3f\udf56-\udf5f\udf68-\udf7f\udf86\udfb1\udfbb-\udfff]|\ud802[\udc06\udc07\udc09\udc36\udc39-\udc3b\udc3d\udc3e\udc56\udc9f-\udca6\udcb0-\udcdf\udcf3\udcf6-\udcfa\udd1c-\udd1e\udd3a-\udd3e\udd40-\udd7f\uddb8-\uddbb\uddd0\uddd1\ude04\ude07-\ude0b\ude14\ude18\ude36\ude37\ude3b-\ude3e\ude49-\ude4f\ude59-\ude5f\udea0-\udebf\udee7-\udeea\udef7-\udeff\udf36-\udf38\udf56\udf57\udf73-\udf77\udf92-\udf98\udf9d-\udfa8\udfb0-\udfff]|\ud803[\udc49-\udc7f\udcb3-\udcbf\udcf3-\udcf9\udd28-\udd2f\udd3a-\ude5f\ude7f\udeaa\udeae\udeaf\udeb2-\udeff\udf28-\udf2f\udf5a-\udf6f\udf8a-\udfaf\udfcc-\udfdf\udff7-\udfff]|\ud804[\udc4e-\udc51\udc76-\udc7e\udcc3-\udccc\udcce\udccf\udce9-\udcef\udcfa-\udcff\udd35\udd48-\udd4f\udd77-\udd7f\udde0\uddf5-\uddff\ude12\ude3f-\ude7f\ude87\ude89\ude8e\ude9e\udeaa-\udeaf\udeeb-\udeef\udefa-\udeff\udf04\udf0d\udf0e\udf11\udf12\udf29\udf31\udf34\udf3a\udf45\udf46\udf49\udf4a\udf4e\udf4f\udf51-\udf56\udf58-\udf5c\udf64\udf65\udf6d-\udf6f\udf75-\udfff]|\ud805[\udc5c\udc62-\udc7f\udcc8-\udccf\udcda-\udd7f\uddb6\uddb7\uddde-\uddff\ude45-\ude4f\ude5a-\ude5f\ude6d-\ude7f\udeba-\udebf\udeca-\udeff\udf1b\udf1c\udf2c-\udf2f\udf47-\udfff]|\ud806[\udc3c-\udc9f\udcf3-\udcfe\udd07\udd08\udd0a\udd0b\udd14\udd17\udd36\udd39\udd3a\udd47-\udd4f\udd5a-\udd9f\udda8\udda9\uddd8\uddd9\udde5-\uddff\ude48-\ude4f\udea3-\udeaf\udef9-\udfff]|\ud807[\udc09\udc37\udc46-\udc4f\udc6d-\udc6f\udc90\udc91\udca8\udcb7-\udcff\udd07\udd0a\udd37-\udd39\udd3b\udd3e\udd48-\udd4f\udd5a-\udd5f\udd66\udd69\udd8f\udd92\udd99-\udd9f\uddaa-\udedf\udef9-\udfaf\udfb1-\udfbf\udff2-\udffe]|\ud808[\udf9a-\udfff]|\ud809[\udc6f\udc75-\udc7f\udd44-\udfff]|[\ud80a\ud80e-\ud810\ud812-\ud819\ud824-\ud82a\ud82d\ud82e\ud830-\ud832\ud83f\ud87b-\ud87d\ud87f\ud885-\udb3f\udb41-\udb7f][\udc00-\udfff]|\ud80b[\udc00-\udf8f\udff3-\udfff]|\ud80d[\udc2f\udc39-\udfff]|\ud811[\ude47-\udfff]|\ud81a[\ude39-\ude3f\ude5f\ude6a-\ude6d\udebf\udeca-\udecf\udeee\udeef\udef6-\udeff\udf46-\udf4f\udf5a\udf62\udf78-\udf7c\udf90-\udfff]|\ud81b[\udc00-\ude3f\ude9b-\udeff\udf4b-\udf4e\udf88-\udf8e\udfa0-\udfdf\udfe5-\udfef\udff2-\udfff]|\ud821[\udff8-\udfff]|\ud823[\udcd6-\udcff\udd09-\udfff]|\ud82b[\udc00-\udfef\udff4\udffc\udfff]|\ud82c[\udd23-\udd4f\udd53-\udd63\udd68-\udd6f\udefc-\udfff]|\ud82f[\udc6b-\udc6f\udc7d-\udc7f\udc89-\udc8f\udc9a\udc9b\udca4-\udfff]|\ud833[\udc00-\udeff\udf2e\udf2f\udf47-\udf4f\udfc4-\udfff]|\ud834[\udcf6-\udcff\udd27\udd28\uddeb-\uddff\ude46-\udedf\udef4-\udeff\udf57-\udf5f\udf79-\udfff]|\ud835[\udc55\udc9d\udca0\udca1\udca3\udca4\udca7\udca8\udcad\udcba\udcbc\udcc4\udd06\udd0b\udd0c\udd15\udd1d\udd3a\udd3f\udd45\udd47-\udd49\udd51\udea6\udea7\udfcc\udfcd]|\ud836[\ude8c-\ude9a\udea0\udeb0-\udfff]|\ud837[\udc00-\udeff\udf1f-\udfff]|\ud838[\udc07\udc19\udc1a\udc22\udc25\udc2b-\udcff\udd2d-\udd2f\udd3e\udd3f\udd4a-\udd4d\udd50-\ude8f\udeaf-\udebf\udefa-\udefe\udf00-\udfff]|\ud839[\udc00-\udfdf\udfe7\udfec\udfef\udfff]|\ud83a[\udcc5\udcc6\udcd7-\udcff\udd4c-\udd4f\udd5a-\udd5d\udd60-\udfff]|\ud83b[\udc00-\udc70\udcb5-\udd00\udd3e-\uddff\ude04\ude20\ude23\ude25\ude26\ude28\ude33\ude38\ude3a\ude3c-\ude41\ude43-\ude46\ude48\ude4a\ude4c\ude50\ude53\ude55\ude56\ude58\ude5a\ude5c\ude5e\ude60\ude63\ude65\ude66\ude6b\ude73\ude78\ude7d\ude7f\ude8a\ude9c-\udea0\udea4\udeaa\udebc-\udeef\udef2-\udfff]|\ud83c[\udc2c-\udc2f\udc94-\udc9f\udcaf\udcb0\udcc0\udcd0\udcf6-\udcff\uddae-\udde5\ude03-\ude0f\ude3c-\ude3f\ude49-\ude4f\ude52-\ude5f\ude66-\udeff]|\ud83d[\uded8-\udedc\udeed-\udeef\udefd-\udeff\udf74-\udf7f\udfd9-\udfdf\udfec-\udfef\udff1-\udfff]|\ud83e[\udc0c-\udc0f\udc48-\udc4f\udc5a-\udc5f\udc88-\udc8f\udcae\udcaf\udcb2-\udcff\ude54-\ude5f\ude6e\ude6f\ude75-\ude77\ude7d-\ude7f\ude87-\ude8f\udead-\udeaf\udebb-\udebf\udec6-\udecf\udeda-\udedf\udee8-\udeef\udef7-\udeff\udf93\udfcb-\udfef\udffa-\udfff]|\ud869[\udee0-\udeff]|\ud86d[\udf39-\udf3f]|\ud86e[\udc1e\udc1f]|\ud873[\udea2-\udeaf]|\ud87a[\udfe1-\udfff]|\ud87e[\ude1e-\udfff]|\ud884[\udf4b-\udfff]|\udb40[\udc00\udc02-\udc1f\udc80-\udcff\uddf0-\udfff]|[\udbbf\udbff][\udffe\udfff]"},{name:"Co",alias:"Private_Use",bmp:"-",astral:"[\udb80-\udbbe\udbc0-\udbfe][\udc00-\udfff]|[\udbbf\udbff][\udc00-\udffd]"},{name:"Cs",alias:"Surrogate",bmp:"\ud800-\udfff"},{name:"L",alias:"Letter",bmp:"A-Za-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々〆〱-〵〻〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛥꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",astral:"\ud800[\udc00-\udc0b\udc0d-\udc26\udc28-\udc3a\udc3c\udc3d\udc3f-\udc4d\udc50-\udc5d\udc80-\udcfa\ude80-\ude9c\udea0-\uded0\udf00-\udf1f\udf2d-\udf40\udf42-\udf49\udf50-\udf75\udf80-\udf9d\udfa0-\udfc3\udfc8-\udfcf]|\ud801[\udc00-\udc9d\udcb0-\udcd3\udcd8-\udcfb\udd00-\udd27\udd30-\udd63\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc\ude00-\udf36\udf40-\udf55\udf60-\udf67\udf80-\udf85\udf87-\udfb0\udfb2-\udfba]|\ud802[\udc00-\udc05\udc08\udc0a-\udc35\udc37\udc38\udc3c\udc3f-\udc55\udc60-\udc76\udc80-\udc9e\udce0-\udcf2\udcf4\udcf5\udd00-\udd15\udd20-\udd39\udd80-\uddb7\uddbe\uddbf\ude00\ude10-\ude13\ude15-\ude17\ude19-\ude35\ude60-\ude7c\ude80-\ude9c\udec0-\udec7\udec9-\udee4\udf00-\udf35\udf40-\udf55\udf60-\udf72\udf80-\udf91]|\ud803[\udc00-\udc48\udc80-\udcb2\udcc0-\udcf2\udd00-\udd23\ude80-\udea9\udeb0\udeb1\udf00-\udf1c\udf27\udf30-\udf45\udf70-\udf81\udfb0-\udfc4\udfe0-\udff6]|\ud804[\udc03-\udc37\udc71\udc72\udc75\udc83-\udcaf\udcd0-\udce8\udd03-\udd26\udd44\udd47\udd50-\udd72\udd76\udd83-\uddb2\uddc1-\uddc4\uddda\udddc\ude00-\ude11\ude13-\ude2b\ude80-\ude86\ude88\ude8a-\ude8d\ude8f-\ude9d\ude9f-\udea8\udeb0-\udede\udf05-\udf0c\udf0f\udf10\udf13-\udf28\udf2a-\udf30\udf32\udf33\udf35-\udf39\udf3d\udf50\udf5d-\udf61]|\ud805[\udc00-\udc34\udc47-\udc4a\udc5f-\udc61\udc80-\udcaf\udcc4\udcc5\udcc7\udd80-\uddae\uddd8-\udddb\ude00-\ude2f\ude44\ude80-\udeaa\udeb8\udf00-\udf1a\udf40-\udf46]|\ud806[\udc00-\udc2b\udca0-\udcdf\udcff-\udd06\udd09\udd0c-\udd13\udd15\udd16\udd18-\udd2f\udd3f\udd41\udda0-\udda7\uddaa-\uddd0\udde1\udde3\ude00\ude0b-\ude32\ude3a\ude50\ude5c-\ude89\ude9d\udeb0-\udef8]|\ud807[\udc00-\udc08\udc0a-\udc2e\udc40\udc72-\udc8f\udd00-\udd06\udd08\udd09\udd0b-\udd30\udd46\udd60-\udd65\udd67\udd68\udd6a-\udd89\udd98\udee0-\udef2\udfb0]|\ud808[\udc00-\udf99]|\ud809[\udc80-\udd43]|\ud80b[\udf90-\udff0]|[\ud80c\ud81c-\ud820\ud822\ud840-\ud868\ud86a-\ud86c\ud86f-\ud872\ud874-\ud879\ud880-\ud883][\udc00-\udfff]|\ud80d[\udc00-\udc2e]|\ud811[\udc00-\ude46]|\ud81a[\udc00-\ude38\ude40-\ude5e\ude70-\udebe\uded0-\udeed\udf00-\udf2f\udf40-\udf43\udf63-\udf77\udf7d-\udf8f]|\ud81b[\ude40-\ude7f\udf00-\udf4a\udf50\udf93-\udf9f\udfe0\udfe1\udfe3]|\ud821[\udc00-\udff7]|\ud823[\udc00-\udcd5\udd00-\udd08]|\ud82b[\udff0-\udff3\udff5-\udffb\udffd\udffe]|\ud82c[\udc00-\udd22\udd50-\udd52\udd64-\udd67\udd70-\udefb]|\ud82f[\udc00-\udc6a\udc70-\udc7c\udc80-\udc88\udc90-\udc99]|\ud835[\udc00-\udc54\udc56-\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd1e-\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd52-\udea5\udea8-\udec0\udec2-\udeda\udedc-\udefa\udefc-\udf14\udf16-\udf34\udf36-\udf4e\udf50-\udf6e\udf70-\udf88\udf8a-\udfa8\udfaa-\udfc2\udfc4-\udfcb]|\ud837[\udf00-\udf1e]|\ud838[\udd00-\udd2c\udd37-\udd3d\udd4e\ude90-\udead\udec0-\udeeb]|\ud839[\udfe0-\udfe6\udfe8-\udfeb\udfed\udfee\udff0-\udffe]|\ud83a[\udc00-\udcc4\udd00-\udd43\udd4b]|\ud83b[\ude00-\ude03\ude05-\ude1f\ude21\ude22\ude24\ude27\ude29-\ude32\ude34-\ude37\ude39\ude3b\ude42\ude47\ude49\ude4b\ude4d-\ude4f\ude51\ude52\ude54\ude57\ude59\ude5b\ude5d\ude5f\ude61\ude62\ude64\ude67-\ude6a\ude6c-\ude72\ude74-\ude77\ude79-\ude7c\ude7e\ude80-\ude89\ude8b-\ude9b\udea1-\udea3\udea5-\udea9\udeab-\udebb]|\ud869[\udc00-\udedf\udf00-\udfff]|\ud86d[\udc00-\udf38\udf40-\udfff]|\ud86e[\udc00-\udc1d\udc20-\udfff]|\ud873[\udc00-\udea1\udeb0-\udfff]|\ud87a[\udc00-\udfe0]|\ud87e[\udc00-\ude1d]|\ud884[\udc00-\udf4a]"},{name:"LC",alias:"Cased_Letter",bmp:"A-Za-zµÀ-ÖØ-öø-ƺƼ-ƿDŽ-ʓʕ-ʯͰ-ͳͶͷͻ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՠ-ֈႠ-ჅჇჍა-ჺჽ-ჿᎠ-Ᏽᏸ-ᏽᲀ-ᲈᲐ-ᲺᲽ-Ჿᴀ-ᴫᵫ-ᵷᵹ-ᶚḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℴℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-ⱻⱾ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭꙀ-ꙭꚀ-ꚛꜢ-ꝯꝱ-ꞇꞋ-ꞎꞐ-ꟊꟐꟑꟓꟕ-ꟙꟵꟶꟺꬰ-ꭚꭠ-ꭨꭰ-ꮿff-stﬓ-ﬗA-Za-z",astral:"\ud801[\udc00-\udc4f\udcb0-\udcd3\udcd8-\udcfb\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc]|\ud803[\udc80-\udcb2\udcc0-\udcf2]|\ud806[\udca0-\udcdf]|\ud81b[\ude40-\ude7f]|\ud835[\udc00-\udc54\udc56-\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd1e-\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd52-\udea5\udea8-\udec0\udec2-\udeda\udedc-\udefa\udefc-\udf14\udf16-\udf34\udf36-\udf4e\udf50-\udf6e\udf70-\udf88\udf8a-\udfa8\udfaa-\udfc2\udfc4-\udfcb]|\ud837[\udf00-\udf09\udf0b-\udf1e]|\ud83a[\udd00-\udd43]"},{name:"Ll",alias:"Lowercase_Letter",bmp:"a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķĸĺļľŀłńņňʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌƍƒƕƙ-ƛƞơƣƥƨƪƫƭưƴƶƹƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜǝǟǡǣǥǧǩǫǭǯǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶᾷιῂ-ῄῆῇῐ-ΐῖῗῠ-ῧῲ-ῴῶῷℊℎℏℓℯℴℹℼℽⅆ-ⅉⅎↄⰰ-ⱟⱡⱥⱦⱨⱪⱬⱱⱳⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꞻꞽꞿꟁꟃꟈꟊꟑꟓꟕꟗꟙꟶꟺꬰ-ꭚꭠ-ꭨꭰ-ꮿff-stﬓ-ﬗa-z",astral:"\ud801[\udc28-\udc4f\udcd8-\udcfb\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc]|\ud803[\udcc0-\udcf2]|\ud806[\udcc0-\udcdf]|\ud81b[\ude60-\ude7f]|\ud835[\udc1a-\udc33\udc4e-\udc54\udc56-\udc67\udc82-\udc9b\udcb6-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udccf\udcea-\udd03\udd1e-\udd37\udd52-\udd6b\udd86-\udd9f\uddba-\uddd3\uddee-\ude07\ude22-\ude3b\ude56-\ude6f\ude8a-\udea5\udec2-\udeda\udedc-\udee1\udefc-\udf14\udf16-\udf1b\udf36-\udf4e\udf50-\udf55\udf70-\udf88\udf8a-\udf8f\udfaa-\udfc2\udfc4-\udfc9\udfcb]|\ud837[\udf00-\udf09\udf0b-\udf1e]|\ud83a[\udd22-\udd43]"},{name:"Lm",alias:"Modifier_Letter",bmp:"ʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥۦߴߵߺࠚࠤࠨࣉॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼⱽⵯⸯ々〱-〵〻ゝゞー-ヾꀕꓸ-ꓽꘌꙿꚜꚝꜗ-ꜟꝰꞈꟲ-ꟴꟸꟹꧏꧦꩰꫝꫳꫴꭜ-ꭟꭩー゙゚",astral:"\ud801[\udf80-\udf85\udf87-\udfb0\udfb2-\udfba]|\ud81a[\udf40-\udf43]|\ud81b[\udf93-\udf9f\udfe0\udfe1\udfe3]|\ud82b[\udff0-\udff3\udff5-\udffb\udffd\udffe]|\ud838[\udd37-\udd3d]|𞥋"},{name:"Lo",alias:"Other_Letter",bmp:"ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮٯٱ-ۓەۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣈऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๅກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳳᳵᳶᳺℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",astral:"\ud800[\udc00-\udc0b\udc0d-\udc26\udc28-\udc3a\udc3c\udc3d\udc3f-\udc4d\udc50-\udc5d\udc80-\udcfa\ude80-\ude9c\udea0-\uded0\udf00-\udf1f\udf2d-\udf40\udf42-\udf49\udf50-\udf75\udf80-\udf9d\udfa0-\udfc3\udfc8-\udfcf]|\ud801[\udc50-\udc9d\udd00-\udd27\udd30-\udd63\ude00-\udf36\udf40-\udf55\udf60-\udf67]|\ud802[\udc00-\udc05\udc08\udc0a-\udc35\udc37\udc38\udc3c\udc3f-\udc55\udc60-\udc76\udc80-\udc9e\udce0-\udcf2\udcf4\udcf5\udd00-\udd15\udd20-\udd39\udd80-\uddb7\uddbe\uddbf\ude00\ude10-\ude13\ude15-\ude17\ude19-\ude35\ude60-\ude7c\ude80-\ude9c\udec0-\udec7\udec9-\udee4\udf00-\udf35\udf40-\udf55\udf60-\udf72\udf80-\udf91]|\ud803[\udc00-\udc48\udd00-\udd23\ude80-\udea9\udeb0\udeb1\udf00-\udf1c\udf27\udf30-\udf45\udf70-\udf81\udfb0-\udfc4\udfe0-\udff6]|\ud804[\udc03-\udc37\udc71\udc72\udc75\udc83-\udcaf\udcd0-\udce8\udd03-\udd26\udd44\udd47\udd50-\udd72\udd76\udd83-\uddb2\uddc1-\uddc4\uddda\udddc\ude00-\ude11\ude13-\ude2b\ude80-\ude86\ude88\ude8a-\ude8d\ude8f-\ude9d\ude9f-\udea8\udeb0-\udede\udf05-\udf0c\udf0f\udf10\udf13-\udf28\udf2a-\udf30\udf32\udf33\udf35-\udf39\udf3d\udf50\udf5d-\udf61]|\ud805[\udc00-\udc34\udc47-\udc4a\udc5f-\udc61\udc80-\udcaf\udcc4\udcc5\udcc7\udd80-\uddae\uddd8-\udddb\ude00-\ude2f\ude44\ude80-\udeaa\udeb8\udf00-\udf1a\udf40-\udf46]|\ud806[\udc00-\udc2b\udcff-\udd06\udd09\udd0c-\udd13\udd15\udd16\udd18-\udd2f\udd3f\udd41\udda0-\udda7\uddaa-\uddd0\udde1\udde3\ude00\ude0b-\ude32\ude3a\ude50\ude5c-\ude89\ude9d\udeb0-\udef8]|\ud807[\udc00-\udc08\udc0a-\udc2e\udc40\udc72-\udc8f\udd00-\udd06\udd08\udd09\udd0b-\udd30\udd46\udd60-\udd65\udd67\udd68\udd6a-\udd89\udd98\udee0-\udef2\udfb0]|\ud808[\udc00-\udf99]|\ud809[\udc80-\udd43]|\ud80b[\udf90-\udff0]|[\ud80c\ud81c-\ud820\ud822\ud840-\ud868\ud86a-\ud86c\ud86f-\ud872\ud874-\ud879\ud880-\ud883][\udc00-\udfff]|\ud80d[\udc00-\udc2e]|\ud811[\udc00-\ude46]|\ud81a[\udc00-\ude38\ude40-\ude5e\ude70-\udebe\uded0-\udeed\udf00-\udf2f\udf63-\udf77\udf7d-\udf8f]|\ud81b[\udf00-\udf4a\udf50]|\ud821[\udc00-\udff7]|\ud823[\udc00-\udcd5\udd00-\udd08]|\ud82c[\udc00-\udd22\udd50-\udd52\udd64-\udd67\udd70-\udefb]|\ud82f[\udc00-\udc6a\udc70-\udc7c\udc80-\udc88\udc90-\udc99]|𝼊|\ud838[\udd00-\udd2c\udd4e\ude90-\udead\udec0-\udeeb]|\ud839[\udfe0-\udfe6\udfe8-\udfeb\udfed\udfee\udff0-\udffe]|\ud83a[\udc00-\udcc4]|\ud83b[\ude00-\ude03\ude05-\ude1f\ude21\ude22\ude24\ude27\ude29-\ude32\ude34-\ude37\ude39\ude3b\ude42\ude47\ude49\ude4b\ude4d-\ude4f\ude51\ude52\ude54\ude57\ude59\ude5b\ude5d\ude5f\ude61\ude62\ude64\ude67-\ude6a\ude6c-\ude72\ude74-\ude77\ude79-\ude7c\ude7e\ude80-\ude89\ude8b-\ude9b\udea1-\udea3\udea5-\udea9\udeab-\udebb]|\ud869[\udc00-\udedf\udf00-\udfff]|\ud86d[\udc00-\udf38\udf40-\udfff]|\ud86e[\udc00-\udc1d\udc20-\udfff]|\ud873[\udc00-\udea1\udeb0-\udfff]|\ud87a[\udc00-\udfe0]|\ud87e[\udc00-\ude1d]|\ud884[\udc00-\udf4a]"},{name:"Lt",alias:"Titlecase_Letter",bmp:"DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼ"},{name:"Lu",alias:"Uppercase_Letter",bmp:"A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸŹŻŽƁƂƄƆƇƉ-ƋƎ-ƑƓƔƖ-ƘƜƝƟƠƢƤƦƧƩƬƮƯƱ-ƳƵƷƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺȻȽȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾℿⅅↃⰀ-ⰯⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸꞺꞼꞾꟀꟂꟄ-ꟇꟉꟐꟖꟘꟵA-Z",astral:"\ud801[\udc00-\udc27\udcb0-\udcd3\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95]|\ud803[\udc80-\udcb2]|\ud806[\udca0-\udcbf]|\ud81b[\ude40-\ude5f]|\ud835[\udc00-\udc19\udc34-\udc4d\udc68-\udc81\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb5\udcd0-\udce9\udd04\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd38\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd6c-\udd85\udda0-\uddb9\uddd4-\udded\ude08-\ude21\ude3c-\ude55\ude70-\ude89\udea8-\udec0\udee2-\udefa\udf1c-\udf34\udf56-\udf6e\udf90-\udfa8\udfca]|\ud83a[\udd00-\udd21]"},{name:"M",alias:"Mark",bmp:"̀-ͯ҃-҉֑-ׇֽֿׁׂׅׄؐ-ًؚ-ٰٟۖ-ۜ۟-۪ۤۧۨ-ܑۭܰ-݊ަ-ް߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣঁ-ঃ়া-ৄেৈো-্ৗৢৣ৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑੰੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣஂா-ூெ-ைொ-்ௗఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣඁ-ඃ්ා-ුූෘ-ෟෲෳัิ-ฺ็-๎ັິ-ຼ່-ໍ༹༘༙༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏႚ-ႝ፝-፟ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝᠋-᠍᠏ᢅᢆᢩᤠ-ᤫᤰ-᤻ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼᪰-ᫎᬀ-ᬄ᬴-᭄᭫-᭳ᮀ-ᮂᮡ-ᮭ᯦-᯳ᰤ-᰷᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿⃐-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꙯-꙲ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣠-꣱ꣿꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀ꧥꨩ-ꨶꩃꩌꩍꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭ﬞ︀-️︠-︯",astral:"\ud800[\uddfd\udee0\udf76-\udf7a]|\ud802[\ude01-\ude03\ude05\ude06\ude0c-\ude0f\ude38-\ude3a\ude3f\udee5\udee6]|\ud803[\udd24-\udd27\udeab\udeac\udf46-\udf50\udf82-\udf85]|\ud804[\udc00-\udc02\udc38-\udc46\udc70\udc73\udc74\udc7f-\udc82\udcb0-\udcba\udcc2\udd00-\udd02\udd27-\udd34\udd45\udd46\udd73\udd80-\udd82\uddb3-\uddc0\uddc9-\uddcc\uddce\uddcf\ude2c-\ude37\ude3e\udedf-\udeea\udf00-\udf03\udf3b\udf3c\udf3e-\udf44\udf47\udf48\udf4b-\udf4d\udf57\udf62\udf63\udf66-\udf6c\udf70-\udf74]|\ud805[\udc35-\udc46\udc5e\udcb0-\udcc3\uddaf-\uddb5\uddb8-\uddc0\udddc\udddd\ude30-\ude40\udeab-\udeb7\udf1d-\udf2b]|\ud806[\udc2c-\udc3a\udd30-\udd35\udd37\udd38\udd3b-\udd3e\udd40\udd42\udd43\uddd1-\uddd7\uddda-\udde0\udde4\ude01-\ude0a\ude33-\ude39\ude3b-\ude3e\ude47\ude51-\ude5b\ude8a-\ude99]|\ud807[\udc2f-\udc36\udc38-\udc3f\udc92-\udca7\udca9-\udcb6\udd31-\udd36\udd3a\udd3c\udd3d\udd3f-\udd45\udd47\udd8a-\udd8e\udd90\udd91\udd93-\udd97\udef3-\udef6]|\ud81a[\udef0-\udef4\udf30-\udf36]|\ud81b[\udf4f\udf51-\udf87\udf8f-\udf92\udfe4\udff0\udff1]|\ud82f[\udc9d\udc9e]|\ud833[\udf00-\udf2d\udf30-\udf46]|\ud834[\udd65-\udd69\udd6d-\udd72\udd7b-\udd82\udd85-\udd8b\uddaa-\uddad\ude42-\ude44]|\ud836[\ude00-\ude36\ude3b-\ude6c\ude75\ude84\ude9b-\ude9f\udea1-\udeaf]|\ud838[\udc00-\udc06\udc08-\udc18\udc1b-\udc21\udc23\udc24\udc26-\udc2a\udd30-\udd36\udeae\udeec-\udeef]|\ud83a[\udcd0-\udcd6\udd44-\udd4a]|\udb40[\udd00-\uddef]"},{name:"Mc",alias:"Spacing_Mark",bmp:"ःऻा-ीॉ-ौॎॏংঃা-ীেৈোৌৗਃਾ-ੀઃા-ીૉોૌଂଃାୀେୈୋୌୗாிுூெ-ைொ-ௌௗఁ-ఃు-ౄಂಃಾೀ-ೄೇೈೊೋೕೖംഃാ-ീെ-ൈൊ-ൌൗංඃා-ෑෘ-ෟෲෳ༾༿ཿါာေးျြၖၗၢ-ၤၧ-ၭႃႄႇ-ႌႏႚ-ႜ᜕᜴ាើ-ៅះៈᤣ-ᤦᤩ-ᤫᤰᤱᤳ-ᤸᨙᨚᩕᩗᩡᩣᩤᩭ-ᩲᬄᬵᬻᬽ-ᭁᭃ᭄ᮂᮡᮦᮧ᮪ᯧᯪ-ᯬᯮ᯲᯳ᰤ-ᰫᰴᰵ᳡᳷〮〯ꠣꠤꠧꢀꢁꢴ-ꣃꥒ꥓ꦃꦴꦵꦺꦻꦾ-꧀ꨯꨰꨳꨴꩍꩻꩽꫫꫮꫯꫵꯣꯤꯦꯧꯩꯪ꯬",astral:"\ud804[\udc00\udc02\udc82\udcb0-\udcb2\udcb7\udcb8\udd2c\udd45\udd46\udd82\uddb3-\uddb5\uddbf\uddc0\uddce\ude2c-\ude2e\ude32\ude33\ude35\udee0-\udee2\udf02\udf03\udf3e\udf3f\udf41-\udf44\udf47\udf48\udf4b-\udf4d\udf57\udf62\udf63]|\ud805[\udc35-\udc37\udc40\udc41\udc45\udcb0-\udcb2\udcb9\udcbb-\udcbe\udcc1\uddaf-\uddb1\uddb8-\uddbb\uddbe\ude30-\ude32\ude3b\ude3c\ude3e\udeac\udeae\udeaf\udeb6\udf20\udf21\udf26]|\ud806[\udc2c-\udc2e\udc38\udd30-\udd35\udd37\udd38\udd3d\udd40\udd42\uddd1-\uddd3\udddc-\udddf\udde4\ude39\ude57\ude58\ude97]|\ud807[\udc2f\udc3e\udca9\udcb1\udcb4\udd8a-\udd8e\udd93\udd94\udd96\udef5\udef6]|\ud81b[\udf51-\udf87\udff0\udff1]|\ud834[\udd65\udd66\udd6d-\udd72]"},{name:"Me",alias:"Enclosing_Mark",bmp:"҈҉᪾⃝-⃠⃢-⃤꙰-꙲"},{name:"Mn",alias:"Nonspacing_Mark",bmp:"̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-ٰٟۖ-ۜ۟-۪ۤۧۨ-ܑۭܰ-݊ަ-ް߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ंऺ़ु-ै्॑-ॗॢॣঁ়ু-ৄ্ৢৣ৾ਁਂ਼ੁੂੇੈੋ-੍ੑੰੱੵઁં઼ુ-ૅેૈ્ૢૣૺ-૿ଁ଼ିୁ-ୄ୍୕ୖୢୣஂீ்ఀఄ఼ా-ీె-ైొ-్ౕౖౢౣಁ಼ಿೆೌ್ೢೣഀഁ഻഼ു-ൄ്ൢൣඁ්ි-ුූัิ-ฺ็-๎ັິ-ຼ່-ໍཱ༹༘༙༵༷-ཾྀ-྄྆྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္်ွှၘၙၞ-ၠၱ-ၴႂႅႆႍႝ፝-፟ᜒ-᜔ᜲᜳᝒᝓᝲᝳ឴឵ិ-ួំ៉-៓៝᠋-᠍᠏ᢅᢆᢩᤠ-ᤢᤧᤨᤲ᤹-᤻ᨘᨗᨛᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼᪰-᪽ᪿ-ᫎᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀᮁᮢ-ᮥᮨᮩ᮫-ᮭ᯦ᯨᯩᯭᯯ-ᯱᰬ-ᰳᰶ᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᳸᳹᷀-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〭꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠥꠦ꠬꣄ꣅ꣠-꣱ꣿꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꦽꧥꨩ-ꨮꨱꨲꨵꨶꩃꩌꩼꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫬꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-︯",astral:"\ud800[\uddfd\udee0\udf76-\udf7a]|\ud802[\ude01-\ude03\ude05\ude06\ude0c-\ude0f\ude38-\ude3a\ude3f\udee5\udee6]|\ud803[\udd24-\udd27\udeab\udeac\udf46-\udf50\udf82-\udf85]|\ud804[\udc01\udc38-\udc46\udc70\udc73\udc74\udc7f-\udc81\udcb3-\udcb6\udcb9\udcba\udcc2\udd00-\udd02\udd27-\udd2b\udd2d-\udd34\udd73\udd80\udd81\uddb6-\uddbe\uddc9-\uddcc\uddcf\ude2f-\ude31\ude34\ude36\ude37\ude3e\udedf\udee3-\udeea\udf00\udf01\udf3b\udf3c\udf40\udf66-\udf6c\udf70-\udf74]|\ud805[\udc38-\udc3f\udc42-\udc44\udc46\udc5e\udcb3-\udcb8\udcba\udcbf\udcc0\udcc2\udcc3\uddb2-\uddb5\uddbc\uddbd\uddbf\uddc0\udddc\udddd\ude33-\ude3a\ude3d\ude3f\ude40\udeab\udead\udeb0-\udeb5\udeb7\udf1d-\udf1f\udf22-\udf25\udf27-\udf2b]|\ud806[\udc2f-\udc37\udc39\udc3a\udd3b\udd3c\udd3e\udd43\uddd4-\uddd7\uddda\udddb\udde0\ude01-\ude0a\ude33-\ude38\ude3b-\ude3e\ude47\ude51-\ude56\ude59-\ude5b\ude8a-\ude96\ude98\ude99]|\ud807[\udc30-\udc36\udc38-\udc3d\udc3f\udc92-\udca7\udcaa-\udcb0\udcb2\udcb3\udcb5\udcb6\udd31-\udd36\udd3a\udd3c\udd3d\udd3f-\udd45\udd47\udd90\udd91\udd95\udd97\udef3\udef4]|\ud81a[\udef0-\udef4\udf30-\udf36]|\ud81b[\udf4f\udf8f-\udf92\udfe4]|\ud82f[\udc9d\udc9e]|\ud833[\udf00-\udf2d\udf30-\udf46]|\ud834[\udd67-\udd69\udd7b-\udd82\udd85-\udd8b\uddaa-\uddad\ude42-\ude44]|\ud836[\ude00-\ude36\ude3b-\ude6c\ude75\ude84\ude9b-\ude9f\udea1-\udeaf]|\ud838[\udc00-\udc06\udc08-\udc18\udc1b-\udc21\udc23\udc24\udc26-\udc2a\udd30-\udd36\udeae\udeec-\udeef]|\ud83a[\udcd0-\udcd6\udd44-\udd4a]|\udb40[\udd00-\uddef]"},{name:"N",alias:"Number",bmp:"0-9²³¹¼-¾٠-٩۰-۹߀-߉०-९০-৯৴-৹੦-੯૦-૯୦-୯୲-୷௦-௲౦-౯౸-౾೦-೯൘-൞൦-൸෦-෯๐-๙໐-໙༠-༳၀-၉႐-႙፩-፼ᛮ-ᛰ០-៩៰-៹᠐-᠙᥆-᥏᧐-᧚᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙⁰⁴-⁹₀-₉⅐-ↂↅ-↉①-⒛⓪-⓿❶-➓⳽〇〡-〩〸-〺㆒-㆕㈠-㈩㉈-㉏㉑-㉟㊀-㊉㊱-㊿꘠-꘩ꛦ-ꛯ꠰-꠵꣐-꣙꤀-꤉꧐-꧙꧰-꧹꩐-꩙꯰-꯹0-9",astral:"\ud800[\udd07-\udd33\udd40-\udd78\udd8a\udd8b\udee1-\udefb\udf20-\udf23\udf41\udf4a\udfd1-\udfd5]|\ud801[\udca0-\udca9]|\ud802[\udc58-\udc5f\udc79-\udc7f\udca7-\udcaf\udcfb-\udcff\udd16-\udd1b\uddbc\uddbd\uddc0-\uddcf\uddd2-\uddff\ude40-\ude48\ude7d\ude7e\ude9d-\ude9f\udeeb-\udeef\udf58-\udf5f\udf78-\udf7f\udfa9-\udfaf]|\ud803[\udcfa-\udcff\udd30-\udd39\ude60-\ude7e\udf1d-\udf26\udf51-\udf54\udfc5-\udfcb]|\ud804[\udc52-\udc6f\udcf0-\udcf9\udd36-\udd3f\uddd0-\uddd9\udde1-\uddf4\udef0-\udef9]|\ud805[\udc50-\udc59\udcd0-\udcd9\ude50-\ude59\udec0-\udec9\udf30-\udf3b]|\ud806[\udce0-\udcf2\udd50-\udd59]|\ud807[\udc50-\udc6c\udd50-\udd59\udda0-\udda9\udfc0-\udfd4]|\ud809[\udc00-\udc6e]|\ud81a[\ude60-\ude69\udec0-\udec9\udf50-\udf59\udf5b-\udf61]|\ud81b[\ude80-\ude96]|\ud834[\udee0-\udef3\udf60-\udf78]|\ud835[\udfce-\udfff]|\ud838[\udd40-\udd49\udef0-\udef9]|\ud83a[\udcc7-\udccf\udd50-\udd59]|\ud83b[\udc71-\udcab\udcad-\udcaf\udcb1-\udcb4\udd01-\udd2d\udd2f-\udd3d]|\ud83c[\udd00-\udd0c]|\ud83e[\udff0-\udff9]"},{name:"Nd",alias:"Decimal_Number",bmp:"0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯෦-෯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꧰-꧹꩐-꩙꯰-꯹0-9",astral:"\ud801[\udca0-\udca9]|\ud803[\udd30-\udd39]|\ud804[\udc66-\udc6f\udcf0-\udcf9\udd36-\udd3f\uddd0-\uddd9\udef0-\udef9]|\ud805[\udc50-\udc59\udcd0-\udcd9\ude50-\ude59\udec0-\udec9\udf30-\udf39]|\ud806[\udce0-\udce9\udd50-\udd59]|\ud807[\udc50-\udc59\udd50-\udd59\udda0-\udda9]|\ud81a[\ude60-\ude69\udec0-\udec9\udf50-\udf59]|\ud835[\udfce-\udfff]|\ud838[\udd40-\udd49\udef0-\udef9]|\ud83a[\udd50-\udd59]|\ud83e[\udff0-\udff9]"},{name:"Nl",alias:"Letter_Number",bmp:"ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ",astral:"\ud800[\udd40-\udd74\udf41\udf4a\udfd1-\udfd5]|\ud809[\udc00-\udc6e]"},{name:"No",alias:"Other_Number",bmp:"²³¹¼-¾৴-৹୲-୷௰-௲౸-౾൘-൞൰-൸༪-༳፩-፼៰-៹᧚⁰⁴-⁹₀-₉⅐-⅟↉①-⒛⓪-⓿❶-➓⳽㆒-㆕㈠-㈩㉈-㉏㉑-㉟㊀-㊉㊱-㊿꠰-꠵",astral:"\ud800[\udd07-\udd33\udd75-\udd78\udd8a\udd8b\udee1-\udefb\udf20-\udf23]|\ud802[\udc58-\udc5f\udc79-\udc7f\udca7-\udcaf\udcfb-\udcff\udd16-\udd1b\uddbc\uddbd\uddc0-\uddcf\uddd2-\uddff\ude40-\ude48\ude7d\ude7e\ude9d-\ude9f\udeeb-\udeef\udf58-\udf5f\udf78-\udf7f\udfa9-\udfaf]|\ud803[\udcfa-\udcff\ude60-\ude7e\udf1d-\udf26\udf51-\udf54\udfc5-\udfcb]|\ud804[\udc52-\udc65\udde1-\uddf4]|\ud805[\udf3a\udf3b]|\ud806[\udcea-\udcf2]|\ud807[\udc5a-\udc6c\udfc0-\udfd4]|\ud81a[\udf5b-\udf61]|\ud81b[\ude80-\ude96]|\ud834[\udee0-\udef3\udf60-\udf78]|\ud83a[\udcc7-\udccf]|\ud83b[\udc71-\udcab\udcad-\udcaf\udcb1-\udcb4\udd01-\udd2d\udd2f-\udd3d]|\ud83c[\udd00-\udd0c]"},{name:"P",alias:"Punctuation",bmp:"!-#%-\\*,-\\/:;\\?@\\[-\\]_\\{\\}¡§«¶·»¿;·՚-՟։֊־׀׃׆׳״؉؊،؍؛؝-؟٪-٭۔܀-܍߷-߹࠰-࠾࡞।॥॰৽੶૰౷಄෴๏๚๛༄-༒༔༺-༽྅࿐-࿔࿙࿚၊-၏჻፠-፨᐀᙮᚛᚜᛫-᛭᜵᜶។-៖៘-៚᠀-᠊᥄᥅᨞᨟᪠-᪦᪨-᪭᭚-᭠᭽᭾᯼-᯿᰻-᰿᱾᱿᳀-᳇᳓‐-‧‰-⁃⁅-⁑⁓-⁞⁽⁾₍₎⌈-⌋〈〉❨-❵⟅⟆⟦-⟯⦃-⦘⧘-⧛⧼⧽⳹-⳼⳾⳿⵰⸀-⸮⸰-⹏⹒-⹝、-〃〈-】〔-〟〰〽゠・꓾꓿꘍-꘏꙳꙾꛲-꛷꡴-꡷꣎꣏꣸-꣺꣼꤮꤯꥟꧁-꧍꧞꧟꩜-꩟꫞꫟꫰꫱꯫﴾﴿︐-︙︰-﹒﹔-﹡﹣﹨﹪﹫!-#%-*,-/:;?@[-]_{}⦅-・",astral:"\ud800[\udd00-\udd02\udf9f\udfd0]|𐕯|\ud802[\udc57\udd1f\udd3f\ude50-\ude58\ude7f\udef0-\udef6\udf39-\udf3f\udf99-\udf9c]|\ud803[\udead\udf55-\udf59\udf86-\udf89]|\ud804[\udc47-\udc4d\udcbb\udcbc\udcbe-\udcc1\udd40-\udd43\udd74\udd75\uddc5-\uddc8\uddcd\udddb\udddd-\udddf\ude38-\ude3d\udea9]|\ud805[\udc4b-\udc4f\udc5a\udc5b\udc5d\udcc6\uddc1-\uddd7\ude41-\ude43\ude60-\ude6c\udeb9\udf3c-\udf3e]|\ud806[\udc3b\udd44-\udd46\udde2\ude3f-\ude46\ude9a-\ude9c\ude9e-\udea2]|\ud807[\udc41-\udc45\udc70\udc71\udef7\udef8\udfff]|\ud809[\udc70-\udc74]|\ud80b[\udff1\udff2]|\ud81a[\ude6e\ude6f\udef5\udf37-\udf3b\udf44]|\ud81b[\ude97-\ude9a\udfe2]|𛲟|\ud836[\ude87-\ude8b]|\ud83a[\udd5e\udd5f]"},{name:"Pc",alias:"Connector_Punctuation",bmp:"_‿⁀⁔︳︴﹍-﹏_"},{name:"Pd",alias:"Dash_Punctuation",bmp:"\\-֊־᐀᠆‐-―⸗⸚⸺⸻⹀⹝〜〰゠︱︲﹘﹣-",astral:"𐺭"},{name:"Pe",alias:"Close_Punctuation",bmp:"\\)\\]\\}༻༽᚜⁆⁾₎⌉⌋〉❩❫❭❯❱❳❵⟆⟧⟩⟫⟭⟯⦄⦆⦈⦊⦌⦎⦐⦒⦔⦖⦘⧙⧛⧽⸣⸥⸧⸩⹖⹘⹚⹜〉》」』】〕〗〙〛〞〟﴾︘︶︸︺︼︾﹀﹂﹄﹈﹚﹜﹞)]}⦆」"},{name:"Pf",alias:"Final_Punctuation",bmp:"»’”›⸃⸅⸊⸍⸝⸡"},{name:"Pi",alias:"Initial_Punctuation",bmp:"«‘‛“‟‹⸂⸄⸉⸌⸜⸠"},{name:"Po",alias:"Other_Punctuation",bmp:"!-#%-'\\*,\\.\\/:;\\?@\\¡§¶·¿;·՚-՟։׀׃׆׳״؉؊،؍؛؝-؟٪-٭۔܀-܍߷-߹࠰-࠾࡞।॥॰৽੶૰౷಄෴๏๚๛༄-༒༔྅࿐-࿔࿙࿚၊-၏჻፠-፨᙮᛫-᛭᜵᜶។-៖៘-៚᠀-᠅᠇-᠊᥄᥅᨞᨟᪠-᪦᪨-᪭᭚-᭠᭽᭾᯼-᯿᰻-᰿᱾᱿᳀-᳇᳓‖‗†-‧‰-‸※-‾⁁-⁃⁇-⁑⁓⁕-⁞⳹-⳼⳾⳿⵰⸀⸁⸆-⸈⸋⸎-⸖⸘⸙⸛⸞⸟⸪-⸮⸰-⸹⸼-⸿⹁⹃-⹏⹒-⹔、-〃〽・꓾꓿꘍-꘏꙳꙾꛲-꛷꡴-꡷꣎꣏꣸-꣺꣼꤮꤯꥟꧁-꧍꧞꧟꩜-꩟꫞꫟꫰꫱꯫︐-︖︙︰﹅﹆﹉-﹌﹐-﹒﹔-﹗﹟-﹡﹨﹪﹫!-#%-'*,./:;?@\。、・",astral:"\ud800[\udd00-\udd02\udf9f\udfd0]|𐕯|\ud802[\udc57\udd1f\udd3f\ude50-\ude58\ude7f\udef0-\udef6\udf39-\udf3f\udf99-\udf9c]|\ud803[\udf55-\udf59\udf86-\udf89]|\ud804[\udc47-\udc4d\udcbb\udcbc\udcbe-\udcc1\udd40-\udd43\udd74\udd75\uddc5-\uddc8\uddcd\udddb\udddd-\udddf\ude38-\ude3d\udea9]|\ud805[\udc4b-\udc4f\udc5a\udc5b\udc5d\udcc6\uddc1-\uddd7\ude41-\ude43\ude60-\ude6c\udeb9\udf3c-\udf3e]|\ud806[\udc3b\udd44-\udd46\udde2\ude3f-\ude46\ude9a-\ude9c\ude9e-\udea2]|\ud807[\udc41-\udc45\udc70\udc71\udef7\udef8\udfff]|\ud809[\udc70-\udc74]|\ud80b[\udff1\udff2]|\ud81a[\ude6e\ude6f\udef5\udf37-\udf3b\udf44]|\ud81b[\ude97-\ude9a\udfe2]|𛲟|\ud836[\ude87-\ude8b]|\ud83a[\udd5e\udd5f]"},{name:"Ps",alias:"Open_Punctuation",bmp:"\\(\\[\\{༺༼᚛‚„⁅⁽₍⌈⌊〈❨❪❬❮❰❲❴⟅⟦⟨⟪⟬⟮⦃⦅⦇⦉⦋⦍⦏⦑⦓⦕⦗⧘⧚⧼⸢⸤⸦⸨⹂⹕⹗⹙⹛〈《「『【〔〖〘〚〝﴿︗︵︷︹︻︽︿﹁﹃﹇﹙﹛﹝([{⦅「"},{name:"S",alias:"Symbol",bmp:"\\$\\+<->\\^`\\|~¢-¦¨©¬®-±´¸×÷˂-˅˒-˟˥-˫˭˯-˿͵΄΅϶҂֍-֏؆-؈؋؎؏۞۩۽۾߶߾߿࢈৲৳৺৻૱୰௳-௺౿൏൹฿༁-༃༓༕-༗༚-༟༴༶༸྾-࿅࿇-࿌࿎࿏࿕-࿘႞႟᎐-᎙᙭៛᥀᧞-᧿᭡-᭪᭴-᭼᾽᾿-῁῍-῏῝-῟῭-`´῾⁄⁒⁺-⁼₊-₌₠-⃀℀℁℃-℆℈℉℔№-℘℞-℣℥℧℩℮℺℻⅀-⅄⅊-⅍⅏↊↋←-⌇⌌-⌨⌫-␦⑀-⑊⒜-ⓩ─-❧➔-⟄⟇-⟥⟰-⦂⦙-⧗⧜-⧻⧾-⭳⭶-⮕⮗-⯿⳥-⳪⹐⹑⺀-⺙⺛-⻳⼀-⿕⿰-⿻〄〒〓〠〶〷〾〿゛゜㆐㆑㆖-㆟㇀-㇣㈀-㈞㈪-㉇㉐㉠-㉿㊊-㊰㋀-㏿䷀-䷿꒐-꓆꜀-꜖꜠꜡꞉꞊꠨-꠫꠶-꠹꩷-꩹꭛꭪꭫﬩﮲-﯂﵀-﵏﷏﷼-﷿﹢﹤-﹦﹩$+<->^`|~¢-₩│-○�",astral:"\ud800[\udd37-\udd3f\udd79-\udd89\udd8c-\udd8e\udd90-\udd9c\udda0\uddd0-\uddfc]|\ud802[\udc77\udc78\udec8]|𑜿|\ud807[\udfd5-\udff1]|\ud81a[\udf3c-\udf3f\udf45]|𛲜|\ud833[\udf50-\udfc3]|\ud834[\udc00-\udcf5\udd00-\udd26\udd29-\udd64\udd6a-\udd6c\udd83\udd84\udd8c-\udda9\uddae-\uddea\ude00-\ude41\ude45\udf00-\udf56]|\ud835[\udec1\udedb\udefb\udf15\udf35\udf4f\udf6f\udf89\udfa9\udfc3]|\ud836[\udc00-\uddff\ude37-\ude3a\ude6d-\ude74\ude76-\ude83\ude85\ude86]|\ud838[\udd4f\udeff]|\ud83b[\udcac\udcb0\udd2e\udef0\udef1]|\ud83c[\udc00-\udc2b\udc30-\udc93\udca0-\udcae\udcb1-\udcbf\udcc1-\udccf\udcd1-\udcf5\udd0d-\uddad\udde6-\ude02\ude10-\ude3b\ude40-\ude48\ude50\ude51\ude60-\ude65\udf00-\udfff]|\ud83d[\udc00-\uded7\udedd-\udeec\udef0-\udefc\udf00-\udf73\udf80-\udfd8\udfe0-\udfeb\udff0]|\ud83e[\udc00-\udc0b\udc10-\udc47\udc50-\udc59\udc60-\udc87\udc90-\udcad\udcb0\udcb1\udd00-\ude53\ude60-\ude6d\ude70-\ude74\ude78-\ude7c\ude80-\ude86\ude90-\udeac\udeb0-\udeba\udec0-\udec5\uded0-\uded9\udee0-\udee7\udef0-\udef6\udf00-\udf92\udf94-\udfca]"},{name:"Sc",alias:"Currency_Symbol",bmp:"\\$¢-¥֏؋߾߿৲৳৻૱௹฿៛₠-⃀꠸﷼﹩$¢£¥₩",astral:"\ud807[\udfdd-\udfe0]|𞋿|𞲰"},{name:"Sk",alias:"Modifier_Symbol",bmp:"\\^`¨¯´¸˂-˅˒-˟˥-˫˭˯-˿͵΄΅࢈᾽᾿-῁῍-῏῝-῟῭-`´῾゛゜꜀-꜖꜠꜡꞉꞊꭛꭪꭫﮲-﯂^` ̄",astral:"\ud83c[\udffb-\udfff]"},{name:"Sm",alias:"Math_Symbol",bmp:"\\+<->\\|~¬±×÷϶؆-؈⁄⁒⁺-⁼₊-₌℘⅀-⅄⅋←-↔↚↛↠↣↦↮⇎⇏⇒⇔⇴-⋿⌠⌡⍼⎛-⎳⏜-⏡▷◁◸-◿♯⟀-⟄⟇-⟥⟰-⟿⤀-⦂⦙-⧗⧜-⧻⧾-⫿⬰-⭄⭇-⭌﬩﹢﹤-﹦+<->|~¬←-↓",astral:"\ud835[\udec1\udedb\udefb\udf15\udf35\udf4f\udf6f\udf89\udfa9\udfc3]|\ud83b[\udef0\udef1]"},{name:"So",alias:"Other_Symbol",bmp:"¦©®°҂֍֎؎؏۞۩۽۾߶৺୰௳-௸௺౿൏൹༁-༃༓༕-༗༚-༟༴༶༸྾-࿅࿇-࿌࿎࿏࿕-࿘႞႟᎐-᎙᙭᥀᧞-᧿᭡-᭪᭴-᭼℀℁℃-℆℈℉℔№℗℞-℣℥℧℩℮℺℻⅊⅌⅍⅏↊↋↕-↙↜-↟↡↢↤↥↧-↭↯-⇍⇐⇑⇓⇕-⇳⌀-⌇⌌-⌟⌢-⌨⌫-⍻⍽-⎚⎴-⏛⏢-␦⑀-⑊⒜-ⓩ─-▶▸-◀◂-◷☀-♮♰-❧➔-➿⠀-⣿⬀-⬯⭅⭆⭍-⭳⭶-⮕⮗-⯿⳥-⳪⹐⹑⺀-⺙⺛-⻳⼀-⿕⿰-⿻〄〒〓〠〶〷〾〿㆐㆑㆖-㆟㇀-㇣㈀-㈞㈪-㉇㉐㉠-㉿㊊-㊰㋀-㏿䷀-䷿꒐-꓆꠨-꠫꠶꠷꠹꩷-꩹﵀-﵏﷏﷽-﷿¦│■○�",astral:"\ud800[\udd37-\udd3f\udd79-\udd89\udd8c-\udd8e\udd90-\udd9c\udda0\uddd0-\uddfc]|\ud802[\udc77\udc78\udec8]|𑜿|\ud807[\udfd5-\udfdc\udfe1-\udff1]|\ud81a[\udf3c-\udf3f\udf45]|𛲜|\ud833[\udf50-\udfc3]|\ud834[\udc00-\udcf5\udd00-\udd26\udd29-\udd64\udd6a-\udd6c\udd83\udd84\udd8c-\udda9\uddae-\uddea\ude00-\ude41\ude45\udf00-\udf56]|\ud836[\udc00-\uddff\ude37-\ude3a\ude6d-\ude74\ude76-\ude83\ude85\ude86]|𞅏|\ud83b[\udcac\udd2e]|\ud83c[\udc00-\udc2b\udc30-\udc93\udca0-\udcae\udcb1-\udcbf\udcc1-\udccf\udcd1-\udcf5\udd0d-\uddad\udde6-\ude02\ude10-\ude3b\ude40-\ude48\ude50\ude51\ude60-\ude65\udf00-\udffa]|\ud83d[\udc00-\uded7\udedd-\udeec\udef0-\udefc\udf00-\udf73\udf80-\udfd8\udfe0-\udfeb\udff0]|\ud83e[\udc00-\udc0b\udc10-\udc47\udc50-\udc59\udc60-\udc87\udc90-\udcad\udcb0\udcb1\udd00-\ude53\ude60-\ude6d\ude70-\ude74\ude78-\ude7c\ude80-\ude86\ude90-\udeac\udeb0-\udeba\udec0-\udec5\uded0-\uded9\udee0-\udee7\udef0-\udef6\udf00-\udf92\udf94-\udfca]"},{name:"Z",alias:"Separator",bmp:"    - \u2028\u2029   "},{name:"Zl",alias:"Line_Separator",bmp:"\u2028"},{name:"Zp",alias:"Paragraph_Separator",bmp:"\u2029"},{name:"Zs",alias:"Space_Separator",bmp:"    -    "}]),To=ne([{name:"ASCII",bmp:"\0-"},{name:"Alphabetic",bmp:"A-Za-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͅͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈְ-ׇֽֿׁׂׅׄא-תׯ-ײؐ-ؚؠ-ٗٙ-ٟٮ-ۓە-ۜۡ-ۭۨ-ۯۺ-ۼۿܐ-ܿݍ-ޱߊ-ߪߴߵߺࠀ-ࠗࠚ-ࠬࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉࣔ-ࣣࣟ-ࣰࣩ-ऻऽ-ौॎ-ॐॕ-ॣॱ-ঃঅ-ঌএঐও-নপ-রলশ-হঽ-ৄেৈোৌৎৗড়ঢ়য়-ৣৰৱৼਁ-ਃਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਾ-ੂੇੈੋੌੑਖ਼-ੜਫ਼ੰ-ੵઁ-ઃઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽ-ૅે-ૉોૌૐૠ-ૣૹ-ૼଁ-ଃଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽ-ୄେୈୋୌୖୗଡ଼ଢ଼ୟ-ୣୱஂஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹா-ூெ-ைொ-ௌௐௗఀ-ఃఅ-ఌఎ-ఐఒ-నప-హఽ-ౄె-ైొ-ౌౕౖౘ-ౚౝౠ-ౣಀ-ಃಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽ-ೄೆ-ೈೊ-ೌೕೖೝೞೠ-ೣೱೲഀ-ഌഎ-ഐഒ-ഺഽ-ൄെ-ൈൊ-ൌൎൔ-ൗൟ-ൣൺ-ൿඁ-ඃඅ-ඖක-නඳ-රලව-ෆා-ුූෘ-ෟෲෳก-ฺเ-ๆํກຂຄຆ-ຊຌ-ຣລວ-ູົ-ຽເ-ໄໆໍໜ-ໟༀཀ-ཇཉ-ཬཱ-ཱྀྈ-ྗྙ-ྼက-ံးျ-ဿၐ-ႏႚ-ႝႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜓᜟ-ᜳᝀ-ᝓᝠ-ᝬᝮ-ᝰᝲᝳក-ឳា-ៈៗៜᠠ-ᡸᢀ-ᢪᢰ-ᣵᤀ-ᤞᤠ-ᤫᤰ-ᤸᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨛᨠ-ᩞᩡ-ᩴᪧᪿᫀᫌ-ᫎᬀ-ᬳᬵ-ᭃᭅ-ᭌᮀ-ᮩᮬ-ᮯᮺ-ᯥᯧ-ᯱᰀ-ᰶᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿᷧ-ᷴḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⒶ-ⓩⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⷠ-ⷿⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙴ-ꙻꙿ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠅꠇ-ꠧꡀ-ꡳꢀ-ꣃꣅꣲ-ꣷꣻꣽ-ꣿꤊ-ꤪꤰ-ꥒꥠ-ꥼꦀ-ꦲꦴ-ꦿꧏꧠ-ꧯꧺ-ꧾꨀ-ꨶꩀ-ꩍꩠ-ꩶꩺ-ꪾꫀꫂꫛ-ꫝꫠ-ꫯꫲ-ꫵꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯪ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",astral:"\ud800[\udc00-\udc0b\udc0d-\udc26\udc28-\udc3a\udc3c\udc3d\udc3f-\udc4d\udc50-\udc5d\udc80-\udcfa\udd40-\udd74\ude80-\ude9c\udea0-\uded0\udf00-\udf1f\udf2d-\udf4a\udf50-\udf7a\udf80-\udf9d\udfa0-\udfc3\udfc8-\udfcf\udfd1-\udfd5]|\ud801[\udc00-\udc9d\udcb0-\udcd3\udcd8-\udcfb\udd00-\udd27\udd30-\udd63\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc\ude00-\udf36\udf40-\udf55\udf60-\udf67\udf80-\udf85\udf87-\udfb0\udfb2-\udfba]|\ud802[\udc00-\udc05\udc08\udc0a-\udc35\udc37\udc38\udc3c\udc3f-\udc55\udc60-\udc76\udc80-\udc9e\udce0-\udcf2\udcf4\udcf5\udd00-\udd15\udd20-\udd39\udd80-\uddb7\uddbe\uddbf\ude00-\ude03\ude05\ude06\ude0c-\ude13\ude15-\ude17\ude19-\ude35\ude60-\ude7c\ude80-\ude9c\udec0-\udec7\udec9-\udee4\udf00-\udf35\udf40-\udf55\udf60-\udf72\udf80-\udf91]|\ud803[\udc00-\udc48\udc80-\udcb2\udcc0-\udcf2\udd00-\udd27\ude80-\udea9\udeab\udeac\udeb0\udeb1\udf00-\udf1c\udf27\udf30-\udf45\udf70-\udf81\udfb0-\udfc4\udfe0-\udff6]|\ud804[\udc00-\udc45\udc71-\udc75\udc82-\udcb8\udcc2\udcd0-\udce8\udd00-\udd32\udd44-\udd47\udd50-\udd72\udd76\udd80-\uddbf\uddc1-\uddc4\uddce\uddcf\uddda\udddc\ude00-\ude11\ude13-\ude34\ude37\ude3e\ude80-\ude86\ude88\ude8a-\ude8d\ude8f-\ude9d\ude9f-\udea8\udeb0-\udee8\udf00-\udf03\udf05-\udf0c\udf0f\udf10\udf13-\udf28\udf2a-\udf30\udf32\udf33\udf35-\udf39\udf3d-\udf44\udf47\udf48\udf4b\udf4c\udf50\udf57\udf5d-\udf63]|\ud805[\udc00-\udc41\udc43-\udc45\udc47-\udc4a\udc5f-\udc61\udc80-\udcc1\udcc4\udcc5\udcc7\udd80-\uddb5\uddb8-\uddbe\uddd8-\udddd\ude00-\ude3e\ude40\ude44\ude80-\udeb5\udeb8\udf00-\udf1a\udf1d-\udf2a\udf40-\udf46]|\ud806[\udc00-\udc38\udca0-\udcdf\udcff-\udd06\udd09\udd0c-\udd13\udd15\udd16\udd18-\udd35\udd37\udd38\udd3b\udd3c\udd3f-\udd42\udda0-\udda7\uddaa-\uddd7\uddda-\udddf\udde1\udde3\udde4\ude00-\ude32\ude35-\ude3e\ude50-\ude97\ude9d\udeb0-\udef8]|\ud807[\udc00-\udc08\udc0a-\udc36\udc38-\udc3e\udc40\udc72-\udc8f\udc92-\udca7\udca9-\udcb6\udd00-\udd06\udd08\udd09\udd0b-\udd36\udd3a\udd3c\udd3d\udd3f-\udd41\udd43\udd46\udd47\udd60-\udd65\udd67\udd68\udd6a-\udd8e\udd90\udd91\udd93-\udd96\udd98\udee0-\udef6\udfb0]|\ud808[\udc00-\udf99]|\ud809[\udc00-\udc6e\udc80-\udd43]|\ud80b[\udf90-\udff0]|[\ud80c\ud81c-\ud820\ud822\ud840-\ud868\ud86a-\ud86c\ud86f-\ud872\ud874-\ud879\ud880-\ud883][\udc00-\udfff]|\ud80d[\udc00-\udc2e]|\ud811[\udc00-\ude46]|\ud81a[\udc00-\ude38\ude40-\ude5e\ude70-\udebe\uded0-\udeed\udf00-\udf2f\udf40-\udf43\udf63-\udf77\udf7d-\udf8f]|\ud81b[\ude40-\ude7f\udf00-\udf4a\udf4f-\udf87\udf8f-\udf9f\udfe0\udfe1\udfe3\udff0\udff1]|\ud821[\udc00-\udff7]|\ud823[\udc00-\udcd5\udd00-\udd08]|\ud82b[\udff0-\udff3\udff5-\udffb\udffd\udffe]|\ud82c[\udc00-\udd22\udd50-\udd52\udd64-\udd67\udd70-\udefb]|\ud82f[\udc00-\udc6a\udc70-\udc7c\udc80-\udc88\udc90-\udc99\udc9e]|\ud835[\udc00-\udc54\udc56-\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd1e-\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd52-\udea5\udea8-\udec0\udec2-\udeda\udedc-\udefa\udefc-\udf14\udf16-\udf34\udf36-\udf4e\udf50-\udf6e\udf70-\udf88\udf8a-\udfa8\udfaa-\udfc2\udfc4-\udfcb]|\ud837[\udf00-\udf1e]|\ud838[\udc00-\udc06\udc08-\udc18\udc1b-\udc21\udc23\udc24\udc26-\udc2a\udd00-\udd2c\udd37-\udd3d\udd4e\ude90-\udead\udec0-\udeeb]|\ud839[\udfe0-\udfe6\udfe8-\udfeb\udfed\udfee\udff0-\udffe]|\ud83a[\udc00-\udcc4\udd00-\udd43\udd47\udd4b]|\ud83b[\ude00-\ude03\ude05-\ude1f\ude21\ude22\ude24\ude27\ude29-\ude32\ude34-\ude37\ude39\ude3b\ude42\ude47\ude49\ude4b\ude4d-\ude4f\ude51\ude52\ude54\ude57\ude59\ude5b\ude5d\ude5f\ude61\ude62\ude64\ude67-\ude6a\ude6c-\ude72\ude74-\ude77\ude79-\ude7c\ude7e\ude80-\ude89\ude8b-\ude9b\udea1-\udea3\udea5-\udea9\udeab-\udebb]|\ud83c[\udd30-\udd49\udd50-\udd69\udd70-\udd89]|\ud869[\udc00-\udedf\udf00-\udfff]|\ud86d[\udc00-\udf38\udf40-\udfff]|\ud86e[\udc00-\udc1d\udc20-\udfff]|\ud873[\udc00-\udea1\udeb0-\udfff]|\ud87a[\udc00-\udfe0]|\ud87e[\udc00-\ude1d]|\ud884[\udc00-\udf4a]"},{name:"Any",isBmpLast:!0,bmp:"\0-￿",astral:"[\ud800-\udbff][\udc00-\udfff]"},{name:"Default_Ignorable_Code_Point",bmp:"­͏؜ᅟᅠ឴឵᠋-᠏​-‏‪-‮⁠-ㅤ︀-️\ufeffᅠ￰-￸",astral:"\ud82f[\udca0-\udca3]|\ud834[\udd73-\udd7a]|[\udb40-\udb43][\udc00-\udfff]"},{name:"Lowercase",bmp:"a-zªµºß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķĸĺļľŀłńņňʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌƍƒƕƙ-ƛƞơƣƥƨƪƫƭưƴƶƹƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜǝǟǡǣǥǧǩǫǭǯǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿɀɂɇɉɋɍɏ-ʓʕ-ʸˀˁˠ-ˤͅͱͳͷͺ-ͽΐά-ώϐϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᶿḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶᾷιῂ-ῄῆῇῐ-ΐῖῗῠ-ῧῲ-ῴῶῷⁱⁿₐ-ₜℊℎℏℓℯℴℹℼℽⅆ-ⅉⅎⅰ-ⅿↄⓐ-ⓩⰰ-ⱟⱡⱥⱦⱨⱪⱬⱱⱳⱴⱶ-ⱽⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛ-ꚝꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꞻꞽꞿꟁꟃꟈꟊꟑꟓꟕꟗꟙꟶꟸ-ꟺꬰ-ꭚꭜ-ꭨꭰ-ꮿff-stﬓ-ﬗa-z",astral:"\ud801[\udc28-\udc4f\udcd8-\udcfb\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc\udf80\udf83-\udf85\udf87-\udfb0\udfb2-\udfba]|\ud803[\udcc0-\udcf2]|\ud806[\udcc0-\udcdf]|\ud81b[\ude60-\ude7f]|\ud835[\udc1a-\udc33\udc4e-\udc54\udc56-\udc67\udc82-\udc9b\udcb6-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udccf\udcea-\udd03\udd1e-\udd37\udd52-\udd6b\udd86-\udd9f\uddba-\uddd3\uddee-\ude07\ude22-\ude3b\ude56-\ude6f\ude8a-\udea5\udec2-\udeda\udedc-\udee1\udefc-\udf14\udf16-\udf1b\udf36-\udf4e\udf50-\udf55\udf70-\udf88\udf8a-\udf8f\udfaa-\udfc2\udfc4-\udfc9\udfcb]|\ud837[\udf00-\udf09\udf0b-\udf1e]|\ud83a[\udd22-\udd43]"},{name:"Noncharacter_Code_Point",bmp:"﷐-﷯￾￿",astral:"[\ud83f\ud87f\ud8bf\ud8ff\ud93f\ud97f\ud9bf\ud9ff\uda3f\uda7f\udabf\udaff\udb3f\udb7f\udbbf\udbff][\udffe\udfff]"},{name:"Uppercase",bmp:"A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸŹŻŽƁƂƄƆƇƉ-ƋƎ-ƑƓƔƖ-ƘƜƝƟƠƢƤƦƧƩƬƮƯƱ-ƳƵƷƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺȻȽȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾℿⅅⅠ-ⅯↃⒶ-ⓏⰀ-ⰯⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸꞺꞼꞾꟀꟂꟄ-ꟇꟉꟐꟖꟘꟵA-Z",astral:"\ud801[\udc00-\udc27\udcb0-\udcd3\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95]|\ud803[\udc80-\udcb2]|\ud806[\udca0-\udcbf]|\ud81b[\ude40-\ude5f]|\ud835[\udc00-\udc19\udc34-\udc4d\udc68-\udc81\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb5\udcd0-\udce9\udd04\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd38\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd6c-\udd85\udda0-\uddb9\uddd4-\udded\ude08-\ude21\ude3c-\ude55\ude70-\ude89\udea8-\udec0\udee2-\udefa\udf1c-\udf34\udf56-\udf6e\udf90-\udfa8\udfca]|\ud83a[\udd00-\udd21]|\ud83c[\udd30-\udd49\udd50-\udd69\udd70-\udd89]"},{name:"White_Space",bmp:"\t-\r …   - \u2028\u2029   "}]),_o=ne([{name:"Adlam",astral:"\ud83a[\udd00-\udd4b\udd50-\udd59\udd5e\udd5f]"},{name:"Ahom",astral:"\ud805[\udf00-\udf1a\udf1d-\udf2b\udf30-\udf46]"},{name:"Anatolian_Hieroglyphs",astral:"\ud811[\udc00-\ude46]"},{name:"Arabic",bmp:"؀-؄؆-؋؍-ؚ؜-؞ؠ-ؿف-يٖ-ٯٱ-ۜ۞-ۿݐ-ݿࡰ-ࢎ࢐࢑࢘-ࣣ࣡-ࣿﭐ-﯂ﯓ-ﴽ﵀-ﶏﶒ-ﷇ﷏ﷰ-﷿ﹰ-ﹴﹶ-ﻼ",astral:"\ud803[\ude60-\ude7e]|\ud83b[\ude00-\ude03\ude05-\ude1f\ude21\ude22\ude24\ude27\ude29-\ude32\ude34-\ude37\ude39\ude3b\ude42\ude47\ude49\ude4b\ude4d-\ude4f\ude51\ude52\ude54\ude57\ude59\ude5b\ude5d\ude5f\ude61\ude62\ude64\ude67-\ude6a\ude6c-\ude72\ude74-\ude77\ude79-\ude7c\ude7e\ude80-\ude89\ude8b-\ude9b\udea1-\udea3\udea5-\udea9\udeab-\udebb\udef0\udef1]"},{name:"Armenian",bmp:"Ա-Ֆՙ-֊֍-֏ﬓ-ﬗ"},{name:"Avestan",astral:"\ud802[\udf00-\udf35\udf39-\udf3f]"},{name:"Balinese",bmp:"ᬀ-ᭌ᭐-᭾"},{name:"Bamum",bmp:"ꚠ-꛷",astral:"\ud81a[\udc00-\ude38]"},{name:"Bassa_Vah",astral:"\ud81a[\uded0-\udeed\udef0-\udef5]"},{name:"Batak",bmp:"ᯀ-᯳᯼-᯿"},{name:"Bengali",bmp:"ঀ-ঃঅ-ঌএঐও-নপ-রলশ-হ়-ৄেৈো-ৎৗড়ঢ়য়-ৣ০-৾"},{name:"Bhaiksuki",astral:"\ud807[\udc00-\udc08\udc0a-\udc36\udc38-\udc45\udc50-\udc6c]"},{name:"Bopomofo",bmp:"˪˫ㄅ-ㄯㆠ-ㆿ"},{name:"Brahmi",astral:"\ud804[\udc00-\udc4d\udc52-\udc75\udc7f]"},{name:"Braille",bmp:"⠀-⣿"},{name:"Buginese",bmp:"ᨀ-ᨛ᨞᨟"},{name:"Buhid",bmp:"ᝀ-ᝓ"},{name:"Canadian_Aboriginal",bmp:"᐀-ᙿᢰ-ᣵ",astral:"\ud806[\udeb0-\udebf]"},{name:"Carian",astral:"\ud800[\udea0-\uded0]"},{name:"Caucasian_Albanian",astral:"\ud801[\udd30-\udd63\udd6f]"},{name:"Chakma",astral:"\ud804[\udd00-\udd34\udd36-\udd47]"},{name:"Cham",bmp:"ꨀ-ꨶꩀ-ꩍ꩐-꩙꩜-꩟"},{name:"Cherokee",bmp:"Ꭰ-Ᏽᏸ-ᏽꭰ-ꮿ"},{name:"Chorasmian",astral:"\ud803[\udfb0-\udfcb]"},{name:"Common",bmp:"\0-@\\[-`\\{-©«-¹»-¿×÷ʹ-˟˥-˩ˬ-˿ʹ;΅·؅،؛؟ـ۝࣢।॥฿࿕-࿘჻᛫-᛭᜵᜶᠂᠃᠅᳓᳡ᳩ-ᳬᳮ-ᳳᳵ-᳷ᳺ -​‎-⁤⁦-⁰⁴-⁾₀-₎₠-⃀℀-℥℧-℩ℬ-ℱℳ-⅍⅏-⅟↉-↋←-␦⑀-⑊①-⟿⤀-⭳⭶-⮕⮗-⯿⸀-⹝⿰-⿻ -〄〆〈-〠〰-〷〼-〿゛゜゠・ー㆐-㆟㇀-㇣㈠-㉟㉿-㋏㋿㍘-㏿䷀-䷿꜀-꜡ꞈ-꞊꠰-꠹꤮ꧏ꭛꭪꭫﴾﴿︐-︙︰-﹒﹔-﹦﹨-﹫\ufeff!-@[-`{-・ー゙゚¢-₩│-○-�",astral:"\ud800[\udd00-\udd02\udd07-\udd33\udd37-\udd3f\udd90-\udd9c\uddd0-\uddfc\udee1-\udefb]|\ud82f[\udca0-\udca3]|\ud833[\udf50-\udfc3]|\ud834[\udc00-\udcf5\udd00-\udd26\udd29-\udd66\udd6a-\udd7a\udd83\udd84\udd8c-\udda9\uddae-\uddea\udee0-\udef3\udf00-\udf56\udf60-\udf78]|\ud835[\udc00-\udc54\udc56-\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd1e-\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd52-\udea5\udea8-\udfcb\udfce-\udfff]|\ud83b[\udc71-\udcb4\udd01-\udd3d]|\ud83c[\udc00-\udc2b\udc30-\udc93\udca0-\udcae\udcb1-\udcbf\udcc1-\udccf\udcd1-\udcf5\udd00-\uddad\udde6-\uddff\ude01\ude02\ude10-\ude3b\ude40-\ude48\ude50\ude51\ude60-\ude65\udf00-\udfff]|\ud83d[\udc00-\uded7\udedd-\udeec\udef0-\udefc\udf00-\udf73\udf80-\udfd8\udfe0-\udfeb\udff0]|\ud83e[\udc00-\udc0b\udc10-\udc47\udc50-\udc59\udc60-\udc87\udc90-\udcad\udcb0\udcb1\udd00-\ude53\ude60-\ude6d\ude70-\ude74\ude78-\ude7c\ude80-\ude86\ude90-\udeac\udeb0-\udeba\udec0-\udec5\uded0-\uded9\udee0-\udee7\udef0-\udef6\udf00-\udf92\udf94-\udfca\udff0-\udff9]|\udb40[\udc01\udc20-\udc7f]"},{name:"Coptic",bmp:"Ϣ-ϯⲀ-ⳳ⳹-⳿"},{name:"Cuneiform",astral:"\ud808[\udc00-\udf99]|\ud809[\udc00-\udc6e\udc70-\udc74\udc80-\udd43]"},{name:"Cypriot",astral:"\ud802[\udc00-\udc05\udc08\udc0a-\udc35\udc37\udc38\udc3c\udc3f]"},{name:"Cypro_Minoan",astral:"\ud80b[\udf90-\udff2]"},{name:"Cyrillic",bmp:"Ѐ-҄҇-ԯᲀ-ᲈᴫᵸⷠ-ⷿꙀ-ꚟ︮︯"},{name:"Deseret",astral:"\ud801[\udc00-\udc4f]"},{name:"Devanagari",bmp:"ऀ-ॐॕ-ॣ०-ॿ꣠-ꣿ"},{name:"Dives_Akuru",astral:"\ud806[\udd00-\udd06\udd09\udd0c-\udd13\udd15\udd16\udd18-\udd35\udd37\udd38\udd3b-\udd46\udd50-\udd59]"},{name:"Dogra",astral:"\ud806[\udc00-\udc3b]"},{name:"Duployan",astral:"\ud82f[\udc00-\udc6a\udc70-\udc7c\udc80-\udc88\udc90-\udc99\udc9c-\udc9f]"},{name:"Egyptian_Hieroglyphs",astral:"\ud80c[\udc00-\udfff]|\ud80d[\udc00-\udc2e\udc30-\udc38]"},{name:"Elbasan",astral:"\ud801[\udd00-\udd27]"},{name:"Elymaic",astral:"\ud803[\udfe0-\udff6]"},{name:"Ethiopic",bmp:"ሀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚ፝-፼ᎀ-᎙ⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮ",astral:"\ud839[\udfe0-\udfe6\udfe8-\udfeb\udfed\udfee\udff0-\udffe]"},{name:"Georgian",bmp:"Ⴀ-ჅჇჍა-ჺჼ-ჿᲐ-ᲺᲽ-Ჿⴀ-ⴥⴧⴭ"},{name:"Glagolitic",bmp:"Ⰰ-ⱟ",astral:"\ud838[\udc00-\udc06\udc08-\udc18\udc1b-\udc21\udc23\udc24\udc26-\udc2a]"},{name:"Gothic",astral:"\ud800[\udf30-\udf4a]"},{name:"Grantha",astral:"\ud804[\udf00-\udf03\udf05-\udf0c\udf0f\udf10\udf13-\udf28\udf2a-\udf30\udf32\udf33\udf35-\udf39\udf3c-\udf44\udf47\udf48\udf4b-\udf4d\udf50\udf57\udf5d-\udf63\udf66-\udf6c\udf70-\udf74]"},{name:"Greek",bmp:"Ͱ-ͳ͵-ͷͺ-ͽͿ΄ΆΈ-ΊΌΎ-ΡΣ-ϡϰ-Ͽᴦ-ᴪᵝ-ᵡᵦ-ᵪᶿἀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ῄῆ-ΐῖ-Ί῝-`ῲ-ῴῶ-῾Ωꭥ",astral:"\ud800[\udd40-\udd8e\udda0]|\ud834[\ude00-\ude45]"},{name:"Gujarati",bmp:"ઁ-ઃઅ-ઍએ-ઑઓ-નપ-રલળવ-હ઼-ૅે-ૉો-્ૐૠ-ૣ૦-૱ૹ-૿"},{name:"Gunjala_Gondi",astral:"\ud807[\udd60-\udd65\udd67\udd68\udd6a-\udd8e\udd90\udd91\udd93-\udd98\udda0-\udda9]"},{name:"Gurmukhi",bmp:"ਁ-ਃਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹ਼ਾ-ੂੇੈੋ-੍ੑਖ਼-ੜਫ਼੦-੶"},{name:"Han",bmp:"⺀-⺙⺛-⻳⼀-⿕々〇〡-〩〸-〻㐀-䶿一-鿿豈-舘並-龎",astral:"\ud81b[\udfe2\udfe3\udff0\udff1]|[\ud840-\ud868\ud86a-\ud86c\ud86f-\ud872\ud874-\ud879\ud880-\ud883][\udc00-\udfff]|\ud869[\udc00-\udedf\udf00-\udfff]|\ud86d[\udc00-\udf38\udf40-\udfff]|\ud86e[\udc00-\udc1d\udc20-\udfff]|\ud873[\udc00-\udea1\udeb0-\udfff]|\ud87a[\udc00-\udfe0]|\ud87e[\udc00-\ude1d]|\ud884[\udc00-\udf4a]"},{name:"Hangul",bmp:"ᄀ-ᇿ〮〯ㄱ-ㆎ㈀-㈞㉠-㉾ꥠ-ꥼ가-힣ힰ-ퟆퟋ-ퟻᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ"},{name:"Hanifi_Rohingya",astral:"\ud803[\udd00-\udd27\udd30-\udd39]"},{name:"Hanunoo",bmp:"ᜠ-᜴"},{name:"Hatran",astral:"\ud802[\udce0-\udcf2\udcf4\udcf5\udcfb-\udcff]"},{name:"Hebrew",bmp:"֑-ׇא-תׯ-״יִ-זּטּ-לּמּנּסּףּפּצּ-ﭏ"},{name:"Hiragana",bmp:"ぁ-ゖゝ-ゟ",astral:"\ud82c[\udc01-\udd1f\udd50-\udd52]|🈀"},{name:"Imperial_Aramaic",astral:"\ud802[\udc40-\udc55\udc57-\udc5f]"},{name:"Inherited",bmp:"̀-ًͯ҅҆-ٰٕ॑-॔᪰-ᫎ᳐-᳔᳒-᳢᳠-᳨᳭᳴᳸᳹᷀-᷿‌‍⃐-〪⃰-゙゚〭︀-️︠-︭",astral:"\ud800[\uddfd\udee0]|𑌻|\ud833[\udf00-\udf2d\udf30-\udf46]|\ud834[\udd67-\udd69\udd7b-\udd82\udd85-\udd8b\uddaa-\uddad]|\udb40[\udd00-\uddef]"},{name:"Inscriptional_Pahlavi",astral:"\ud802[\udf60-\udf72\udf78-\udf7f]"},{name:"Inscriptional_Parthian",astral:"\ud802[\udf40-\udf55\udf58-\udf5f]"},{name:"Javanese",bmp:"ꦀ-꧍꧐-꧙꧞꧟"},{name:"Kaithi",astral:"\ud804[\udc80-\udcc2\udccd]"},{name:"Kannada",bmp:"ಀ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹ಼-ೄೆ-ೈೊ-್ೕೖೝೞೠ-ೣ೦-೯ೱೲ"},{name:"Katakana",bmp:"ァ-ヺヽ-ヿㇰ-ㇿ㋐-㋾㌀-㍗ヲ-ッア-ン",astral:"\ud82b[\udff0-\udff3\udff5-\udffb\udffd\udffe]|\ud82c[\udc00\udd20-\udd22\udd64-\udd67]"},{name:"Kayah_Li",bmp:"꤀-꤭꤯"},{name:"Kharoshthi",astral:"\ud802[\ude00-\ude03\ude05\ude06\ude0c-\ude13\ude15-\ude17\ude19-\ude35\ude38-\ude3a\ude3f-\ude48\ude50-\ude58]"},{name:"Khitan_Small_Script",astral:"𖿤|\ud822[\udf00-\udfff]|\ud823[\udc00-\udcd5]"},{name:"Khmer",bmp:"ក-៝០-៩៰-៹᧠-᧿"},{name:"Khojki",astral:"\ud804[\ude00-\ude11\ude13-\ude3e]"},{name:"Khudawadi",astral:"\ud804[\udeb0-\udeea\udef0-\udef9]"},{name:"Lao",bmp:"ກຂຄຆ-ຊຌ-ຣລວ-ຽເ-ໄໆ່-ໍ໐-໙ໜ-ໟ"},{name:"Latin",bmp:"A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꟿꬰ-ꭚꭜ-ꭤꭦ-ꭩff-stA-Za-z",astral:"\ud801[\udf80-\udf85\udf87-\udfb0\udfb2-\udfba]|\ud837[\udf00-\udf1e]"},{name:"Lepcha",bmp:"ᰀ-᰷᰻-᱉ᱍ-ᱏ"},{name:"Limbu",bmp:"ᤀ-ᤞᤠ-ᤫᤰ-᤻᥀᥄-᥏"},{name:"Linear_A",astral:"\ud801[\ude00-\udf36\udf40-\udf55\udf60-\udf67]"},{name:"Linear_B",astral:"\ud800[\udc00-\udc0b\udc0d-\udc26\udc28-\udc3a\udc3c\udc3d\udc3f-\udc4d\udc50-\udc5d\udc80-\udcfa]"},{name:"Lisu",bmp:"ꓐ-꓿",astral:"𑾰"},{name:"Lycian",astral:"\ud800[\ude80-\ude9c]"},{name:"Lydian",astral:"\ud802[\udd20-\udd39\udd3f]"},{name:"Mahajani",astral:"\ud804[\udd50-\udd76]"},{name:"Makasar",astral:"\ud807[\udee0-\udef8]"},{name:"Malayalam",bmp:"ഀ-ഌഎ-ഐഒ-ൄെ-ൈൊ-൏ൔ-ൣ൦-ൿ"},{name:"Mandaic",bmp:"ࡀ-࡛࡞"},{name:"Manichaean",astral:"\ud802[\udec0-\udee6\udeeb-\udef6]"},{name:"Marchen",astral:"\ud807[\udc70-\udc8f\udc92-\udca7\udca9-\udcb6]"},{name:"Masaram_Gondi",astral:"\ud807[\udd00-\udd06\udd08\udd09\udd0b-\udd36\udd3a\udd3c\udd3d\udd3f-\udd47\udd50-\udd59]"},{name:"Medefaidrin",astral:"\ud81b[\ude40-\ude9a]"},{name:"Meetei_Mayek",bmp:"ꫠ-꫶ꯀ-꯭꯰-꯹"},{name:"Mende_Kikakui",astral:"\ud83a[\udc00-\udcc4\udcc7-\udcd6]"},{name:"Meroitic_Cursive",astral:"\ud802[\udda0-\uddb7\uddbc-\uddcf\uddd2-\uddff]"},{name:"Meroitic_Hieroglyphs",astral:"\ud802[\udd80-\udd9f]"},{name:"Miao",astral:"\ud81b[\udf00-\udf4a\udf4f-\udf87\udf8f-\udf9f]"},{name:"Modi",astral:"\ud805[\ude00-\ude44\ude50-\ude59]"},{name:"Mongolian",bmp:"᠀᠁᠄᠆-᠙ᠠ-ᡸᢀ-ᢪ",astral:"\ud805[\ude60-\ude6c]"},{name:"Mro",astral:"\ud81a[\ude40-\ude5e\ude60-\ude69\ude6e\ude6f]"},{name:"Multani",astral:"\ud804[\ude80-\ude86\ude88\ude8a-\ude8d\ude8f-\ude9d\ude9f-\udea9]"},{name:"Myanmar",bmp:"က-႟ꧠ-ꧾꩠ-ꩿ"},{name:"Nabataean",astral:"\ud802[\udc80-\udc9e\udca7-\udcaf]"},{name:"Nandinagari",astral:"\ud806[\udda0-\udda7\uddaa-\uddd7\uddda-\udde4]"},{name:"New_Tai_Lue",bmp:"ᦀ-ᦫᦰ-ᧉ᧐-᧚᧞᧟"},{name:"Newa",astral:"\ud805[\udc00-\udc5b\udc5d-\udc61]"},{name:"Nko",bmp:"߀-ߺ߽-߿"},{name:"Nushu",astral:"𖿡|\ud82c[\udd70-\udefb]"},{name:"Nyiakeng_Puachue_Hmong",astral:"\ud838[\udd00-\udd2c\udd30-\udd3d\udd40-\udd49\udd4e\udd4f]"},{name:"Ogham",bmp:" -᚜"},{name:"Ol_Chiki",bmp:"᱐-᱿"},{name:"Old_Hungarian",astral:"\ud803[\udc80-\udcb2\udcc0-\udcf2\udcfa-\udcff]"},{name:"Old_Italic",astral:"\ud800[\udf00-\udf23\udf2d-\udf2f]"},{name:"Old_North_Arabian",astral:"\ud802[\ude80-\ude9f]"},{name:"Old_Permic",astral:"\ud800[\udf50-\udf7a]"},{name:"Old_Persian",astral:"\ud800[\udfa0-\udfc3\udfc8-\udfd5]"},{name:"Old_Sogdian",astral:"\ud803[\udf00-\udf27]"},{name:"Old_South_Arabian",astral:"\ud802[\ude60-\ude7f]"},{name:"Old_Turkic",astral:"\ud803[\udc00-\udc48]"},{name:"Old_Uyghur",astral:"\ud803[\udf70-\udf89]"},{name:"Oriya",bmp:"ଁ-ଃଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହ଼-ୄେୈୋ-୍୕-ୗଡ଼ଢ଼ୟ-ୣ୦-୷"},{name:"Osage",astral:"\ud801[\udcb0-\udcd3\udcd8-\udcfb]"},{name:"Osmanya",astral:"\ud801[\udc80-\udc9d\udca0-\udca9]"},{name:"Pahawh_Hmong",astral:"\ud81a[\udf00-\udf45\udf50-\udf59\udf5b-\udf61\udf63-\udf77\udf7d-\udf8f]"},{name:"Palmyrene",astral:"\ud802[\udc60-\udc7f]"},{name:"Pau_Cin_Hau",astral:"\ud806[\udec0-\udef8]"},{name:"Phags_Pa",bmp:"ꡀ-꡷"},{name:"Phoenician",astral:"\ud802[\udd00-\udd1b\udd1f]"},{name:"Psalter_Pahlavi",astral:"\ud802[\udf80-\udf91\udf99-\udf9c\udfa9-\udfaf]"},{name:"Rejang",bmp:"ꤰ-꥓꥟"},{name:"Runic",bmp:"ᚠ-ᛪᛮ-ᛸ"},{name:"Samaritan",bmp:"ࠀ-࠭࠰-࠾"},{name:"Saurashtra",bmp:"ꢀ-ꣅ꣎-꣙"},{name:"Sharada",astral:"\ud804[\udd80-\udddf]"},{name:"Shavian",astral:"\ud801[\udc50-\udc7f]"},{name:"Siddham",astral:"\ud805[\udd80-\uddb5\uddb8-\udddd]"},{name:"SignWriting",astral:"\ud836[\udc00-\ude8b\ude9b-\ude9f\udea1-\udeaf]"},{name:"Sinhala",bmp:"ඁ-ඃඅ-ඖක-නඳ-රලව-ෆ්ා-ුූෘ-ෟ෦-෯ෲ-෴",astral:"\ud804[\udde1-\uddf4]"},{name:"Sogdian",astral:"\ud803[\udf30-\udf59]"},{name:"Sora_Sompeng",astral:"\ud804[\udcd0-\udce8\udcf0-\udcf9]"},{name:"Soyombo",astral:"\ud806[\ude50-\udea2]"},{name:"Sundanese",bmp:"ᮀ-ᮿ᳀-᳇"},{name:"Syloti_Nagri",bmp:"ꠀ-꠬"},{name:"Syriac",bmp:"܀-܍܏-݊ݍ-ݏࡠ-ࡪ"},{name:"Tagalog",bmp:"ᜀ-᜕ᜟ"},{name:"Tagbanwa",bmp:"ᝠ-ᝬᝮ-ᝰᝲᝳ"},{name:"Tai_Le",bmp:"ᥐ-ᥭᥰ-ᥴ"},{name:"Tai_Tham",bmp:"ᨠ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪠-᪭"},{name:"Tai_Viet",bmp:"ꪀ-ꫂꫛ-꫟"},{name:"Takri",astral:"\ud805[\ude80-\udeb9\udec0-\udec9]"},{name:"Tamil",bmp:"ஂஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹா-ூெ-ைொ-்ௐௗ௦-௺",astral:"\ud807[\udfc0-\udff1\udfff]"},{name:"Tangsa",astral:"\ud81a[\ude70-\udebe\udec0-\udec9]"},{name:"Tangut",astral:"𖿠|[\ud81c-\ud820][\udc00-\udfff]|\ud821[\udc00-\udff7]|\ud822[\udc00-\udeff]|\ud823[\udd00-\udd08]"},{name:"Telugu",bmp:"ఀ-ఌఎ-ఐఒ-నప-హ఼-ౄె-ైొ-్ౕౖౘ-ౚౝౠ-ౣ౦-౯౷-౿"},{name:"Thaana",bmp:"ހ-ޱ"},{name:"Thai",bmp:"ก-ฺเ-๛"},{name:"Tibetan",bmp:"ༀ-ཇཉ-ཬཱ-ྗྙ-ྼ྾-࿌࿎-࿔࿙࿚"},{name:"Tifinagh",bmp:"ⴰ-ⵧⵯ⵰⵿"},{name:"Tirhuta",astral:"\ud805[\udc80-\udcc7\udcd0-\udcd9]"},{name:"Toto",astral:"\ud838[\ude90-\udeae]"},{name:"Ugaritic",astral:"\ud800[\udf80-\udf9d\udf9f]"},{name:"Vai",bmp:"ꔀ-ꘫ"},{name:"Vithkuqi",astral:"\ud801[\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc]"},{name:"Wancho",astral:"\ud838[\udec0-\udef9\udeff]"},{name:"Warang_Citi",astral:"\ud806[\udca0-\udcf2\udcff]"},{name:"Yezidi",astral:"\ud803[\ude80-\udea9\udeab-\udead\udeb0\udeb1]"},{name:"Yi",bmp:"ꀀ-ꒌ꒐-꓆"},{name:"Zanabazar_Square",astral:"\ud806[\ude00-\ude47]"}]);
19
+ var _o=ne([{name:"C",alias:"Other",isBmpLast:!0,bmp:"\0--Ÿ­͸͹΀-΃΋΍΢԰՗՘֋֌֐׈-׏׫-׮׵-؅؜۝܎܏݋݌޲-޿߻߼࠮࠯࠿࡜࡝࡟࡫-࡯࢏-ࢗ࣢঄঍঎঑঒঩঱঳-঵঺঻৅৆৉৊৏-৖৘-৛৞৤৥৿਀਄਋-਎਑਒਩਱਴਷਺਻਽੃-੆੉੊੎-੐੒-੘੝੟-੥੷-઀઄઎઒઩઱઴઺઻૆૊૎૏૑-૟૤૥૲-૸଀଄଍଎଑଒଩଱଴଺଻୅୆୉୊୎-୔୘-୛୞୤୥୸-஁஄஋-஍஑஖-஘஛஝஠-஢஥-஧஫-஭஺-஽௃-௅௉௎௏௑-௖௘-௥௻-௿఍఑఩఺఻౅౉౎-౔౗౛౜౞౟౤౥౰-౶಍಑಩಴಺಻೅೉೎-೔೗-೜೟೤೥೰ೳ-೿഍഑൅൉൐-൓൤൥඀඄඗-඙඲඼඾඿෇-෉෋-෎෕෗෠-෥෰෱෵-฀฻-฾๜-຀຃຅຋຤຦຾຿໅໇໎໏໚໛໠-໿཈཭-཰྘྽࿍࿛-࿿჆჈-჌჎჏቉቎቏቗቙቞቟኉኎኏኱኶኷኿዁዆዇዗጑጖጗፛፜፽-፿᎚-᎟᏶᏷᏾᏿᚝-᚟᛹-᛿᜖-᜞᜷-᜿᝔-᝟᝭᝱᝴-᝿៞៟៪-៯៺-៿᠎᠚-᠟᡹-᡿᢫-᢯᣶-᣿᤟᤬-᤯᤼-᤿᥁-᥃᥮᥯᥵-᥿᦬-᦯᧊-᧏᧛-᧝᨜᨝᩟᩽᩾᪊-᪏᪚-᪟᪮᪯᫏-᫿᭍-᭏᭿᯴-᯻᰸-᰺᱊-᱌Ᲊ-᲏᲻᲼᳈-᳏᳻-᳿἖἗἞἟὆὇὎὏὘὚὜὞὾὿᾵῅῔῕῜῰῱῵῿​-‏‪-‮⁠-⁲⁳₏₝-₟⃁-⃏⃱-⃿↌-↏␧-␿⑋-⑟⭴⭵⮖⳴-⳸⴦⴨-⴬⴮⴯⵨-⵮⵱-⵾⶗-⶟⶧⶯⶷⶿⷇⷏⷗⷟⹞-⹿⺚⻴-⻿⿖-⿯⿼-⿿぀゗゘㄀-㄄㄰㆏㇤-㇯㈟꒍-꒏꓇-꓏꘬-꘿꛸-꛿Ɤ-꟏꟒꟔Ꟛ-꟱꠭-꠯꠺-꠿꡸-꡿꣆-꣍꣚-꣟꥔-꥞꥽-꥿꧎꧚-꧝꧿꨷-꨿꩎꩏꩚꩛꫃-꫚꫷-꬀꬇꬈꬏꬐꬗-꬟꬧꬯꭬-꭯꯮꯯꯺-꯿힤-힯퟇-퟊퟼-﩮﩯﫚-﫿﬇-﬒﬘-﬜﬷﬽﬿﭂﭅﯃-﯒﶐﶑﷈-﷎﷐-﷯︚-︟﹓﹧﹬-﹯﹵﻽-＀﾿-￁￈￉￐￑￘￙￝-￟￧￯-￾￿",astral:"\ud800[\udc0c\udc27\udc3b\udc3e\udc4e\udc4f\udc5e-\udc7f\udcfb-\udcff\udd03-\udd06\udd34-\udd36\udd8f\udd9d-\udd9f\udda1-\uddcf\uddfe-\ude7f\ude9d-\ude9f\uded1-\udedf\udefc-\udeff\udf24-\udf2c\udf4b-\udf4f\udf7b-\udf7f\udf9e\udfc4-\udfc7\udfd6-\udfff]|\ud801[\udc9e\udc9f\udcaa-\udcaf\udcd4-\udcd7\udcfc-\udcff\udd28-\udd2f\udd64-\udd6e\udd7b\udd8b\udd93\udd96\udda2\uddb2\uddba\uddbd-\uddff\udf37-\udf3f\udf56-\udf5f\udf68-\udf7f\udf86\udfb1\udfbb-\udfff]|\ud802[\udc06\udc07\udc09\udc36\udc39-\udc3b\udc3d\udc3e\udc56\udc9f-\udca6\udcb0-\udcdf\udcf3\udcf6-\udcfa\udd1c-\udd1e\udd3a-\udd3e\udd40-\udd7f\uddb8-\uddbb\uddd0\uddd1\ude04\ude07-\ude0b\ude14\ude18\ude36\ude37\ude3b-\ude3e\ude49-\ude4f\ude59-\ude5f\udea0-\udebf\udee7-\udeea\udef7-\udeff\udf36-\udf38\udf56\udf57\udf73-\udf77\udf92-\udf98\udf9d-\udfa8\udfb0-\udfff]|\ud803[\udc49-\udc7f\udcb3-\udcbf\udcf3-\udcf9\udd28-\udd2f\udd3a-\ude5f\ude7f\udeaa\udeae\udeaf\udeb2-\udeff\udf28-\udf2f\udf5a-\udf6f\udf8a-\udfaf\udfcc-\udfdf\udff7-\udfff]|\ud804[\udc4e-\udc51\udc76-\udc7e\udcbd\udcc3-\udccf\udce9-\udcef\udcfa-\udcff\udd35\udd48-\udd4f\udd77-\udd7f\udde0\uddf5-\uddff\ude12\ude3f-\ude7f\ude87\ude89\ude8e\ude9e\udeaa-\udeaf\udeeb-\udeef\udefa-\udeff\udf04\udf0d\udf0e\udf11\udf12\udf29\udf31\udf34\udf3a\udf45\udf46\udf49\udf4a\udf4e\udf4f\udf51-\udf56\udf58-\udf5c\udf64\udf65\udf6d-\udf6f\udf75-\udfff]|\ud805[\udc5c\udc62-\udc7f\udcc8-\udccf\udcda-\udd7f\uddb6\uddb7\uddde-\uddff\ude45-\ude4f\ude5a-\ude5f\ude6d-\ude7f\udeba-\udebf\udeca-\udeff\udf1b\udf1c\udf2c-\udf2f\udf47-\udfff]|\ud806[\udc3c-\udc9f\udcf3-\udcfe\udd07\udd08\udd0a\udd0b\udd14\udd17\udd36\udd39\udd3a\udd47-\udd4f\udd5a-\udd9f\udda8\udda9\uddd8\uddd9\udde5-\uddff\ude48-\ude4f\udea3-\udeaf\udef9-\udfff]|\ud807[\udc09\udc37\udc46-\udc4f\udc6d-\udc6f\udc90\udc91\udca8\udcb7-\udcff\udd07\udd0a\udd37-\udd39\udd3b\udd3e\udd48-\udd4f\udd5a-\udd5f\udd66\udd69\udd8f\udd92\udd99-\udd9f\uddaa-\udedf\udef9-\udfaf\udfb1-\udfbf\udff2-\udffe]|\ud808[\udf9a-\udfff]|\ud809[\udc6f\udc75-\udc7f\udd44-\udfff]|[\ud80a\ud80e-\ud810\ud812-\ud819\ud824-\ud82a\ud82d\ud82e\ud830-\ud832\ud83f\ud87b-\ud87d\ud87f\ud885-\udb3f\udb41-\udbff][\udc00-\udfff]|\ud80b[\udc00-\udf8f\udff3-\udfff]|\ud80d[\udc2f-\udfff]|\ud811[\ude47-\udfff]|\ud81a[\ude39-\ude3f\ude5f\ude6a-\ude6d\udebf\udeca-\udecf\udeee\udeef\udef6-\udeff\udf46-\udf4f\udf5a\udf62\udf78-\udf7c\udf90-\udfff]|\ud81b[\udc00-\ude3f\ude9b-\udeff\udf4b-\udf4e\udf88-\udf8e\udfa0-\udfdf\udfe5-\udfef\udff2-\udfff]|\ud821[\udff8-\udfff]|\ud823[\udcd6-\udcff\udd09-\udfff]|\ud82b[\udc00-\udfef\udff4\udffc\udfff]|\ud82c[\udd23-\udd4f\udd53-\udd63\udd68-\udd6f\udefc-\udfff]|\ud82f[\udc6b-\udc6f\udc7d-\udc7f\udc89-\udc8f\udc9a\udc9b\udca0-\udfff]|\ud833[\udc00-\udeff\udf2e\udf2f\udf47-\udf4f\udfc4-\udfff]|\ud834[\udcf6-\udcff\udd27\udd28\udd73-\udd7a\uddeb-\uddff\ude46-\udedf\udef4-\udeff\udf57-\udf5f\udf79-\udfff]|\ud835[\udc55\udc9d\udca0\udca1\udca3\udca4\udca7\udca8\udcad\udcba\udcbc\udcc4\udd06\udd0b\udd0c\udd15\udd1d\udd3a\udd3f\udd45\udd47-\udd49\udd51\udea6\udea7\udfcc\udfcd]|\ud836[\ude8c-\ude9a\udea0\udeb0-\udfff]|\ud837[\udc00-\udeff\udf1f-\udfff]|\ud838[\udc07\udc19\udc1a\udc22\udc25\udc2b-\udcff\udd2d-\udd2f\udd3e\udd3f\udd4a-\udd4d\udd50-\ude8f\udeaf-\udebf\udefa-\udefe\udf00-\udfff]|\ud839[\udc00-\udfdf\udfe7\udfec\udfef\udfff]|\ud83a[\udcc5\udcc6\udcd7-\udcff\udd4c-\udd4f\udd5a-\udd5d\udd60-\udfff]|\ud83b[\udc00-\udc70\udcb5-\udd00\udd3e-\uddff\ude04\ude20\ude23\ude25\ude26\ude28\ude33\ude38\ude3a\ude3c-\ude41\ude43-\ude46\ude48\ude4a\ude4c\ude50\ude53\ude55\ude56\ude58\ude5a\ude5c\ude5e\ude60\ude63\ude65\ude66\ude6b\ude73\ude78\ude7d\ude7f\ude8a\ude9c-\udea0\udea4\udeaa\udebc-\udeef\udef2-\udfff]|\ud83c[\udc2c-\udc2f\udc94-\udc9f\udcaf\udcb0\udcc0\udcd0\udcf6-\udcff\uddae-\udde5\ude03-\ude0f\ude3c-\ude3f\ude49-\ude4f\ude52-\ude5f\ude66-\udeff]|\ud83d[\uded8-\udedc\udeed-\udeef\udefd-\udeff\udf74-\udf7f\udfd9-\udfdf\udfec-\udfef\udff1-\udfff]|\ud83e[\udc0c-\udc0f\udc48-\udc4f\udc5a-\udc5f\udc88-\udc8f\udcae\udcaf\udcb2-\udcff\ude54-\ude5f\ude6e\ude6f\ude75-\ude77\ude7d-\ude7f\ude87-\ude8f\udead-\udeaf\udebb-\udebf\udec6-\udecf\udeda-\udedf\udee8-\udeef\udef7-\udeff\udf93\udfcb-\udfef\udffa-\udfff]|\ud869[\udee0-\udeff]|\ud86d[\udf39-\udf3f]|\ud86e[\udc1e\udc1f]|\ud873[\udea2-\udeaf]|\ud87a[\udfe1-\udfff]|\ud87e[\ude1e-\udfff]|\ud884[\udf4b-\udfff]|\udb40[\udc00-\udcff\uddf0-\udfff]"},{name:"Cc",alias:"Control",bmp:"\0--Ÿ"},{name:"Cf",alias:"Format",bmp:"­؀-؅؜۝܏࢐࢑࣢᠎​-‏‪-‮⁠-⁤⁦-\ufeff-",astral:"\ud804[\udcbd\udccd]|\ud80d[\udc30-\udc38]|\ud82f[\udca0-\udca3]|\ud834[\udd73-\udd7a]|\udb40[\udc01\udc20-\udc7f]"},{name:"Cn",alias:"Unassigned",bmp:"͸͹΀-΃΋΍΢԰՗՘֋֌֐׈-׏׫-׮׵-׿܎݋݌޲-޿߻߼࠮࠯࠿࡜࡝࡟࡫-࡯࢏࢒-ࢗ঄঍঎঑঒঩঱঳-঵঺঻৅৆৉৊৏-৖৘-৛৞৤৥৿਀਄਋-਎਑਒਩਱਴਷਺਻਽੃-੆੉੊੎-੐੒-੘੝੟-੥੷-઀઄઎઒઩઱઴઺઻૆૊૎૏૑-૟૤૥૲-૸଀଄଍଎଑଒଩଱଴଺଻୅୆୉୊୎-୔୘-୛୞୤୥୸-஁஄஋-஍஑஖-஘஛஝஠-஢஥-஧஫-஭஺-஽௃-௅௉௎௏௑-௖௘-௥௻-௿఍఑఩఺఻౅౉౎-౔౗౛౜౞౟౤౥౰-౶಍಑಩಴಺಻೅೉೎-೔೗-೜೟೤೥೰ೳ-೿഍഑൅൉൐-൓൤൥඀඄඗-඙඲඼඾඿෇-෉෋-෎෕෗෠-෥෰෱෵-฀฻-฾๜-຀຃຅຋຤຦຾຿໅໇໎໏໚໛໠-໿཈཭-཰྘྽࿍࿛-࿿჆჈-჌჎჏቉቎቏቗቙቞቟኉኎኏኱኶኷኿዁዆዇዗጑጖጗፛፜፽-፿᎚-᎟᏶᏷᏾᏿᚝-᚟᛹-᛿᜖-᜞᜷-᜿᝔-᝟᝭᝱᝴-᝿៞៟៪-៯៺-៿᠚-᠟᡹-᡿᢫-᢯᣶-᣿᤟᤬-᤯᤼-᤿᥁-᥃᥮᥯᥵-᥿᦬-᦯᧊-᧏᧛-᧝᨜᨝᩟᩽᩾᪊-᪏᪚-᪟᪮᪯᫏-᫿᭍-᭏᭿᯴-᯻᰸-᰺᱊-᱌Ᲊ-᲏᲻᲼᳈-᳏᳻-᳿἖἗἞἟὆὇὎὏὘὚὜὞὾὿᾵῅῔῕῜῰῱῵῿⁥⁲⁳₏₝-₟⃁-⃏⃱-⃿↌-↏␧-␿⑋-⑟⭴⭵⮖⳴-⳸⴦⴨-⴬⴮⴯⵨-⵮⵱-⵾⶗-⶟⶧⶯⶷⶿⷇⷏⷗⷟⹞-⹿⺚⻴-⻿⿖-⿯⿼-⿿぀゗゘㄀-㄄㄰㆏㇤-㇯㈟꒍-꒏꓇-꓏꘬-꘿꛸-꛿Ɤ-꟏꟒꟔Ꟛ-꟱꠭-꠯꠺-꠿꡸-꡿꣆-꣍꣚-꣟꥔-꥞꥽-꥿꧎꧚-꧝꧿꨷-꨿꩎꩏꩚꩛꫃-꫚꫷-꬀꬇꬈꬏꬐꬗-꬟꬧꬯꭬-꭯꯮꯯꯺-꯿힤-힯퟇-퟊퟼-퟿﩮﩯﫚-﫿﬇-﬒﬘-﬜﬷﬽﬿﭂﭅﯃-﯒﶐﶑﷈-﷎﷐-﷯︚-︟﹓﹧﹬-﹯﹵﻽﻾＀﾿-￁￈￉￐￑￘￙￝-￟￧￯-￸￾￿",astral:"\ud800[\udc0c\udc27\udc3b\udc3e\udc4e\udc4f\udc5e-\udc7f\udcfb-\udcff\udd03-\udd06\udd34-\udd36\udd8f\udd9d-\udd9f\udda1-\uddcf\uddfe-\ude7f\ude9d-\ude9f\uded1-\udedf\udefc-\udeff\udf24-\udf2c\udf4b-\udf4f\udf7b-\udf7f\udf9e\udfc4-\udfc7\udfd6-\udfff]|\ud801[\udc9e\udc9f\udcaa-\udcaf\udcd4-\udcd7\udcfc-\udcff\udd28-\udd2f\udd64-\udd6e\udd7b\udd8b\udd93\udd96\udda2\uddb2\uddba\uddbd-\uddff\udf37-\udf3f\udf56-\udf5f\udf68-\udf7f\udf86\udfb1\udfbb-\udfff]|\ud802[\udc06\udc07\udc09\udc36\udc39-\udc3b\udc3d\udc3e\udc56\udc9f-\udca6\udcb0-\udcdf\udcf3\udcf6-\udcfa\udd1c-\udd1e\udd3a-\udd3e\udd40-\udd7f\uddb8-\uddbb\uddd0\uddd1\ude04\ude07-\ude0b\ude14\ude18\ude36\ude37\ude3b-\ude3e\ude49-\ude4f\ude59-\ude5f\udea0-\udebf\udee7-\udeea\udef7-\udeff\udf36-\udf38\udf56\udf57\udf73-\udf77\udf92-\udf98\udf9d-\udfa8\udfb0-\udfff]|\ud803[\udc49-\udc7f\udcb3-\udcbf\udcf3-\udcf9\udd28-\udd2f\udd3a-\ude5f\ude7f\udeaa\udeae\udeaf\udeb2-\udeff\udf28-\udf2f\udf5a-\udf6f\udf8a-\udfaf\udfcc-\udfdf\udff7-\udfff]|\ud804[\udc4e-\udc51\udc76-\udc7e\udcc3-\udccc\udcce\udccf\udce9-\udcef\udcfa-\udcff\udd35\udd48-\udd4f\udd77-\udd7f\udde0\uddf5-\uddff\ude12\ude3f-\ude7f\ude87\ude89\ude8e\ude9e\udeaa-\udeaf\udeeb-\udeef\udefa-\udeff\udf04\udf0d\udf0e\udf11\udf12\udf29\udf31\udf34\udf3a\udf45\udf46\udf49\udf4a\udf4e\udf4f\udf51-\udf56\udf58-\udf5c\udf64\udf65\udf6d-\udf6f\udf75-\udfff]|\ud805[\udc5c\udc62-\udc7f\udcc8-\udccf\udcda-\udd7f\uddb6\uddb7\uddde-\uddff\ude45-\ude4f\ude5a-\ude5f\ude6d-\ude7f\udeba-\udebf\udeca-\udeff\udf1b\udf1c\udf2c-\udf2f\udf47-\udfff]|\ud806[\udc3c-\udc9f\udcf3-\udcfe\udd07\udd08\udd0a\udd0b\udd14\udd17\udd36\udd39\udd3a\udd47-\udd4f\udd5a-\udd9f\udda8\udda9\uddd8\uddd9\udde5-\uddff\ude48-\ude4f\udea3-\udeaf\udef9-\udfff]|\ud807[\udc09\udc37\udc46-\udc4f\udc6d-\udc6f\udc90\udc91\udca8\udcb7-\udcff\udd07\udd0a\udd37-\udd39\udd3b\udd3e\udd48-\udd4f\udd5a-\udd5f\udd66\udd69\udd8f\udd92\udd99-\udd9f\uddaa-\udedf\udef9-\udfaf\udfb1-\udfbf\udff2-\udffe]|\ud808[\udf9a-\udfff]|\ud809[\udc6f\udc75-\udc7f\udd44-\udfff]|[\ud80a\ud80e-\ud810\ud812-\ud819\ud824-\ud82a\ud82d\ud82e\ud830-\ud832\ud83f\ud87b-\ud87d\ud87f\ud885-\udb3f\udb41-\udb7f][\udc00-\udfff]|\ud80b[\udc00-\udf8f\udff3-\udfff]|\ud80d[\udc2f\udc39-\udfff]|\ud811[\ude47-\udfff]|\ud81a[\ude39-\ude3f\ude5f\ude6a-\ude6d\udebf\udeca-\udecf\udeee\udeef\udef6-\udeff\udf46-\udf4f\udf5a\udf62\udf78-\udf7c\udf90-\udfff]|\ud81b[\udc00-\ude3f\ude9b-\udeff\udf4b-\udf4e\udf88-\udf8e\udfa0-\udfdf\udfe5-\udfef\udff2-\udfff]|\ud821[\udff8-\udfff]|\ud823[\udcd6-\udcff\udd09-\udfff]|\ud82b[\udc00-\udfef\udff4\udffc\udfff]|\ud82c[\udd23-\udd4f\udd53-\udd63\udd68-\udd6f\udefc-\udfff]|\ud82f[\udc6b-\udc6f\udc7d-\udc7f\udc89-\udc8f\udc9a\udc9b\udca4-\udfff]|\ud833[\udc00-\udeff\udf2e\udf2f\udf47-\udf4f\udfc4-\udfff]|\ud834[\udcf6-\udcff\udd27\udd28\uddeb-\uddff\ude46-\udedf\udef4-\udeff\udf57-\udf5f\udf79-\udfff]|\ud835[\udc55\udc9d\udca0\udca1\udca3\udca4\udca7\udca8\udcad\udcba\udcbc\udcc4\udd06\udd0b\udd0c\udd15\udd1d\udd3a\udd3f\udd45\udd47-\udd49\udd51\udea6\udea7\udfcc\udfcd]|\ud836[\ude8c-\ude9a\udea0\udeb0-\udfff]|\ud837[\udc00-\udeff\udf1f-\udfff]|\ud838[\udc07\udc19\udc1a\udc22\udc25\udc2b-\udcff\udd2d-\udd2f\udd3e\udd3f\udd4a-\udd4d\udd50-\ude8f\udeaf-\udebf\udefa-\udefe\udf00-\udfff]|\ud839[\udc00-\udfdf\udfe7\udfec\udfef\udfff]|\ud83a[\udcc5\udcc6\udcd7-\udcff\udd4c-\udd4f\udd5a-\udd5d\udd60-\udfff]|\ud83b[\udc00-\udc70\udcb5-\udd00\udd3e-\uddff\ude04\ude20\ude23\ude25\ude26\ude28\ude33\ude38\ude3a\ude3c-\ude41\ude43-\ude46\ude48\ude4a\ude4c\ude50\ude53\ude55\ude56\ude58\ude5a\ude5c\ude5e\ude60\ude63\ude65\ude66\ude6b\ude73\ude78\ude7d\ude7f\ude8a\ude9c-\udea0\udea4\udeaa\udebc-\udeef\udef2-\udfff]|\ud83c[\udc2c-\udc2f\udc94-\udc9f\udcaf\udcb0\udcc0\udcd0\udcf6-\udcff\uddae-\udde5\ude03-\ude0f\ude3c-\ude3f\ude49-\ude4f\ude52-\ude5f\ude66-\udeff]|\ud83d[\uded8-\udedc\udeed-\udeef\udefd-\udeff\udf74-\udf7f\udfd9-\udfdf\udfec-\udfef\udff1-\udfff]|\ud83e[\udc0c-\udc0f\udc48-\udc4f\udc5a-\udc5f\udc88-\udc8f\udcae\udcaf\udcb2-\udcff\ude54-\ude5f\ude6e\ude6f\ude75-\ude77\ude7d-\ude7f\ude87-\ude8f\udead-\udeaf\udebb-\udebf\udec6-\udecf\udeda-\udedf\udee8-\udeef\udef7-\udeff\udf93\udfcb-\udfef\udffa-\udfff]|\ud869[\udee0-\udeff]|\ud86d[\udf39-\udf3f]|\ud86e[\udc1e\udc1f]|\ud873[\udea2-\udeaf]|\ud87a[\udfe1-\udfff]|\ud87e[\ude1e-\udfff]|\ud884[\udf4b-\udfff]|\udb40[\udc00\udc02-\udc1f\udc80-\udcff\uddf0-\udfff]|[\udbbf\udbff][\udffe\udfff]"},{name:"Co",alias:"Private_Use",bmp:"-",astral:"[\udb80-\udbbe\udbc0-\udbfe][\udc00-\udfff]|[\udbbf\udbff][\udc00-\udffd]"},{name:"Cs",alias:"Surrogate",bmp:"\ud800-\udfff"},{name:"L",alias:"Letter",bmp:"A-Za-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々〆〱-〵〻〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛥꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",astral:"\ud800[\udc00-\udc0b\udc0d-\udc26\udc28-\udc3a\udc3c\udc3d\udc3f-\udc4d\udc50-\udc5d\udc80-\udcfa\ude80-\ude9c\udea0-\uded0\udf00-\udf1f\udf2d-\udf40\udf42-\udf49\udf50-\udf75\udf80-\udf9d\udfa0-\udfc3\udfc8-\udfcf]|\ud801[\udc00-\udc9d\udcb0-\udcd3\udcd8-\udcfb\udd00-\udd27\udd30-\udd63\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc\ude00-\udf36\udf40-\udf55\udf60-\udf67\udf80-\udf85\udf87-\udfb0\udfb2-\udfba]|\ud802[\udc00-\udc05\udc08\udc0a-\udc35\udc37\udc38\udc3c\udc3f-\udc55\udc60-\udc76\udc80-\udc9e\udce0-\udcf2\udcf4\udcf5\udd00-\udd15\udd20-\udd39\udd80-\uddb7\uddbe\uddbf\ude00\ude10-\ude13\ude15-\ude17\ude19-\ude35\ude60-\ude7c\ude80-\ude9c\udec0-\udec7\udec9-\udee4\udf00-\udf35\udf40-\udf55\udf60-\udf72\udf80-\udf91]|\ud803[\udc00-\udc48\udc80-\udcb2\udcc0-\udcf2\udd00-\udd23\ude80-\udea9\udeb0\udeb1\udf00-\udf1c\udf27\udf30-\udf45\udf70-\udf81\udfb0-\udfc4\udfe0-\udff6]|\ud804[\udc03-\udc37\udc71\udc72\udc75\udc83-\udcaf\udcd0-\udce8\udd03-\udd26\udd44\udd47\udd50-\udd72\udd76\udd83-\uddb2\uddc1-\uddc4\uddda\udddc\ude00-\ude11\ude13-\ude2b\ude80-\ude86\ude88\ude8a-\ude8d\ude8f-\ude9d\ude9f-\udea8\udeb0-\udede\udf05-\udf0c\udf0f\udf10\udf13-\udf28\udf2a-\udf30\udf32\udf33\udf35-\udf39\udf3d\udf50\udf5d-\udf61]|\ud805[\udc00-\udc34\udc47-\udc4a\udc5f-\udc61\udc80-\udcaf\udcc4\udcc5\udcc7\udd80-\uddae\uddd8-\udddb\ude00-\ude2f\ude44\ude80-\udeaa\udeb8\udf00-\udf1a\udf40-\udf46]|\ud806[\udc00-\udc2b\udca0-\udcdf\udcff-\udd06\udd09\udd0c-\udd13\udd15\udd16\udd18-\udd2f\udd3f\udd41\udda0-\udda7\uddaa-\uddd0\udde1\udde3\ude00\ude0b-\ude32\ude3a\ude50\ude5c-\ude89\ude9d\udeb0-\udef8]|\ud807[\udc00-\udc08\udc0a-\udc2e\udc40\udc72-\udc8f\udd00-\udd06\udd08\udd09\udd0b-\udd30\udd46\udd60-\udd65\udd67\udd68\udd6a-\udd89\udd98\udee0-\udef2\udfb0]|\ud808[\udc00-\udf99]|\ud809[\udc80-\udd43]|\ud80b[\udf90-\udff0]|[\ud80c\ud81c-\ud820\ud822\ud840-\ud868\ud86a-\ud86c\ud86f-\ud872\ud874-\ud879\ud880-\ud883][\udc00-\udfff]|\ud80d[\udc00-\udc2e]|\ud811[\udc00-\ude46]|\ud81a[\udc00-\ude38\ude40-\ude5e\ude70-\udebe\uded0-\udeed\udf00-\udf2f\udf40-\udf43\udf63-\udf77\udf7d-\udf8f]|\ud81b[\ude40-\ude7f\udf00-\udf4a\udf50\udf93-\udf9f\udfe0\udfe1\udfe3]|\ud821[\udc00-\udff7]|\ud823[\udc00-\udcd5\udd00-\udd08]|\ud82b[\udff0-\udff3\udff5-\udffb\udffd\udffe]|\ud82c[\udc00-\udd22\udd50-\udd52\udd64-\udd67\udd70-\udefb]|\ud82f[\udc00-\udc6a\udc70-\udc7c\udc80-\udc88\udc90-\udc99]|\ud835[\udc00-\udc54\udc56-\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd1e-\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd52-\udea5\udea8-\udec0\udec2-\udeda\udedc-\udefa\udefc-\udf14\udf16-\udf34\udf36-\udf4e\udf50-\udf6e\udf70-\udf88\udf8a-\udfa8\udfaa-\udfc2\udfc4-\udfcb]|\ud837[\udf00-\udf1e]|\ud838[\udd00-\udd2c\udd37-\udd3d\udd4e\ude90-\udead\udec0-\udeeb]|\ud839[\udfe0-\udfe6\udfe8-\udfeb\udfed\udfee\udff0-\udffe]|\ud83a[\udc00-\udcc4\udd00-\udd43\udd4b]|\ud83b[\ude00-\ude03\ude05-\ude1f\ude21\ude22\ude24\ude27\ude29-\ude32\ude34-\ude37\ude39\ude3b\ude42\ude47\ude49\ude4b\ude4d-\ude4f\ude51\ude52\ude54\ude57\ude59\ude5b\ude5d\ude5f\ude61\ude62\ude64\ude67-\ude6a\ude6c-\ude72\ude74-\ude77\ude79-\ude7c\ude7e\ude80-\ude89\ude8b-\ude9b\udea1-\udea3\udea5-\udea9\udeab-\udebb]|\ud869[\udc00-\udedf\udf00-\udfff]|\ud86d[\udc00-\udf38\udf40-\udfff]|\ud86e[\udc00-\udc1d\udc20-\udfff]|\ud873[\udc00-\udea1\udeb0-\udfff]|\ud87a[\udc00-\udfe0]|\ud87e[\udc00-\ude1d]|\ud884[\udc00-\udf4a]"},{name:"LC",alias:"Cased_Letter",bmp:"A-Za-zµÀ-ÖØ-öø-ƺƼ-ƿDŽ-ʓʕ-ʯͰ-ͳͶͷͻ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՠ-ֈႠ-ჅჇჍა-ჺჽ-ჿᎠ-Ᏽᏸ-ᏽᲀ-ᲈᲐ-ᲺᲽ-Ჿᴀ-ᴫᵫ-ᵷᵹ-ᶚḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℴℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-ⱻⱾ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭꙀ-ꙭꚀ-ꚛꜢ-ꝯꝱ-ꞇꞋ-ꞎꞐ-ꟊꟐꟑꟓꟕ-ꟙꟵꟶꟺꬰ-ꭚꭠ-ꭨꭰ-ꮿff-stﬓ-ﬗA-Za-z",astral:"\ud801[\udc00-\udc4f\udcb0-\udcd3\udcd8-\udcfb\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc]|\ud803[\udc80-\udcb2\udcc0-\udcf2]|\ud806[\udca0-\udcdf]|\ud81b[\ude40-\ude7f]|\ud835[\udc00-\udc54\udc56-\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd1e-\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd52-\udea5\udea8-\udec0\udec2-\udeda\udedc-\udefa\udefc-\udf14\udf16-\udf34\udf36-\udf4e\udf50-\udf6e\udf70-\udf88\udf8a-\udfa8\udfaa-\udfc2\udfc4-\udfcb]|\ud837[\udf00-\udf09\udf0b-\udf1e]|\ud83a[\udd00-\udd43]"},{name:"Ll",alias:"Lowercase_Letter",bmp:"a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķĸĺļľŀłńņňʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌƍƒƕƙ-ƛƞơƣƥƨƪƫƭưƴƶƹƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜǝǟǡǣǥǧǩǫǭǯǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶᾷιῂ-ῄῆῇῐ-ΐῖῗῠ-ῧῲ-ῴῶῷℊℎℏℓℯℴℹℼℽⅆ-ⅉⅎↄⰰ-ⱟⱡⱥⱦⱨⱪⱬⱱⱳⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꞻꞽꞿꟁꟃꟈꟊꟑꟓꟕꟗꟙꟶꟺꬰ-ꭚꭠ-ꭨꭰ-ꮿff-stﬓ-ﬗa-z",astral:"\ud801[\udc28-\udc4f\udcd8-\udcfb\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc]|\ud803[\udcc0-\udcf2]|\ud806[\udcc0-\udcdf]|\ud81b[\ude60-\ude7f]|\ud835[\udc1a-\udc33\udc4e-\udc54\udc56-\udc67\udc82-\udc9b\udcb6-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udccf\udcea-\udd03\udd1e-\udd37\udd52-\udd6b\udd86-\udd9f\uddba-\uddd3\uddee-\ude07\ude22-\ude3b\ude56-\ude6f\ude8a-\udea5\udec2-\udeda\udedc-\udee1\udefc-\udf14\udf16-\udf1b\udf36-\udf4e\udf50-\udf55\udf70-\udf88\udf8a-\udf8f\udfaa-\udfc2\udfc4-\udfc9\udfcb]|\ud837[\udf00-\udf09\udf0b-\udf1e]|\ud83a[\udd22-\udd43]"},{name:"Lm",alias:"Modifier_Letter",bmp:"ʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥۦߴߵߺࠚࠤࠨࣉॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼⱽⵯⸯ々〱-〵〻ゝゞー-ヾꀕꓸ-ꓽꘌꙿꚜꚝꜗ-ꜟꝰꞈꟲ-ꟴꟸꟹꧏꧦꩰꫝꫳꫴꭜ-ꭟꭩー゙゚",astral:"\ud801[\udf80-\udf85\udf87-\udfb0\udfb2-\udfba]|\ud81a[\udf40-\udf43]|\ud81b[\udf93-\udf9f\udfe0\udfe1\udfe3]|\ud82b[\udff0-\udff3\udff5-\udffb\udffd\udffe]|\ud838[\udd37-\udd3d]|𞥋"},{name:"Lo",alias:"Other_Letter",bmp:"ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮٯٱ-ۓەۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣈऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๅກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳳᳵᳶᳺℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",astral:"\ud800[\udc00-\udc0b\udc0d-\udc26\udc28-\udc3a\udc3c\udc3d\udc3f-\udc4d\udc50-\udc5d\udc80-\udcfa\ude80-\ude9c\udea0-\uded0\udf00-\udf1f\udf2d-\udf40\udf42-\udf49\udf50-\udf75\udf80-\udf9d\udfa0-\udfc3\udfc8-\udfcf]|\ud801[\udc50-\udc9d\udd00-\udd27\udd30-\udd63\ude00-\udf36\udf40-\udf55\udf60-\udf67]|\ud802[\udc00-\udc05\udc08\udc0a-\udc35\udc37\udc38\udc3c\udc3f-\udc55\udc60-\udc76\udc80-\udc9e\udce0-\udcf2\udcf4\udcf5\udd00-\udd15\udd20-\udd39\udd80-\uddb7\uddbe\uddbf\ude00\ude10-\ude13\ude15-\ude17\ude19-\ude35\ude60-\ude7c\ude80-\ude9c\udec0-\udec7\udec9-\udee4\udf00-\udf35\udf40-\udf55\udf60-\udf72\udf80-\udf91]|\ud803[\udc00-\udc48\udd00-\udd23\ude80-\udea9\udeb0\udeb1\udf00-\udf1c\udf27\udf30-\udf45\udf70-\udf81\udfb0-\udfc4\udfe0-\udff6]|\ud804[\udc03-\udc37\udc71\udc72\udc75\udc83-\udcaf\udcd0-\udce8\udd03-\udd26\udd44\udd47\udd50-\udd72\udd76\udd83-\uddb2\uddc1-\uddc4\uddda\udddc\ude00-\ude11\ude13-\ude2b\ude80-\ude86\ude88\ude8a-\ude8d\ude8f-\ude9d\ude9f-\udea8\udeb0-\udede\udf05-\udf0c\udf0f\udf10\udf13-\udf28\udf2a-\udf30\udf32\udf33\udf35-\udf39\udf3d\udf50\udf5d-\udf61]|\ud805[\udc00-\udc34\udc47-\udc4a\udc5f-\udc61\udc80-\udcaf\udcc4\udcc5\udcc7\udd80-\uddae\uddd8-\udddb\ude00-\ude2f\ude44\ude80-\udeaa\udeb8\udf00-\udf1a\udf40-\udf46]|\ud806[\udc00-\udc2b\udcff-\udd06\udd09\udd0c-\udd13\udd15\udd16\udd18-\udd2f\udd3f\udd41\udda0-\udda7\uddaa-\uddd0\udde1\udde3\ude00\ude0b-\ude32\ude3a\ude50\ude5c-\ude89\ude9d\udeb0-\udef8]|\ud807[\udc00-\udc08\udc0a-\udc2e\udc40\udc72-\udc8f\udd00-\udd06\udd08\udd09\udd0b-\udd30\udd46\udd60-\udd65\udd67\udd68\udd6a-\udd89\udd98\udee0-\udef2\udfb0]|\ud808[\udc00-\udf99]|\ud809[\udc80-\udd43]|\ud80b[\udf90-\udff0]|[\ud80c\ud81c-\ud820\ud822\ud840-\ud868\ud86a-\ud86c\ud86f-\ud872\ud874-\ud879\ud880-\ud883][\udc00-\udfff]|\ud80d[\udc00-\udc2e]|\ud811[\udc00-\ude46]|\ud81a[\udc00-\ude38\ude40-\ude5e\ude70-\udebe\uded0-\udeed\udf00-\udf2f\udf63-\udf77\udf7d-\udf8f]|\ud81b[\udf00-\udf4a\udf50]|\ud821[\udc00-\udff7]|\ud823[\udc00-\udcd5\udd00-\udd08]|\ud82c[\udc00-\udd22\udd50-\udd52\udd64-\udd67\udd70-\udefb]|\ud82f[\udc00-\udc6a\udc70-\udc7c\udc80-\udc88\udc90-\udc99]|𝼊|\ud838[\udd00-\udd2c\udd4e\ude90-\udead\udec0-\udeeb]|\ud839[\udfe0-\udfe6\udfe8-\udfeb\udfed\udfee\udff0-\udffe]|\ud83a[\udc00-\udcc4]|\ud83b[\ude00-\ude03\ude05-\ude1f\ude21\ude22\ude24\ude27\ude29-\ude32\ude34-\ude37\ude39\ude3b\ude42\ude47\ude49\ude4b\ude4d-\ude4f\ude51\ude52\ude54\ude57\ude59\ude5b\ude5d\ude5f\ude61\ude62\ude64\ude67-\ude6a\ude6c-\ude72\ude74-\ude77\ude79-\ude7c\ude7e\ude80-\ude89\ude8b-\ude9b\udea1-\udea3\udea5-\udea9\udeab-\udebb]|\ud869[\udc00-\udedf\udf00-\udfff]|\ud86d[\udc00-\udf38\udf40-\udfff]|\ud86e[\udc00-\udc1d\udc20-\udfff]|\ud873[\udc00-\udea1\udeb0-\udfff]|\ud87a[\udc00-\udfe0]|\ud87e[\udc00-\ude1d]|\ud884[\udc00-\udf4a]"},{name:"Lt",alias:"Titlecase_Letter",bmp:"DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼ"},{name:"Lu",alias:"Uppercase_Letter",bmp:"A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸŹŻŽƁƂƄƆƇƉ-ƋƎ-ƑƓƔƖ-ƘƜƝƟƠƢƤƦƧƩƬƮƯƱ-ƳƵƷƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺȻȽȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾℿⅅↃⰀ-ⰯⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸꞺꞼꞾꟀꟂꟄ-ꟇꟉꟐꟖꟘꟵA-Z",astral:"\ud801[\udc00-\udc27\udcb0-\udcd3\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95]|\ud803[\udc80-\udcb2]|\ud806[\udca0-\udcbf]|\ud81b[\ude40-\ude5f]|\ud835[\udc00-\udc19\udc34-\udc4d\udc68-\udc81\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb5\udcd0-\udce9\udd04\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd38\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd6c-\udd85\udda0-\uddb9\uddd4-\udded\ude08-\ude21\ude3c-\ude55\ude70-\ude89\udea8-\udec0\udee2-\udefa\udf1c-\udf34\udf56-\udf6e\udf90-\udfa8\udfca]|\ud83a[\udd00-\udd21]"},{name:"M",alias:"Mark",bmp:"̀-ͯ҃-҉֑-ׇֽֿׁׂׅׄؐ-ًؚ-ٰٟۖ-ۜ۟-۪ۤۧۨ-ܑۭܰ-݊ަ-ް߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣঁ-ঃ়া-ৄেৈো-্ৗৢৣ৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑੰੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣஂா-ூெ-ைொ-்ௗఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣඁ-ඃ්ා-ුූෘ-ෟෲෳัิ-ฺ็-๎ັິ-ຼ່-ໍ༹༘༙༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏႚ-ႝ፝-፟ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝᠋-᠍᠏ᢅᢆᢩᤠ-ᤫᤰ-᤻ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼᪰-ᫎᬀ-ᬄ᬴-᭄᭫-᭳ᮀ-ᮂᮡ-ᮭ᯦-᯳ᰤ-᰷᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿⃐-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꙯-꙲ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣠-꣱ꣿꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀ꧥꨩ-ꨶꩃꩌꩍꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭ﬞ︀-️︠-︯",astral:"\ud800[\uddfd\udee0\udf76-\udf7a]|\ud802[\ude01-\ude03\ude05\ude06\ude0c-\ude0f\ude38-\ude3a\ude3f\udee5\udee6]|\ud803[\udd24-\udd27\udeab\udeac\udf46-\udf50\udf82-\udf85]|\ud804[\udc00-\udc02\udc38-\udc46\udc70\udc73\udc74\udc7f-\udc82\udcb0-\udcba\udcc2\udd00-\udd02\udd27-\udd34\udd45\udd46\udd73\udd80-\udd82\uddb3-\uddc0\uddc9-\uddcc\uddce\uddcf\ude2c-\ude37\ude3e\udedf-\udeea\udf00-\udf03\udf3b\udf3c\udf3e-\udf44\udf47\udf48\udf4b-\udf4d\udf57\udf62\udf63\udf66-\udf6c\udf70-\udf74]|\ud805[\udc35-\udc46\udc5e\udcb0-\udcc3\uddaf-\uddb5\uddb8-\uddc0\udddc\udddd\ude30-\ude40\udeab-\udeb7\udf1d-\udf2b]|\ud806[\udc2c-\udc3a\udd30-\udd35\udd37\udd38\udd3b-\udd3e\udd40\udd42\udd43\uddd1-\uddd7\uddda-\udde0\udde4\ude01-\ude0a\ude33-\ude39\ude3b-\ude3e\ude47\ude51-\ude5b\ude8a-\ude99]|\ud807[\udc2f-\udc36\udc38-\udc3f\udc92-\udca7\udca9-\udcb6\udd31-\udd36\udd3a\udd3c\udd3d\udd3f-\udd45\udd47\udd8a-\udd8e\udd90\udd91\udd93-\udd97\udef3-\udef6]|\ud81a[\udef0-\udef4\udf30-\udf36]|\ud81b[\udf4f\udf51-\udf87\udf8f-\udf92\udfe4\udff0\udff1]|\ud82f[\udc9d\udc9e]|\ud833[\udf00-\udf2d\udf30-\udf46]|\ud834[\udd65-\udd69\udd6d-\udd72\udd7b-\udd82\udd85-\udd8b\uddaa-\uddad\ude42-\ude44]|\ud836[\ude00-\ude36\ude3b-\ude6c\ude75\ude84\ude9b-\ude9f\udea1-\udeaf]|\ud838[\udc00-\udc06\udc08-\udc18\udc1b-\udc21\udc23\udc24\udc26-\udc2a\udd30-\udd36\udeae\udeec-\udeef]|\ud83a[\udcd0-\udcd6\udd44-\udd4a]|\udb40[\udd00-\uddef]"},{name:"Mc",alias:"Spacing_Mark",bmp:"ःऻा-ीॉ-ौॎॏংঃা-ীেৈোৌৗਃਾ-ੀઃા-ીૉોૌଂଃାୀେୈୋୌୗாிுூெ-ைொ-ௌௗఁ-ఃు-ౄಂಃಾೀ-ೄೇೈೊೋೕೖംഃാ-ീെ-ൈൊ-ൌൗංඃා-ෑෘ-ෟෲෳ༾༿ཿါာေးျြၖၗၢ-ၤၧ-ၭႃႄႇ-ႌႏႚ-ႜ᜕᜴ាើ-ៅះៈᤣ-ᤦᤩ-ᤫᤰᤱᤳ-ᤸᨙᨚᩕᩗᩡᩣᩤᩭ-ᩲᬄᬵᬻᬽ-ᭁᭃ᭄ᮂᮡᮦᮧ᮪ᯧᯪ-ᯬᯮ᯲᯳ᰤ-ᰫᰴᰵ᳡᳷〮〯ꠣꠤꠧꢀꢁꢴ-ꣃꥒ꥓ꦃꦴꦵꦺꦻꦾ-꧀ꨯꨰꨳꨴꩍꩻꩽꫫꫮꫯꫵꯣꯤꯦꯧꯩꯪ꯬",astral:"\ud804[\udc00\udc02\udc82\udcb0-\udcb2\udcb7\udcb8\udd2c\udd45\udd46\udd82\uddb3-\uddb5\uddbf\uddc0\uddce\ude2c-\ude2e\ude32\ude33\ude35\udee0-\udee2\udf02\udf03\udf3e\udf3f\udf41-\udf44\udf47\udf48\udf4b-\udf4d\udf57\udf62\udf63]|\ud805[\udc35-\udc37\udc40\udc41\udc45\udcb0-\udcb2\udcb9\udcbb-\udcbe\udcc1\uddaf-\uddb1\uddb8-\uddbb\uddbe\ude30-\ude32\ude3b\ude3c\ude3e\udeac\udeae\udeaf\udeb6\udf20\udf21\udf26]|\ud806[\udc2c-\udc2e\udc38\udd30-\udd35\udd37\udd38\udd3d\udd40\udd42\uddd1-\uddd3\udddc-\udddf\udde4\ude39\ude57\ude58\ude97]|\ud807[\udc2f\udc3e\udca9\udcb1\udcb4\udd8a-\udd8e\udd93\udd94\udd96\udef5\udef6]|\ud81b[\udf51-\udf87\udff0\udff1]|\ud834[\udd65\udd66\udd6d-\udd72]"},{name:"Me",alias:"Enclosing_Mark",bmp:"҈҉᪾⃝-⃠⃢-⃤꙰-꙲"},{name:"Mn",alias:"Nonspacing_Mark",bmp:"̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-ٰٟۖ-ۜ۟-۪ۤۧۨ-ܑۭܰ-݊ަ-ް߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ंऺ़ु-ै्॑-ॗॢॣঁ়ু-ৄ্ৢৣ৾ਁਂ਼ੁੂੇੈੋ-੍ੑੰੱੵઁં઼ુ-ૅેૈ્ૢૣૺ-૿ଁ଼ିୁ-ୄ୍୕ୖୢୣஂீ்ఀఄ఼ా-ీె-ైొ-్ౕౖౢౣಁ಼ಿೆೌ್ೢೣഀഁ഻഼ു-ൄ്ൢൣඁ්ි-ුූัิ-ฺ็-๎ັິ-ຼ່-ໍཱ༹༘༙༵༷-ཾྀ-྄྆྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္်ွှၘၙၞ-ၠၱ-ၴႂႅႆႍႝ፝-፟ᜒ-᜔ᜲᜳᝒᝓᝲᝳ឴឵ិ-ួំ៉-៓៝᠋-᠍᠏ᢅᢆᢩᤠ-ᤢᤧᤨᤲ᤹-᤻ᨘᨗᨛᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼᪰-᪽ᪿ-ᫎᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀᮁᮢ-ᮥᮨᮩ᮫-ᮭ᯦ᯨᯩᯭᯯ-ᯱᰬ-ᰳᰶ᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᳸᳹᷀-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〭꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠥꠦ꠬꣄ꣅ꣠-꣱ꣿꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꦽꧥꨩ-ꨮꨱꨲꨵꨶꩃꩌꩼꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫬꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-︯",astral:"\ud800[\uddfd\udee0\udf76-\udf7a]|\ud802[\ude01-\ude03\ude05\ude06\ude0c-\ude0f\ude38-\ude3a\ude3f\udee5\udee6]|\ud803[\udd24-\udd27\udeab\udeac\udf46-\udf50\udf82-\udf85]|\ud804[\udc01\udc38-\udc46\udc70\udc73\udc74\udc7f-\udc81\udcb3-\udcb6\udcb9\udcba\udcc2\udd00-\udd02\udd27-\udd2b\udd2d-\udd34\udd73\udd80\udd81\uddb6-\uddbe\uddc9-\uddcc\uddcf\ude2f-\ude31\ude34\ude36\ude37\ude3e\udedf\udee3-\udeea\udf00\udf01\udf3b\udf3c\udf40\udf66-\udf6c\udf70-\udf74]|\ud805[\udc38-\udc3f\udc42-\udc44\udc46\udc5e\udcb3-\udcb8\udcba\udcbf\udcc0\udcc2\udcc3\uddb2-\uddb5\uddbc\uddbd\uddbf\uddc0\udddc\udddd\ude33-\ude3a\ude3d\ude3f\ude40\udeab\udead\udeb0-\udeb5\udeb7\udf1d-\udf1f\udf22-\udf25\udf27-\udf2b]|\ud806[\udc2f-\udc37\udc39\udc3a\udd3b\udd3c\udd3e\udd43\uddd4-\uddd7\uddda\udddb\udde0\ude01-\ude0a\ude33-\ude38\ude3b-\ude3e\ude47\ude51-\ude56\ude59-\ude5b\ude8a-\ude96\ude98\ude99]|\ud807[\udc30-\udc36\udc38-\udc3d\udc3f\udc92-\udca7\udcaa-\udcb0\udcb2\udcb3\udcb5\udcb6\udd31-\udd36\udd3a\udd3c\udd3d\udd3f-\udd45\udd47\udd90\udd91\udd95\udd97\udef3\udef4]|\ud81a[\udef0-\udef4\udf30-\udf36]|\ud81b[\udf4f\udf8f-\udf92\udfe4]|\ud82f[\udc9d\udc9e]|\ud833[\udf00-\udf2d\udf30-\udf46]|\ud834[\udd67-\udd69\udd7b-\udd82\udd85-\udd8b\uddaa-\uddad\ude42-\ude44]|\ud836[\ude00-\ude36\ude3b-\ude6c\ude75\ude84\ude9b-\ude9f\udea1-\udeaf]|\ud838[\udc00-\udc06\udc08-\udc18\udc1b-\udc21\udc23\udc24\udc26-\udc2a\udd30-\udd36\udeae\udeec-\udeef]|\ud83a[\udcd0-\udcd6\udd44-\udd4a]|\udb40[\udd00-\uddef]"},{name:"N",alias:"Number",bmp:"0-9²³¹¼-¾٠-٩۰-۹߀-߉०-९০-৯৴-৹੦-੯૦-૯୦-୯୲-୷௦-௲౦-౯౸-౾೦-೯൘-൞൦-൸෦-෯๐-๙໐-໙༠-༳၀-၉႐-႙፩-፼ᛮ-ᛰ០-៩៰-៹᠐-᠙᥆-᥏᧐-᧚᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙⁰⁴-⁹₀-₉⅐-ↂↅ-↉①-⒛⓪-⓿❶-➓⳽〇〡-〩〸-〺㆒-㆕㈠-㈩㉈-㉏㉑-㉟㊀-㊉㊱-㊿꘠-꘩ꛦ-ꛯ꠰-꠵꣐-꣙꤀-꤉꧐-꧙꧰-꧹꩐-꩙꯰-꯹0-9",astral:"\ud800[\udd07-\udd33\udd40-\udd78\udd8a\udd8b\udee1-\udefb\udf20-\udf23\udf41\udf4a\udfd1-\udfd5]|\ud801[\udca0-\udca9]|\ud802[\udc58-\udc5f\udc79-\udc7f\udca7-\udcaf\udcfb-\udcff\udd16-\udd1b\uddbc\uddbd\uddc0-\uddcf\uddd2-\uddff\ude40-\ude48\ude7d\ude7e\ude9d-\ude9f\udeeb-\udeef\udf58-\udf5f\udf78-\udf7f\udfa9-\udfaf]|\ud803[\udcfa-\udcff\udd30-\udd39\ude60-\ude7e\udf1d-\udf26\udf51-\udf54\udfc5-\udfcb]|\ud804[\udc52-\udc6f\udcf0-\udcf9\udd36-\udd3f\uddd0-\uddd9\udde1-\uddf4\udef0-\udef9]|\ud805[\udc50-\udc59\udcd0-\udcd9\ude50-\ude59\udec0-\udec9\udf30-\udf3b]|\ud806[\udce0-\udcf2\udd50-\udd59]|\ud807[\udc50-\udc6c\udd50-\udd59\udda0-\udda9\udfc0-\udfd4]|\ud809[\udc00-\udc6e]|\ud81a[\ude60-\ude69\udec0-\udec9\udf50-\udf59\udf5b-\udf61]|\ud81b[\ude80-\ude96]|\ud834[\udee0-\udef3\udf60-\udf78]|\ud835[\udfce-\udfff]|\ud838[\udd40-\udd49\udef0-\udef9]|\ud83a[\udcc7-\udccf\udd50-\udd59]|\ud83b[\udc71-\udcab\udcad-\udcaf\udcb1-\udcb4\udd01-\udd2d\udd2f-\udd3d]|\ud83c[\udd00-\udd0c]|\ud83e[\udff0-\udff9]"},{name:"Nd",alias:"Decimal_Number",bmp:"0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯෦-෯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꧰-꧹꩐-꩙꯰-꯹0-9",astral:"\ud801[\udca0-\udca9]|\ud803[\udd30-\udd39]|\ud804[\udc66-\udc6f\udcf0-\udcf9\udd36-\udd3f\uddd0-\uddd9\udef0-\udef9]|\ud805[\udc50-\udc59\udcd0-\udcd9\ude50-\ude59\udec0-\udec9\udf30-\udf39]|\ud806[\udce0-\udce9\udd50-\udd59]|\ud807[\udc50-\udc59\udd50-\udd59\udda0-\udda9]|\ud81a[\ude60-\ude69\udec0-\udec9\udf50-\udf59]|\ud835[\udfce-\udfff]|\ud838[\udd40-\udd49\udef0-\udef9]|\ud83a[\udd50-\udd59]|\ud83e[\udff0-\udff9]"},{name:"Nl",alias:"Letter_Number",bmp:"ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ",astral:"\ud800[\udd40-\udd74\udf41\udf4a\udfd1-\udfd5]|\ud809[\udc00-\udc6e]"},{name:"No",alias:"Other_Number",bmp:"²³¹¼-¾৴-৹୲-୷௰-௲౸-౾൘-൞൰-൸༪-༳፩-፼៰-៹᧚⁰⁴-⁹₀-₉⅐-⅟↉①-⒛⓪-⓿❶-➓⳽㆒-㆕㈠-㈩㉈-㉏㉑-㉟㊀-㊉㊱-㊿꠰-꠵",astral:"\ud800[\udd07-\udd33\udd75-\udd78\udd8a\udd8b\udee1-\udefb\udf20-\udf23]|\ud802[\udc58-\udc5f\udc79-\udc7f\udca7-\udcaf\udcfb-\udcff\udd16-\udd1b\uddbc\uddbd\uddc0-\uddcf\uddd2-\uddff\ude40-\ude48\ude7d\ude7e\ude9d-\ude9f\udeeb-\udeef\udf58-\udf5f\udf78-\udf7f\udfa9-\udfaf]|\ud803[\udcfa-\udcff\ude60-\ude7e\udf1d-\udf26\udf51-\udf54\udfc5-\udfcb]|\ud804[\udc52-\udc65\udde1-\uddf4]|\ud805[\udf3a\udf3b]|\ud806[\udcea-\udcf2]|\ud807[\udc5a-\udc6c\udfc0-\udfd4]|\ud81a[\udf5b-\udf61]|\ud81b[\ude80-\ude96]|\ud834[\udee0-\udef3\udf60-\udf78]|\ud83a[\udcc7-\udccf]|\ud83b[\udc71-\udcab\udcad-\udcaf\udcb1-\udcb4\udd01-\udd2d\udd2f-\udd3d]|\ud83c[\udd00-\udd0c]"},{name:"P",alias:"Punctuation",bmp:"!-#%-\\*,-\\/:;\\?@\\[-\\]_\\{\\}¡§«¶·»¿;·՚-՟։֊־׀׃׆׳״؉؊،؍؛؝-؟٪-٭۔܀-܍߷-߹࠰-࠾࡞।॥॰৽੶૰౷಄෴๏๚๛༄-༒༔༺-༽྅࿐-࿔࿙࿚၊-၏჻፠-፨᐀᙮᚛᚜᛫-᛭᜵᜶។-៖៘-៚᠀-᠊᥄᥅᨞᨟᪠-᪦᪨-᪭᭚-᭠᭽᭾᯼-᯿᰻-᰿᱾᱿᳀-᳇᳓‐-‧‰-⁃⁅-⁑⁓-⁞⁽⁾₍₎⌈-⌋〈〉❨-❵⟅⟆⟦-⟯⦃-⦘⧘-⧛⧼⧽⳹-⳼⳾⳿⵰⸀-⸮⸰-⹏⹒-⹝、-〃〈-】〔-〟〰〽゠・꓾꓿꘍-꘏꙳꙾꛲-꛷꡴-꡷꣎꣏꣸-꣺꣼꤮꤯꥟꧁-꧍꧞꧟꩜-꩟꫞꫟꫰꫱꯫﴾﴿︐-︙︰-﹒﹔-﹡﹣﹨﹪﹫!-#%-*,-/:;?@[-]_{}⦅-・",astral:"\ud800[\udd00-\udd02\udf9f\udfd0]|𐕯|\ud802[\udc57\udd1f\udd3f\ude50-\ude58\ude7f\udef0-\udef6\udf39-\udf3f\udf99-\udf9c]|\ud803[\udead\udf55-\udf59\udf86-\udf89]|\ud804[\udc47-\udc4d\udcbb\udcbc\udcbe-\udcc1\udd40-\udd43\udd74\udd75\uddc5-\uddc8\uddcd\udddb\udddd-\udddf\ude38-\ude3d\udea9]|\ud805[\udc4b-\udc4f\udc5a\udc5b\udc5d\udcc6\uddc1-\uddd7\ude41-\ude43\ude60-\ude6c\udeb9\udf3c-\udf3e]|\ud806[\udc3b\udd44-\udd46\udde2\ude3f-\ude46\ude9a-\ude9c\ude9e-\udea2]|\ud807[\udc41-\udc45\udc70\udc71\udef7\udef8\udfff]|\ud809[\udc70-\udc74]|\ud80b[\udff1\udff2]|\ud81a[\ude6e\ude6f\udef5\udf37-\udf3b\udf44]|\ud81b[\ude97-\ude9a\udfe2]|𛲟|\ud836[\ude87-\ude8b]|\ud83a[\udd5e\udd5f]"},{name:"Pc",alias:"Connector_Punctuation",bmp:"_‿⁀⁔︳︴﹍-﹏_"},{name:"Pd",alias:"Dash_Punctuation",bmp:"\\-֊־᐀᠆‐-―⸗⸚⸺⸻⹀⹝〜〰゠︱︲﹘﹣-",astral:"𐺭"},{name:"Pe",alias:"Close_Punctuation",bmp:"\\)\\]\\}༻༽᚜⁆⁾₎⌉⌋〉❩❫❭❯❱❳❵⟆⟧⟩⟫⟭⟯⦄⦆⦈⦊⦌⦎⦐⦒⦔⦖⦘⧙⧛⧽⸣⸥⸧⸩⹖⹘⹚⹜〉》」』】〕〗〙〛〞〟﴾︘︶︸︺︼︾﹀﹂﹄﹈﹚﹜﹞)]}⦆」"},{name:"Pf",alias:"Final_Punctuation",bmp:"»’”›⸃⸅⸊⸍⸝⸡"},{name:"Pi",alias:"Initial_Punctuation",bmp:"«‘‛“‟‹⸂⸄⸉⸌⸜⸠"},{name:"Po",alias:"Other_Punctuation",bmp:"!-#%-'\\*,\\.\\/:;\\?@\\¡§¶·¿;·՚-՟։׀׃׆׳״؉؊،؍؛؝-؟٪-٭۔܀-܍߷-߹࠰-࠾࡞।॥॰৽੶૰౷಄෴๏๚๛༄-༒༔྅࿐-࿔࿙࿚၊-၏჻፠-፨᙮᛫-᛭᜵᜶។-៖៘-៚᠀-᠅᠇-᠊᥄᥅᨞᨟᪠-᪦᪨-᪭᭚-᭠᭽᭾᯼-᯿᰻-᰿᱾᱿᳀-᳇᳓‖‗†-‧‰-‸※-‾⁁-⁃⁇-⁑⁓⁕-⁞⳹-⳼⳾⳿⵰⸀⸁⸆-⸈⸋⸎-⸖⸘⸙⸛⸞⸟⸪-⸮⸰-⸹⸼-⸿⹁⹃-⹏⹒-⹔、-〃〽・꓾꓿꘍-꘏꙳꙾꛲-꛷꡴-꡷꣎꣏꣸-꣺꣼꤮꤯꥟꧁-꧍꧞꧟꩜-꩟꫞꫟꫰꫱꯫︐-︖︙︰﹅﹆﹉-﹌﹐-﹒﹔-﹗﹟-﹡﹨﹪﹫!-#%-'*,./:;?@\。、・",astral:"\ud800[\udd00-\udd02\udf9f\udfd0]|𐕯|\ud802[\udc57\udd1f\udd3f\ude50-\ude58\ude7f\udef0-\udef6\udf39-\udf3f\udf99-\udf9c]|\ud803[\udf55-\udf59\udf86-\udf89]|\ud804[\udc47-\udc4d\udcbb\udcbc\udcbe-\udcc1\udd40-\udd43\udd74\udd75\uddc5-\uddc8\uddcd\udddb\udddd-\udddf\ude38-\ude3d\udea9]|\ud805[\udc4b-\udc4f\udc5a\udc5b\udc5d\udcc6\uddc1-\uddd7\ude41-\ude43\ude60-\ude6c\udeb9\udf3c-\udf3e]|\ud806[\udc3b\udd44-\udd46\udde2\ude3f-\ude46\ude9a-\ude9c\ude9e-\udea2]|\ud807[\udc41-\udc45\udc70\udc71\udef7\udef8\udfff]|\ud809[\udc70-\udc74]|\ud80b[\udff1\udff2]|\ud81a[\ude6e\ude6f\udef5\udf37-\udf3b\udf44]|\ud81b[\ude97-\ude9a\udfe2]|𛲟|\ud836[\ude87-\ude8b]|\ud83a[\udd5e\udd5f]"},{name:"Ps",alias:"Open_Punctuation",bmp:"\\(\\[\\{༺༼᚛‚„⁅⁽₍⌈⌊〈❨❪❬❮❰❲❴⟅⟦⟨⟪⟬⟮⦃⦅⦇⦉⦋⦍⦏⦑⦓⦕⦗⧘⧚⧼⸢⸤⸦⸨⹂⹕⹗⹙⹛〈《「『【〔〖〘〚〝﴿︗︵︷︹︻︽︿﹁﹃﹇﹙﹛﹝([{⦅「"},{name:"S",alias:"Symbol",bmp:"\\$\\+<->\\^`\\|~¢-¦¨©¬®-±´¸×÷˂-˅˒-˟˥-˫˭˯-˿͵΄΅϶҂֍-֏؆-؈؋؎؏۞۩۽۾߶߾߿࢈৲৳৺৻૱୰௳-௺౿൏൹฿༁-༃༓༕-༗༚-༟༴༶༸྾-࿅࿇-࿌࿎࿏࿕-࿘႞႟᎐-᎙᙭៛᥀᧞-᧿᭡-᭪᭴-᭼᾽᾿-῁῍-῏῝-῟῭-`´῾⁄⁒⁺-⁼₊-₌₠-⃀℀℁℃-℆℈℉℔№-℘℞-℣℥℧℩℮℺℻⅀-⅄⅊-⅍⅏↊↋←-⌇⌌-⌨⌫-␦⑀-⑊⒜-ⓩ─-❧➔-⟄⟇-⟥⟰-⦂⦙-⧗⧜-⧻⧾-⭳⭶-⮕⮗-⯿⳥-⳪⹐⹑⺀-⺙⺛-⻳⼀-⿕⿰-⿻〄〒〓〠〶〷〾〿゛゜㆐㆑㆖-㆟㇀-㇣㈀-㈞㈪-㉇㉐㉠-㉿㊊-㊰㋀-㏿䷀-䷿꒐-꓆꜀-꜖꜠꜡꞉꞊꠨-꠫꠶-꠹꩷-꩹꭛꭪꭫﬩﮲-﯂﵀-﵏﷏﷼-﷿﹢﹤-﹦﹩$+<->^`|~¢-₩│-○�",astral:"\ud800[\udd37-\udd3f\udd79-\udd89\udd8c-\udd8e\udd90-\udd9c\udda0\uddd0-\uddfc]|\ud802[\udc77\udc78\udec8]|𑜿|\ud807[\udfd5-\udff1]|\ud81a[\udf3c-\udf3f\udf45]|𛲜|\ud833[\udf50-\udfc3]|\ud834[\udc00-\udcf5\udd00-\udd26\udd29-\udd64\udd6a-\udd6c\udd83\udd84\udd8c-\udda9\uddae-\uddea\ude00-\ude41\ude45\udf00-\udf56]|\ud835[\udec1\udedb\udefb\udf15\udf35\udf4f\udf6f\udf89\udfa9\udfc3]|\ud836[\udc00-\uddff\ude37-\ude3a\ude6d-\ude74\ude76-\ude83\ude85\ude86]|\ud838[\udd4f\udeff]|\ud83b[\udcac\udcb0\udd2e\udef0\udef1]|\ud83c[\udc00-\udc2b\udc30-\udc93\udca0-\udcae\udcb1-\udcbf\udcc1-\udccf\udcd1-\udcf5\udd0d-\uddad\udde6-\ude02\ude10-\ude3b\ude40-\ude48\ude50\ude51\ude60-\ude65\udf00-\udfff]|\ud83d[\udc00-\uded7\udedd-\udeec\udef0-\udefc\udf00-\udf73\udf80-\udfd8\udfe0-\udfeb\udff0]|\ud83e[\udc00-\udc0b\udc10-\udc47\udc50-\udc59\udc60-\udc87\udc90-\udcad\udcb0\udcb1\udd00-\ude53\ude60-\ude6d\ude70-\ude74\ude78-\ude7c\ude80-\ude86\ude90-\udeac\udeb0-\udeba\udec0-\udec5\uded0-\uded9\udee0-\udee7\udef0-\udef6\udf00-\udf92\udf94-\udfca]"},{name:"Sc",alias:"Currency_Symbol",bmp:"\\$¢-¥֏؋߾߿৲৳৻૱௹฿៛₠-⃀꠸﷼﹩$¢£¥₩",astral:"\ud807[\udfdd-\udfe0]|𞋿|𞲰"},{name:"Sk",alias:"Modifier_Symbol",bmp:"\\^`¨¯´¸˂-˅˒-˟˥-˫˭˯-˿͵΄΅࢈᾽᾿-῁῍-῏῝-῟῭-`´῾゛゜꜀-꜖꜠꜡꞉꞊꭛꭪꭫﮲-﯂^` ̄",astral:"\ud83c[\udffb-\udfff]"},{name:"Sm",alias:"Math_Symbol",bmp:"\\+<->\\|~¬±×÷϶؆-؈⁄⁒⁺-⁼₊-₌℘⅀-⅄⅋←-↔↚↛↠↣↦↮⇎⇏⇒⇔⇴-⋿⌠⌡⍼⎛-⎳⏜-⏡▷◁◸-◿♯⟀-⟄⟇-⟥⟰-⟿⤀-⦂⦙-⧗⧜-⧻⧾-⫿⬰-⭄⭇-⭌﬩﹢﹤-﹦+<->|~¬←-↓",astral:"\ud835[\udec1\udedb\udefb\udf15\udf35\udf4f\udf6f\udf89\udfa9\udfc3]|\ud83b[\udef0\udef1]"},{name:"So",alias:"Other_Symbol",bmp:"¦©®°҂֍֎؎؏۞۩۽۾߶৺୰௳-௸௺౿൏൹༁-༃༓༕-༗༚-༟༴༶༸྾-࿅࿇-࿌࿎࿏࿕-࿘႞႟᎐-᎙᙭᥀᧞-᧿᭡-᭪᭴-᭼℀℁℃-℆℈℉℔№℗℞-℣℥℧℩℮℺℻⅊⅌⅍⅏↊↋↕-↙↜-↟↡↢↤↥↧-↭↯-⇍⇐⇑⇓⇕-⇳⌀-⌇⌌-⌟⌢-⌨⌫-⍻⍽-⎚⎴-⏛⏢-␦⑀-⑊⒜-ⓩ─-▶▸-◀◂-◷☀-♮♰-❧➔-➿⠀-⣿⬀-⬯⭅⭆⭍-⭳⭶-⮕⮗-⯿⳥-⳪⹐⹑⺀-⺙⺛-⻳⼀-⿕⿰-⿻〄〒〓〠〶〷〾〿㆐㆑㆖-㆟㇀-㇣㈀-㈞㈪-㉇㉐㉠-㉿㊊-㊰㋀-㏿䷀-䷿꒐-꓆꠨-꠫꠶꠷꠹꩷-꩹﵀-﵏﷏﷽-﷿¦│■○�",astral:"\ud800[\udd37-\udd3f\udd79-\udd89\udd8c-\udd8e\udd90-\udd9c\udda0\uddd0-\uddfc]|\ud802[\udc77\udc78\udec8]|𑜿|\ud807[\udfd5-\udfdc\udfe1-\udff1]|\ud81a[\udf3c-\udf3f\udf45]|𛲜|\ud833[\udf50-\udfc3]|\ud834[\udc00-\udcf5\udd00-\udd26\udd29-\udd64\udd6a-\udd6c\udd83\udd84\udd8c-\udda9\uddae-\uddea\ude00-\ude41\ude45\udf00-\udf56]|\ud836[\udc00-\uddff\ude37-\ude3a\ude6d-\ude74\ude76-\ude83\ude85\ude86]|𞅏|\ud83b[\udcac\udd2e]|\ud83c[\udc00-\udc2b\udc30-\udc93\udca0-\udcae\udcb1-\udcbf\udcc1-\udccf\udcd1-\udcf5\udd0d-\uddad\udde6-\ude02\ude10-\ude3b\ude40-\ude48\ude50\ude51\ude60-\ude65\udf00-\udffa]|\ud83d[\udc00-\uded7\udedd-\udeec\udef0-\udefc\udf00-\udf73\udf80-\udfd8\udfe0-\udfeb\udff0]|\ud83e[\udc00-\udc0b\udc10-\udc47\udc50-\udc59\udc60-\udc87\udc90-\udcad\udcb0\udcb1\udd00-\ude53\ude60-\ude6d\ude70-\ude74\ude78-\ude7c\ude80-\ude86\ude90-\udeac\udeb0-\udeba\udec0-\udec5\uded0-\uded9\udee0-\udee7\udef0-\udef6\udf00-\udf92\udf94-\udfca]"},{name:"Z",alias:"Separator",bmp:"    - \u2028\u2029   "},{name:"Zl",alias:"Line_Separator",bmp:"\u2028"},{name:"Zp",alias:"Paragraph_Separator",bmp:"\u2029"},{name:"Zs",alias:"Space_Separator",bmp:"    -    "}]),Ro=ne([{name:"ASCII",bmp:"\0-"},{name:"Alphabetic",bmp:"A-Za-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͅͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈְ-ׇֽֿׁׂׅׄא-תׯ-ײؐ-ؚؠ-ٗٙ-ٟٮ-ۓە-ۜۡ-ۭۨ-ۯۺ-ۼۿܐ-ܿݍ-ޱߊ-ߪߴߵߺࠀ-ࠗࠚ-ࠬࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉࣔ-ࣣࣟ-ࣰࣩ-ऻऽ-ौॎ-ॐॕ-ॣॱ-ঃঅ-ঌএঐও-নপ-রলশ-হঽ-ৄেৈোৌৎৗড়ঢ়য়-ৣৰৱৼਁ-ਃਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਾ-ੂੇੈੋੌੑਖ਼-ੜਫ਼ੰ-ੵઁ-ઃઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽ-ૅે-ૉોૌૐૠ-ૣૹ-ૼଁ-ଃଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽ-ୄେୈୋୌୖୗଡ଼ଢ଼ୟ-ୣୱஂஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹா-ூெ-ைொ-ௌௐௗఀ-ఃఅ-ఌఎ-ఐఒ-నప-హఽ-ౄె-ైొ-ౌౕౖౘ-ౚౝౠ-ౣಀ-ಃಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽ-ೄೆ-ೈೊ-ೌೕೖೝೞೠ-ೣೱೲഀ-ഌഎ-ഐഒ-ഺഽ-ൄെ-ൈൊ-ൌൎൔ-ൗൟ-ൣൺ-ൿඁ-ඃඅ-ඖක-නඳ-රලව-ෆා-ුූෘ-ෟෲෳก-ฺเ-ๆํກຂຄຆ-ຊຌ-ຣລວ-ູົ-ຽເ-ໄໆໍໜ-ໟༀཀ-ཇཉ-ཬཱ-ཱྀྈ-ྗྙ-ྼက-ံးျ-ဿၐ-ႏႚ-ႝႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜓᜟ-ᜳᝀ-ᝓᝠ-ᝬᝮ-ᝰᝲᝳក-ឳា-ៈៗៜᠠ-ᡸᢀ-ᢪᢰ-ᣵᤀ-ᤞᤠ-ᤫᤰ-ᤸᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨛᨠ-ᩞᩡ-ᩴᪧᪿᫀᫌ-ᫎᬀ-ᬳᬵ-ᭃᭅ-ᭌᮀ-ᮩᮬ-ᮯᮺ-ᯥᯧ-ᯱᰀ-ᰶᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿᷧ-ᷴḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⒶ-ⓩⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⷠ-ⷿⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙴ-ꙻꙿ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠅꠇ-ꠧꡀ-ꡳꢀ-ꣃꣅꣲ-ꣷꣻꣽ-ꣿꤊ-ꤪꤰ-ꥒꥠ-ꥼꦀ-ꦲꦴ-ꦿꧏꧠ-ꧯꧺ-ꧾꨀ-ꨶꩀ-ꩍꩠ-ꩶꩺ-ꪾꫀꫂꫛ-ꫝꫠ-ꫯꫲ-ꫵꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯪ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",astral:"\ud800[\udc00-\udc0b\udc0d-\udc26\udc28-\udc3a\udc3c\udc3d\udc3f-\udc4d\udc50-\udc5d\udc80-\udcfa\udd40-\udd74\ude80-\ude9c\udea0-\uded0\udf00-\udf1f\udf2d-\udf4a\udf50-\udf7a\udf80-\udf9d\udfa0-\udfc3\udfc8-\udfcf\udfd1-\udfd5]|\ud801[\udc00-\udc9d\udcb0-\udcd3\udcd8-\udcfb\udd00-\udd27\udd30-\udd63\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc\ude00-\udf36\udf40-\udf55\udf60-\udf67\udf80-\udf85\udf87-\udfb0\udfb2-\udfba]|\ud802[\udc00-\udc05\udc08\udc0a-\udc35\udc37\udc38\udc3c\udc3f-\udc55\udc60-\udc76\udc80-\udc9e\udce0-\udcf2\udcf4\udcf5\udd00-\udd15\udd20-\udd39\udd80-\uddb7\uddbe\uddbf\ude00-\ude03\ude05\ude06\ude0c-\ude13\ude15-\ude17\ude19-\ude35\ude60-\ude7c\ude80-\ude9c\udec0-\udec7\udec9-\udee4\udf00-\udf35\udf40-\udf55\udf60-\udf72\udf80-\udf91]|\ud803[\udc00-\udc48\udc80-\udcb2\udcc0-\udcf2\udd00-\udd27\ude80-\udea9\udeab\udeac\udeb0\udeb1\udf00-\udf1c\udf27\udf30-\udf45\udf70-\udf81\udfb0-\udfc4\udfe0-\udff6]|\ud804[\udc00-\udc45\udc71-\udc75\udc82-\udcb8\udcc2\udcd0-\udce8\udd00-\udd32\udd44-\udd47\udd50-\udd72\udd76\udd80-\uddbf\uddc1-\uddc4\uddce\uddcf\uddda\udddc\ude00-\ude11\ude13-\ude34\ude37\ude3e\ude80-\ude86\ude88\ude8a-\ude8d\ude8f-\ude9d\ude9f-\udea8\udeb0-\udee8\udf00-\udf03\udf05-\udf0c\udf0f\udf10\udf13-\udf28\udf2a-\udf30\udf32\udf33\udf35-\udf39\udf3d-\udf44\udf47\udf48\udf4b\udf4c\udf50\udf57\udf5d-\udf63]|\ud805[\udc00-\udc41\udc43-\udc45\udc47-\udc4a\udc5f-\udc61\udc80-\udcc1\udcc4\udcc5\udcc7\udd80-\uddb5\uddb8-\uddbe\uddd8-\udddd\ude00-\ude3e\ude40\ude44\ude80-\udeb5\udeb8\udf00-\udf1a\udf1d-\udf2a\udf40-\udf46]|\ud806[\udc00-\udc38\udca0-\udcdf\udcff-\udd06\udd09\udd0c-\udd13\udd15\udd16\udd18-\udd35\udd37\udd38\udd3b\udd3c\udd3f-\udd42\udda0-\udda7\uddaa-\uddd7\uddda-\udddf\udde1\udde3\udde4\ude00-\ude32\ude35-\ude3e\ude50-\ude97\ude9d\udeb0-\udef8]|\ud807[\udc00-\udc08\udc0a-\udc36\udc38-\udc3e\udc40\udc72-\udc8f\udc92-\udca7\udca9-\udcb6\udd00-\udd06\udd08\udd09\udd0b-\udd36\udd3a\udd3c\udd3d\udd3f-\udd41\udd43\udd46\udd47\udd60-\udd65\udd67\udd68\udd6a-\udd8e\udd90\udd91\udd93-\udd96\udd98\udee0-\udef6\udfb0]|\ud808[\udc00-\udf99]|\ud809[\udc00-\udc6e\udc80-\udd43]|\ud80b[\udf90-\udff0]|[\ud80c\ud81c-\ud820\ud822\ud840-\ud868\ud86a-\ud86c\ud86f-\ud872\ud874-\ud879\ud880-\ud883][\udc00-\udfff]|\ud80d[\udc00-\udc2e]|\ud811[\udc00-\ude46]|\ud81a[\udc00-\ude38\ude40-\ude5e\ude70-\udebe\uded0-\udeed\udf00-\udf2f\udf40-\udf43\udf63-\udf77\udf7d-\udf8f]|\ud81b[\ude40-\ude7f\udf00-\udf4a\udf4f-\udf87\udf8f-\udf9f\udfe0\udfe1\udfe3\udff0\udff1]|\ud821[\udc00-\udff7]|\ud823[\udc00-\udcd5\udd00-\udd08]|\ud82b[\udff0-\udff3\udff5-\udffb\udffd\udffe]|\ud82c[\udc00-\udd22\udd50-\udd52\udd64-\udd67\udd70-\udefb]|\ud82f[\udc00-\udc6a\udc70-\udc7c\udc80-\udc88\udc90-\udc99\udc9e]|\ud835[\udc00-\udc54\udc56-\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd1e-\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd52-\udea5\udea8-\udec0\udec2-\udeda\udedc-\udefa\udefc-\udf14\udf16-\udf34\udf36-\udf4e\udf50-\udf6e\udf70-\udf88\udf8a-\udfa8\udfaa-\udfc2\udfc4-\udfcb]|\ud837[\udf00-\udf1e]|\ud838[\udc00-\udc06\udc08-\udc18\udc1b-\udc21\udc23\udc24\udc26-\udc2a\udd00-\udd2c\udd37-\udd3d\udd4e\ude90-\udead\udec0-\udeeb]|\ud839[\udfe0-\udfe6\udfe8-\udfeb\udfed\udfee\udff0-\udffe]|\ud83a[\udc00-\udcc4\udd00-\udd43\udd47\udd4b]|\ud83b[\ude00-\ude03\ude05-\ude1f\ude21\ude22\ude24\ude27\ude29-\ude32\ude34-\ude37\ude39\ude3b\ude42\ude47\ude49\ude4b\ude4d-\ude4f\ude51\ude52\ude54\ude57\ude59\ude5b\ude5d\ude5f\ude61\ude62\ude64\ude67-\ude6a\ude6c-\ude72\ude74-\ude77\ude79-\ude7c\ude7e\ude80-\ude89\ude8b-\ude9b\udea1-\udea3\udea5-\udea9\udeab-\udebb]|\ud83c[\udd30-\udd49\udd50-\udd69\udd70-\udd89]|\ud869[\udc00-\udedf\udf00-\udfff]|\ud86d[\udc00-\udf38\udf40-\udfff]|\ud86e[\udc00-\udc1d\udc20-\udfff]|\ud873[\udc00-\udea1\udeb0-\udfff]|\ud87a[\udc00-\udfe0]|\ud87e[\udc00-\ude1d]|\ud884[\udc00-\udf4a]"},{name:"Any",isBmpLast:!0,bmp:"\0-￿",astral:"[\ud800-\udbff][\udc00-\udfff]"},{name:"Default_Ignorable_Code_Point",bmp:"­͏؜ᅟᅠ឴឵᠋-᠏​-‏‪-‮⁠-ㅤ︀-️\ufeffᅠ￰-￸",astral:"\ud82f[\udca0-\udca3]|\ud834[\udd73-\udd7a]|[\udb40-\udb43][\udc00-\udfff]"},{name:"Lowercase",bmp:"a-zªµºß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķĸĺļľŀłńņňʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌƍƒƕƙ-ƛƞơƣƥƨƪƫƭưƴƶƹƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜǝǟǡǣǥǧǩǫǭǯǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿɀɂɇɉɋɍɏ-ʓʕ-ʸˀˁˠ-ˤͅͱͳͷͺ-ͽΐά-ώϐϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᶿḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶᾷιῂ-ῄῆῇῐ-ΐῖῗῠ-ῧῲ-ῴῶῷⁱⁿₐ-ₜℊℎℏℓℯℴℹℼℽⅆ-ⅉⅎⅰ-ⅿↄⓐ-ⓩⰰ-ⱟⱡⱥⱦⱨⱪⱬⱱⱳⱴⱶ-ⱽⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛ-ꚝꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꞻꞽꞿꟁꟃꟈꟊꟑꟓꟕꟗꟙꟶꟸ-ꟺꬰ-ꭚꭜ-ꭨꭰ-ꮿff-stﬓ-ﬗa-z",astral:"\ud801[\udc28-\udc4f\udcd8-\udcfb\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc\udf80\udf83-\udf85\udf87-\udfb0\udfb2-\udfba]|\ud803[\udcc0-\udcf2]|\ud806[\udcc0-\udcdf]|\ud81b[\ude60-\ude7f]|\ud835[\udc1a-\udc33\udc4e-\udc54\udc56-\udc67\udc82-\udc9b\udcb6-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udccf\udcea-\udd03\udd1e-\udd37\udd52-\udd6b\udd86-\udd9f\uddba-\uddd3\uddee-\ude07\ude22-\ude3b\ude56-\ude6f\ude8a-\udea5\udec2-\udeda\udedc-\udee1\udefc-\udf14\udf16-\udf1b\udf36-\udf4e\udf50-\udf55\udf70-\udf88\udf8a-\udf8f\udfaa-\udfc2\udfc4-\udfc9\udfcb]|\ud837[\udf00-\udf09\udf0b-\udf1e]|\ud83a[\udd22-\udd43]"},{name:"Noncharacter_Code_Point",bmp:"﷐-﷯￾￿",astral:"[\ud83f\ud87f\ud8bf\ud8ff\ud93f\ud97f\ud9bf\ud9ff\uda3f\uda7f\udabf\udaff\udb3f\udb7f\udbbf\udbff][\udffe\udfff]"},{name:"Uppercase",bmp:"A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸŹŻŽƁƂƄƆƇƉ-ƋƎ-ƑƓƔƖ-ƘƜƝƟƠƢƤƦƧƩƬƮƯƱ-ƳƵƷƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺȻȽȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾℿⅅⅠ-ⅯↃⒶ-ⓏⰀ-ⰯⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸꞺꞼꞾꟀꟂꟄ-ꟇꟉꟐꟖꟘꟵA-Z",astral:"\ud801[\udc00-\udc27\udcb0-\udcd3\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95]|\ud803[\udc80-\udcb2]|\ud806[\udca0-\udcbf]|\ud81b[\ude40-\ude5f]|\ud835[\udc00-\udc19\udc34-\udc4d\udc68-\udc81\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb5\udcd0-\udce9\udd04\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd38\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd6c-\udd85\udda0-\uddb9\uddd4-\udded\ude08-\ude21\ude3c-\ude55\ude70-\ude89\udea8-\udec0\udee2-\udefa\udf1c-\udf34\udf56-\udf6e\udf90-\udfa8\udfca]|\ud83a[\udd00-\udd21]|\ud83c[\udd30-\udd49\udd50-\udd69\udd70-\udd89]"},{name:"White_Space",bmp:"\t-\r …   - \u2028\u2029   "}]),Oo=ne([{name:"Adlam",astral:"\ud83a[\udd00-\udd4b\udd50-\udd59\udd5e\udd5f]"},{name:"Ahom",astral:"\ud805[\udf00-\udf1a\udf1d-\udf2b\udf30-\udf46]"},{name:"Anatolian_Hieroglyphs",astral:"\ud811[\udc00-\ude46]"},{name:"Arabic",bmp:"؀-؄؆-؋؍-ؚ؜-؞ؠ-ؿف-يٖ-ٯٱ-ۜ۞-ۿݐ-ݿࡰ-ࢎ࢐࢑࢘-ࣣ࣡-ࣿﭐ-﯂ﯓ-ﴽ﵀-ﶏﶒ-ﷇ﷏ﷰ-﷿ﹰ-ﹴﹶ-ﻼ",astral:"\ud803[\ude60-\ude7e]|\ud83b[\ude00-\ude03\ude05-\ude1f\ude21\ude22\ude24\ude27\ude29-\ude32\ude34-\ude37\ude39\ude3b\ude42\ude47\ude49\ude4b\ude4d-\ude4f\ude51\ude52\ude54\ude57\ude59\ude5b\ude5d\ude5f\ude61\ude62\ude64\ude67-\ude6a\ude6c-\ude72\ude74-\ude77\ude79-\ude7c\ude7e\ude80-\ude89\ude8b-\ude9b\udea1-\udea3\udea5-\udea9\udeab-\udebb\udef0\udef1]"},{name:"Armenian",bmp:"Ա-Ֆՙ-֊֍-֏ﬓ-ﬗ"},{name:"Avestan",astral:"\ud802[\udf00-\udf35\udf39-\udf3f]"},{name:"Balinese",bmp:"ᬀ-ᭌ᭐-᭾"},{name:"Bamum",bmp:"ꚠ-꛷",astral:"\ud81a[\udc00-\ude38]"},{name:"Bassa_Vah",astral:"\ud81a[\uded0-\udeed\udef0-\udef5]"},{name:"Batak",bmp:"ᯀ-᯳᯼-᯿"},{name:"Bengali",bmp:"ঀ-ঃঅ-ঌএঐও-নপ-রলশ-হ়-ৄেৈো-ৎৗড়ঢ়য়-ৣ০-৾"},{name:"Bhaiksuki",astral:"\ud807[\udc00-\udc08\udc0a-\udc36\udc38-\udc45\udc50-\udc6c]"},{name:"Bopomofo",bmp:"˪˫ㄅ-ㄯㆠ-ㆿ"},{name:"Brahmi",astral:"\ud804[\udc00-\udc4d\udc52-\udc75\udc7f]"},{name:"Braille",bmp:"⠀-⣿"},{name:"Buginese",bmp:"ᨀ-ᨛ᨞᨟"},{name:"Buhid",bmp:"ᝀ-ᝓ"},{name:"Canadian_Aboriginal",bmp:"᐀-ᙿᢰ-ᣵ",astral:"\ud806[\udeb0-\udebf]"},{name:"Carian",astral:"\ud800[\udea0-\uded0]"},{name:"Caucasian_Albanian",astral:"\ud801[\udd30-\udd63\udd6f]"},{name:"Chakma",astral:"\ud804[\udd00-\udd34\udd36-\udd47]"},{name:"Cham",bmp:"ꨀ-ꨶꩀ-ꩍ꩐-꩙꩜-꩟"},{name:"Cherokee",bmp:"Ꭰ-Ᏽᏸ-ᏽꭰ-ꮿ"},{name:"Chorasmian",astral:"\ud803[\udfb0-\udfcb]"},{name:"Common",bmp:"\0-@\\[-`\\{-©«-¹»-¿×÷ʹ-˟˥-˩ˬ-˿ʹ;΅·؅،؛؟ـ۝࣢।॥฿࿕-࿘჻᛫-᛭᜵᜶᠂᠃᠅᳓᳡ᳩ-ᳬᳮ-ᳳᳵ-᳷ᳺ -​‎-⁤⁦-⁰⁴-⁾₀-₎₠-⃀℀-℥℧-℩ℬ-ℱℳ-⅍⅏-⅟↉-↋←-␦⑀-⑊①-⟿⤀-⭳⭶-⮕⮗-⯿⸀-⹝⿰-⿻ -〄〆〈-〠〰-〷〼-〿゛゜゠・ー㆐-㆟㇀-㇣㈠-㉟㉿-㋏㋿㍘-㏿䷀-䷿꜀-꜡ꞈ-꞊꠰-꠹꤮ꧏ꭛꭪꭫﴾﴿︐-︙︰-﹒﹔-﹦﹨-﹫\ufeff!-@[-`{-・ー゙゚¢-₩│-○-�",astral:"\ud800[\udd00-\udd02\udd07-\udd33\udd37-\udd3f\udd90-\udd9c\uddd0-\uddfc\udee1-\udefb]|\ud82f[\udca0-\udca3]|\ud833[\udf50-\udfc3]|\ud834[\udc00-\udcf5\udd00-\udd26\udd29-\udd66\udd6a-\udd7a\udd83\udd84\udd8c-\udda9\uddae-\uddea\udee0-\udef3\udf00-\udf56\udf60-\udf78]|\ud835[\udc00-\udc54\udc56-\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd1e-\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd52-\udea5\udea8-\udfcb\udfce-\udfff]|\ud83b[\udc71-\udcb4\udd01-\udd3d]|\ud83c[\udc00-\udc2b\udc30-\udc93\udca0-\udcae\udcb1-\udcbf\udcc1-\udccf\udcd1-\udcf5\udd00-\uddad\udde6-\uddff\ude01\ude02\ude10-\ude3b\ude40-\ude48\ude50\ude51\ude60-\ude65\udf00-\udfff]|\ud83d[\udc00-\uded7\udedd-\udeec\udef0-\udefc\udf00-\udf73\udf80-\udfd8\udfe0-\udfeb\udff0]|\ud83e[\udc00-\udc0b\udc10-\udc47\udc50-\udc59\udc60-\udc87\udc90-\udcad\udcb0\udcb1\udd00-\ude53\ude60-\ude6d\ude70-\ude74\ude78-\ude7c\ude80-\ude86\ude90-\udeac\udeb0-\udeba\udec0-\udec5\uded0-\uded9\udee0-\udee7\udef0-\udef6\udf00-\udf92\udf94-\udfca\udff0-\udff9]|\udb40[\udc01\udc20-\udc7f]"},{name:"Coptic",bmp:"Ϣ-ϯⲀ-ⳳ⳹-⳿"},{name:"Cuneiform",astral:"\ud808[\udc00-\udf99]|\ud809[\udc00-\udc6e\udc70-\udc74\udc80-\udd43]"},{name:"Cypriot",astral:"\ud802[\udc00-\udc05\udc08\udc0a-\udc35\udc37\udc38\udc3c\udc3f]"},{name:"Cypro_Minoan",astral:"\ud80b[\udf90-\udff2]"},{name:"Cyrillic",bmp:"Ѐ-҄҇-ԯᲀ-ᲈᴫᵸⷠ-ⷿꙀ-ꚟ︮︯"},{name:"Deseret",astral:"\ud801[\udc00-\udc4f]"},{name:"Devanagari",bmp:"ऀ-ॐॕ-ॣ०-ॿ꣠-ꣿ"},{name:"Dives_Akuru",astral:"\ud806[\udd00-\udd06\udd09\udd0c-\udd13\udd15\udd16\udd18-\udd35\udd37\udd38\udd3b-\udd46\udd50-\udd59]"},{name:"Dogra",astral:"\ud806[\udc00-\udc3b]"},{name:"Duployan",astral:"\ud82f[\udc00-\udc6a\udc70-\udc7c\udc80-\udc88\udc90-\udc99\udc9c-\udc9f]"},{name:"Egyptian_Hieroglyphs",astral:"\ud80c[\udc00-\udfff]|\ud80d[\udc00-\udc2e\udc30-\udc38]"},{name:"Elbasan",astral:"\ud801[\udd00-\udd27]"},{name:"Elymaic",astral:"\ud803[\udfe0-\udff6]"},{name:"Ethiopic",bmp:"ሀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚ፝-፼ᎀ-᎙ⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮ",astral:"\ud839[\udfe0-\udfe6\udfe8-\udfeb\udfed\udfee\udff0-\udffe]"},{name:"Georgian",bmp:"Ⴀ-ჅჇჍა-ჺჼ-ჿᲐ-ᲺᲽ-Ჿⴀ-ⴥⴧⴭ"},{name:"Glagolitic",bmp:"Ⰰ-ⱟ",astral:"\ud838[\udc00-\udc06\udc08-\udc18\udc1b-\udc21\udc23\udc24\udc26-\udc2a]"},{name:"Gothic",astral:"\ud800[\udf30-\udf4a]"},{name:"Grantha",astral:"\ud804[\udf00-\udf03\udf05-\udf0c\udf0f\udf10\udf13-\udf28\udf2a-\udf30\udf32\udf33\udf35-\udf39\udf3c-\udf44\udf47\udf48\udf4b-\udf4d\udf50\udf57\udf5d-\udf63\udf66-\udf6c\udf70-\udf74]"},{name:"Greek",bmp:"Ͱ-ͳ͵-ͷͺ-ͽͿ΄ΆΈ-ΊΌΎ-ΡΣ-ϡϰ-Ͽᴦ-ᴪᵝ-ᵡᵦ-ᵪᶿἀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ῄῆ-ΐῖ-Ί῝-`ῲ-ῴῶ-῾Ωꭥ",astral:"\ud800[\udd40-\udd8e\udda0]|\ud834[\ude00-\ude45]"},{name:"Gujarati",bmp:"ઁ-ઃઅ-ઍએ-ઑઓ-નપ-રલળવ-હ઼-ૅે-ૉો-્ૐૠ-ૣ૦-૱ૹ-૿"},{name:"Gunjala_Gondi",astral:"\ud807[\udd60-\udd65\udd67\udd68\udd6a-\udd8e\udd90\udd91\udd93-\udd98\udda0-\udda9]"},{name:"Gurmukhi",bmp:"ਁ-ਃਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹ਼ਾ-ੂੇੈੋ-੍ੑਖ਼-ੜਫ਼੦-੶"},{name:"Han",bmp:"⺀-⺙⺛-⻳⼀-⿕々〇〡-〩〸-〻㐀-䶿一-鿿豈-舘並-龎",astral:"\ud81b[\udfe2\udfe3\udff0\udff1]|[\ud840-\ud868\ud86a-\ud86c\ud86f-\ud872\ud874-\ud879\ud880-\ud883][\udc00-\udfff]|\ud869[\udc00-\udedf\udf00-\udfff]|\ud86d[\udc00-\udf38\udf40-\udfff]|\ud86e[\udc00-\udc1d\udc20-\udfff]|\ud873[\udc00-\udea1\udeb0-\udfff]|\ud87a[\udc00-\udfe0]|\ud87e[\udc00-\ude1d]|\ud884[\udc00-\udf4a]"},{name:"Hangul",bmp:"ᄀ-ᇿ〮〯ㄱ-ㆎ㈀-㈞㉠-㉾ꥠ-ꥼ가-힣ힰ-ퟆퟋ-ퟻᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ"},{name:"Hanifi_Rohingya",astral:"\ud803[\udd00-\udd27\udd30-\udd39]"},{name:"Hanunoo",bmp:"ᜠ-᜴"},{name:"Hatran",astral:"\ud802[\udce0-\udcf2\udcf4\udcf5\udcfb-\udcff]"},{name:"Hebrew",bmp:"֑-ׇא-תׯ-״יִ-זּטּ-לּמּנּסּףּפּצּ-ﭏ"},{name:"Hiragana",bmp:"ぁ-ゖゝ-ゟ",astral:"\ud82c[\udc01-\udd1f\udd50-\udd52]|🈀"},{name:"Imperial_Aramaic",astral:"\ud802[\udc40-\udc55\udc57-\udc5f]"},{name:"Inherited",bmp:"̀-ًͯ҅҆-ٰٕ॑-॔᪰-ᫎ᳐-᳔᳒-᳢᳠-᳨᳭᳴᳸᳹᷀-᷿‌‍⃐-〪⃰-゙゚〭︀-️︠-︭",astral:"\ud800[\uddfd\udee0]|𑌻|\ud833[\udf00-\udf2d\udf30-\udf46]|\ud834[\udd67-\udd69\udd7b-\udd82\udd85-\udd8b\uddaa-\uddad]|\udb40[\udd00-\uddef]"},{name:"Inscriptional_Pahlavi",astral:"\ud802[\udf60-\udf72\udf78-\udf7f]"},{name:"Inscriptional_Parthian",astral:"\ud802[\udf40-\udf55\udf58-\udf5f]"},{name:"Javanese",bmp:"ꦀ-꧍꧐-꧙꧞꧟"},{name:"Kaithi",astral:"\ud804[\udc80-\udcc2\udccd]"},{name:"Kannada",bmp:"ಀ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹ಼-ೄೆ-ೈೊ-್ೕೖೝೞೠ-ೣ೦-೯ೱೲ"},{name:"Katakana",bmp:"ァ-ヺヽ-ヿㇰ-ㇿ㋐-㋾㌀-㍗ヲ-ッア-ン",astral:"\ud82b[\udff0-\udff3\udff5-\udffb\udffd\udffe]|\ud82c[\udc00\udd20-\udd22\udd64-\udd67]"},{name:"Kayah_Li",bmp:"꤀-꤭꤯"},{name:"Kharoshthi",astral:"\ud802[\ude00-\ude03\ude05\ude06\ude0c-\ude13\ude15-\ude17\ude19-\ude35\ude38-\ude3a\ude3f-\ude48\ude50-\ude58]"},{name:"Khitan_Small_Script",astral:"𖿤|\ud822[\udf00-\udfff]|\ud823[\udc00-\udcd5]"},{name:"Khmer",bmp:"ក-៝០-៩៰-៹᧠-᧿"},{name:"Khojki",astral:"\ud804[\ude00-\ude11\ude13-\ude3e]"},{name:"Khudawadi",astral:"\ud804[\udeb0-\udeea\udef0-\udef9]"},{name:"Lao",bmp:"ກຂຄຆ-ຊຌ-ຣລວ-ຽເ-ໄໆ່-ໍ໐-໙ໜ-ໟ"},{name:"Latin",bmp:"A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꟿꬰ-ꭚꭜ-ꭤꭦ-ꭩff-stA-Za-z",astral:"\ud801[\udf80-\udf85\udf87-\udfb0\udfb2-\udfba]|\ud837[\udf00-\udf1e]"},{name:"Lepcha",bmp:"ᰀ-᰷᰻-᱉ᱍ-ᱏ"},{name:"Limbu",bmp:"ᤀ-ᤞᤠ-ᤫᤰ-᤻᥀᥄-᥏"},{name:"Linear_A",astral:"\ud801[\ude00-\udf36\udf40-\udf55\udf60-\udf67]"},{name:"Linear_B",astral:"\ud800[\udc00-\udc0b\udc0d-\udc26\udc28-\udc3a\udc3c\udc3d\udc3f-\udc4d\udc50-\udc5d\udc80-\udcfa]"},{name:"Lisu",bmp:"ꓐ-꓿",astral:"𑾰"},{name:"Lycian",astral:"\ud800[\ude80-\ude9c]"},{name:"Lydian",astral:"\ud802[\udd20-\udd39\udd3f]"},{name:"Mahajani",astral:"\ud804[\udd50-\udd76]"},{name:"Makasar",astral:"\ud807[\udee0-\udef8]"},{name:"Malayalam",bmp:"ഀ-ഌഎ-ഐഒ-ൄെ-ൈൊ-൏ൔ-ൣ൦-ൿ"},{name:"Mandaic",bmp:"ࡀ-࡛࡞"},{name:"Manichaean",astral:"\ud802[\udec0-\udee6\udeeb-\udef6]"},{name:"Marchen",astral:"\ud807[\udc70-\udc8f\udc92-\udca7\udca9-\udcb6]"},{name:"Masaram_Gondi",astral:"\ud807[\udd00-\udd06\udd08\udd09\udd0b-\udd36\udd3a\udd3c\udd3d\udd3f-\udd47\udd50-\udd59]"},{name:"Medefaidrin",astral:"\ud81b[\ude40-\ude9a]"},{name:"Meetei_Mayek",bmp:"ꫠ-꫶ꯀ-꯭꯰-꯹"},{name:"Mende_Kikakui",astral:"\ud83a[\udc00-\udcc4\udcc7-\udcd6]"},{name:"Meroitic_Cursive",astral:"\ud802[\udda0-\uddb7\uddbc-\uddcf\uddd2-\uddff]"},{name:"Meroitic_Hieroglyphs",astral:"\ud802[\udd80-\udd9f]"},{name:"Miao",astral:"\ud81b[\udf00-\udf4a\udf4f-\udf87\udf8f-\udf9f]"},{name:"Modi",astral:"\ud805[\ude00-\ude44\ude50-\ude59]"},{name:"Mongolian",bmp:"᠀᠁᠄᠆-᠙ᠠ-ᡸᢀ-ᢪ",astral:"\ud805[\ude60-\ude6c]"},{name:"Mro",astral:"\ud81a[\ude40-\ude5e\ude60-\ude69\ude6e\ude6f]"},{name:"Multani",astral:"\ud804[\ude80-\ude86\ude88\ude8a-\ude8d\ude8f-\ude9d\ude9f-\udea9]"},{name:"Myanmar",bmp:"က-႟ꧠ-ꧾꩠ-ꩿ"},{name:"Nabataean",astral:"\ud802[\udc80-\udc9e\udca7-\udcaf]"},{name:"Nandinagari",astral:"\ud806[\udda0-\udda7\uddaa-\uddd7\uddda-\udde4]"},{name:"New_Tai_Lue",bmp:"ᦀ-ᦫᦰ-ᧉ᧐-᧚᧞᧟"},{name:"Newa",astral:"\ud805[\udc00-\udc5b\udc5d-\udc61]"},{name:"Nko",bmp:"߀-ߺ߽-߿"},{name:"Nushu",astral:"𖿡|\ud82c[\udd70-\udefb]"},{name:"Nyiakeng_Puachue_Hmong",astral:"\ud838[\udd00-\udd2c\udd30-\udd3d\udd40-\udd49\udd4e\udd4f]"},{name:"Ogham",bmp:" -᚜"},{name:"Ol_Chiki",bmp:"᱐-᱿"},{name:"Old_Hungarian",astral:"\ud803[\udc80-\udcb2\udcc0-\udcf2\udcfa-\udcff]"},{name:"Old_Italic",astral:"\ud800[\udf00-\udf23\udf2d-\udf2f]"},{name:"Old_North_Arabian",astral:"\ud802[\ude80-\ude9f]"},{name:"Old_Permic",astral:"\ud800[\udf50-\udf7a]"},{name:"Old_Persian",astral:"\ud800[\udfa0-\udfc3\udfc8-\udfd5]"},{name:"Old_Sogdian",astral:"\ud803[\udf00-\udf27]"},{name:"Old_South_Arabian",astral:"\ud802[\ude60-\ude7f]"},{name:"Old_Turkic",astral:"\ud803[\udc00-\udc48]"},{name:"Old_Uyghur",astral:"\ud803[\udf70-\udf89]"},{name:"Oriya",bmp:"ଁ-ଃଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହ଼-ୄେୈୋ-୍୕-ୗଡ଼ଢ଼ୟ-ୣ୦-୷"},{name:"Osage",astral:"\ud801[\udcb0-\udcd3\udcd8-\udcfb]"},{name:"Osmanya",astral:"\ud801[\udc80-\udc9d\udca0-\udca9]"},{name:"Pahawh_Hmong",astral:"\ud81a[\udf00-\udf45\udf50-\udf59\udf5b-\udf61\udf63-\udf77\udf7d-\udf8f]"},{name:"Palmyrene",astral:"\ud802[\udc60-\udc7f]"},{name:"Pau_Cin_Hau",astral:"\ud806[\udec0-\udef8]"},{name:"Phags_Pa",bmp:"ꡀ-꡷"},{name:"Phoenician",astral:"\ud802[\udd00-\udd1b\udd1f]"},{name:"Psalter_Pahlavi",astral:"\ud802[\udf80-\udf91\udf99-\udf9c\udfa9-\udfaf]"},{name:"Rejang",bmp:"ꤰ-꥓꥟"},{name:"Runic",bmp:"ᚠ-ᛪᛮ-ᛸ"},{name:"Samaritan",bmp:"ࠀ-࠭࠰-࠾"},{name:"Saurashtra",bmp:"ꢀ-ꣅ꣎-꣙"},{name:"Sharada",astral:"\ud804[\udd80-\udddf]"},{name:"Shavian",astral:"\ud801[\udc50-\udc7f]"},{name:"Siddham",astral:"\ud805[\udd80-\uddb5\uddb8-\udddd]"},{name:"SignWriting",astral:"\ud836[\udc00-\ude8b\ude9b-\ude9f\udea1-\udeaf]"},{name:"Sinhala",bmp:"ඁ-ඃඅ-ඖක-නඳ-රලව-ෆ්ා-ුූෘ-ෟ෦-෯ෲ-෴",astral:"\ud804[\udde1-\uddf4]"},{name:"Sogdian",astral:"\ud803[\udf30-\udf59]"},{name:"Sora_Sompeng",astral:"\ud804[\udcd0-\udce8\udcf0-\udcf9]"},{name:"Soyombo",astral:"\ud806[\ude50-\udea2]"},{name:"Sundanese",bmp:"ᮀ-ᮿ᳀-᳇"},{name:"Syloti_Nagri",bmp:"ꠀ-꠬"},{name:"Syriac",bmp:"܀-܍܏-݊ݍ-ݏࡠ-ࡪ"},{name:"Tagalog",bmp:"ᜀ-᜕ᜟ"},{name:"Tagbanwa",bmp:"ᝠ-ᝬᝮ-ᝰᝲᝳ"},{name:"Tai_Le",bmp:"ᥐ-ᥭᥰ-ᥴ"},{name:"Tai_Tham",bmp:"ᨠ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪠-᪭"},{name:"Tai_Viet",bmp:"ꪀ-ꫂꫛ-꫟"},{name:"Takri",astral:"\ud805[\ude80-\udeb9\udec0-\udec9]"},{name:"Tamil",bmp:"ஂஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹா-ூெ-ைொ-்ௐௗ௦-௺",astral:"\ud807[\udfc0-\udff1\udfff]"},{name:"Tangsa",astral:"\ud81a[\ude70-\udebe\udec0-\udec9]"},{name:"Tangut",astral:"𖿠|[\ud81c-\ud820][\udc00-\udfff]|\ud821[\udc00-\udff7]|\ud822[\udc00-\udeff]|\ud823[\udd00-\udd08]"},{name:"Telugu",bmp:"ఀ-ఌఎ-ఐఒ-నప-హ఼-ౄె-ైొ-్ౕౖౘ-ౚౝౠ-ౣ౦-౯౷-౿"},{name:"Thaana",bmp:"ހ-ޱ"},{name:"Thai",bmp:"ก-ฺเ-๛"},{name:"Tibetan",bmp:"ༀ-ཇཉ-ཬཱ-ྗྙ-ྼ྾-࿌࿎-࿔࿙࿚"},{name:"Tifinagh",bmp:"ⴰ-ⵧⵯ⵰⵿"},{name:"Tirhuta",astral:"\ud805[\udc80-\udcc7\udcd0-\udcd9]"},{name:"Toto",astral:"\ud838[\ude90-\udeae]"},{name:"Ugaritic",astral:"\ud800[\udf80-\udf9d\udf9f]"},{name:"Vai",bmp:"ꔀ-ꘫ"},{name:"Vithkuqi",astral:"\ud801[\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc]"},{name:"Wancho",astral:"\ud838[\udec0-\udef9\udeff]"},{name:"Warang_Citi",astral:"\ud806[\udca0-\udcf2\udcff]"},{name:"Yezidi",astral:"\ud803[\ude80-\udea9\udeab-\udead\udeb0\udeb1]"},{name:"Yi",bmp:"ꀀ-ꒌ꒐-꓆"},{name:"Zanabazar_Square",astral:"\ud806[\ude00-\ude47]"}]);
20
20
  /*!
21
21
  * XRegExp.matchRecursive 5.1.1
22
22
  * <xregexp.com>
23
23
  * Steven Levithan (c) 2009-present MIT License
24
- */function Ro(e,t){var n=0,r=e.length,a=!1;if(!1===t){if(!0===e.startsWith("data:"))return null;for(;n<e.length&&e.charCodeAt(n)<=32;)n+=1;for(;r>n+1&&e.charCodeAt(r-1)<=32;)r-=1;if(47===e.charCodeAt(n)&&47===e.charCodeAt(n+1))n+=2;else{var o=e.indexOf(":/",n);if(-1!==o){var i=o-n,u=e.charCodeAt(n),s=e.charCodeAt(n+1),c=e.charCodeAt(n+2),d=e.charCodeAt(n+3),l=e.charCodeAt(n+4);if(5===i&&104===u&&116===s&&116===c&&112===d&&115===l);else if(4===i&&104===u&&116===s&&116===c&&112===d);else if(3===i&&119===u&&115===s&&115===c);else if(2===i&&119===u&&115===s);else for(var f=n;f<o;f+=1){var p=32|e.charCodeAt(f);if(!1==(p>=97&&p<=122||p>=48&&p<=57||46===p||45===p||43===p))return null}for(n=o+2;47===e.charCodeAt(n);)n+=1}}for(var h=-1,m=-1,g=-1,b=n;b<r;b+=1){var v=e.charCodeAt(b);if(35===v||47===v||63===v){r=b;break}64===v?h=b:93===v?m=b:58===v?g=b:v>=65&&v<=90&&(a=!0)}if(-1!==h&&h>n&&h<r&&(n=h+1),91===e.charCodeAt(n))return-1!==m?e.slice(n+1,m).toLowerCase():null;-1!==g&&g>n&&g<r&&(r=g)}for(;r>n+1&&46===e.charCodeAt(r-1);)r-=1;var y=0!==n||r!==e.length?e.slice(n,r):e;return a?y.toLowerCase():y}function Oo(e){if(e.length>255)return!1;if(0===e.length)return!1;if(!1===function(e){return e>=97&&e<=122||e>=48&&e<=57||e>127}(e.charCodeAt(0)))return!1;for(var t=-1,n=-1,r=e.length,a=0;a<r;a+=1){var o=e.charCodeAt(a);if(46===o){if(a-t>64||46===n||45===n||95===n)return!1;t=a}else if(!1===(function(e){return e>=97&&e<=122||e>=48&&e<=57||e>127}(o)||45===o||95===o))return!1;n=o}return r-t-1<=63&&45!==n}!function(e){var t="xregexp",n=/(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*\]/g,r=e.union([/\({{([\w$]+)}}\)|{{([\w$]+)}}/,n],"g",{conjunction:"or"});function a(e){var t=/^(?:\(\?:\))*\^/,n=/\$(?:\(\?:\))*$/;return t.test(e)&&n.test(e)&&n.test(e.replace(/\\[\s\S]/g,""))?e.replace(t,"").replace(n,""):e}function o(n,r){var a=r?"x":"";return e.isRegExp(n)?n[t]&&n[t].captureNames?n:e(n.source,a):e(n,a)}function i(t){return t instanceof RegExp?t:e.escape(t)}function u(e,t,n){return e["subpattern".concat(n)]=t,e}function s(e,t,n){return e+(t<n.length-1?"{{subpattern".concat(t,"}}"):"")}e.tag=function(t){return function(n){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];var c=a.map(i).reduce(u,{}),d=n.raw.map(s).join("");return e.build(d,c,t)}},e.build=function(i,u,s){var c=(s=s||"").includes("x"),d=/^\(\?([\w$]+)\)/.exec(i);d&&(s=e._clipDuplicates(s+d[1]));var l={};for(var f in u)if(u.hasOwnProperty(f)){var p=o(u[f],c);l[f]={pattern:a(p.source),names:p[t].captureNames||[]}}var h,m=o(i,c),g=0,b=0,v=[0],y=m[t].captureNames||[],w=m.source.replace(r,(function(e,t,r,a,o){var i,u,s,c=t||r;if(c){if(!l.hasOwnProperty(c))throw new ReferenceError("Undefined property ".concat(e));t?(i=y[b],v[++b]=++g,u="(?<".concat(i||c,">")):u="(?:",h=g;var d=l[c].pattern.replace(n,(function(e,t,n){if(t){if(i=l[c].names[g-h],++g,i)return"(?<".concat(i,">")}else if(n)return s=+n-1,l[c].names[s]?"\\k<".concat(l[c].names[s],">"):"\\".concat(+n+h);return e}));return"".concat(u).concat(d,")")}if(a){if(i=y[b],v[++b]=++g,i)return"(?<".concat(i,">")}else if(o)return y[s=+o-1]?"\\k<".concat(y[s],">"):"\\".concat(v[+o]);return e}));return e(w,s)}}(So),function(e){function t(e,t,n,r){return{name:e,value:t,start:n,end:r}}e.matchRecursive=function(n,r,a,o,i){i=i||{};var u,s=(o=o||"").includes("g"),c=o.includes("y"),d=o.replace(/y/g,"");r=e(r,d),a=e(a,d);var l=i.escapeChar;if(l){if(l.length>1)throw new Error("Cannot use more than one escape character");l=e.escape(l),u=new RegExp("(?:".concat(l,"[\\S\\s]|(?:(?!").concat(e.union([r,a],"",{conjunction:"or"}).source,")[^").concat(l,"])+)+"),o.replace(e._hasNativeFlag("s")?/[^imsu]/g:/[^imu]/g,""))}for(var f,p,h,m,g=0,b=0,v=0,y=0,w=i.valueNames,k=[];;){if(l&&(v+=(e.exec(n,u,v,"sticky")||[""])[0].length),h=e.exec(n,r,v),m=e.exec(n,a,v),h&&m&&(h.index<=m.index?m=null:h=null),h||m)v=(b=(h||m).index)+(h||m)[0].length;else if(!g)break;if(c&&!g&&b>y)break;if(h)g||(f=b,p=v),g+=1;else if(m&&g){if(!(g-=1)&&(w?(w[0]&&f>y&&k.push(t(w[0],n.slice(y,f),y,f)),w[1]&&k.push(t(w[1],n.slice(f,p),f,p)),w[2]&&k.push(t(w[2],n.slice(p,b),p,b)),w[3]&&k.push(t(w[3],n.slice(b,v),b,v))):k.push(n.slice(p,b)),y=v,!s))break}else{var D=i.unbalanced||"error";if("skip"!==D&&"skip-lazy"!==D){if("error"===D){var x=m?b:f;throw new Error("Unbalanced ".concat(m?"right":"left"," delimiter found in string at position ").concat(x))}throw new Error("Unsupported value for unbalanced: ".concat(D))}if(m)m=null;else{if("skip"===D)v=f+(e.exec(n,r,f,"sticky")[0].length||1);else v=f+1;g=0}}b===v&&(v+=1)}return s&&k.length>0&&!c&&w&&w[0]&&n.length>y&&k.push(t(w[0],n.slice(y),y,n.length)),k}}(So),function(e){var t={},n={},r=e._dec,a=e._hex,o=e._pad4;function i(e){return e.replace(/[- _]+/g,"").toLowerCase()}function u(e){var t=/^\\[xu](.+)/.exec(e);return t?r(t[1]):e.charCodeAt("\\"===e[0]?1:0)}function s(n){var r,i,s;return t[n]["b!"]||(t[n]["b!"]=(r=t[n].bmp,i="",s=-1,e.forEach(r,/(\\x..|\\u....|\\?[\s\S])(?:-(\\x..|\\u....|\\?[\s\S]))?/,(function(e){var t=u(e[1]);t>s+1&&(i+="\\u".concat(o(a(s+1))),t>s+2&&(i+="-\\u".concat(o(a(t-1))))),s=u(e[2]||e[1])})),s<65535&&(i+="\\u".concat(o(a(s+1))),s<65534&&(i+="-\\uFFFF")),i))}function c(e,n){var r=n?"a!":"a=";return t[e][r]||(t[e][r]=function(e,n){var r=t[e],a="";return r.bmp&&!r.isBmpLast&&(a="[".concat(r.bmp,"]").concat(r.astral?"|":"")),r.astral&&(a+=r.astral),r.isBmpLast&&r.bmp&&(a+="".concat(r.astral?"|":"","[").concat(r.bmp,"]")),n?"(?:(?!".concat(a,")(?:[\ud800-\udbff][\udc00-\udfff]|[\0-￿]))"):"(?:".concat(a,")")}(e,n))}e.addToken(/\\([pP])(?:{(\^?)(?:(\w+)=)?([^}]*)}|([A-Za-z]))/,(function(e,r,a){var o="Unknown Unicode token ",u=_slicedToArray(e,6),d=u[0],l=u[1],f=u[2],p=u[3],h=u[4],m=u[5],g="P"===l||!!f,b=a.includes("A"),v=i(m||h),y=t[v];if("P"===l&&f)throw new SyntaxError("Invalid double negation "+d);if(!t.hasOwnProperty(v))throw new SyntaxError(o+d);if(p&&(!n[p]||!n[p][v]))throw new SyntaxError(o+d);if(y.inverseOf){if(v=i(y.inverseOf),!t.hasOwnProperty(v))throw new ReferenceError("".concat("Unicode token missing data "+d," -> ").concat(y.inverseOf));y=t[v],g=!g}if(!y.bmp&&!b)throw new SyntaxError("Astral mode required for Unicode token "+d);if(b){if("class"===r)throw new SyntaxError("Astral mode does not support Unicode tokens within character classes");return c(v,g)}return"class"===r?g?s(v):y.bmp:"".concat((g?"[^":"[")+y.bmp,"]")}),{scope:"all",optionalFlags:"A",leadChar:"\\"}),e.addUnicodeData=function(r,a){a&&(n[a]={});var o,u=_createForOfIteratorHelper(r);try{for(u.s();!(o=u.n()).done;){var s=o.value;if(!s.name)throw new Error("Unicode token requires name");if(!(s.inverseOf||s.bmp||s.astral))throw new Error("Unicode token has no character data "+s.name);var c=i(s.name);if(t[c]=s,a&&(n[a][c]=!0),s.alias){var d=i(s.alias);t[d]=s,a&&(n[a][d]=!0)}}}catch(e){u.e(e)}finally{u.f()}e.cache.flush("patterns")},e._getUnicodeProperty=function(e){var n=i(e);return t[n]}}(So),function(e){if(!e.addUnicodeData)throw new ReferenceError("Unicode Base must be loaded before Unicode Categories");e.addUnicodeData(jo)}(So),function(e){if(!e.addUnicodeData)throw new ReferenceError("Unicode Base must be loaded before Unicode Properties");var t=To;t.push({name:"Assigned",inverseOf:"Cn"}),e.addUnicodeData(t)}(So),function(e){if(!e.addUnicodeData)throw new ReferenceError("Unicode Base must be loaded before Unicode Scripts");e.addUnicodeData(_o,"Script")}(So);var Bo=function(e){var t=e.allowIcannDomains,n=void 0===t||t,r=e.allowPrivateDomains,a=void 0!==r&&r,o=e.detectIp,i=void 0===o||o,u=e.extractHostname,s=void 0===u||u,c=e.mixedInputs,d=void 0===c||c,l=e.validHosts,f=void 0===l?null:l,p=e.validateHostname;return{allowIcannDomains:n,allowPrivateDomains:a,detectIp:i,extractHostname:s,mixedInputs:d,validHosts:f,validateHostname:void 0===p||p}}({});function Po(e,t,n,r,a){var o,i,u,s=function(e){return void 0===e?Bo:function(e){var t=e.allowIcannDomains,n=void 0===t||t,r=e.allowPrivateDomains,a=void 0!==r&&r,o=e.detectIp,i=void 0===o||o,u=e.extractHostname,s=void 0===u||u,c=e.mixedInputs,d=void 0===c||c,l=e.validHosts,f=void 0===l?null:l,p=e.validateHostname;return{allowIcannDomains:n,allowPrivateDomains:a,detectIp:i,extractHostname:s,mixedInputs:d,validHosts:f,validateHostname:void 0===p||p}}(e)}(r);return"string"!=typeof e?a:(!1===s.extractHostname?a.hostname=e:!0===s.mixedInputs?a.hostname=Ro(e,Oo(e)):a.hostname=Ro(e,!1),0===t||null===a.hostname||!0===s.detectIp&&(a.isIp=function(e){if(e.length<3)return!1;var t="["===e[0]?1:0,n=e.length;if("]"===e[n-1]&&(n-=1),n-t>39)return!1;for(var r=!1;t<n;t+=1){var a=e.charCodeAt(t);if(58===a)r=!0;else if(0==(a>=48&&a<=57||a>=97&&a<=102||a>=65&&a<=90))return!1}return r}(o=a.hostname)||function(e){if(e.length<7)return!1;if(e.length>15)return!1;for(var t=0,n=0;n<e.length;n+=1){var r=e.charCodeAt(n);if(46===r)t+=1;else if(r<48||r>57)return!1}return 3===t&&46!==e.charCodeAt(0)&&46!==e.charCodeAt(e.length-1)}(o),!0===a.isIp)?a:!0===s.validateHostname&&!0===s.extractHostname&&!1===Oo(a.hostname)?(a.hostname=null,a):(n(a.hostname,s,a),2===t||null===a.publicSuffix?a:(a.domain=function(e,t,n){if(null!==n.validHosts)for(var r=n.validHosts,a=0;a<r.length;a+=1){var o=r[a];if(!0===function(e,t){return!!e.endsWith(t)&&(e.length===t.length||"."===e[e.length-t.length-1])}(t,o))return o}return e.length===t.length?null:function(e,t){var n=e.length-t.length-2,r=e.lastIndexOf(".",n);return-1===r?e:e.slice(r+1)}(t,e)}(a.publicSuffix,a.hostname,s),3===t||null===a.domain?a:(a.subdomain=function(e,t){return t.length===e.length?"":e.slice(0,-t.length-1)}(a.hostname,a.domain),4===t||(a.domainWithoutSuffix=(i=a.domain,u=a.publicSuffix,i.slice(0,-u.length-1))),a))))}var Io,No,Lo,$o,zo,Mo,qo,Uo,Wo,Ho,Vo,Xo,Go,Yo,Ko,Qo,Jo,Zo,ei,ti,ni,ri,ai,oi,ii,ui,si,ci,di,li,fi,pi,hi,mi,gi,bi,vi,yi,wi,ki,Di,xi,Ci={$:0,succ:{ck:{$:0,succ:{www:Io={$:1,succ:{}}}},jp:{$:0,succ:{kawasaki:No={$:0,succ:{city:Io}},kitakyushu:No,kobe:No,nagoya:No,sapporo:No,sendai:No,yokohama:No}}}},Ai={$:0,succ:{ac:{$:1,succ:{com:Lo={$:1,succ:{}},edu:Lo,gov:Lo,net:Lo,mil:Lo,org:Lo,drr:$o={$:2,succ:{}}}},ad:{$:1,succ:{nom:Lo}},ae:{$:1,succ:{co:Lo,net:Lo,org:Lo,sch:Lo,ac:Lo,gov:Lo,mil:Lo,blogspot:$o}},aero:{$:1,succ:{"accident-investigation":Lo,"accident-prevention":Lo,aerobatic:Lo,aeroclub:Lo,aerodrome:Lo,agents:Lo,aircraft:Lo,airline:Lo,airport:Lo,"air-surveillance":Lo,airtraffic:Lo,"air-traffic-control":Lo,ambulance:Lo,amusement:Lo,association:Lo,author:Lo,ballooning:Lo,broker:Lo,caa:Lo,cargo:Lo,catering:Lo,certification:Lo,championship:Lo,charter:Lo,civilaviation:Lo,club:Lo,conference:Lo,consultant:Lo,consulting:Lo,control:Lo,council:Lo,crew:Lo,design:Lo,dgca:Lo,educator:Lo,emergency:Lo,engine:Lo,engineer:Lo,entertainment:Lo,equipment:Lo,exchange:Lo,express:Lo,federation:Lo,flight:Lo,fuel:Lo,gliding:Lo,government:Lo,groundhandling:Lo,group:Lo,hanggliding:Lo,homebuilt:Lo,insurance:Lo,journal:Lo,journalist:Lo,leasing:Lo,logistics:Lo,magazine:Lo,maintenance:Lo,media:Lo,microlight:Lo,modelling:Lo,navigation:Lo,parachuting:Lo,paragliding:Lo,"passenger-association":Lo,pilot:Lo,press:Lo,production:Lo,recreation:Lo,repbody:Lo,res:Lo,research:Lo,rotorcraft:Lo,safety:Lo,scientist:Lo,services:Lo,show:Lo,skydiving:Lo,software:Lo,student:Lo,trader:Lo,trading:Lo,trainer:Lo,union:Lo,workinggroup:Lo,works:Lo}},af:zo={$:1,succ:{gov:Lo,com:Lo,org:Lo,net:Lo,edu:Lo}},ag:{$:1,succ:{com:Lo,org:Lo,net:Lo,co:Lo,nom:Lo}},ai:{$:1,succ:{off:Lo,com:Lo,net:Lo,org:Lo,uwu:$o}},al:{$:1,succ:{com:Lo,edu:Lo,gov:Lo,mil:Lo,net:Lo,org:Lo,blogspot:$o}},am:{$:1,succ:{co:Lo,com:Lo,commune:Lo,net:Lo,org:Lo,radio:$o,blogspot:$o,neko:$o,nyaa:$o}},ao:{$:1,succ:{ed:Lo,gv:Lo,og:Lo,co:Lo,pb:Lo,it:Lo}},aq:Lo,ar:{$:1,succ:{bet:Lo,com:qo={$:1,succ:{blogspot:$o}},coop:Lo,edu:Lo,gob:Lo,gov:Lo,int:Lo,mil:Lo,musica:Lo,mutual:Lo,net:Lo,org:Lo,senasa:Lo,tur:Lo}},arpa:{$:1,succ:{e164:Lo,"in-addr":Lo,ip6:Lo,iris:Lo,uri:Lo,urn:Lo}},as:Uo={$:1,succ:{gov:Lo}},asia:{$:1,succ:{cloudns:$o}},at:{$:1,succ:{ac:{$:1,succ:{sth:Lo}},co:qo,gv:Lo,or:Lo,funkfeuer:{$:0,succ:{wien:$o}},futurecms:{$:0,succ:{"*":$o,ex:Mo={$:0,succ:{"*":$o}},in:Mo}},futurehosting:$o,futuremailing:$o,ortsinfo:{$:0,succ:{ex:Mo,kunden:Mo}},biz:$o,info:$o,"123webseite":$o,priv:$o,myspreadshop:$o,"12hp":$o,"2ix":$o,"4lima":$o,"lima-city":$o}},au:{$:1,succ:{com:{$:1,succ:{blogspot:$o,cloudlets:{$:0,succ:{mel:$o}},myspreadshop:$o}},net:Lo,org:Lo,edu:{$:1,succ:{act:Lo,catholic:Lo,nsw:{$:1,succ:{schools:Lo}},nt:Lo,qld:Lo,sa:Lo,tas:Lo,vic:Lo,wa:Lo}},gov:{$:1,succ:{qld:Lo,sa:Lo,tas:Lo,vic:Lo,wa:Lo}},asn:Lo,id:Lo,info:Lo,conf:Lo,oz:Lo,act:Lo,nsw:Lo,nt:Lo,qld:Lo,sa:Lo,tas:Lo,vic:Lo,wa:Lo}},aw:{$:1,succ:{com:Lo}},ax:{$:1,succ:{be:$o,cat:$o,es:$o,eu:$o,gg:$o,mc:$o,us:$o,xy:$o}},az:{$:1,succ:{com:Lo,net:Lo,int:Lo,gov:Lo,org:Lo,edu:Lo,info:Lo,pp:Lo,mil:Lo,name:Lo,pro:Lo,biz:Lo}},ba:{$:1,succ:{com:Lo,edu:Lo,gov:Lo,mil:Lo,net:Lo,org:Lo,rs:$o,blogspot:$o}},bb:{$:1,succ:{biz:Lo,co:Lo,com:Lo,edu:Lo,gov:Lo,info:Lo,net:Lo,org:Lo,store:Lo,tv:Lo}},bd:Wo={$:0,succ:{"*":Lo}},be:{$:1,succ:{ac:Lo,webhosting:$o,blogspot:$o,interhostsolutions:Ho={$:0,succ:{cloud:$o}},kuleuven:{$:0,succ:{ezproxy:$o}},"123website":$o,myspreadshop:$o,transurl:Mo}},bf:Uo,bg:{$:1,succ:{0:Lo,1:Lo,2:Lo,3:Lo,4:Lo,5:Lo,6:Lo,7:Lo,8:Lo,9:Lo,a:Lo,b:Lo,c:Lo,d:Lo,e:Lo,f:Lo,g:Lo,h:Lo,i:Lo,j:Lo,k:Lo,l:Lo,m:Lo,n:Lo,o:Lo,p:Lo,q:Lo,r:Lo,s:Lo,t:Lo,u:Lo,v:Lo,w:Lo,x:Lo,y:Lo,z:Lo,blogspot:$o,barsy:$o}},bh:zo,bi:{$:1,succ:{co:Lo,com:Lo,edu:Lo,or:Lo,org:Lo}},biz:{$:1,succ:{activetrail:$o,cloudns:$o,jozi:$o,dyndns:$o,"for-better":$o,"for-more":$o,"for-some":$o,"for-the":$o,selfip:$o,webhop:$o,orx:$o,mmafan:$o,myftp:$o,"no-ip":$o,dscloud:$o}},bj:{$:1,succ:{africa:Lo,agro:Lo,architectes:Lo,assur:Lo,avocats:Lo,co:Lo,com:Lo,eco:Lo,econo:Lo,edu:Lo,info:Lo,loisirs:Lo,money:Lo,net:Lo,org:Lo,ote:Lo,resto:Lo,restaurant:Lo,tourism:Lo,univ:Lo,blogspot:$o}},bm:zo,bn:{$:1,succ:{com:Lo,edu:Lo,gov:Lo,net:Lo,org:Lo,co:$o}},bo:{$:1,succ:{com:Lo,edu:Lo,gob:Lo,int:Lo,org:Lo,net:Lo,mil:Lo,tv:Lo,web:Lo,academia:Lo,agro:Lo,arte:Lo,blog:Lo,bolivia:Lo,ciencia:Lo,cooperativa:Lo,democracia:Lo,deporte:Lo,ecologia:Lo,economia:Lo,empresa:Lo,indigena:Lo,industria:Lo,info:Lo,medicina:Lo,movimiento:Lo,musica:Lo,natural:Lo,nombre:Lo,noticias:Lo,patria:Lo,politica:Lo,profesional:Lo,plurinacional:Lo,pueblo:Lo,revista:Lo,salud:Lo,tecnologia:Lo,tksat:Lo,transporte:Lo,wiki:Lo}},br:{$:1,succ:{"9guacu":Lo,abc:Lo,adm:Lo,adv:Lo,agr:Lo,aju:Lo,am:Lo,anani:Lo,aparecida:Lo,app:Lo,arq:Lo,art:Lo,ato:Lo,b:Lo,barueri:Lo,belem:Lo,bhz:Lo,bib:Lo,bio:Lo,blog:Lo,bmd:Lo,boavista:Lo,bsb:Lo,campinagrande:Lo,campinas:Lo,caxias:Lo,cim:Lo,cng:Lo,cnt:Lo,com:{$:1,succ:{blogspot:$o,virtualcloud:{$:0,succ:{scale:{$:0,succ:{users:$o}}}},simplesite:$o}},contagem:Lo,coop:Lo,coz:Lo,cri:Lo,cuiaba:Lo,curitiba:Lo,def:Lo,des:Lo,det:Lo,dev:Lo,ecn:Lo,eco:Lo,edu:Lo,emp:Lo,enf:Lo,eng:Lo,esp:Lo,etc:Lo,eti:Lo,far:Lo,feira:Lo,flog:Lo,floripa:Lo,fm:Lo,fnd:Lo,fortal:Lo,fot:Lo,foz:Lo,fst:Lo,g12:Lo,geo:Lo,ggf:Lo,goiania:Lo,gov:{$:1,succ:{ac:Lo,al:Lo,am:Lo,ap:Lo,ba:Lo,ce:Lo,df:Lo,es:Lo,go:Lo,ma:Lo,mg:Lo,ms:Lo,mt:Lo,pa:Lo,pb:Lo,pe:Lo,pi:Lo,pr:Lo,rj:Lo,rn:Lo,ro:Lo,rr:Lo,rs:Lo,sc:Lo,se:Lo,sp:Lo,to:Lo}},gru:Lo,imb:Lo,ind:Lo,inf:Lo,jab:Lo,jampa:Lo,jdf:Lo,joinville:Lo,jor:Lo,jus:Lo,leg:{$:1,succ:{ac:$o,al:$o,am:$o,ap:$o,ba:$o,ce:$o,df:$o,es:$o,go:$o,ma:$o,mg:$o,ms:$o,mt:$o,pa:$o,pb:$o,pe:$o,pi:$o,pr:$o,rj:$o,rn:$o,ro:$o,rr:$o,rs:$o,sc:$o,se:$o,sp:$o,to:$o}},lel:Lo,log:Lo,londrina:Lo,macapa:Lo,maceio:Lo,manaus:Lo,maringa:Lo,mat:Lo,med:Lo,mil:Lo,morena:Lo,mp:Lo,mus:Lo,natal:Lo,net:Lo,niteroi:Lo,nom:Wo,not:Lo,ntr:Lo,odo:Lo,ong:Lo,org:Lo,osasco:Lo,palmas:Lo,poa:Lo,ppg:Lo,pro:Lo,psc:Lo,psi:Lo,pvh:Lo,qsl:Lo,radio:Lo,rec:Lo,recife:Lo,rep:Lo,ribeirao:Lo,rio:Lo,riobranco:Lo,riopreto:Lo,salvador:Lo,sampa:Lo,santamaria:Lo,santoandre:Lo,saobernardo:Lo,saogonca:Lo,seg:Lo,sjc:Lo,slg:Lo,slz:Lo,sorocaba:Lo,srv:Lo,taxi:Lo,tc:Lo,tec:Lo,teo:Lo,the:Lo,tmp:Lo,trd:Lo,tur:Lo,tv:Lo,udi:Lo,vet:Lo,vix:Lo,vlog:Lo,wiki:Lo,zlg:Lo}},bs:{$:1,succ:{com:Lo,net:Lo,org:Lo,edu:Lo,gov:Lo,we:$o}},bt:zo,bv:Lo,bw:{$:1,succ:{co:Lo,org:Lo}},by:{$:1,succ:{gov:Lo,mil:Lo,com:qo,of:Lo,mycloud:$o,mediatech:$o}},bz:{$:1,succ:{com:Lo,net:Lo,org:Lo,edu:Lo,gov:Lo,za:$o,gsj:$o}},ca:{$:1,succ:{ab:Lo,bc:Lo,mb:Lo,nb:Lo,nf:Lo,nl:Lo,ns:Lo,nt:Lo,nu:Lo,on:Lo,pe:Lo,qc:Lo,sk:Lo,yk:Lo,gc:Lo,barsy:$o,awdev:Mo,co:$o,blogspot:$o,"no-ip":$o,myspreadshop:$o}},cat:Lo,cc:{$:1,succ:{cloudns:$o,ftpaccess:$o,"game-server":$o,myphotos:$o,scrapping:$o,twmail:$o,csx:$o,fantasyleague:$o,spawn:{$:0,succ:{instances:$o}}}},cd:Uo,cf:qo,cg:Lo,ch:{$:1,succ:{square7:$o,blogspot:$o,flow:{$:0,succ:{ae:{$:0,succ:{alp1:$o}},appengine:$o}},"linkyard-cloud":$o,dnsking:$o,gotdns:$o,"123website":$o,myspreadshop:$o,firenet:{$:0,succ:{"*":$o,svc:Mo}},"12hp":$o,"2ix":$o,"4lima":$o,"lima-city":$o}},ci:{$:1,succ:{org:Lo,or:Lo,com:Lo,co:Lo,edu:Lo,ed:Lo,ac:Lo,net:Lo,go:Lo,asso:Lo,"xn--aroport-bya":Lo,"aéroport":Lo,int:Lo,presse:Lo,md:Lo,gouv:Lo,fin:$o,nl:$o}},ck:Wo,cl:{$:1,succ:{co:Lo,gob:Lo,gov:Lo,mil:Lo,blogspot:$o}},cm:{$:1,succ:{co:Lo,com:Lo,gov:Lo,net:Lo}},cn:{$:1,succ:{ac:Lo,com:{$:1,succ:{amazonaws:{$:0,succ:{compute:Mo,"cn-north-1":Go={$:0,succ:{s3:$o}},eb:{$:0,succ:{"cn-north-1":$o,"cn-northwest-1":$o}},elb:Mo}}}},edu:Lo,gov:Lo,net:Lo,org:Lo,mil:Lo,"xn--55qx5d":Lo,"公司":Lo,"xn--io0a7i":Lo,"网络":Lo,"xn--od0alg":Lo,"網絡":Lo,ah:Lo,bj:Lo,cq:Lo,fj:Lo,gd:Lo,gs:Lo,gz:Lo,gx:Lo,ha:Lo,hb:Lo,he:Lo,hi:Lo,hl:Lo,hn:Lo,jl:Lo,js:Lo,jx:Lo,ln:Lo,nm:Lo,nx:Lo,qh:Lo,sc:Lo,sd:Lo,sh:Lo,sn:Lo,sx:Lo,tj:Lo,xj:Lo,xz:Lo,yn:Lo,zj:Lo,hk:Lo,mo:Lo,tw:Lo,"canva-apps":$o,instantcloud:$o,quickconnect:Yo={$:0,succ:{direct:$o}}}},co:{$:1,succ:{arts:Lo,com:qo,edu:Lo,firm:Lo,gov:Lo,info:Lo,int:Lo,mil:Lo,net:Lo,nom:Lo,org:Lo,rec:Lo,web:Lo,carrd:$o,crd:$o,otap:Mo,leadpages:$o,lpages:$o,mypi:$o,n4t:$o,firewalledreplit:Ko={$:2,succ:{id:$o}},repl:Ko,supabase:$o}},com:{$:1,succ:{devcdnaccesso:Mo,adobeaemcloud:{$:2,succ:{dev:Mo}},airkitapps:$o,"airkitapps-au":$o,aivencloud:$o,kasserver:$o,amazonaws:{$:0,succ:{compute:Mo,"compute-1":Mo,"us-east-1":{$:2,succ:{dualstack:Go,cloud9:Qo={$:0,succ:{vfs:$o,"webview-assets":$o}}}},"ap-northeast-1":Zo={$:0,succ:{dualstack:Go,cloud9:Qo}},"ap-northeast-2":ei={$:0,succ:{dualstack:Go,s3:$o,"s3-website":$o,cloud9:Qo}},"ap-south-1":ei,"ap-southeast-1":Zo,"ap-southeast-2":Zo,"ca-central-1":ei,"eu-central-1":ei,"eu-west-1":Zo,"eu-west-2":ei,"eu-west-3":ei,s3:$o,"s3-ap-northeast-1":$o,"s3-ap-northeast-2":$o,"s3-ap-south-1":$o,"s3-ap-southeast-1":$o,"s3-ap-southeast-2":$o,"s3-ca-central-1":$o,"s3-eu-central-1":$o,"s3-eu-west-1":$o,"s3-eu-west-2":$o,"s3-eu-west-3":$o,"s3-external-1":$o,"s3-fips-us-gov-west-1":$o,"s3-sa-east-1":$o,"s3-us-east-2":$o,"s3-us-gov-west-1":$o,"s3-us-west-1":$o,"s3-us-west-2":$o,"s3-website-ap-northeast-1":$o,"s3-website-ap-southeast-1":$o,"s3-website-ap-southeast-2":$o,"s3-website-eu-west-1":$o,"s3-website-sa-east-1":$o,"s3-website-us-east-1":$o,"s3-website-us-west-1":$o,"s3-website-us-west-2":$o,"sa-east-1":Zo,"us-east-2":ei,"af-south-1":Jo={$:0,succ:{cloud9:Qo}},"ap-east-1":Jo,"ap-northeast-3":Jo,"eu-north-1":Jo,"eu-south-1":Jo,"me-south-1":Jo,"us-west-1":Jo,"us-west-2":Jo,elb:Mo}},elasticbeanstalk:{$:2,succ:{"ap-northeast-1":$o,"ap-northeast-2":$o,"ap-northeast-3":$o,"ap-south-1":$o,"ap-southeast-1":$o,"ap-southeast-2":$o,"ca-central-1":$o,"eu-central-1":$o,"eu-west-1":$o,"eu-west-2":$o,"eu-west-3":$o,"sa-east-1":$o,"us-east-1":$o,"us-east-2":$o,"us-gov-west-1":$o,"us-west-1":$o,"us-west-2":$o}},awsglobalaccelerator:$o,siiites:$o,appspacehosted:$o,appspaceusercontent:$o,"on-aptible":$o,myasustor:$o,"balena-devices":$o,betainabox:$o,boutir:$o,bplaced:$o,cafjs:$o,"canva-apps":$o,br:$o,cn:$o,de:$o,eu:$o,jpn:$o,mex:$o,ru:$o,sa:$o,uk:$o,us:$o,za:$o,ar:$o,hu:$o,kr:$o,no:$o,qc:$o,uy:$o,africa:$o,gr:$o,co:$o,jdevcloud:$o,wpdevcloud:$o,cloudcontrolled:$o,cloudcontrolapp:$o,"cf-ipfs":$o,"cloudflare-ipfs":$o,trycloudflare:$o,"customer-oci":{$:0,succ:{"*":$o,oci:Mo,ocp:Mo,ocs:Mo}},dattolocal:$o,dattorelay:$o,dattoweb:$o,mydatto:$o,builtwithdark:$o,datadetect:{$:0,succ:{demo:$o,instance:$o}},ddns5:$o,discordsays:$o,discordsez:$o,drayddns:$o,dreamhosters:$o,mydrobo:$o,"dyndns-at-home":$o,"dyndns-at-work":$o,"dyndns-blog":$o,"dyndns-free":$o,"dyndns-home":$o,"dyndns-ip":$o,"dyndns-mail":$o,"dyndns-office":$o,"dyndns-pics":$o,"dyndns-remote":$o,"dyndns-server":$o,"dyndns-web":$o,"dyndns-wiki":$o,"dyndns-work":$o,blogdns:$o,cechire:$o,dnsalias:$o,dnsdojo:$o,doesntexist:$o,dontexist:$o,doomdns:$o,"dyn-o-saur":$o,dynalias:$o,"est-a-la-maison":$o,"est-a-la-masion":$o,"est-le-patron":$o,"est-mon-blogueur":$o,"from-ak":$o,"from-al":$o,"from-ar":$o,"from-ca":$o,"from-ct":$o,"from-dc":$o,"from-de":$o,"from-fl":$o,"from-ga":$o,"from-hi":$o,"from-ia":$o,"from-id":$o,"from-il":$o,"from-in":$o,"from-ks":$o,"from-ky":$o,"from-ma":$o,"from-md":$o,"from-mi":$o,"from-mn":$o,"from-mo":$o,"from-ms":$o,"from-mt":$o,"from-nc":$o,"from-nd":$o,"from-ne":$o,"from-nh":$o,"from-nj":$o,"from-nm":$o,"from-nv":$o,"from-oh":$o,"from-ok":$o,"from-or":$o,"from-pa":$o,"from-pr":$o,"from-ri":$o,"from-sc":$o,"from-sd":$o,"from-tn":$o,"from-tx":$o,"from-ut":$o,"from-va":$o,"from-vt":$o,"from-wa":$o,"from-wi":$o,"from-wv":$o,"from-wy":$o,getmyip:$o,gotdns:$o,"hobby-site":$o,homelinux:$o,homeunix:$o,iamallama:$o,"is-a-anarchist":$o,"is-a-blogger":$o,"is-a-bookkeeper":$o,"is-a-bulls-fan":$o,"is-a-caterer":$o,"is-a-chef":$o,"is-a-conservative":$o,"is-a-cpa":$o,"is-a-cubicle-slave":$o,"is-a-democrat":$o,"is-a-designer":$o,"is-a-doctor":$o,"is-a-financialadvisor":$o,"is-a-geek":$o,"is-a-green":$o,"is-a-guru":$o,"is-a-hard-worker":$o,"is-a-hunter":$o,"is-a-landscaper":$o,"is-a-lawyer":$o,"is-a-liberal":$o,"is-a-libertarian":$o,"is-a-llama":$o,"is-a-musician":$o,"is-a-nascarfan":$o,"is-a-nurse":$o,"is-a-painter":$o,"is-a-personaltrainer":$o,"is-a-photographer":$o,"is-a-player":$o,"is-a-republican":$o,"is-a-rockstar":$o,"is-a-socialist":$o,"is-a-student":$o,"is-a-teacher":$o,"is-a-techie":$o,"is-a-therapist":$o,"is-an-accountant":$o,"is-an-actor":$o,"is-an-actress":$o,"is-an-anarchist":$o,"is-an-artist":$o,"is-an-engineer":$o,"is-an-entertainer":$o,"is-certified":$o,"is-gone":$o,"is-into-anime":$o,"is-into-cars":$o,"is-into-cartoons":$o,"is-into-games":$o,"is-leet":$o,"is-not-certified":$o,"is-slick":$o,"is-uberleet":$o,"is-with-theband":$o,"isa-geek":$o,"isa-hockeynut":$o,issmarterthanyou:$o,"likes-pie":$o,likescandy:$o,"neat-url":$o,"saves-the-whales":$o,selfip:$o,"sells-for-less":$o,"sells-for-u":$o,servebbs:$o,"simple-url":$o,"space-to-rent":$o,"teaches-yoga":$o,writesthisblog:$o,digitaloceanspaces:Mo,ddnsfree:$o,ddnsgeek:$o,giize:$o,gleeze:$o,kozow:$o,loseyourip:$o,ooguy:$o,theworkpc:$o,mytuleap:$o,"tuleap-partners":$o,encoreapi:$o,evennode:{$:0,succ:{"eu-1":$o,"eu-2":$o,"eu-3":$o,"eu-4":$o,"us-1":$o,"us-2":$o,"us-3":$o,"us-4":$o}},onfabrica:$o,fbsbx:ti={$:0,succ:{apps:$o}},"fastly-edge":$o,"fastly-terrarium":$o,"fastvps-server":$o,mydobiss:$o,firebaseapp:$o,fldrv:$o,forgeblocks:$o,framercanvas:$o,"freebox-os":$o,freeboxos:$o,freemyip:$o,gentapps:$o,gentlentapis:$o,githubusercontent:$o,"0emm":Mo,appspot:{$:2,succ:{r:Mo}},codespot:$o,googleapis:$o,googlecode:$o,pagespeedmobilizer:$o,publishproxy:$o,withgoogle:$o,withyoutube:$o,blogspot:$o,awsmppl:$o,herokuapp:$o,herokussl:$o,impertrixcdn:$o,impertrix:$o,smushcdn:$o,wphostedmail:$o,wpmucdn:$o,pixolino:$o,amscompute:$o,clicketcloud:$o,dopaas:$o,hidora:$o,"hosted-by-previder":ni={$:0,succ:{paas:$o}},hosteur:{$:0,succ:{"rag-cloud":$o,"rag-cloud-ch":$o}},"ik-server":{$:0,succ:{jcloud:$o,"jcloud-ver-jpc":$o}},jelastic:{$:0,succ:{demo:$o}},kilatiron:$o,massivegrid:ni,wafaicloud:{$:0,succ:{jed:$o,lon:$o,ryd:$o}},joyent:{$:0,succ:{cns:Mo}},ktistory:$o,lpusercontent:$o,lmpm:ri={$:0,succ:{app:$o}},linode:{$:0,succ:{members:$o,nodebalancer:Mo}},linodeobjects:Mo,linodeusercontent:{$:0,succ:{ip:$o}},barsycenter:$o,barsyonline:$o,mazeplay:$o,miniserver:$o,meteorapp:ai={$:2,succ:{eu:$o}},hostedpi:$o,"mythic-beasts":{$:0,succ:{customer:$o,caracal:$o,fentiger:$o,lynx:$o,ocelot:$o,oncilla:$o,onza:$o,sphinx:$o,vs:$o,x:$o,yali:$o}},nospamproxy:Ho,"4u":$o,nfshost:$o,"001www":$o,ddnslive:$o,myiphost:$o,blogsyte:$o,ciscofreak:$o,damnserver:$o,ditchyourip:$o,dnsiskinky:$o,dynns:$o,geekgalaxy:$o,"health-carereform":$o,homesecuritymac:$o,homesecuritypc:$o,myactivedirectory:$o,mysecuritycamera:$o,"net-freaks":$o,onthewifi:$o,point2this:$o,quicksytes:$o,securitytactics:$o,serveexchange:$o,servehumour:$o,servep2p:$o,servesarcasm:$o,stufftoread:$o,unusualperson:$o,workisboring:$o,"3utilities":$o,ddnsking:$o,myvnc:$o,servebeer:$o,servecounterstrike:$o,serveftp:$o,servegame:$o,servehalflife:$o,servehttp:$o,serveirc:$o,servemp3:$o,servepics:$o,servequake:$o,observableusercontent:{$:0,succ:{static:$o}},simplesite:$o,orsites:$o,operaunite:$o,"authgear-staging":$o,authgearapps:$o,skygearapp:$o,outsystemscloud:$o,ownprovider:$o,pgfog:$o,pagefrontapp:$o,pagexl:$o,paywhirl:Mo,gotpantheon:$o,"platter-app":$o,pleskns:$o,"postman-echo":$o,prgmr:{$:0,succ:{xen:$o}},pythonanywhere:ai,qualifioapp:$o,qbuser:$o,qa2:$o,"dev-myqnapcloud":$o,"alpha-myqnapcloud":$o,myqnapcloud:$o,quipelements:Mo,rackmaze:$o,rhcloud:$o,render:ri,onrender:$o,"180r":$o,dojin:$o,sakuratan:$o,sakuraweb:$o,x0:$o,code:{$:0,succ:{builder:Mo,"dev-builder":Mo,"stg-builder":Mo}},logoip:$o,scrysec:$o,"firewall-gateway":$o,myshopblocks:$o,myshopify:$o,shopitsite:$o,"1kapp":$o,appchizi:$o,applinzi:$o,sinaapp:$o,vipsinaapp:$o,"bounty-full":{$:2,succ:{alpha:$o,beta:$o}},streamlitapp:$o,"try-snowplow":$o,"stackhero-network":$o,"playstation-cloud":$o,myspreadshop:$o,stdlib:{$:0,succ:{api:$o}},"temp-dns":$o,dsmynas:$o,familyds:$o,mytabit:$o,"tb-hosting":oi={$:0,succ:{site:$o}},reservd:$o,thingdustdata:$o,bloxcms:$o,"townnews-staging":$o,typeform:{$:0,succ:{pro:$o}},hk:$o,it:$o,vultrobjects:Mo,wafflecell:$o,"reserve-online":$o,hotelwithflight:$o,remotewd:$o,wiardweb:ii={$:0,succ:{pages:$o}},messwithdns:$o,"woltlab-demo":$o,wpenginepowered:{$:2,succ:{js:$o}},wixsite:$o,xnbay:{$:2,succ:{u2:$o,"u2-local":$o}},yolasite:$o}},coop:Lo,cr:{$:1,succ:{ac:Lo,co:Lo,ed:Lo,fi:Lo,go:Lo,or:Lo,sa:Lo}},cu:{$:1,succ:{com:Lo,edu:Lo,org:Lo,net:Lo,gov:Lo,inf:Lo}},cv:{$:1,succ:{com:Lo,edu:Lo,int:Lo,nome:Lo,org:Lo,blogspot:$o}},cw:ui={$:1,succ:{com:Lo,edu:Lo,net:Lo,org:Lo}},cx:{$:1,succ:{gov:Lo,ath:$o,info:$o}},cy:{$:1,succ:{ac:Lo,biz:Lo,com:{$:1,succ:{blogspot:$o,scaleforce:si={$:0,succ:{j:$o}}}},ekloges:Lo,gov:Lo,ltd:Lo,mil:Lo,net:Lo,org:Lo,press:Lo,pro:Lo,tm:Lo}},cz:{$:1,succ:{co:$o,realm:$o,e4:$o,blogspot:$o,metacentrum:{$:0,succ:{cloud:Mo,custom:$o}},muni:{$:0,succ:{cloud:{$:0,succ:{flt:$o,usr:$o}}}}}},de:{$:1,succ:{bplaced:$o,square7:$o,com:$o,cosidns:{$:0,succ:{dyn:$o}},"dynamisches-dns":$o,dnsupdater:$o,"internet-dns":$o,"l-o-g-i-n":$o,dnshome:$o,fuettertdasnetz:$o,isteingeek:$o,istmein:$o,lebtimnetz:$o,leitungsen:$o,traeumtgerade:$o,ddnss:{$:2,succ:{dyn:$o,dyndns:$o}},dyndns1:$o,"dyn-ip24":$o,"home-webserver":{$:2,succ:{dyn:$o}},"myhome-server":$o,frusky:Mo,goip:$o,blogspot:$o,"xn--gnstigbestellen-zvb":$o,"günstigbestellen":$o,"xn--gnstigliefern-wob":$o,"günstigliefern":$o,"hs-heilbronn":{$:0,succ:{it:ii}},"dyn-berlin":$o,"in-berlin":$o,"in-brb":$o,"in-butter":$o,"in-dsl":$o,"in-vpn":$o,iservschule:$o,"mein-iserv":$o,schulplattform:$o,schulserver:$o,"test-iserv":$o,keymachine:$o,"git-repos":$o,"lcube-server":$o,"svn-repos":$o,barsy:$o,"123webseite":$o,logoip:$o,"firewall-gateway":$o,"my-gateway":$o,"my-router":$o,spdns:$o,speedpartner:{$:0,succ:{customer:$o}},myspreadshop:$o,"taifun-dns":$o,"12hp":$o,"2ix":$o,"4lima":$o,"lima-city":$o,"dd-dns":$o,"dray-dns":$o,draydns:$o,"dyn-vpn":$o,dynvpn:$o,"mein-vigor":$o,"my-vigor":$o,"my-wan":$o,"syno-ds":$o,"synology-diskstation":$o,"synology-ds":$o,uberspace:Mo,virtualuser:$o,"virtual-user":$o,"community-pro":$o,diskussionsbereich:$o}},dj:Lo,dk:{$:1,succ:{biz:$o,co:$o,firm:$o,reg:$o,store:$o,blogspot:$o,"123hjemmeside":$o,myspreadshop:$o}},dm:zo,do:{$:1,succ:{art:Lo,com:Lo,edu:Lo,gob:Lo,gov:Lo,mil:Lo,net:Lo,org:Lo,sld:Lo,web:Lo}},dz:{$:1,succ:{art:Lo,asso:Lo,com:Lo,edu:Lo,gov:Lo,org:Lo,net:Lo,pol:Lo,soc:Lo,tm:Lo}},ec:{$:1,succ:{com:Lo,info:Lo,net:Lo,fin:Lo,k12:Lo,med:Lo,pro:Lo,org:Lo,edu:Lo,gov:Lo,gob:Lo,mil:Lo,base:$o,official:$o}},edu:{$:1,succ:{rit:{$:0,succ:{"git-pages":$o}}}},ee:{$:1,succ:{edu:Lo,gov:Lo,riik:Lo,lib:Lo,med:Lo,com:qo,pri:Lo,aip:Lo,org:Lo,fie:Lo}},eg:{$:1,succ:{com:qo,edu:Lo,eun:Lo,gov:Lo,mil:Lo,name:Lo,net:Lo,org:Lo,sci:Lo}},er:Wo,es:{$:1,succ:{com:qo,nom:Lo,org:Lo,gob:Lo,edu:Lo,"123miweb":$o,myspreadshop:$o}},et:{$:1,succ:{com:Lo,gov:Lo,org:Lo,edu:Lo,biz:Lo,name:Lo,info:Lo,net:Lo}},eu:{$:1,succ:{airkitapps:$o,mycd:$o,cloudns:$o,dogado:ci={$:0,succ:{jelastic:$o}},barsy:$o,wellbeingzone:$o,spdns:$o,transurl:Mo,diskstation:$o}},fi:{$:1,succ:{aland:Lo,dy:$o,blogspot:$o,"xn--hkkinen-5wa":$o,"häkkinen":$o,iki:$o,cloudplatform:{$:0,succ:{fi:$o}},datacenter:{$:0,succ:{demo:$o,paas:$o}},kapsi:$o,"123kotisivu":$o,myspreadshop:$o}},fj:{$:1,succ:{ac:Lo,biz:Lo,com:Lo,gov:Lo,info:Lo,mil:Lo,name:Lo,net:Lo,org:Lo,pro:Lo}},fk:Wo,fm:{$:1,succ:{com:Lo,edu:Lo,net:Lo,org:Lo,radio:$o,user:Mo}},fo:Lo,fr:{$:1,succ:{asso:Lo,com:Lo,gouv:Lo,nom:Lo,prd:Lo,tm:Lo,aeroport:Lo,avocat:Lo,avoues:Lo,cci:Lo,chambagri:Lo,"chirurgiens-dentistes":Lo,"experts-comptables":Lo,"geometre-expert":Lo,greta:Lo,"huissier-justice":Lo,medecin:Lo,notaires:Lo,pharmacien:Lo,port:Lo,veterinaire:Lo,"en-root":$o,"fbx-os":$o,fbxos:$o,"freebox-os":$o,freeboxos:$o,blogspot:$o,goupile:$o,"123siteweb":$o,"on-web":$o,"chirurgiens-dentistes-en-france":$o,dedibox:$o,myspreadshop:$o,ynh:$o}},ga:Lo,gb:Lo,gd:{$:1,succ:{edu:Lo,gov:Lo}},ge:{$:1,succ:{com:Lo,edu:Lo,gov:Lo,org:Lo,mil:Lo,net:Lo,pvt:Lo}},gf:Lo,gg:{$:1,succ:{co:Lo,net:Lo,org:Lo,kaas:$o,cya:$o,panel:{$:2,succ:{daemon:$o}}}},gh:{$:1,succ:{com:Lo,edu:Lo,gov:Lo,org:Lo,mil:Lo}},gi:{$:1,succ:{com:Lo,ltd:Lo,gov:Lo,mod:Lo,edu:Lo,org:Lo}},gl:{$:1,succ:{co:Lo,com:Lo,edu:Lo,net:Lo,org:Lo,biz:$o,xx:$o}},gm:Lo,gn:{$:1,succ:{ac:Lo,com:Lo,edu:Lo,gov:Lo,org:Lo,net:Lo}},gov:Lo,gp:{$:1,succ:{com:Lo,net:Lo,mobi:Lo,edu:Lo,org:Lo,asso:Lo,app:$o}},gq:Lo,gr:{$:1,succ:{com:Lo,edu:Lo,net:Lo,org:Lo,gov:Lo,blogspot:$o,simplesite:$o}},gs:Lo,gt:{$:1,succ:{com:Lo,edu:Lo,gob:Lo,ind:Lo,mil:Lo,net:Lo,org:Lo,blog:$o,de:$o,to:$o}},gu:{$:1,succ:{com:Lo,edu:Lo,gov:Lo,guam:Lo,info:Lo,net:Lo,org:Lo,web:Lo}},gw:Lo,gy:{$:1,succ:{co:Lo,com:Lo,edu:Lo,gov:Lo,net:Lo,org:Lo,be:$o}},hk:{$:1,succ:{com:Lo,edu:Lo,gov:Lo,idv:Lo,net:Lo,org:Lo,"xn--55qx5d":Lo,"公司":Lo,"xn--wcvs22d":Lo,"教育":Lo,"xn--lcvr32d":Lo,"敎育":Lo,"xn--mxtq1m":Lo,"政府":Lo,"xn--gmqw5a":Lo,"個人":Lo,"xn--ciqpn":Lo,"个人":Lo,"xn--gmq050i":Lo,"箇人":Lo,"xn--zf0avx":Lo,"網络":Lo,"xn--io0a7i":Lo,"网络":Lo,"xn--mk0axi":Lo,"组織":Lo,"xn--od0alg":Lo,"網絡":Lo,"xn--od0aq3b":Lo,"网絡":Lo,"xn--tn0ag":Lo,"组织":Lo,"xn--uc0atv":Lo,"組織":Lo,"xn--uc0ay4a":Lo,"組织":Lo,blogspot:$o,secaas:$o,ltd:$o,inc:$o}},hm:Lo,hn:{$:1,succ:{com:Lo,edu:Lo,org:Lo,net:Lo,mil:Lo,gob:Lo,cc:$o}},hr:{$:1,succ:{iz:Lo,from:Lo,name:Lo,com:Lo,blogspot:$o,free:$o}},ht:{$:1,succ:{com:Lo,shop:Lo,firm:Lo,info:Lo,adult:Lo,net:Lo,pro:Lo,org:Lo,med:Lo,art:Lo,coop:Lo,pol:Lo,asso:Lo,edu:Lo,rel:Lo,gouv:Lo,perso:Lo}},hu:{$:1,succ:{2e3:Lo,co:Lo,info:Lo,org:Lo,priv:Lo,sport:Lo,tm:Lo,agrar:Lo,bolt:Lo,casino:Lo,city:Lo,erotica:Lo,erotika:Lo,film:Lo,forum:Lo,games:Lo,hotel:Lo,ingatlan:Lo,jogasz:Lo,konyvelo:Lo,lakas:Lo,media:Lo,news:Lo,reklam:Lo,sex:Lo,shop:Lo,suli:Lo,szex:Lo,tozsde:Lo,utazas:Lo,video:Lo,blogspot:$o}},id:{$:1,succ:{ac:Lo,biz:Lo,co:qo,desa:Lo,go:Lo,mil:Lo,my:{$:1,succ:{rss:Mo}},net:Lo,or:Lo,ponpes:Lo,sch:Lo,web:Lo,flap:$o,forte:$o}},ie:{$:1,succ:{gov:Lo,blogspot:$o,myspreadshop:$o}},il:{$:1,succ:{ac:Lo,co:{$:1,succ:{ravpage:$o,blogspot:$o,tabitorder:$o,mytabit:$o}},gov:Lo,idf:Lo,k12:Lo,muni:Lo,net:Lo,org:Lo}},"xn--4dbrk0ce":{$:1,succ:{"xn--4dbgdty6c":Lo,"xn--5dbhl8d":Lo,"xn--8dbq2a":Lo,"xn--hebda8b":Lo}},"ישראל":{$:1,succ:{"אקדמיה":Lo,"ישוב":Lo,"צהל":Lo,"ממשל":Lo}},im:{$:1,succ:{ac:Lo,co:{$:1,succ:{ltd:Lo,plc:Lo}},com:Lo,net:Lo,org:Lo,tt:Lo,tv:Lo,ro:$o}},in:{$:1,succ:{"5g":Lo,"6g":Lo,ac:Lo,ai:Lo,am:Lo,bihar:Lo,biz:Lo,business:Lo,ca:Lo,cn:Lo,co:Lo,com:Lo,coop:Lo,cs:Lo,delhi:Lo,dr:Lo,edu:Lo,er:Lo,firm:Lo,gen:Lo,gov:Lo,gujarat:Lo,ind:Lo,info:Lo,int:Lo,internet:Lo,io:Lo,me:Lo,mil:Lo,net:Lo,nic:Lo,org:Lo,pg:Lo,post:Lo,pro:Lo,res:Lo,travel:Lo,tv:Lo,uk:Lo,up:Lo,us:Lo,web:$o,cloudns:$o,blogspot:$o,barsy:$o,supabase:$o}},info:{$:1,succ:{cloudns:$o,"dynamic-dns":$o,dyndns:$o,"barrel-of-knowledge":$o,"barrell-of-knowledge":$o,"for-our":$o,"groks-the":$o,"groks-this":$o,"here-for-more":$o,knowsitall:$o,selfip:$o,webhop:$o,barsy:$o,mayfirst:$o,forumz:$o,nsupdate:$o,dvrcam:$o,ilovecollege:$o,"no-ip":$o,dnsupdate:$o,"v-info":$o}},int:{$:1,succ:{eu:Lo}},io:{$:1,succ:{2038:$o,com:Lo,"on-acorn":Mo,apigee:$o,"b-data":$o,backplaneapp:$o,banzaicloud:{$:0,succ:{app:$o,backyards:Mo}},beagleboard:$o,bitbucket:$o,bluebite:$o,boxfuse:$o,browsersafetymark:$o,bigv:{$:0,succ:{uk0:$o}},cleverapps:$o,dappnode:{$:0,succ:{dyndns:$o}},dedyn:$o,drud:$o,definima:$o,"fh-muenster":$o,shw:$o,forgerock:{$:0,succ:{id:$o}},ghost:$o,github:$o,gitlab:$o,lolipop:$o,"hasura-app":$o,hostyhosting:$o,moonscale:Mo,beebyte:ni,beebyteapp:{$:0,succ:{sekd1:$o}},jele:$o,unispace:{$:0,succ:{"cloud-fr1":$o}},webthings:$o,loginline:$o,barsy:$o,azurecontainer:Mo,ngrok:{$:2,succ:{ap:$o,au:$o,eu:$o,in:$o,jp:$o,sa:$o,us:$o}},nodeart:{$:0,succ:{stage:$o}},nid:$o,pantheonsite:$o,dyn53:$o,pstmn:{$:2,succ:{mock:$o}},protonet:$o,qoto:$o,qcx:{$:2,succ:{sys:Mo}},vaporcloud:$o,vbrplsbx:{$:0,succ:{g:$o}},"on-k3s":Mo,"on-rio":Mo,readthedocs:$o,resindevice:$o,resinstaging:{$:0,succ:{devices:$o}},hzc:$o,sandcats:$o,shiftcrypto:$o,shiftedit:$o,"mo-siemens":$o,musician:$o,lair:ti,stolos:Mo,spacekit:$o,utwente:$o,s5y:Mo,edugit:$o,telebit:$o,thingdust:{$:0,succ:{dev:fi={$:0,succ:{cust:$o,reservd:$o}},disrec:fi,prod:pi={$:0,succ:{cust:$o}},testing:fi}},tickets:$o,upli:$o,wedeploy:$o,editorx:$o,basicserver:$o,virtualserver:$o}},iq:hi={$:1,succ:{gov:Lo,edu:Lo,mil:Lo,com:Lo,org:Lo,net:Lo}},ir:{$:1,succ:{ac:Lo,co:Lo,gov:Lo,id:Lo,net:Lo,org:Lo,sch:Lo,"xn--mgba3a4f16a":Lo,"ایران":Lo,"xn--mgba3a4fra":Lo,"ايران":Lo}},is:{$:1,succ:{net:Lo,com:Lo,edu:Lo,gov:Lo,org:Lo,int:Lo,cupcake:$o,blogspot:$o}},it:{$:1,succ:{gov:Lo,edu:Lo,abr:Lo,abruzzo:Lo,"aosta-valley":Lo,aostavalley:Lo,bas:Lo,basilicata:Lo,cal:Lo,calabria:Lo,cam:Lo,campania:Lo,"emilia-romagna":Lo,emiliaromagna:Lo,emr:Lo,"friuli-v-giulia":Lo,"friuli-ve-giulia":Lo,"friuli-vegiulia":Lo,"friuli-venezia-giulia":Lo,"friuli-veneziagiulia":Lo,"friuli-vgiulia":Lo,"friuliv-giulia":Lo,"friulive-giulia":Lo,friulivegiulia:Lo,"friulivenezia-giulia":Lo,friuliveneziagiulia:Lo,friulivgiulia:Lo,fvg:Lo,laz:Lo,lazio:Lo,lig:Lo,liguria:Lo,lom:Lo,lombardia:Lo,lombardy:Lo,lucania:Lo,mar:Lo,marche:Lo,mol:Lo,molise:Lo,piedmont:Lo,piemonte:Lo,pmn:Lo,pug:Lo,puglia:Lo,sar:Lo,sardegna:Lo,sardinia:Lo,sic:Lo,sicilia:Lo,sicily:Lo,taa:Lo,tos:Lo,toscana:Lo,"trentin-sud-tirol":Lo,"xn--trentin-sd-tirol-rzb":Lo,"trentin-süd-tirol":Lo,"trentin-sudtirol":Lo,"xn--trentin-sdtirol-7vb":Lo,"trentin-südtirol":Lo,"trentin-sued-tirol":Lo,"trentin-suedtirol":Lo,"trentino-a-adige":Lo,"trentino-aadige":Lo,"trentino-alto-adige":Lo,"trentino-altoadige":Lo,"trentino-s-tirol":Lo,"trentino-stirol":Lo,"trentino-sud-tirol":Lo,"xn--trentino-sd-tirol-c3b":Lo,"trentino-süd-tirol":Lo,"trentino-sudtirol":Lo,"xn--trentino-sdtirol-szb":Lo,"trentino-südtirol":Lo,"trentino-sued-tirol":Lo,"trentino-suedtirol":Lo,trentino:Lo,"trentinoa-adige":Lo,trentinoaadige:Lo,"trentinoalto-adige":Lo,trentinoaltoadige:Lo,"trentinos-tirol":Lo,trentinostirol:Lo,"trentinosud-tirol":Lo,"xn--trentinosd-tirol-rzb":Lo,"trentinosüd-tirol":Lo,trentinosudtirol:Lo,"xn--trentinosdtirol-7vb":Lo,"trentinosüdtirol":Lo,"trentinosued-tirol":Lo,trentinosuedtirol:Lo,"trentinsud-tirol":Lo,"xn--trentinsd-tirol-6vb":Lo,"trentinsüd-tirol":Lo,trentinsudtirol:Lo,"xn--trentinsdtirol-nsb":Lo,"trentinsüdtirol":Lo,"trentinsued-tirol":Lo,trentinsuedtirol:Lo,tuscany:Lo,umb:Lo,umbria:Lo,"val-d-aosta":Lo,"val-daosta":Lo,"vald-aosta":Lo,valdaosta:Lo,"valle-aosta":Lo,"valle-d-aosta":Lo,"valle-daosta":Lo,valleaosta:Lo,"valled-aosta":Lo,valledaosta:Lo,"vallee-aoste":Lo,"xn--valle-aoste-ebb":Lo,"vallée-aoste":Lo,"vallee-d-aoste":Lo,"xn--valle-d-aoste-ehb":Lo,"vallée-d-aoste":Lo,valleeaoste:Lo,"xn--valleaoste-e7a":Lo,"valléeaoste":Lo,valleedaoste:Lo,"xn--valledaoste-ebb":Lo,"valléedaoste":Lo,vao:Lo,vda:Lo,ven:Lo,veneto:Lo,ag:Lo,agrigento:Lo,al:Lo,alessandria:Lo,"alto-adige":Lo,altoadige:Lo,an:Lo,ancona:Lo,"andria-barletta-trani":Lo,"andria-trani-barletta":Lo,andriabarlettatrani:Lo,andriatranibarletta:Lo,ao:Lo,aosta:Lo,aoste:Lo,ap:Lo,aq:Lo,aquila:Lo,ar:Lo,arezzo:Lo,"ascoli-piceno":Lo,ascolipiceno:Lo,asti:Lo,at:Lo,av:Lo,avellino:Lo,ba:Lo,"balsan-sudtirol":Lo,"xn--balsan-sdtirol-nsb":Lo,"balsan-südtirol":Lo,"balsan-suedtirol":Lo,balsan:Lo,bari:Lo,"barletta-trani-andria":Lo,barlettatraniandria:Lo,belluno:Lo,benevento:Lo,bergamo:Lo,bg:Lo,bi:Lo,biella:Lo,bl:Lo,bn:Lo,bo:Lo,bologna:Lo,"bolzano-altoadige":Lo,bolzano:Lo,"bozen-sudtirol":Lo,"xn--bozen-sdtirol-2ob":Lo,"bozen-südtirol":Lo,"bozen-suedtirol":Lo,bozen:Lo,br:Lo,brescia:Lo,brindisi:Lo,bs:Lo,bt:Lo,"bulsan-sudtirol":Lo,"xn--bulsan-sdtirol-nsb":Lo,"bulsan-südtirol":Lo,"bulsan-suedtirol":Lo,bulsan:Lo,bz:Lo,ca:Lo,cagliari:Lo,caltanissetta:Lo,"campidano-medio":Lo,campidanomedio:Lo,campobasso:Lo,"carbonia-iglesias":Lo,carboniaiglesias:Lo,"carrara-massa":Lo,carraramassa:Lo,caserta:Lo,catania:Lo,catanzaro:Lo,cb:Lo,ce:Lo,"cesena-forli":Lo,"xn--cesena-forl-mcb":Lo,"cesena-forlì":Lo,cesenaforli:Lo,"xn--cesenaforl-i8a":Lo,"cesenaforlì":Lo,ch:Lo,chieti:Lo,ci:Lo,cl:Lo,cn:Lo,co:Lo,como:Lo,cosenza:Lo,cr:Lo,cremona:Lo,crotone:Lo,cs:Lo,ct:Lo,cuneo:Lo,cz:Lo,"dell-ogliastra":Lo,dellogliastra:Lo,en:Lo,enna:Lo,fc:Lo,fe:Lo,fermo:Lo,ferrara:Lo,fg:Lo,fi:Lo,firenze:Lo,florence:Lo,fm:Lo,foggia:Lo,"forli-cesena":Lo,"xn--forl-cesena-fcb":Lo,"forlì-cesena":Lo,forlicesena:Lo,"xn--forlcesena-c8a":Lo,"forlìcesena":Lo,fr:Lo,frosinone:Lo,ge:Lo,genoa:Lo,genova:Lo,go:Lo,gorizia:Lo,gr:Lo,grosseto:Lo,"iglesias-carbonia":Lo,iglesiascarbonia:Lo,im:Lo,imperia:Lo,is:Lo,isernia:Lo,kr:Lo,"la-spezia":Lo,laquila:Lo,laspezia:Lo,latina:Lo,lc:Lo,le:Lo,lecce:Lo,lecco:Lo,li:Lo,livorno:Lo,lo:Lo,lodi:Lo,lt:Lo,lu:Lo,lucca:Lo,macerata:Lo,mantova:Lo,"massa-carrara":Lo,massacarrara:Lo,matera:Lo,mb:Lo,mc:Lo,me:Lo,"medio-campidano":Lo,mediocampidano:Lo,messina:Lo,mi:Lo,milan:Lo,milano:Lo,mn:Lo,mo:Lo,modena:Lo,"monza-brianza":Lo,"monza-e-della-brianza":Lo,monza:Lo,monzabrianza:Lo,monzaebrianza:Lo,monzaedellabrianza:Lo,ms:Lo,mt:Lo,na:Lo,naples:Lo,napoli:Lo,no:Lo,novara:Lo,nu:Lo,nuoro:Lo,og:Lo,ogliastra:Lo,"olbia-tempio":Lo,olbiatempio:Lo,or:Lo,oristano:Lo,ot:Lo,pa:Lo,padova:Lo,padua:Lo,palermo:Lo,parma:Lo,pavia:Lo,pc:Lo,pd:Lo,pe:Lo,perugia:Lo,"pesaro-urbino":Lo,pesarourbino:Lo,pescara:Lo,pg:Lo,pi:Lo,piacenza:Lo,pisa:Lo,pistoia:Lo,pn:Lo,po:Lo,pordenone:Lo,potenza:Lo,pr:Lo,prato:Lo,pt:Lo,pu:Lo,pv:Lo,pz:Lo,ra:Lo,ragusa:Lo,ravenna:Lo,rc:Lo,re:Lo,"reggio-calabria":Lo,"reggio-emilia":Lo,reggiocalabria:Lo,reggioemilia:Lo,rg:Lo,ri:Lo,rieti:Lo,rimini:Lo,rm:Lo,rn:Lo,ro:Lo,roma:Lo,rome:Lo,rovigo:Lo,sa:Lo,salerno:Lo,sassari:Lo,savona:Lo,si:Lo,siena:Lo,siracusa:Lo,so:Lo,sondrio:Lo,sp:Lo,sr:Lo,ss:Lo,suedtirol:Lo,"xn--sdtirol-n2a":Lo,"südtirol":Lo,sv:Lo,ta:Lo,taranto:Lo,te:Lo,"tempio-olbia":Lo,tempioolbia:Lo,teramo:Lo,terni:Lo,tn:Lo,to:Lo,torino:Lo,tp:Lo,tr:Lo,"trani-andria-barletta":Lo,"trani-barletta-andria":Lo,traniandriabarletta:Lo,tranibarlettaandria:Lo,trapani:Lo,trento:Lo,treviso:Lo,trieste:Lo,ts:Lo,turin:Lo,tv:Lo,ud:Lo,udine:Lo,"urbino-pesaro":Lo,urbinopesaro:Lo,va:Lo,varese:Lo,vb:Lo,vc:Lo,ve:Lo,venezia:Lo,venice:Lo,verbania:Lo,vercelli:Lo,verona:Lo,vi:Lo,"vibo-valentia":Lo,vibovalentia:Lo,vicenza:Lo,viterbo:Lo,vr:Lo,vs:Lo,vt:Lo,vv:Lo,blogspot:$o,ibxos:$o,iliadboxos:$o,neen:{$:0,succ:{jc:$o}},tim:{$:0,succ:{open:{$:0,succ:{jelastic:Ho}}}},"16-b":$o,"32-b":$o,"64-b":$o,"123homepage":$o,myspreadshop:$o,syncloud:$o}},je:{$:1,succ:{co:Lo,net:Lo,org:Lo,of:$o}},jm:Wo,jo:{$:1,succ:{com:Lo,org:Lo,net:Lo,edu:Lo,sch:Lo,gov:Lo,mil:Lo,name:Lo}},jobs:Lo,jp:{$:1,succ:{ac:Lo,ad:Lo,co:Lo,ed:Lo,go:Lo,gr:Lo,lg:Lo,ne:{$:1,succ:{aseinet:di={$:0,succ:{user:$o}},gehirn:$o,ivory:$o,"mail-box":$o,mints:$o,mokuren:$o,opal:$o,sakura:$o,sumomo:$o,topaz:$o}},or:Lo,aichi:{$:1,succ:{aisai:Lo,ama:Lo,anjo:Lo,asuke:Lo,chiryu:Lo,chita:Lo,fuso:Lo,gamagori:Lo,handa:Lo,hazu:Lo,hekinan:Lo,higashiura:Lo,ichinomiya:Lo,inazawa:Lo,inuyama:Lo,isshiki:Lo,iwakura:Lo,kanie:Lo,kariya:Lo,kasugai:Lo,kira:Lo,kiyosu:Lo,komaki:Lo,konan:Lo,kota:Lo,mihama:Lo,miyoshi:Lo,nishio:Lo,nisshin:Lo,obu:Lo,oguchi:Lo,oharu:Lo,okazaki:Lo,owariasahi:Lo,seto:Lo,shikatsu:Lo,shinshiro:Lo,shitara:Lo,tahara:Lo,takahama:Lo,tobishima:Lo,toei:Lo,togo:Lo,tokai:Lo,tokoname:Lo,toyoake:Lo,toyohashi:Lo,toyokawa:Lo,toyone:Lo,toyota:Lo,tsushima:Lo,yatomi:Lo}},akita:{$:1,succ:{akita:Lo,daisen:Lo,fujisato:Lo,gojome:Lo,hachirogata:Lo,happou:Lo,higashinaruse:Lo,honjo:Lo,honjyo:Lo,ikawa:Lo,kamikoani:Lo,kamioka:Lo,katagami:Lo,kazuno:Lo,kitaakita:Lo,kosaka:Lo,kyowa:Lo,misato:Lo,mitane:Lo,moriyoshi:Lo,nikaho:Lo,noshiro:Lo,odate:Lo,oga:Lo,ogata:Lo,semboku:Lo,yokote:Lo,yurihonjo:Lo}},aomori:{$:1,succ:{aomori:Lo,gonohe:Lo,hachinohe:Lo,hashikami:Lo,hiranai:Lo,hirosaki:Lo,itayanagi:Lo,kuroishi:Lo,misawa:Lo,mutsu:Lo,nakadomari:Lo,noheji:Lo,oirase:Lo,owani:Lo,rokunohe:Lo,sannohe:Lo,shichinohe:Lo,shingo:Lo,takko:Lo,towada:Lo,tsugaru:Lo,tsuruta:Lo}},chiba:{$:1,succ:{abiko:Lo,asahi:Lo,chonan:Lo,chosei:Lo,choshi:Lo,chuo:Lo,funabashi:Lo,futtsu:Lo,hanamigawa:Lo,ichihara:Lo,ichikawa:Lo,ichinomiya:Lo,inzai:Lo,isumi:Lo,kamagaya:Lo,kamogawa:Lo,kashiwa:Lo,katori:Lo,katsuura:Lo,kimitsu:Lo,kisarazu:Lo,kozaki:Lo,kujukuri:Lo,kyonan:Lo,matsudo:Lo,midori:Lo,mihama:Lo,minamiboso:Lo,mobara:Lo,mutsuzawa:Lo,nagara:Lo,nagareyama:Lo,narashino:Lo,narita:Lo,noda:Lo,oamishirasato:Lo,omigawa:Lo,onjuku:Lo,otaki:Lo,sakae:Lo,sakura:Lo,shimofusa:Lo,shirako:Lo,shiroi:Lo,shisui:Lo,sodegaura:Lo,sosa:Lo,tako:Lo,tateyama:Lo,togane:Lo,tohnosho:Lo,tomisato:Lo,urayasu:Lo,yachimata:Lo,yachiyo:Lo,yokaichiba:Lo,yokoshibahikari:Lo,yotsukaido:Lo}},ehime:{$:1,succ:{ainan:Lo,honai:Lo,ikata:Lo,imabari:Lo,iyo:Lo,kamijima:Lo,kihoku:Lo,kumakogen:Lo,masaki:Lo,matsuno:Lo,matsuyama:Lo,namikata:Lo,niihama:Lo,ozu:Lo,saijo:Lo,seiyo:Lo,shikokuchuo:Lo,tobe:Lo,toon:Lo,uchiko:Lo,uwajima:Lo,yawatahama:Lo}},fukui:{$:1,succ:{echizen:Lo,eiheiji:Lo,fukui:Lo,ikeda:Lo,katsuyama:Lo,mihama:Lo,minamiechizen:Lo,obama:Lo,ohi:Lo,ono:Lo,sabae:Lo,sakai:Lo,takahama:Lo,tsuruga:Lo,wakasa:Lo}},fukuoka:{$:1,succ:{ashiya:Lo,buzen:Lo,chikugo:Lo,chikuho:Lo,chikujo:Lo,chikushino:Lo,chikuzen:Lo,chuo:Lo,dazaifu:Lo,fukuchi:Lo,hakata:Lo,higashi:Lo,hirokawa:Lo,hisayama:Lo,iizuka:Lo,inatsuki:Lo,kaho:Lo,kasuga:Lo,kasuya:Lo,kawara:Lo,keisen:Lo,koga:Lo,kurate:Lo,kurogi:Lo,kurume:Lo,minami:Lo,miyako:Lo,miyama:Lo,miyawaka:Lo,mizumaki:Lo,munakata:Lo,nakagawa:Lo,nakama:Lo,nishi:Lo,nogata:Lo,ogori:Lo,okagaki:Lo,okawa:Lo,oki:Lo,omuta:Lo,onga:Lo,onojo:Lo,oto:Lo,saigawa:Lo,sasaguri:Lo,shingu:Lo,shinyoshitomi:Lo,shonai:Lo,soeda:Lo,sue:Lo,tachiarai:Lo,tagawa:Lo,takata:Lo,toho:Lo,toyotsu:Lo,tsuiki:Lo,ukiha:Lo,umi:Lo,usui:Lo,yamada:Lo,yame:Lo,yanagawa:Lo,yukuhashi:Lo}},fukushima:{$:1,succ:{aizubange:Lo,aizumisato:Lo,aizuwakamatsu:Lo,asakawa:Lo,bandai:Lo,date:Lo,fukushima:Lo,furudono:Lo,futaba:Lo,hanawa:Lo,higashi:Lo,hirata:Lo,hirono:Lo,iitate:Lo,inawashiro:Lo,ishikawa:Lo,iwaki:Lo,izumizaki:Lo,kagamiishi:Lo,kaneyama:Lo,kawamata:Lo,kitakata:Lo,kitashiobara:Lo,koori:Lo,koriyama:Lo,kunimi:Lo,miharu:Lo,mishima:Lo,namie:Lo,nango:Lo,nishiaizu:Lo,nishigo:Lo,okuma:Lo,omotego:Lo,ono:Lo,otama:Lo,samegawa:Lo,shimogo:Lo,shirakawa:Lo,showa:Lo,soma:Lo,sukagawa:Lo,taishin:Lo,tamakawa:Lo,tanagura:Lo,tenei:Lo,yabuki:Lo,yamato:Lo,yamatsuri:Lo,yanaizu:Lo,yugawa:Lo}},gifu:{$:1,succ:{anpachi:Lo,ena:Lo,gifu:Lo,ginan:Lo,godo:Lo,gujo:Lo,hashima:Lo,hichiso:Lo,hida:Lo,higashishirakawa:Lo,ibigawa:Lo,ikeda:Lo,kakamigahara:Lo,kani:Lo,kasahara:Lo,kasamatsu:Lo,kawaue:Lo,kitagata:Lo,mino:Lo,minokamo:Lo,mitake:Lo,mizunami:Lo,motosu:Lo,nakatsugawa:Lo,ogaki:Lo,sakahogi:Lo,seki:Lo,sekigahara:Lo,shirakawa:Lo,tajimi:Lo,takayama:Lo,tarui:Lo,toki:Lo,tomika:Lo,wanouchi:Lo,yamagata:Lo,yaotsu:Lo,yoro:Lo}},gunma:{$:1,succ:{annaka:Lo,chiyoda:Lo,fujioka:Lo,higashiagatsuma:Lo,isesaki:Lo,itakura:Lo,kanna:Lo,kanra:Lo,katashina:Lo,kawaba:Lo,kiryu:Lo,kusatsu:Lo,maebashi:Lo,meiwa:Lo,midori:Lo,minakami:Lo,naganohara:Lo,nakanojo:Lo,nanmoku:Lo,numata:Lo,oizumi:Lo,ora:Lo,ota:Lo,shibukawa:Lo,shimonita:Lo,shinto:Lo,showa:Lo,takasaki:Lo,takayama:Lo,tamamura:Lo,tatebayashi:Lo,tomioka:Lo,tsukiyono:Lo,tsumagoi:Lo,ueno:Lo,yoshioka:Lo}},hiroshima:{$:1,succ:{asaminami:Lo,daiwa:Lo,etajima:Lo,fuchu:Lo,fukuyama:Lo,hatsukaichi:Lo,higashihiroshima:Lo,hongo:Lo,jinsekikogen:Lo,kaita:Lo,kui:Lo,kumano:Lo,kure:Lo,mihara:Lo,miyoshi:Lo,naka:Lo,onomichi:Lo,osakikamijima:Lo,otake:Lo,saka:Lo,sera:Lo,seranishi:Lo,shinichi:Lo,shobara:Lo,takehara:Lo}},hokkaido:{$:1,succ:{abashiri:Lo,abira:Lo,aibetsu:Lo,akabira:Lo,akkeshi:Lo,asahikawa:Lo,ashibetsu:Lo,ashoro:Lo,assabu:Lo,atsuma:Lo,bibai:Lo,biei:Lo,bifuka:Lo,bihoro:Lo,biratori:Lo,chippubetsu:Lo,chitose:Lo,date:Lo,ebetsu:Lo,embetsu:Lo,eniwa:Lo,erimo:Lo,esan:Lo,esashi:Lo,fukagawa:Lo,fukushima:Lo,furano:Lo,furubira:Lo,haboro:Lo,hakodate:Lo,hamatonbetsu:Lo,hidaka:Lo,higashikagura:Lo,higashikawa:Lo,hiroo:Lo,hokuryu:Lo,hokuto:Lo,honbetsu:Lo,horokanai:Lo,horonobe:Lo,ikeda:Lo,imakane:Lo,ishikari:Lo,iwamizawa:Lo,iwanai:Lo,kamifurano:Lo,kamikawa:Lo,kamishihoro:Lo,kamisunagawa:Lo,kamoenai:Lo,kayabe:Lo,kembuchi:Lo,kikonai:Lo,kimobetsu:Lo,kitahiroshima:Lo,kitami:Lo,kiyosato:Lo,koshimizu:Lo,kunneppu:Lo,kuriyama:Lo,kuromatsunai:Lo,kushiro:Lo,kutchan:Lo,kyowa:Lo,mashike:Lo,matsumae:Lo,mikasa:Lo,minamifurano:Lo,mombetsu:Lo,moseushi:Lo,mukawa:Lo,muroran:Lo,naie:Lo,nakagawa:Lo,nakasatsunai:Lo,nakatombetsu:Lo,nanae:Lo,nanporo:Lo,nayoro:Lo,nemuro:Lo,niikappu:Lo,niki:Lo,nishiokoppe:Lo,noboribetsu:Lo,numata:Lo,obihiro:Lo,obira:Lo,oketo:Lo,okoppe:Lo,otaru:Lo,otobe:Lo,otofuke:Lo,otoineppu:Lo,oumu:Lo,ozora:Lo,pippu:Lo,rankoshi:Lo,rebun:Lo,rikubetsu:Lo,rishiri:Lo,rishirifuji:Lo,saroma:Lo,sarufutsu:Lo,shakotan:Lo,shari:Lo,shibecha:Lo,shibetsu:Lo,shikabe:Lo,shikaoi:Lo,shimamaki:Lo,shimizu:Lo,shimokawa:Lo,shinshinotsu:Lo,shintoku:Lo,shiranuka:Lo,shiraoi:Lo,shiriuchi:Lo,sobetsu:Lo,sunagawa:Lo,taiki:Lo,takasu:Lo,takikawa:Lo,takinoue:Lo,teshikaga:Lo,tobetsu:Lo,tohma:Lo,tomakomai:Lo,tomari:Lo,toya:Lo,toyako:Lo,toyotomi:Lo,toyoura:Lo,tsubetsu:Lo,tsukigata:Lo,urakawa:Lo,urausu:Lo,uryu:Lo,utashinai:Lo,wakkanai:Lo,wassamu:Lo,yakumo:Lo,yoichi:Lo}},hyogo:{$:1,succ:{aioi:Lo,akashi:Lo,ako:Lo,amagasaki:Lo,aogaki:Lo,asago:Lo,ashiya:Lo,awaji:Lo,fukusaki:Lo,goshiki:Lo,harima:Lo,himeji:Lo,ichikawa:Lo,inagawa:Lo,itami:Lo,kakogawa:Lo,kamigori:Lo,kamikawa:Lo,kasai:Lo,kasuga:Lo,kawanishi:Lo,miki:Lo,minamiawaji:Lo,nishinomiya:Lo,nishiwaki:Lo,ono:Lo,sanda:Lo,sannan:Lo,sasayama:Lo,sayo:Lo,shingu:Lo,shinonsen:Lo,shiso:Lo,sumoto:Lo,taishi:Lo,taka:Lo,takarazuka:Lo,takasago:Lo,takino:Lo,tamba:Lo,tatsuno:Lo,toyooka:Lo,yabu:Lo,yashiro:Lo,yoka:Lo,yokawa:Lo}},ibaraki:{$:1,succ:{ami:Lo,asahi:Lo,bando:Lo,chikusei:Lo,daigo:Lo,fujishiro:Lo,hitachi:Lo,hitachinaka:Lo,hitachiomiya:Lo,hitachiota:Lo,ibaraki:Lo,ina:Lo,inashiki:Lo,itako:Lo,iwama:Lo,joso:Lo,kamisu:Lo,kasama:Lo,kashima:Lo,kasumigaura:Lo,koga:Lo,miho:Lo,mito:Lo,moriya:Lo,naka:Lo,namegata:Lo,oarai:Lo,ogawa:Lo,omitama:Lo,ryugasaki:Lo,sakai:Lo,sakuragawa:Lo,shimodate:Lo,shimotsuma:Lo,shirosato:Lo,sowa:Lo,suifu:Lo,takahagi:Lo,tamatsukuri:Lo,tokai:Lo,tomobe:Lo,tone:Lo,toride:Lo,tsuchiura:Lo,tsukuba:Lo,uchihara:Lo,ushiku:Lo,yachiyo:Lo,yamagata:Lo,yawara:Lo,yuki:Lo}},ishikawa:{$:1,succ:{anamizu:Lo,hakui:Lo,hakusan:Lo,kaga:Lo,kahoku:Lo,kanazawa:Lo,kawakita:Lo,komatsu:Lo,nakanoto:Lo,nanao:Lo,nomi:Lo,nonoichi:Lo,noto:Lo,shika:Lo,suzu:Lo,tsubata:Lo,tsurugi:Lo,uchinada:Lo,wajima:Lo}},iwate:{$:1,succ:{fudai:Lo,fujisawa:Lo,hanamaki:Lo,hiraizumi:Lo,hirono:Lo,ichinohe:Lo,ichinoseki:Lo,iwaizumi:Lo,iwate:Lo,joboji:Lo,kamaishi:Lo,kanegasaki:Lo,karumai:Lo,kawai:Lo,kitakami:Lo,kuji:Lo,kunohe:Lo,kuzumaki:Lo,miyako:Lo,mizusawa:Lo,morioka:Lo,ninohe:Lo,noda:Lo,ofunato:Lo,oshu:Lo,otsuchi:Lo,rikuzentakata:Lo,shiwa:Lo,shizukuishi:Lo,sumita:Lo,tanohata:Lo,tono:Lo,yahaba:Lo,yamada:Lo}},kagawa:{$:1,succ:{ayagawa:Lo,higashikagawa:Lo,kanonji:Lo,kotohira:Lo,manno:Lo,marugame:Lo,mitoyo:Lo,naoshima:Lo,sanuki:Lo,tadotsu:Lo,takamatsu:Lo,tonosho:Lo,uchinomi:Lo,utazu:Lo,zentsuji:Lo}},kagoshima:{$:1,succ:{akune:Lo,amami:Lo,hioki:Lo,isa:Lo,isen:Lo,izumi:Lo,kagoshima:Lo,kanoya:Lo,kawanabe:Lo,kinko:Lo,kouyama:Lo,makurazaki:Lo,matsumoto:Lo,minamitane:Lo,nakatane:Lo,nishinoomote:Lo,satsumasendai:Lo,soo:Lo,tarumizu:Lo,yusui:Lo}},kanagawa:{$:1,succ:{aikawa:Lo,atsugi:Lo,ayase:Lo,chigasaki:Lo,ebina:Lo,fujisawa:Lo,hadano:Lo,hakone:Lo,hiratsuka:Lo,isehara:Lo,kaisei:Lo,kamakura:Lo,kiyokawa:Lo,matsuda:Lo,minamiashigara:Lo,miura:Lo,nakai:Lo,ninomiya:Lo,odawara:Lo,oi:Lo,oiso:Lo,sagamihara:Lo,samukawa:Lo,tsukui:Lo,yamakita:Lo,yamato:Lo,yokosuka:Lo,yugawara:Lo,zama:Lo,zushi:Lo}},kochi:{$:1,succ:{aki:Lo,geisei:Lo,hidaka:Lo,higashitsuno:Lo,ino:Lo,kagami:Lo,kami:Lo,kitagawa:Lo,kochi:Lo,mihara:Lo,motoyama:Lo,muroto:Lo,nahari:Lo,nakamura:Lo,nankoku:Lo,nishitosa:Lo,niyodogawa:Lo,ochi:Lo,okawa:Lo,otoyo:Lo,otsuki:Lo,sakawa:Lo,sukumo:Lo,susaki:Lo,tosa:Lo,tosashimizu:Lo,toyo:Lo,tsuno:Lo,umaji:Lo,yasuda:Lo,yusuhara:Lo}},kumamoto:{$:1,succ:{amakusa:Lo,arao:Lo,aso:Lo,choyo:Lo,gyokuto:Lo,kamiamakusa:Lo,kikuchi:Lo,kumamoto:Lo,mashiki:Lo,mifune:Lo,minamata:Lo,minamioguni:Lo,nagasu:Lo,nishihara:Lo,oguni:Lo,ozu:Lo,sumoto:Lo,takamori:Lo,uki:Lo,uto:Lo,yamaga:Lo,yamato:Lo,yatsushiro:Lo}},kyoto:{$:1,succ:{ayabe:Lo,fukuchiyama:Lo,higashiyama:Lo,ide:Lo,ine:Lo,joyo:Lo,kameoka:Lo,kamo:Lo,kita:Lo,kizu:Lo,kumiyama:Lo,kyotamba:Lo,kyotanabe:Lo,kyotango:Lo,maizuru:Lo,minami:Lo,minamiyamashiro:Lo,miyazu:Lo,muko:Lo,nagaokakyo:Lo,nakagyo:Lo,nantan:Lo,oyamazaki:Lo,sakyo:Lo,seika:Lo,tanabe:Lo,uji:Lo,ujitawara:Lo,wazuka:Lo,yamashina:Lo,yawata:Lo}},mie:{$:1,succ:{asahi:Lo,inabe:Lo,ise:Lo,kameyama:Lo,kawagoe:Lo,kiho:Lo,kisosaki:Lo,kiwa:Lo,komono:Lo,kumano:Lo,kuwana:Lo,matsusaka:Lo,meiwa:Lo,mihama:Lo,minamiise:Lo,misugi:Lo,miyama:Lo,nabari:Lo,shima:Lo,suzuka:Lo,tado:Lo,taiki:Lo,taki:Lo,tamaki:Lo,toba:Lo,tsu:Lo,udono:Lo,ureshino:Lo,watarai:Lo,yokkaichi:Lo}},miyagi:{$:1,succ:{furukawa:Lo,higashimatsushima:Lo,ishinomaki:Lo,iwanuma:Lo,kakuda:Lo,kami:Lo,kawasaki:Lo,marumori:Lo,matsushima:Lo,minamisanriku:Lo,misato:Lo,murata:Lo,natori:Lo,ogawara:Lo,ohira:Lo,onagawa:Lo,osaki:Lo,rifu:Lo,semine:Lo,shibata:Lo,shichikashuku:Lo,shikama:Lo,shiogama:Lo,shiroishi:Lo,tagajo:Lo,taiwa:Lo,tome:Lo,tomiya:Lo,wakuya:Lo,watari:Lo,yamamoto:Lo,zao:Lo}},miyazaki:{$:1,succ:{aya:Lo,ebino:Lo,gokase:Lo,hyuga:Lo,kadogawa:Lo,kawaminami:Lo,kijo:Lo,kitagawa:Lo,kitakata:Lo,kitaura:Lo,kobayashi:Lo,kunitomi:Lo,kushima:Lo,mimata:Lo,miyakonojo:Lo,miyazaki:Lo,morotsuka:Lo,nichinan:Lo,nishimera:Lo,nobeoka:Lo,saito:Lo,shiiba:Lo,shintomi:Lo,takaharu:Lo,takanabe:Lo,takazaki:Lo,tsuno:Lo}},nagano:{$:1,succ:{achi:Lo,agematsu:Lo,anan:Lo,aoki:Lo,asahi:Lo,azumino:Lo,chikuhoku:Lo,chikuma:Lo,chino:Lo,fujimi:Lo,hakuba:Lo,hara:Lo,hiraya:Lo,iida:Lo,iijima:Lo,iiyama:Lo,iizuna:Lo,ikeda:Lo,ikusaka:Lo,ina:Lo,karuizawa:Lo,kawakami:Lo,kiso:Lo,kisofukushima:Lo,kitaaiki:Lo,komagane:Lo,komoro:Lo,matsukawa:Lo,matsumoto:Lo,miasa:Lo,minamiaiki:Lo,minamimaki:Lo,minamiminowa:Lo,minowa:Lo,miyada:Lo,miyota:Lo,mochizuki:Lo,nagano:Lo,nagawa:Lo,nagiso:Lo,nakagawa:Lo,nakano:Lo,nozawaonsen:Lo,obuse:Lo,ogawa:Lo,okaya:Lo,omachi:Lo,omi:Lo,ookuwa:Lo,ooshika:Lo,otaki:Lo,otari:Lo,sakae:Lo,sakaki:Lo,saku:Lo,sakuho:Lo,shimosuwa:Lo,shinanomachi:Lo,shiojiri:Lo,suwa:Lo,suzaka:Lo,takagi:Lo,takamori:Lo,takayama:Lo,tateshina:Lo,tatsuno:Lo,togakushi:Lo,togura:Lo,tomi:Lo,ueda:Lo,wada:Lo,yamagata:Lo,yamanouchi:Lo,yasaka:Lo,yasuoka:Lo}},nagasaki:{$:1,succ:{chijiwa:Lo,futsu:Lo,goto:Lo,hasami:Lo,hirado:Lo,iki:Lo,isahaya:Lo,kawatana:Lo,kuchinotsu:Lo,matsuura:Lo,nagasaki:Lo,obama:Lo,omura:Lo,oseto:Lo,saikai:Lo,sasebo:Lo,seihi:Lo,shimabara:Lo,shinkamigoto:Lo,togitsu:Lo,tsushima:Lo,unzen:Lo}},nara:{$:1,succ:{ando:Lo,gose:Lo,heguri:Lo,higashiyoshino:Lo,ikaruga:Lo,ikoma:Lo,kamikitayama:Lo,kanmaki:Lo,kashiba:Lo,kashihara:Lo,katsuragi:Lo,kawai:Lo,kawakami:Lo,kawanishi:Lo,koryo:Lo,kurotaki:Lo,mitsue:Lo,miyake:Lo,nara:Lo,nosegawa:Lo,oji:Lo,ouda:Lo,oyodo:Lo,sakurai:Lo,sango:Lo,shimoichi:Lo,shimokitayama:Lo,shinjo:Lo,soni:Lo,takatori:Lo,tawaramoto:Lo,tenkawa:Lo,tenri:Lo,uda:Lo,yamatokoriyama:Lo,yamatotakada:Lo,yamazoe:Lo,yoshino:Lo}},niigata:{$:1,succ:{aga:Lo,agano:Lo,gosen:Lo,itoigawa:Lo,izumozaki:Lo,joetsu:Lo,kamo:Lo,kariwa:Lo,kashiwazaki:Lo,minamiuonuma:Lo,mitsuke:Lo,muika:Lo,murakami:Lo,myoko:Lo,nagaoka:Lo,niigata:Lo,ojiya:Lo,omi:Lo,sado:Lo,sanjo:Lo,seiro:Lo,seirou:Lo,sekikawa:Lo,shibata:Lo,tagami:Lo,tainai:Lo,tochio:Lo,tokamachi:Lo,tsubame:Lo,tsunan:Lo,uonuma:Lo,yahiko:Lo,yoita:Lo,yuzawa:Lo}},oita:{$:1,succ:{beppu:Lo,bungoono:Lo,bungotakada:Lo,hasama:Lo,hiji:Lo,himeshima:Lo,hita:Lo,kamitsue:Lo,kokonoe:Lo,kuju:Lo,kunisaki:Lo,kusu:Lo,oita:Lo,saiki:Lo,taketa:Lo,tsukumi:Lo,usa:Lo,usuki:Lo,yufu:Lo}},okayama:{$:1,succ:{akaiwa:Lo,asakuchi:Lo,bizen:Lo,hayashima:Lo,ibara:Lo,kagamino:Lo,kasaoka:Lo,kibichuo:Lo,kumenan:Lo,kurashiki:Lo,maniwa:Lo,misaki:Lo,nagi:Lo,niimi:Lo,nishiawakura:Lo,okayama:Lo,satosho:Lo,setouchi:Lo,shinjo:Lo,shoo:Lo,soja:Lo,takahashi:Lo,tamano:Lo,tsuyama:Lo,wake:Lo,yakage:Lo}},okinawa:{$:1,succ:{aguni:Lo,ginowan:Lo,ginoza:Lo,gushikami:Lo,haebaru:Lo,higashi:Lo,hirara:Lo,iheya:Lo,ishigaki:Lo,ishikawa:Lo,itoman:Lo,izena:Lo,kadena:Lo,kin:Lo,kitadaito:Lo,kitanakagusuku:Lo,kumejima:Lo,kunigami:Lo,minamidaito:Lo,motobu:Lo,nago:Lo,naha:Lo,nakagusuku:Lo,nakijin:Lo,nanjo:Lo,nishihara:Lo,ogimi:Lo,okinawa:Lo,onna:Lo,shimoji:Lo,taketomi:Lo,tarama:Lo,tokashiki:Lo,tomigusuku:Lo,tonaki:Lo,urasoe:Lo,uruma:Lo,yaese:Lo,yomitan:Lo,yonabaru:Lo,yonaguni:Lo,zamami:Lo}},osaka:{$:1,succ:{abeno:Lo,chihayaakasaka:Lo,chuo:Lo,daito:Lo,fujiidera:Lo,habikino:Lo,hannan:Lo,higashiosaka:Lo,higashisumiyoshi:Lo,higashiyodogawa:Lo,hirakata:Lo,ibaraki:Lo,ikeda:Lo,izumi:Lo,izumiotsu:Lo,izumisano:Lo,kadoma:Lo,kaizuka:Lo,kanan:Lo,kashiwara:Lo,katano:Lo,kawachinagano:Lo,kishiwada:Lo,kita:Lo,kumatori:Lo,matsubara:Lo,minato:Lo,minoh:Lo,misaki:Lo,moriguchi:Lo,neyagawa:Lo,nishi:Lo,nose:Lo,osakasayama:Lo,sakai:Lo,sayama:Lo,sennan:Lo,settsu:Lo,shijonawate:Lo,shimamoto:Lo,suita:Lo,tadaoka:Lo,taishi:Lo,tajiri:Lo,takaishi:Lo,takatsuki:Lo,tondabayashi:Lo,toyonaka:Lo,toyono:Lo,yao:Lo}},saga:{$:1,succ:{ariake:Lo,arita:Lo,fukudomi:Lo,genkai:Lo,hamatama:Lo,hizen:Lo,imari:Lo,kamimine:Lo,kanzaki:Lo,karatsu:Lo,kashima:Lo,kitagata:Lo,kitahata:Lo,kiyama:Lo,kouhoku:Lo,kyuragi:Lo,nishiarita:Lo,ogi:Lo,omachi:Lo,ouchi:Lo,saga:Lo,shiroishi:Lo,taku:Lo,tara:Lo,tosu:Lo,yoshinogari:Lo}},saitama:{$:1,succ:{arakawa:Lo,asaka:Lo,chichibu:Lo,fujimi:Lo,fujimino:Lo,fukaya:Lo,hanno:Lo,hanyu:Lo,hasuda:Lo,hatogaya:Lo,hatoyama:Lo,hidaka:Lo,higashichichibu:Lo,higashimatsuyama:Lo,honjo:Lo,ina:Lo,iruma:Lo,iwatsuki:Lo,kamiizumi:Lo,kamikawa:Lo,kamisato:Lo,kasukabe:Lo,kawagoe:Lo,kawaguchi:Lo,kawajima:Lo,kazo:Lo,kitamoto:Lo,koshigaya:Lo,kounosu:Lo,kuki:Lo,kumagaya:Lo,matsubushi:Lo,minano:Lo,misato:Lo,miyashiro:Lo,miyoshi:Lo,moroyama:Lo,nagatoro:Lo,namegawa:Lo,niiza:Lo,ogano:Lo,ogawa:Lo,ogose:Lo,okegawa:Lo,omiya:Lo,otaki:Lo,ranzan:Lo,ryokami:Lo,saitama:Lo,sakado:Lo,satte:Lo,sayama:Lo,shiki:Lo,shiraoka:Lo,soka:Lo,sugito:Lo,toda:Lo,tokigawa:Lo,tokorozawa:Lo,tsurugashima:Lo,urawa:Lo,warabi:Lo,yashio:Lo,yokoze:Lo,yono:Lo,yorii:Lo,yoshida:Lo,yoshikawa:Lo,yoshimi:Lo}},shiga:{$:1,succ:{aisho:Lo,gamo:Lo,higashiomi:Lo,hikone:Lo,koka:Lo,konan:Lo,kosei:Lo,koto:Lo,kusatsu:Lo,maibara:Lo,moriyama:Lo,nagahama:Lo,nishiazai:Lo,notogawa:Lo,omihachiman:Lo,otsu:Lo,ritto:Lo,ryuoh:Lo,takashima:Lo,takatsuki:Lo,torahime:Lo,toyosato:Lo,yasu:Lo}},shimane:{$:1,succ:{akagi:Lo,ama:Lo,gotsu:Lo,hamada:Lo,higashiizumo:Lo,hikawa:Lo,hikimi:Lo,izumo:Lo,kakinoki:Lo,masuda:Lo,matsue:Lo,misato:Lo,nishinoshima:Lo,ohda:Lo,okinoshima:Lo,okuizumo:Lo,shimane:Lo,tamayu:Lo,tsuwano:Lo,unnan:Lo,yakumo:Lo,yasugi:Lo,yatsuka:Lo}},shizuoka:{$:1,succ:{arai:Lo,atami:Lo,fuji:Lo,fujieda:Lo,fujikawa:Lo,fujinomiya:Lo,fukuroi:Lo,gotemba:Lo,haibara:Lo,hamamatsu:Lo,higashiizu:Lo,ito:Lo,iwata:Lo,izu:Lo,izunokuni:Lo,kakegawa:Lo,kannami:Lo,kawanehon:Lo,kawazu:Lo,kikugawa:Lo,kosai:Lo,makinohara:Lo,matsuzaki:Lo,minamiizu:Lo,mishima:Lo,morimachi:Lo,nishiizu:Lo,numazu:Lo,omaezaki:Lo,shimada:Lo,shimizu:Lo,shimoda:Lo,shizuoka:Lo,susono:Lo,yaizu:Lo,yoshida:Lo}},tochigi:{$:1,succ:{ashikaga:Lo,bato:Lo,haga:Lo,ichikai:Lo,iwafune:Lo,kaminokawa:Lo,kanuma:Lo,karasuyama:Lo,kuroiso:Lo,mashiko:Lo,mibu:Lo,moka:Lo,motegi:Lo,nasu:Lo,nasushiobara:Lo,nikko:Lo,nishikata:Lo,nogi:Lo,ohira:Lo,ohtawara:Lo,oyama:Lo,sakura:Lo,sano:Lo,shimotsuke:Lo,shioya:Lo,takanezawa:Lo,tochigi:Lo,tsuga:Lo,ujiie:Lo,utsunomiya:Lo,yaita:Lo}},tokushima:{$:1,succ:{aizumi:Lo,anan:Lo,ichiba:Lo,itano:Lo,kainan:Lo,komatsushima:Lo,matsushige:Lo,mima:Lo,minami:Lo,miyoshi:Lo,mugi:Lo,nakagawa:Lo,naruto:Lo,sanagochi:Lo,shishikui:Lo,tokushima:Lo,wajiki:Lo}},tokyo:{$:1,succ:{adachi:Lo,akiruno:Lo,akishima:Lo,aogashima:Lo,arakawa:Lo,bunkyo:Lo,chiyoda:Lo,chofu:Lo,chuo:Lo,edogawa:Lo,fuchu:Lo,fussa:Lo,hachijo:Lo,hachioji:Lo,hamura:Lo,higashikurume:Lo,higashimurayama:Lo,higashiyamato:Lo,hino:Lo,hinode:Lo,hinohara:Lo,inagi:Lo,itabashi:Lo,katsushika:Lo,kita:Lo,kiyose:Lo,kodaira:Lo,koganei:Lo,kokubunji:Lo,komae:Lo,koto:Lo,kouzushima:Lo,kunitachi:Lo,machida:Lo,meguro:Lo,minato:Lo,mitaka:Lo,mizuho:Lo,musashimurayama:Lo,musashino:Lo,nakano:Lo,nerima:Lo,ogasawara:Lo,okutama:Lo,ome:Lo,oshima:Lo,ota:Lo,setagaya:Lo,shibuya:Lo,shinagawa:Lo,shinjuku:Lo,suginami:Lo,sumida:Lo,tachikawa:Lo,taito:Lo,tama:Lo,toshima:Lo}},tottori:{$:1,succ:{chizu:Lo,hino:Lo,kawahara:Lo,koge:Lo,kotoura:Lo,misasa:Lo,nanbu:Lo,nichinan:Lo,sakaiminato:Lo,tottori:Lo,wakasa:Lo,yazu:Lo,yonago:Lo}},toyama:{$:1,succ:{asahi:Lo,fuchu:Lo,fukumitsu:Lo,funahashi:Lo,himi:Lo,imizu:Lo,inami:Lo,johana:Lo,kamiichi:Lo,kurobe:Lo,nakaniikawa:Lo,namerikawa:Lo,nanto:Lo,nyuzen:Lo,oyabe:Lo,taira:Lo,takaoka:Lo,tateyama:Lo,toga:Lo,tonami:Lo,toyama:Lo,unazuki:Lo,uozu:Lo,yamada:Lo}},wakayama:{$:1,succ:{arida:Lo,aridagawa:Lo,gobo:Lo,hashimoto:Lo,hidaka:Lo,hirogawa:Lo,inami:Lo,iwade:Lo,kainan:Lo,kamitonda:Lo,katsuragi:Lo,kimino:Lo,kinokawa:Lo,kitayama:Lo,koya:Lo,koza:Lo,kozagawa:Lo,kudoyama:Lo,kushimoto:Lo,mihama:Lo,misato:Lo,nachikatsuura:Lo,shingu:Lo,shirahama:Lo,taiji:Lo,tanabe:Lo,wakayama:Lo,yuasa:Lo,yura:Lo}},yamagata:{$:1,succ:{asahi:Lo,funagata:Lo,higashine:Lo,iide:Lo,kahoku:Lo,kaminoyama:Lo,kaneyama:Lo,kawanishi:Lo,mamurogawa:Lo,mikawa:Lo,murayama:Lo,nagai:Lo,nakayama:Lo,nanyo:Lo,nishikawa:Lo,obanazawa:Lo,oe:Lo,oguni:Lo,ohkura:Lo,oishida:Lo,sagae:Lo,sakata:Lo,sakegawa:Lo,shinjo:Lo,shirataka:Lo,shonai:Lo,takahata:Lo,tendo:Lo,tozawa:Lo,tsuruoka:Lo,yamagata:Lo,yamanobe:Lo,yonezawa:Lo,yuza:Lo}},yamaguchi:{$:1,succ:{abu:Lo,hagi:Lo,hikari:Lo,hofu:Lo,iwakuni:Lo,kudamatsu:Lo,mitou:Lo,nagato:Lo,oshima:Lo,shimonoseki:Lo,shunan:Lo,tabuse:Lo,tokuyama:Lo,toyota:Lo,ube:Lo,yuu:Lo}},yamanashi:{$:1,succ:{chuo:Lo,doshi:Lo,fuefuki:Lo,fujikawa:Lo,fujikawaguchiko:Lo,fujiyoshida:Lo,hayakawa:Lo,hokuto:Lo,ichikawamisato:Lo,kai:Lo,kofu:Lo,koshu:Lo,kosuge:Lo,"minami-alps":Lo,minobu:Lo,nakamichi:Lo,nanbu:Lo,narusawa:Lo,nirasaki:Lo,nishikatsura:Lo,oshino:Lo,otsuki:Lo,showa:Lo,tabayama:Lo,tsuru:Lo,uenohara:Lo,yamanakako:Lo,yamanashi:Lo}},"xn--4pvxs":Lo,"栃木":Lo,"xn--vgu402c":Lo,"愛知":Lo,"xn--c3s14m":Lo,"愛媛":Lo,"xn--f6qx53a":Lo,"兵庫":Lo,"xn--8pvr4u":Lo,"熊本":Lo,"xn--uist22h":Lo,"茨城":Lo,"xn--djrs72d6uy":Lo,"北海道":Lo,"xn--mkru45i":Lo,"千葉":Lo,"xn--0trq7p7nn":Lo,"和歌山":Lo,"xn--8ltr62k":Lo,"長崎":Lo,"xn--2m4a15e":Lo,"長野":Lo,"xn--efvn9s":Lo,"新潟":Lo,"xn--32vp30h":Lo,"青森":Lo,"xn--4it797k":Lo,"静岡":Lo,"xn--1lqs71d":Lo,"東京":Lo,"xn--5rtp49c":Lo,"石川":Lo,"xn--5js045d":Lo,"埼玉":Lo,"xn--ehqz56n":Lo,"三重":Lo,"xn--1lqs03n":Lo,"京都":Lo,"xn--qqqt11m":Lo,"佐賀":Lo,"xn--kbrq7o":Lo,"大分":Lo,"xn--pssu33l":Lo,"大阪":Lo,"xn--ntsq17g":Lo,"奈良":Lo,"xn--uisz3g":Lo,"宮城":Lo,"xn--6btw5a":Lo,"宮崎":Lo,"xn--1ctwo":Lo,"富山":Lo,"xn--6orx2r":Lo,"山口":Lo,"xn--rht61e":Lo,"山形":Lo,"xn--rht27z":Lo,"山梨":Lo,"xn--djty4k":Lo,"岩手":Lo,"xn--nit225k":Lo,"岐阜":Lo,"xn--rht3d":Lo,"岡山":Lo,"xn--klty5x":Lo,"島根":Lo,"xn--kltx9a":Lo,"広島":Lo,"xn--kltp7d":Lo,"徳島":Lo,"xn--uuwu58a":Lo,"沖縄":Lo,"xn--zbx025d":Lo,"滋賀":Lo,"xn--ntso0iqx3a":Lo,"神奈川":Lo,"xn--elqq16h":Lo,"福井":Lo,"xn--4it168d":Lo,"福岡":Lo,"xn--klt787d":Lo,"福島":Lo,"xn--rny31h":Lo,"秋田":Lo,"xn--7t0a264c":Lo,"群馬":Lo,"xn--5rtq34k":Lo,"香川":Lo,"xn--k7yn95e":Lo,"高知":Lo,"xn--tor131o":Lo,"鳥取":Lo,"xn--d5qv7z876c":Lo,"鹿児島":Lo,kawasaki:Wo,kitakyushu:Wo,kobe:Wo,nagoya:Wo,sapporo:Wo,sendai:Wo,yokohama:Wo,buyshop:$o,fashionstore:$o,handcrafted:$o,kawaiishop:$o,supersale:$o,theshop:$o,usercontent:$o,angry:$o,babyblue:$o,babymilk:$o,backdrop:$o,bambina:$o,bitter:$o,blush:$o,boo:$o,boy:$o,boyfriend:$o,but:$o,candypop:$o,capoo:$o,catfood:$o,cheap:$o,chicappa:$o,chillout:$o,chips:$o,chowder:$o,chu:$o,ciao:$o,cocotte:$o,coolblog:$o,cranky:$o,cutegirl:$o,daa:$o,deca:$o,deci:$o,digick:$o,egoism:$o,fakefur:$o,fem:$o,flier:$o,floppy:$o,fool:$o,frenchkiss:$o,girlfriend:$o,girly:$o,gloomy:$o,gonna:$o,greater:$o,hacca:$o,heavy:$o,her:$o,hiho:$o,hippy:$o,holy:$o,hungry:$o,icurus:$o,itigo:$o,jellybean:$o,kikirara:$o,kill:$o,kilo:$o,kuron:$o,littlestar:$o,lolipopmc:$o,lolitapunk:$o,lomo:$o,lovepop:$o,lovesick:$o,main:$o,mods:$o,mond:$o,mongolian:$o,moo:$o,namaste:$o,nikita:$o,nobushi:$o,noor:$o,oops:$o,parallel:$o,parasite:$o,pecori:$o,peewee:$o,penne:$o,pepper:$o,perma:$o,pigboat:$o,pinoko:$o,punyu:$o,pupu:$o,pussycat:$o,pya:$o,raindrop:$o,readymade:$o,sadist:$o,schoolbus:$o,secret:$o,staba:$o,stripper:$o,sub:$o,sunnyday:$o,thick:$o,tonkotsu:$o,under:$o,upper:$o,velvet:$o,verse:$o,versus:$o,vivian:$o,watson:$o,weblike:$o,whitesnow:$o,zombie:$o,blogspot:$o,"2-d":$o,bona:$o,crap:$o,daynight:$o,eek:$o,flop:$o,halfmoon:$o,jeez:$o,matrix:$o,mimoza:$o,netgamers:$o,nyanta:$o,o0o0:$o,rdy:$o,rgr:$o,rulez:$o,sakurastorage:{$:0,succ:{isk01:Go,isk02:Go}},saloon:$o,sblo:$o,skr:$o,tank:$o,"uh-oh":$o,undo:$o,webaccel:{$:0,succ:{rs:$o,user:$o}},websozai:$o,xii:$o}},ke:{$:1,succ:{ac:Lo,co:qo,go:Lo,info:Lo,me:Lo,mobi:Lo,ne:Lo,or:Lo,sc:Lo}},kg:{$:1,succ:{org:Lo,net:Lo,com:Lo,edu:Lo,gov:Lo,mil:Lo,blog:$o,io:$o,jp:$o,tv:$o,uk:$o,us:$o}},kh:Wo,ki:mi={$:1,succ:{edu:Lo,biz:Lo,net:Lo,org:Lo,gov:Lo,info:Lo,com:Lo}},km:{$:1,succ:{org:Lo,nom:Lo,gov:Lo,prd:Lo,tm:Lo,edu:Lo,mil:Lo,ass:Lo,com:Lo,coop:Lo,asso:Lo,presse:Lo,medecin:Lo,notaires:Lo,pharmaciens:Lo,veterinaire:Lo,gouv:Lo}},kn:{$:1,succ:{net:Lo,org:Lo,edu:Lo,gov:Lo}},kp:{$:1,succ:{com:Lo,edu:Lo,gov:Lo,org:Lo,rep:Lo,tra:Lo}},kr:{$:1,succ:{ac:Lo,co:Lo,es:Lo,go:Lo,hs:Lo,kg:Lo,mil:Lo,ms:Lo,ne:Lo,or:Lo,pe:Lo,re:Lo,sc:Lo,busan:Lo,chungbuk:Lo,chungnam:Lo,daegu:Lo,daejeon:Lo,gangwon:Lo,gwangju:Lo,gyeongbuk:Lo,gyeonggi:Lo,gyeongnam:Lo,incheon:Lo,jeju:Lo,jeonbuk:Lo,jeonnam:Lo,seoul:Lo,ulsan:Lo,blogspot:$o}},kw:{$:1,succ:{com:Lo,edu:Lo,emb:Lo,gov:Lo,ind:Lo,net:Lo,org:Lo}},ky:ui,kz:{$:1,succ:{org:Lo,edu:Lo,net:Lo,gov:Lo,mil:Lo,com:Lo,jcloud:$o,kazteleport:{$:0,succ:{upaas:$o}}}},la:{$:1,succ:{int:Lo,net:Lo,info:Lo,edu:Lo,gov:Lo,per:Lo,com:Lo,org:Lo,bnr:$o,c:$o}},lb:zo,lc:{$:1,succ:{com:Lo,net:Lo,co:Lo,org:Lo,edu:Lo,gov:Lo,oy:$o}},li:{$:1,succ:{blogspot:$o,caa:$o}},lk:{$:1,succ:{gov:Lo,sch:Lo,net:Lo,int:Lo,com:Lo,org:Lo,edu:Lo,ngo:Lo,soc:Lo,web:Lo,ltd:Lo,assn:Lo,grp:Lo,hotel:Lo,ac:Lo}},lr:zo,ls:{$:1,succ:{ac:Lo,biz:Lo,co:Lo,edu:Lo,gov:Lo,info:Lo,net:Lo,org:Lo,sc:Lo,de:$o}},lt:gi={$:1,succ:{gov:Lo,blogspot:$o}},lu:{$:1,succ:{blogspot:$o,"123website":$o}},lv:{$:1,succ:{com:Lo,edu:Lo,gov:Lo,org:Lo,mil:Lo,id:Lo,net:Lo,asn:Lo,conf:Lo}},ly:{$:1,succ:{com:Lo,net:Lo,gov:Lo,plc:Lo,edu:Lo,sch:Lo,med:Lo,org:Lo,id:Lo}},ma:{$:1,succ:{co:Lo,net:Lo,gov:Lo,org:Lo,ac:Lo,press:Lo}},mc:{$:1,succ:{tm:Lo,asso:Lo}},md:{$:1,succ:{blogspot:$o,at:$o,de:$o,jp:$o,to:$o}},me:{$:1,succ:{co:Lo,net:Lo,org:Lo,edu:Lo,ac:Lo,gov:Lo,its:Lo,priv:Lo,c66:$o,daplie:{$:2,succ:{localhost:$o}},edgestack:$o,filegear:$o,"filegear-au":$o,"filegear-de":$o,"filegear-gb":$o,"filegear-ie":$o,"filegear-jp":$o,"filegear-sg":$o,glitch:$o,ravendb:$o,lohmus:$o,barsy:$o,mcpe:$o,mcdir:$o,soundcast:$o,tcp4:$o,brasilia:$o,ddns:$o,dnsfor:$o,hopto:$o,loginto:$o,noip:$o,webhop:$o,vp4:$o,diskstation:$o,dscloud:$o,i234:$o,myds:$o,synology:$o,transip:oi,wedeploy:$o,yombo:$o,nohost:$o}},mg:{$:1,succ:{org:Lo,nom:Lo,gov:Lo,prd:Lo,tm:Lo,edu:Lo,mil:Lo,com:Lo,co:Lo}},mh:Lo,mil:Lo,mk:{$:1,succ:{com:Lo,org:Lo,net:Lo,edu:Lo,gov:Lo,inf:Lo,name:Lo,blogspot:$o}},ml:{$:1,succ:{com:Lo,edu:Lo,gouv:Lo,gov:Lo,net:Lo,org:Lo,presse:Lo}},mm:Wo,mn:{$:1,succ:{gov:Lo,edu:Lo,org:Lo,nyc:$o}},mo:zo,mobi:{$:1,succ:{barsy:$o,dscloud:$o}},mp:{$:1,succ:{ju:$o}},mq:Lo,mr:gi,ms:{$:1,succ:{com:Lo,edu:Lo,gov:Lo,net:Lo,org:Lo,lab:$o,minisite:$o}},mt:{$:1,succ:{com:qo,edu:Lo,net:Lo,org:Lo}},mu:{$:1,succ:{com:Lo,net:Lo,org:Lo,gov:Lo,ac:Lo,co:Lo,or:Lo}},museum:{$:1,succ:{academy:Lo,agriculture:Lo,air:Lo,airguard:Lo,alabama:Lo,alaska:Lo,amber:Lo,ambulance:Lo,american:Lo,americana:Lo,americanantiques:Lo,americanart:Lo,amsterdam:Lo,and:Lo,annefrank:Lo,anthro:Lo,anthropology:Lo,antiques:Lo,aquarium:Lo,arboretum:Lo,archaeological:Lo,archaeology:Lo,architecture:Lo,art:Lo,artanddesign:Lo,artcenter:Lo,artdeco:Lo,arteducation:Lo,artgallery:Lo,arts:Lo,artsandcrafts:Lo,asmatart:Lo,assassination:Lo,assisi:Lo,association:Lo,astronomy:Lo,atlanta:Lo,austin:Lo,australia:Lo,automotive:Lo,aviation:Lo,axis:Lo,badajoz:Lo,baghdad:Lo,bahn:Lo,bale:Lo,baltimore:Lo,barcelona:Lo,baseball:Lo,basel:Lo,baths:Lo,bauern:Lo,beauxarts:Lo,beeldengeluid:Lo,bellevue:Lo,bergbau:Lo,berkeley:Lo,berlin:Lo,bern:Lo,bible:Lo,bilbao:Lo,bill:Lo,birdart:Lo,birthplace:Lo,bonn:Lo,boston:Lo,botanical:Lo,botanicalgarden:Lo,botanicgarden:Lo,botany:Lo,brandywinevalley:Lo,brasil:Lo,bristol:Lo,british:Lo,britishcolumbia:Lo,broadcast:Lo,brunel:Lo,brussel:Lo,brussels:Lo,bruxelles:Lo,building:Lo,burghof:Lo,bus:Lo,bushey:Lo,cadaques:Lo,california:Lo,cambridge:Lo,can:Lo,canada:Lo,capebreton:Lo,carrier:Lo,cartoonart:Lo,casadelamoneda:Lo,castle:Lo,castres:Lo,celtic:Lo,center:Lo,chattanooga:Lo,cheltenham:Lo,chesapeakebay:Lo,chicago:Lo,children:Lo,childrens:Lo,childrensgarden:Lo,chiropractic:Lo,chocolate:Lo,christiansburg:Lo,cincinnati:Lo,cinema:Lo,circus:Lo,civilisation:Lo,civilization:Lo,civilwar:Lo,clinton:Lo,clock:Lo,coal:Lo,coastaldefence:Lo,cody:Lo,coldwar:Lo,collection:Lo,colonialwilliamsburg:Lo,coloradoplateau:Lo,columbia:Lo,columbus:Lo,communication:Lo,communications:Lo,community:Lo,computer:Lo,computerhistory:Lo,"xn--comunicaes-v6a2o":Lo,"comunicações":Lo,contemporary:Lo,contemporaryart:Lo,convent:Lo,copenhagen:Lo,corporation:Lo,"xn--correios-e-telecomunicaes-ghc29a":Lo,"correios-e-telecomunicações":Lo,corvette:Lo,costume:Lo,countryestate:Lo,county:Lo,crafts:Lo,cranbrook:Lo,creation:Lo,cultural:Lo,culturalcenter:Lo,culture:Lo,cyber:Lo,cymru:Lo,dali:Lo,dallas:Lo,database:Lo,ddr:Lo,decorativearts:Lo,delaware:Lo,delmenhorst:Lo,denmark:Lo,depot:Lo,design:Lo,detroit:Lo,dinosaur:Lo,discovery:Lo,dolls:Lo,donostia:Lo,durham:Lo,eastafrica:Lo,eastcoast:Lo,education:Lo,educational:Lo,egyptian:Lo,eisenbahn:Lo,elburg:Lo,elvendrell:Lo,embroidery:Lo,encyclopedic:Lo,england:Lo,entomology:Lo,environment:Lo,environmentalconservation:Lo,epilepsy:Lo,essex:Lo,estate:Lo,ethnology:Lo,exeter:Lo,exhibition:Lo,family:Lo,farm:Lo,farmequipment:Lo,farmers:Lo,farmstead:Lo,field:Lo,figueres:Lo,filatelia:Lo,film:Lo,fineart:Lo,finearts:Lo,finland:Lo,flanders:Lo,florida:Lo,force:Lo,fortmissoula:Lo,fortworth:Lo,foundation:Lo,francaise:Lo,frankfurt:Lo,franziskaner:Lo,freemasonry:Lo,freiburg:Lo,fribourg:Lo,frog:Lo,fundacio:Lo,furniture:Lo,gallery:Lo,garden:Lo,gateway:Lo,geelvinck:Lo,gemological:Lo,geology:Lo,georgia:Lo,giessen:Lo,glas:Lo,glass:Lo,gorge:Lo,grandrapids:Lo,graz:Lo,guernsey:Lo,halloffame:Lo,hamburg:Lo,handson:Lo,harvestcelebration:Lo,hawaii:Lo,health:Lo,heimatunduhren:Lo,hellas:Lo,helsinki:Lo,hembygdsforbund:Lo,heritage:Lo,histoire:Lo,historical:Lo,historicalsociety:Lo,historichouses:Lo,historisch:Lo,historisches:Lo,history:Lo,historyofscience:Lo,horology:Lo,house:Lo,humanities:Lo,illustration:Lo,imageandsound:Lo,indian:Lo,indiana:Lo,indianapolis:Lo,indianmarket:Lo,intelligence:Lo,interactive:Lo,iraq:Lo,iron:Lo,isleofman:Lo,jamison:Lo,jefferson:Lo,jerusalem:Lo,jewelry:Lo,jewish:Lo,jewishart:Lo,jfk:Lo,journalism:Lo,judaica:Lo,judygarland:Lo,juedisches:Lo,juif:Lo,karate:Lo,karikatur:Lo,kids:Lo,koebenhavn:Lo,koeln:Lo,kunst:Lo,kunstsammlung:Lo,kunstunddesign:Lo,labor:Lo,labour:Lo,lajolla:Lo,lancashire:Lo,landes:Lo,lans:Lo,"xn--lns-qla":Lo,"läns":Lo,larsson:Lo,lewismiller:Lo,lincoln:Lo,linz:Lo,living:Lo,livinghistory:Lo,localhistory:Lo,london:Lo,losangeles:Lo,louvre:Lo,loyalist:Lo,lucerne:Lo,luxembourg:Lo,luzern:Lo,mad:Lo,madrid:Lo,mallorca:Lo,manchester:Lo,mansion:Lo,mansions:Lo,manx:Lo,marburg:Lo,maritime:Lo,maritimo:Lo,maryland:Lo,marylhurst:Lo,media:Lo,medical:Lo,medizinhistorisches:Lo,meeres:Lo,memorial:Lo,mesaverde:Lo,michigan:Lo,midatlantic:Lo,military:Lo,mill:Lo,miners:Lo,mining:Lo,minnesota:Lo,missile:Lo,missoula:Lo,modern:Lo,moma:Lo,money:Lo,monmouth:Lo,monticello:Lo,montreal:Lo,moscow:Lo,motorcycle:Lo,muenchen:Lo,muenster:Lo,mulhouse:Lo,muncie:Lo,museet:Lo,museumcenter:Lo,museumvereniging:Lo,music:Lo,national:Lo,nationalfirearms:Lo,nationalheritage:Lo,nativeamerican:Lo,naturalhistory:Lo,naturalhistorymuseum:Lo,naturalsciences:Lo,nature:Lo,naturhistorisches:Lo,natuurwetenschappen:Lo,naumburg:Lo,naval:Lo,nebraska:Lo,neues:Lo,newhampshire:Lo,newjersey:Lo,newmexico:Lo,newport:Lo,newspaper:Lo,newyork:Lo,niepce:Lo,norfolk:Lo,north:Lo,nrw:Lo,nyc:Lo,nyny:Lo,oceanographic:Lo,oceanographique:Lo,omaha:Lo,online:Lo,ontario:Lo,openair:Lo,oregon:Lo,oregontrail:Lo,otago:Lo,oxford:Lo,pacific:Lo,paderborn:Lo,palace:Lo,paleo:Lo,palmsprings:Lo,panama:Lo,paris:Lo,pasadena:Lo,pharmacy:Lo,philadelphia:Lo,philadelphiaarea:Lo,philately:Lo,phoenix:Lo,photography:Lo,pilots:Lo,pittsburgh:Lo,planetarium:Lo,plantation:Lo,plants:Lo,plaza:Lo,portal:Lo,portland:Lo,portlligat:Lo,"posts-and-telecommunications":Lo,preservation:Lo,presidio:Lo,press:Lo,project:Lo,public:Lo,pubol:Lo,quebec:Lo,railroad:Lo,railway:Lo,research:Lo,resistance:Lo,riodejaneiro:Lo,rochester:Lo,rockart:Lo,roma:Lo,russia:Lo,saintlouis:Lo,salem:Lo,salvadordali:Lo,salzburg:Lo,sandiego:Lo,sanfrancisco:Lo,santabarbara:Lo,santacruz:Lo,santafe:Lo,saskatchewan:Lo,satx:Lo,savannahga:Lo,schlesisches:Lo,schoenbrunn:Lo,schokoladen:Lo,school:Lo,schweiz:Lo,science:Lo,scienceandhistory:Lo,scienceandindustry:Lo,sciencecenter:Lo,sciencecenters:Lo,"science-fiction":Lo,sciencehistory:Lo,sciences:Lo,sciencesnaturelles:Lo,scotland:Lo,seaport:Lo,settlement:Lo,settlers:Lo,shell:Lo,sherbrooke:Lo,sibenik:Lo,silk:Lo,ski:Lo,skole:Lo,society:Lo,sologne:Lo,soundandvision:Lo,southcarolina:Lo,southwest:Lo,space:Lo,spy:Lo,square:Lo,stadt:Lo,stalbans:Lo,starnberg:Lo,state:Lo,stateofdelaware:Lo,station:Lo,steam:Lo,steiermark:Lo,stjohn:Lo,stockholm:Lo,stpetersburg:Lo,stuttgart:Lo,suisse:Lo,surgeonshall:Lo,surrey:Lo,svizzera:Lo,sweden:Lo,sydney:Lo,tank:Lo,tcm:Lo,technology:Lo,telekommunikation:Lo,television:Lo,texas:Lo,textile:Lo,theater:Lo,time:Lo,timekeeping:Lo,topology:Lo,torino:Lo,touch:Lo,town:Lo,transport:Lo,tree:Lo,trolley:Lo,trust:Lo,trustee:Lo,uhren:Lo,ulm:Lo,undersea:Lo,university:Lo,usa:Lo,usantiques:Lo,usarts:Lo,uscountryestate:Lo,usculture:Lo,usdecorativearts:Lo,usgarden:Lo,ushistory:Lo,ushuaia:Lo,uslivinghistory:Lo,utah:Lo,uvic:Lo,valley:Lo,vantaa:Lo,versailles:Lo,viking:Lo,village:Lo,virginia:Lo,virtual:Lo,virtuel:Lo,vlaanderen:Lo,volkenkunde:Lo,wales:Lo,wallonie:Lo,war:Lo,washingtondc:Lo,watchandclock:Lo,"watch-and-clock":Lo,western:Lo,westfalen:Lo,whaling:Lo,wildlife:Lo,williamsburg:Lo,windmill:Lo,workshop:Lo,york:Lo,yorkshire:Lo,yosemite:Lo,youth:Lo,zoological:Lo,zoology:Lo,"xn--9dbhblg6di":Lo,"ירושלים":Lo,"xn--h1aegh":Lo,"иком":Lo}},mv:{$:1,succ:{aero:Lo,biz:Lo,com:Lo,coop:Lo,edu:Lo,gov:Lo,info:Lo,int:Lo,mil:Lo,museum:Lo,name:Lo,net:Lo,org:Lo,pro:Lo}},mw:{$:1,succ:{ac:Lo,biz:Lo,co:Lo,com:Lo,coop:Lo,edu:Lo,gov:Lo,int:Lo,museum:Lo,net:Lo,org:Lo}},mx:{$:1,succ:{com:Lo,org:Lo,gob:Lo,edu:Lo,net:Lo,blogspot:$o}},my:{$:1,succ:{biz:Lo,com:Lo,edu:Lo,gov:Lo,mil:Lo,name:Lo,net:Lo,org:Lo,blogspot:$o}},mz:{$:1,succ:{ac:Lo,adv:Lo,co:Lo,edu:Lo,gov:Lo,mil:Lo,net:Lo,org:Lo}},na:{$:1,succ:{info:Lo,pro:Lo,name:Lo,school:Lo,or:Lo,dr:Lo,us:Lo,mx:Lo,ca:Lo,in:Lo,cc:Lo,tv:Lo,ws:Lo,mobi:Lo,co:Lo,com:Lo,org:Lo}},name:{$:1,succ:{her:yi={$:0,succ:{forgot:$o}},his:yi}},nc:{$:1,succ:{asso:Lo,nom:Lo}},ne:Lo,net:{$:1,succ:{adobeaemcloud:$o,"adobeio-static":$o,adobeioruntime:$o,akadns:$o,akamai:$o,"akamai-staging":$o,akamaiedge:$o,"akamaiedge-staging":$o,akamaihd:$o,"akamaihd-staging":$o,akamaiorigin:$o,"akamaiorigin-staging":$o,akamaized:$o,"akamaized-staging":$o,edgekey:$o,"edgekey-staging":$o,edgesuite:$o,"edgesuite-staging":$o,alwaysdata:$o,myamaze:$o,cloudfront:$o,t3l3p0rt:$o,appudo:$o,"atlassian-dev":{$:0,succ:{prod:{$:0,succ:{cdn:$o}}}},myfritz:$o,onavstack:$o,shopselect:$o,blackbaudcdn:$o,boomla:$o,bplaced:$o,square7:$o,gb:$o,hu:$o,jp:$o,se:$o,uk:$o,in:$o,clickrising:$o,cloudaccess:$o,"cdn77-ssl":$o,cdn77:{$:0,succ:{r:$o}},"feste-ip":$o,"knx-server":$o,"static-access":$o,cryptonomic:Mo,dattolocal:$o,mydatto:$o,debian:$o,bitbridge:$o,"at-band-camp":$o,blogdns:$o,"broke-it":$o,buyshouses:$o,dnsalias:$o,dnsdojo:$o,"does-it":$o,dontexist:$o,dynalias:$o,dynathome:$o,endofinternet:$o,"from-az":$o,"from-co":$o,"from-la":$o,"from-ny":$o,"gets-it":$o,"ham-radio-op":$o,homeftp:$o,homeip:$o,homelinux:$o,homeunix:$o,"in-the-band":$o,"is-a-chef":$o,"is-a-geek":$o,"isa-geek":$o,"kicks-ass":$o,"office-on-the":$o,podzone:$o,"scrapper-site":$o,selfip:$o,"sells-it":$o,servebbs:$o,serveftp:$o,thruhere:$o,webhop:$o,definima:$o,casacam:$o,dynu:$o,dynv6:$o,twmail:$o,ru:$o,channelsdvr:{$:2,succ:{u:$o}},fastlylb:{$:2,succ:{map:$o}},fastly:{$:0,succ:{freetls:$o,map:$o,prod:{$:0,succ:{a:$o,global:$o}},ssl:{$:0,succ:{a:$o,b:$o,global:$o}}}},edgeapp:$o,flynnhosting:$o,"cdn-edges":$o,heteml:$o,cloudfunctions:$o,moonscale:$o,"in-dsl":$o,"in-vpn":$o,ipifony:$o,iobb:$o,cloudjiffy:{$:2,succ:{"fra1-de":$o,"west1-us":$o}},elastx:{$:0,succ:{"jls-sto1":$o,"jls-sto2":$o,"jls-sto3":$o}},faststacks:$o,massivegrid:{$:0,succ:{paas:{$:0,succ:{"fr-1":$o,"lon-1":$o,"lon-2":$o,"ny-1":$o,"ny-2":$o,"sg-1":$o}}}},saveincloud:{$:0,succ:{jelastic:$o,"nordeste-idc":$o}},scaleforce:si,tsukaeru:ci,kinghost:$o,uni5:$o,krellian:$o,barsy:$o,memset:$o,azurewebsites:$o,"azure-mobile":$o,cloudapp:$o,azurestaticapps:{$:2,succ:{1:$o,2:$o,3:$o,centralus:$o,eastasia:$o,eastus2:$o,westeurope:$o,westus2:$o}},dnsup:$o,hicam:$o,"now-dns":$o,ownip:$o,vpndns:$o,"eating-organic":$o,mydissent:$o,myeffect:$o,mymediapc:$o,mypsx:$o,mysecuritycamera:$o,nhlfan:$o,"no-ip":$o,pgafan:$o,privatizehealthinsurance:$o,bounceme:$o,ddns:$o,redirectme:$o,serveblog:$o,serveminecraft:$o,sytes:$o,cloudycluster:$o,ovh:{$:0,succ:{webpaas:Mo,hosting:Mo}},bar0:$o,bar1:$o,bar2:$o,rackmaze:$o,squares:$o,schokokeks:$o,"firewall-gateway":$o,seidat:$o,senseering:$o,siteleaf:$o,"vps-host":{$:2,succ:{jelastic:{$:0,succ:{atl:$o,njs:$o,ric:$o}}}},myspreadshop:$o,srcf:{$:0,succ:{soc:$o,user:$o}},supabase:$o,dsmynas:$o,familyds:$o,tailscale:{$:0,succ:{beta:$o}},ts:$o,torproject:{$:2,succ:{pages:$o}},"reserve-online":$o,"community-pro":$o,meinforum:$o,yandexcloud:{$:2,succ:{storage:$o,website:$o}},za:$o}},nf:{$:1,succ:{com:Lo,net:Lo,per:Lo,rec:Lo,web:Lo,arts:Lo,firm:Lo,info:Lo,other:Lo,store:Lo}},ng:{$:1,succ:{com:qo,edu:Lo,gov:Lo,i:Lo,mil:Lo,mobi:Lo,name:Lo,net:Lo,org:Lo,sch:Lo,col:$o,firm:$o,gen:$o,ltd:$o,ngo:$o}},ni:{$:1,succ:{ac:Lo,biz:Lo,co:Lo,com:Lo,edu:Lo,gob:Lo,in:Lo,info:Lo,int:Lo,mil:Lo,net:Lo,nom:Lo,org:Lo,web:Lo}},nl:{$:1,succ:{co:$o,"hosting-cluster":$o,blogspot:$o,gov:$o,khplay:$o,"123website":$o,myspreadshop:$o,transurl:Mo,cistron:$o,demon:$o}},no:{$:1,succ:{fhs:Lo,vgs:Lo,fylkesbibl:Lo,folkebibl:Lo,museum:Lo,idrett:Lo,priv:Lo,mil:Lo,stat:Lo,dep:Lo,kommune:Lo,herad:Lo,aa:wi={$:1,succ:{gs:Lo}},ah:wi,bu:wi,fm:wi,hl:wi,hm:wi,"jan-mayen":wi,mr:wi,nl:wi,nt:wi,of:wi,ol:wi,oslo:wi,rl:wi,sf:wi,st:wi,svalbard:wi,tm:wi,tr:wi,va:wi,vf:wi,akrehamn:Lo,"xn--krehamn-dxa":Lo,"åkrehamn":Lo,algard:Lo,"xn--lgrd-poac":Lo,"ålgård":Lo,arna:Lo,brumunddal:Lo,bryne:Lo,bronnoysund:Lo,"xn--brnnysund-m8ac":Lo,"brønnøysund":Lo,drobak:Lo,"xn--drbak-wua":Lo,"drøbak":Lo,egersund:Lo,fetsund:Lo,floro:Lo,"xn--flor-jra":Lo,"florø":Lo,fredrikstad:Lo,hokksund:Lo,honefoss:Lo,"xn--hnefoss-q1a":Lo,"hønefoss":Lo,jessheim:Lo,jorpeland:Lo,"xn--jrpeland-54a":Lo,"jørpeland":Lo,kirkenes:Lo,kopervik:Lo,krokstadelva:Lo,langevag:Lo,"xn--langevg-jxa":Lo,"langevåg":Lo,leirvik:Lo,mjondalen:Lo,"xn--mjndalen-64a":Lo,"mjøndalen":Lo,"mo-i-rana":Lo,mosjoen:Lo,"xn--mosjen-eya":Lo,"mosjøen":Lo,nesoddtangen:Lo,orkanger:Lo,osoyro:Lo,"xn--osyro-wua":Lo,"osøyro":Lo,raholt:Lo,"xn--rholt-mra":Lo,"råholt":Lo,sandnessjoen:Lo,"xn--sandnessjen-ogb":Lo,"sandnessjøen":Lo,skedsmokorset:Lo,slattum:Lo,spjelkavik:Lo,stathelle:Lo,stavern:Lo,stjordalshalsen:Lo,"xn--stjrdalshalsen-sqb":Lo,"stjørdalshalsen":Lo,tananger:Lo,tranby:Lo,vossevangen:Lo,afjord:Lo,"xn--fjord-lra":Lo,"åfjord":Lo,agdenes:Lo,al:Lo,"xn--l-1fa":Lo,"ål":Lo,alesund:Lo,"xn--lesund-hua":Lo,"ålesund":Lo,alstahaug:Lo,alta:Lo,"xn--lt-liac":Lo,"áltá":Lo,alaheadju:Lo,"xn--laheadju-7ya":Lo,"álaheadju":Lo,alvdal:Lo,amli:Lo,"xn--mli-tla":Lo,"åmli":Lo,amot:Lo,"xn--mot-tla":Lo,"åmot":Lo,andebu:Lo,andoy:Lo,"xn--andy-ira":Lo,"andøy":Lo,andasuolo:Lo,ardal:Lo,"xn--rdal-poa":Lo,"årdal":Lo,aremark:Lo,arendal:Lo,"xn--s-1fa":Lo,"ås":Lo,aseral:Lo,"xn--seral-lra":Lo,"åseral":Lo,asker:Lo,askim:Lo,askvoll:Lo,askoy:Lo,"xn--asky-ira":Lo,"askøy":Lo,asnes:Lo,"xn--snes-poa":Lo,"åsnes":Lo,audnedaln:Lo,aukra:Lo,aure:Lo,aurland:Lo,"aurskog-holand":Lo,"xn--aurskog-hland-jnb":Lo,"aurskog-høland":Lo,austevoll:Lo,austrheim:Lo,averoy:Lo,"xn--avery-yua":Lo,"averøy":Lo,balestrand:Lo,ballangen:Lo,balat:Lo,"xn--blt-elab":Lo,"bálát":Lo,balsfjord:Lo,bahccavuotna:Lo,"xn--bhccavuotna-k7a":Lo,"báhccavuotna":Lo,bamble:Lo,bardu:Lo,beardu:Lo,beiarn:Lo,bajddar:Lo,"xn--bjddar-pta":Lo,"bájddar":Lo,baidar:Lo,"xn--bidr-5nac":Lo,"báidár":Lo,berg:Lo,bergen:Lo,berlevag:Lo,"xn--berlevg-jxa":Lo,"berlevåg":Lo,bearalvahki:Lo,"xn--bearalvhki-y4a":Lo,"bearalváhki":Lo,bindal:Lo,birkenes:Lo,bjarkoy:Lo,"xn--bjarky-fya":Lo,"bjarkøy":Lo,bjerkreim:Lo,bjugn:Lo,bodo:Lo,"xn--bod-2na":Lo,"bodø":Lo,badaddja:Lo,"xn--bdddj-mrabd":Lo,"bådåddjå":Lo,budejju:Lo,bokn:Lo,bremanger:Lo,bronnoy:Lo,"xn--brnny-wuac":Lo,"brønnøy":Lo,bygland:Lo,bykle:Lo,barum:Lo,"xn--brum-voa":Lo,"bærum":Lo,telemark:{$:0,succ:{bo:Lo,"xn--b-5ga":Lo,"bø":Lo}},nordland:{$:0,succ:{bo:Lo,"xn--b-5ga":Lo,"bø":Lo,heroy:Lo,"xn--hery-ira":Lo,"herøy":Lo}},bievat:Lo,"xn--bievt-0qa":Lo,"bievát":Lo,bomlo:Lo,"xn--bmlo-gra":Lo,"bømlo":Lo,batsfjord:Lo,"xn--btsfjord-9za":Lo,"båtsfjord":Lo,bahcavuotna:Lo,"xn--bhcavuotna-s4a":Lo,"báhcavuotna":Lo,dovre:Lo,drammen:Lo,drangedal:Lo,dyroy:Lo,"xn--dyry-ira":Lo,"dyrøy":Lo,donna:Lo,"xn--dnna-gra":Lo,"dønna":Lo,eid:Lo,eidfjord:Lo,eidsberg:Lo,eidskog:Lo,eidsvoll:Lo,eigersund:Lo,elverum:Lo,enebakk:Lo,engerdal:Lo,etne:Lo,etnedal:Lo,evenes:Lo,evenassi:Lo,"xn--eveni-0qa01ga":Lo,"evenášši":Lo,"evje-og-hornnes":Lo,farsund:Lo,fauske:Lo,fuossko:Lo,fuoisku:Lo,fedje:Lo,fet:Lo,finnoy:Lo,"xn--finny-yua":Lo,"finnøy":Lo,fitjar:Lo,fjaler:Lo,fjell:Lo,flakstad:Lo,flatanger:Lo,flekkefjord:Lo,flesberg:Lo,flora:Lo,fla:Lo,"xn--fl-zia":Lo,"flå":Lo,folldal:Lo,forsand:Lo,fosnes:Lo,frei:Lo,frogn:Lo,froland:Lo,frosta:Lo,frana:Lo,"xn--frna-woa":Lo,"fræna":Lo,froya:Lo,"xn--frya-hra":Lo,"frøya":Lo,fusa:Lo,fyresdal:Lo,forde:Lo,"xn--frde-gra":Lo,"førde":Lo,gamvik:Lo,gangaviika:Lo,"xn--ggaviika-8ya47h":Lo,"gáŋgaviika":Lo,gaular:Lo,gausdal:Lo,gildeskal:Lo,"xn--gildeskl-g0a":Lo,"gildeskål":Lo,giske:Lo,gjemnes:Lo,gjerdrum:Lo,gjerstad:Lo,gjesdal:Lo,gjovik:Lo,"xn--gjvik-wua":Lo,"gjøvik":Lo,gloppen:Lo,gol:Lo,gran:Lo,grane:Lo,granvin:Lo,gratangen:Lo,grimstad:Lo,grong:Lo,kraanghke:Lo,"xn--kranghke-b0a":Lo,"kråanghke":Lo,grue:Lo,gulen:Lo,hadsel:Lo,halden:Lo,halsa:Lo,hamar:Lo,hamaroy:Lo,habmer:Lo,"xn--hbmer-xqa":Lo,"hábmer":Lo,hapmir:Lo,"xn--hpmir-xqa":Lo,"hápmir":Lo,hammerfest:Lo,hammarfeasta:Lo,"xn--hmmrfeasta-s4ac":Lo,"hámmárfeasta":Lo,haram:Lo,hareid:Lo,harstad:Lo,hasvik:Lo,aknoluokta:Lo,"xn--koluokta-7ya57h":Lo,"ákŋoluokta":Lo,hattfjelldal:Lo,aarborte:Lo,haugesund:Lo,hemne:Lo,hemnes:Lo,hemsedal:Lo,"more-og-romsdal":{$:0,succ:{heroy:Lo,sande:Lo}},"xn--mre-og-romsdal-qqb":{$:0,succ:{"xn--hery-ira":Lo,sande:Lo}},"møre-og-romsdal":{$:0,succ:{"herøy":Lo,sande:Lo}},hitra:Lo,hjartdal:Lo,hjelmeland:Lo,hobol:Lo,"xn--hobl-ira":Lo,"hobøl":Lo,hof:Lo,hol:Lo,hole:Lo,holmestrand:Lo,holtalen:Lo,"xn--holtlen-hxa":Lo,"holtålen":Lo,hornindal:Lo,horten:Lo,hurdal:Lo,hurum:Lo,hvaler:Lo,hyllestad:Lo,hagebostad:Lo,"xn--hgebostad-g3a":Lo,"hægebostad":Lo,hoyanger:Lo,"xn--hyanger-q1a":Lo,"høyanger":Lo,hoylandet:Lo,"xn--hylandet-54a":Lo,"høylandet":Lo,ha:Lo,"xn--h-2fa":Lo,"hå":Lo,ibestad:Lo,inderoy:Lo,"xn--indery-fya":Lo,"inderøy":Lo,iveland:Lo,jevnaker:Lo,jondal:Lo,jolster:Lo,"xn--jlster-bya":Lo,"jølster":Lo,karasjok:Lo,karasjohka:Lo,"xn--krjohka-hwab49j":Lo,"kárášjohka":Lo,karlsoy:Lo,galsa:Lo,"xn--gls-elac":Lo,"gálsá":Lo,karmoy:Lo,"xn--karmy-yua":Lo,"karmøy":Lo,kautokeino:Lo,guovdageaidnu:Lo,klepp:Lo,klabu:Lo,"xn--klbu-woa":Lo,"klæbu":Lo,kongsberg:Lo,kongsvinger:Lo,kragero:Lo,"xn--krager-gya":Lo,"kragerø":Lo,kristiansand:Lo,kristiansund:Lo,krodsherad:Lo,"xn--krdsherad-m8a":Lo,"krødsherad":Lo,kvalsund:Lo,rahkkeravju:Lo,"xn--rhkkervju-01af":Lo,"ráhkkerávju":Lo,kvam:Lo,kvinesdal:Lo,kvinnherad:Lo,kviteseid:Lo,kvitsoy:Lo,"xn--kvitsy-fya":Lo,"kvitsøy":Lo,kvafjord:Lo,"xn--kvfjord-nxa":Lo,"kvæfjord":Lo,giehtavuoatna:Lo,kvanangen:Lo,"xn--kvnangen-k0a":Lo,"kvænangen":Lo,navuotna:Lo,"xn--nvuotna-hwa":Lo,"návuotna":Lo,kafjord:Lo,"xn--kfjord-iua":Lo,"kåfjord":Lo,gaivuotna:Lo,"xn--givuotna-8ya":Lo,"gáivuotna":Lo,larvik:Lo,lavangen:Lo,lavagis:Lo,loabat:Lo,"xn--loabt-0qa":Lo,"loabát":Lo,lebesby:Lo,davvesiida:Lo,leikanger:Lo,leirfjord:Lo,leka:Lo,leksvik:Lo,lenvik:Lo,leangaviika:Lo,"xn--leagaviika-52b":Lo,"leaŋgaviika":Lo,lesja:Lo,levanger:Lo,lier:Lo,lierne:Lo,lillehammer:Lo,lillesand:Lo,lindesnes:Lo,lindas:Lo,"xn--linds-pra":Lo,"lindås":Lo,lom:Lo,loppa:Lo,lahppi:Lo,"xn--lhppi-xqa":Lo,"láhppi":Lo,lund:Lo,lunner:Lo,luroy:Lo,"xn--lury-ira":Lo,"lurøy":Lo,luster:Lo,lyngdal:Lo,lyngen:Lo,ivgu:Lo,lardal:Lo,lerdal:Lo,"xn--lrdal-sra":Lo,"lærdal":Lo,lodingen:Lo,"xn--ldingen-q1a":Lo,"lødingen":Lo,lorenskog:Lo,"xn--lrenskog-54a":Lo,"lørenskog":Lo,loten:Lo,"xn--lten-gra":Lo,"løten":Lo,malvik:Lo,masoy:Lo,"xn--msy-ula0h":Lo,"måsøy":Lo,muosat:Lo,"xn--muost-0qa":Lo,"muosát":Lo,mandal:Lo,marker:Lo,marnardal:Lo,masfjorden:Lo,meland:Lo,meldal:Lo,melhus:Lo,meloy:Lo,"xn--mely-ira":Lo,"meløy":Lo,meraker:Lo,"xn--merker-kua":Lo,"meråker":Lo,moareke:Lo,"xn--moreke-jua":Lo,"moåreke":Lo,midsund:Lo,"midtre-gauldal":Lo,modalen:Lo,modum:Lo,molde:Lo,moskenes:Lo,moss:Lo,mosvik:Lo,malselv:Lo,"xn--mlselv-iua":Lo,"målselv":Lo,malatvuopmi:Lo,"xn--mlatvuopmi-s4a":Lo,"málatvuopmi":Lo,namdalseid:Lo,aejrie:Lo,namsos:Lo,namsskogan:Lo,naamesjevuemie:Lo,"xn--nmesjevuemie-tcba":Lo,"nååmesjevuemie":Lo,laakesvuemie:Lo,nannestad:Lo,narvik:Lo,narviika:Lo,naustdal:Lo,"nedre-eiker":Lo,akershus:ki={$:0,succ:{nes:Lo}},buskerud:ki,nesna:Lo,nesodden:Lo,nesseby:Lo,unjarga:Lo,"xn--unjrga-rta":Lo,"unjárga":Lo,nesset:Lo,nissedal:Lo,nittedal:Lo,"nord-aurdal":Lo,"nord-fron":Lo,"nord-odal":Lo,norddal:Lo,nordkapp:Lo,davvenjarga:Lo,"xn--davvenjrga-y4a":Lo,"davvenjárga":Lo,"nordre-land":Lo,nordreisa:Lo,raisa:Lo,"xn--risa-5na":Lo,"ráisa":Lo,"nore-og-uvdal":Lo,notodden:Lo,naroy:Lo,"xn--nry-yla5g":Lo,"nærøy":Lo,notteroy:Lo,"xn--nttery-byae":Lo,"nøtterøy":Lo,odda:Lo,oksnes:Lo,"xn--ksnes-uua":Lo,"øksnes":Lo,oppdal:Lo,oppegard:Lo,"xn--oppegrd-ixa":Lo,"oppegård":Lo,orkdal:Lo,orland:Lo,"xn--rland-uua":Lo,"ørland":Lo,orskog:Lo,"xn--rskog-uua":Lo,"ørskog":Lo,orsta:Lo,"xn--rsta-fra":Lo,"ørsta":Lo,hedmark:{$:0,succ:{os:Lo,valer:Lo,"xn--vler-qoa":Lo,"våler":Lo}},hordaland:{$:0,succ:{os:Lo}},osen:Lo,osteroy:Lo,"xn--ostery-fya":Lo,"osterøy":Lo,"ostre-toten":Lo,"xn--stre-toten-zcb":Lo,"østre-toten":Lo,overhalla:Lo,"ovre-eiker":Lo,"xn--vre-eiker-k8a":Lo,"øvre-eiker":Lo,oyer:Lo,"xn--yer-zna":Lo,"øyer":Lo,oygarden:Lo,"xn--ygarden-p1a":Lo,"øygarden":Lo,"oystre-slidre":Lo,"xn--ystre-slidre-ujb":Lo,"øystre-slidre":Lo,porsanger:Lo,porsangu:Lo,"xn--porsgu-sta26f":Lo,"porsáŋgu":Lo,porsgrunn:Lo,radoy:Lo,"xn--rady-ira":Lo,"radøy":Lo,rakkestad:Lo,rana:Lo,ruovat:Lo,randaberg:Lo,rauma:Lo,rendalen:Lo,rennebu:Lo,rennesoy:Lo,"xn--rennesy-v1a":Lo,"rennesøy":Lo,rindal:Lo,ringebu:Lo,ringerike:Lo,ringsaker:Lo,rissa:Lo,risor:Lo,"xn--risr-ira":Lo,"risør":Lo,roan:Lo,rollag:Lo,rygge:Lo,ralingen:Lo,"xn--rlingen-mxa":Lo,"rælingen":Lo,rodoy:Lo,"xn--rdy-0nab":Lo,"rødøy":Lo,romskog:Lo,"xn--rmskog-bya":Lo,"rømskog":Lo,roros:Lo,"xn--rros-gra":Lo,"røros":Lo,rost:Lo,"xn--rst-0na":Lo,"røst":Lo,royken:Lo,"xn--ryken-vua":Lo,"røyken":Lo,royrvik:Lo,"xn--ryrvik-bya":Lo,"røyrvik":Lo,rade:Lo,"xn--rde-ula":Lo,"råde":Lo,salangen:Lo,siellak:Lo,saltdal:Lo,salat:Lo,"xn--slt-elab":Lo,"sálát":Lo,"xn--slat-5na":Lo,"sálat":Lo,samnanger:Lo,vestfold:{$:0,succ:{sande:Lo}},sandefjord:Lo,sandnes:Lo,sandoy:Lo,"xn--sandy-yua":Lo,"sandøy":Lo,sarpsborg:Lo,sauda:Lo,sauherad:Lo,sel:Lo,selbu:Lo,selje:Lo,seljord:Lo,sigdal:Lo,siljan:Lo,sirdal:Lo,skaun:Lo,skedsmo:Lo,ski:Lo,skien:Lo,skiptvet:Lo,skjervoy:Lo,"xn--skjervy-v1a":Lo,"skjervøy":Lo,skierva:Lo,"xn--skierv-uta":Lo,"skiervá":Lo,skjak:Lo,"xn--skjk-soa":Lo,"skjåk":Lo,skodje:Lo,skanland:Lo,"xn--sknland-fxa":Lo,"skånland":Lo,skanit:Lo,"xn--sknit-yqa":Lo,"skánit":Lo,smola:Lo,"xn--smla-hra":Lo,"smøla":Lo,snillfjord:Lo,snasa:Lo,"xn--snsa-roa":Lo,"snåsa":Lo,snoasa:Lo,snaase:Lo,"xn--snase-nra":Lo,"snåase":Lo,sogndal:Lo,sokndal:Lo,sola:Lo,solund:Lo,songdalen:Lo,sortland:Lo,spydeberg:Lo,stange:Lo,stavanger:Lo,steigen:Lo,steinkjer:Lo,stjordal:Lo,"xn--stjrdal-s1a":Lo,"stjørdal":Lo,stokke:Lo,"stor-elvdal":Lo,stord:Lo,stordal:Lo,storfjord:Lo,omasvuotna:Lo,strand:Lo,stranda:Lo,stryn:Lo,sula:Lo,suldal:Lo,sund:Lo,sunndal:Lo,surnadal:Lo,sveio:Lo,svelvik:Lo,sykkylven:Lo,sogne:Lo,"xn--sgne-gra":Lo,"søgne":Lo,somna:Lo,"xn--smna-gra":Lo,"sømna":Lo,"sondre-land":Lo,"xn--sndre-land-0cb":Lo,"søndre-land":Lo,"sor-aurdal":Lo,"xn--sr-aurdal-l8a":Lo,"sør-aurdal":Lo,"sor-fron":Lo,"xn--sr-fron-q1a":Lo,"sør-fron":Lo,"sor-odal":Lo,"xn--sr-odal-q1a":Lo,"sør-odal":Lo,"sor-varanger":Lo,"xn--sr-varanger-ggb":Lo,"sør-varanger":Lo,"matta-varjjat":Lo,"xn--mtta-vrjjat-k7af":Lo,"mátta-várjjat":Lo,sorfold:Lo,"xn--srfold-bya":Lo,"sørfold":Lo,sorreisa:Lo,"xn--srreisa-q1a":Lo,"sørreisa":Lo,sorum:Lo,"xn--srum-gra":Lo,"sørum":Lo,tana:Lo,deatnu:Lo,time:Lo,tingvoll:Lo,tinn:Lo,tjeldsund:Lo,dielddanuorri:Lo,tjome:Lo,"xn--tjme-hra":Lo,"tjøme":Lo,tokke:Lo,tolga:Lo,torsken:Lo,tranoy:Lo,"xn--trany-yua":Lo,"tranøy":Lo,tromso:Lo,"xn--troms-zua":Lo,"tromsø":Lo,tromsa:Lo,romsa:Lo,trondheim:Lo,troandin:Lo,trysil:Lo,trana:Lo,"xn--trna-woa":Lo,"træna":Lo,trogstad:Lo,"xn--trgstad-r1a":Lo,"trøgstad":Lo,tvedestrand:Lo,tydal:Lo,tynset:Lo,tysfjord:Lo,divtasvuodna:Lo,divttasvuotna:Lo,tysnes:Lo,tysvar:Lo,"xn--tysvr-vra":Lo,"tysvær":Lo,tonsberg:Lo,"xn--tnsberg-q1a":Lo,"tønsberg":Lo,ullensaker:Lo,ullensvang:Lo,ulvik:Lo,utsira:Lo,vadso:Lo,"xn--vads-jra":Lo,"vadsø":Lo,cahcesuolo:Lo,"xn--hcesuolo-7ya35b":Lo,"čáhcesuolo":Lo,vaksdal:Lo,valle:Lo,vang:Lo,vanylven:Lo,vardo:Lo,"xn--vard-jra":Lo,"vardø":Lo,varggat:Lo,"xn--vrggt-xqad":Lo,"várggát":Lo,vefsn:Lo,vaapste:Lo,vega:Lo,vegarshei:Lo,"xn--vegrshei-c0a":Lo,"vegårshei":Lo,vennesla:Lo,verdal:Lo,verran:Lo,vestby:Lo,vestnes:Lo,"vestre-slidre":Lo,"vestre-toten":Lo,vestvagoy:Lo,"xn--vestvgy-ixa6o":Lo,"vestvågøy":Lo,vevelstad:Lo,vik:Lo,vikna:Lo,vindafjord:Lo,volda:Lo,voss:Lo,varoy:Lo,"xn--vry-yla5g":Lo,"værøy":Lo,vagan:Lo,"xn--vgan-qoa":Lo,"vågan":Lo,voagat:Lo,vagsoy:Lo,"xn--vgsy-qoa0j":Lo,"vågsøy":Lo,vaga:Lo,"xn--vg-yiab":Lo,"vågå":Lo,ostfold:{$:0,succ:{valer:Lo}},"xn--stfold-9xa":{$:0,succ:{"xn--vler-qoa":Lo}},"østfold":{$:0,succ:{"våler":Lo}},co:$o,blogspot:$o,"123hjemmeside":$o,myspreadshop:$o}},np:Wo,nr:mi,nu:{$:1,succ:{merseine:$o,mine:$o,shacknet:$o,enterprisecloud:$o}},nz:{$:1,succ:{ac:Lo,co:qo,cri:Lo,geek:Lo,gen:Lo,govt:Lo,health:Lo,iwi:Lo,kiwi:Lo,maori:Lo,mil:Lo,"xn--mori-qsa":Lo,"māori":Lo,net:Lo,org:Lo,parliament:Lo,school:Lo}},om:{$:1,succ:{co:Lo,com:Lo,edu:Lo,gov:Lo,med:Lo,museum:Lo,net:Lo,org:Lo,pro:Lo}},onion:Lo,org:{$:1,succ:{altervista:$o,amune:{$:0,succ:{tele:$o}},pimienta:$o,poivron:$o,potager:$o,sweetpepper:$o,ae:$o,us:$o,certmgr:$o,cdn77:{$:0,succ:{c:$o,rsc:$o}},"cdn77-secure":{$:0,succ:{origin:{$:0,succ:{ssl:$o}}}},cloudns:$o,duckdns:$o,tunk:$o,dyndns:{$:2,succ:{go:$o,home:$o}},blogdns:$o,blogsite:$o,boldlygoingnowhere:$o,dnsalias:$o,dnsdojo:$o,doesntexist:$o,dontexist:$o,doomdns:$o,dvrdns:$o,dynalias:$o,endofinternet:$o,endoftheinternet:$o,"from-me":$o,"game-host":$o,gotdns:$o,"hobby-site":$o,homedns:$o,homeftp:$o,homelinux:$o,homeunix:$o,"is-a-bruinsfan":$o,"is-a-candidate":$o,"is-a-celticsfan":$o,"is-a-chef":$o,"is-a-geek":$o,"is-a-knight":$o,"is-a-linux-user":$o,"is-a-patsfan":$o,"is-a-soxfan":$o,"is-found":$o,"is-lost":$o,"is-saved":$o,"is-very-bad":$o,"is-very-evil":$o,"is-very-good":$o,"is-very-nice":$o,"is-very-sweet":$o,"isa-geek":$o,"kicks-ass":$o,misconfused:$o,podzone:$o,readmyblog:$o,selfip:$o,sellsyourhome:$o,servebbs:$o,serveftp:$o,servegame:$o,"stuff-4-sale":$o,webhop:$o,ddnss:$o,accesscam:$o,camdvr:$o,freeddns:$o,mywire:$o,webredirect:$o,eu:{$:2,succ:{al:$o,asso:$o,at:$o,au:$o,be:$o,bg:$o,ca:$o,cd:$o,ch:$o,cn:$o,cy:$o,cz:$o,de:$o,dk:$o,edu:$o,ee:$o,es:$o,fi:$o,fr:$o,gr:$o,hr:$o,hu:$o,ie:$o,il:$o,in:$o,int:$o,is:$o,it:$o,jp:$o,kr:$o,lt:$o,lu:$o,lv:$o,mc:$o,me:$o,mk:$o,mt:$o,my:$o,net:$o,ng:$o,nl:$o,no:$o,nz:$o,paris:$o,pl:$o,pt:$o,"q-a":$o,ro:$o,ru:$o,se:$o,si:$o,sk:$o,tr:$o,uk:$o,us:$o}},twmail:$o,fedorainfracloud:$o,fedorapeople:$o,fedoraproject:{$:0,succ:{cloud:$o,os:ri,stg:{$:0,succ:{os:ri}}}},freedesktop:$o,hepforge:$o,"in-dsl":$o,"in-vpn":$o,js:$o,barsy:$o,mayfirst:$o,"mozilla-iot":$o,bmoattachments:$o,dynserv:$o,"now-dns":$o,"cable-modem":$o,collegefan:$o,couchpotatofries:$o,mlbfan:$o,mysecuritycamera:$o,nflfan:$o,"read-books":$o,ufcfan:$o,hopto:$o,myftp:$o,"no-ip":$o,zapto:$o,httpbin:$o,pubtls:$o,jpn:$o,"my-firewall":$o,myfirewall:$o,spdns:$o,"small-web":$o,dsmynas:$o,familyds:$o,teckids:Go,tuxfamily:$o,diskstation:$o,hk:$o,wmflabs:$o,toolforge:$o,wmcloud:$o,za:$o}},pa:{$:1,succ:{ac:Lo,gob:Lo,com:Lo,org:Lo,sld:Lo,edu:Lo,net:Lo,ing:Lo,abo:Lo,med:Lo,nom:Lo}},pe:{$:1,succ:{edu:Lo,gob:Lo,nom:Lo,mil:Lo,org:Lo,com:Lo,net:Lo,blogspot:$o}},pf:{$:1,succ:{com:Lo,org:Lo,edu:Lo}},pg:Wo,ph:{$:1,succ:{com:Lo,net:Lo,org:Lo,gov:Lo,edu:Lo,ngo:Lo,mil:Lo,i:Lo}},pk:{$:1,succ:{com:Lo,net:Lo,edu:Lo,org:Lo,fam:Lo,biz:Lo,web:Lo,gov:Lo,gob:Lo,gok:Lo,gon:Lo,gop:Lo,gos:Lo,info:Lo}},pl:{$:1,succ:{com:Lo,net:Lo,org:Lo,aid:Lo,agro:Lo,atm:Lo,auto:Lo,biz:Lo,edu:Lo,gmina:Lo,gsm:Lo,info:Lo,mail:Lo,miasta:Lo,media:Lo,mil:Lo,nieruchomosci:Lo,nom:Lo,pc:Lo,powiat:Lo,priv:Lo,realestate:Lo,rel:Lo,sex:Lo,shop:Lo,sklep:Lo,sos:Lo,szkola:Lo,targi:Lo,tm:Lo,tourism:Lo,travel:Lo,turystyka:Lo,gov:{$:1,succ:{ap:Lo,ic:Lo,is:Lo,us:Lo,kmpsp:Lo,kppsp:Lo,kwpsp:Lo,psp:Lo,wskr:Lo,kwp:Lo,mw:Lo,ug:Lo,um:Lo,umig:Lo,ugim:Lo,upow:Lo,uw:Lo,starostwo:Lo,pa:Lo,po:Lo,psse:Lo,pup:Lo,rzgw:Lo,sa:Lo,so:Lo,sr:Lo,wsa:Lo,sko:Lo,uzs:Lo,wiih:Lo,winb:Lo,pinb:Lo,wios:Lo,witd:Lo,wzmiuw:Lo,piw:Lo,wiw:Lo,griw:Lo,wif:Lo,oum:Lo,sdn:Lo,zp:Lo,uppo:Lo,mup:Lo,wuoz:Lo,konsulat:Lo,oirm:Lo}},augustow:Lo,"babia-gora":Lo,bedzin:Lo,beskidy:Lo,bialowieza:Lo,bialystok:Lo,bielawa:Lo,bieszczady:Lo,boleslawiec:Lo,bydgoszcz:Lo,bytom:Lo,cieszyn:Lo,czeladz:Lo,czest:Lo,dlugoleka:Lo,elblag:Lo,elk:Lo,glogow:Lo,gniezno:Lo,gorlice:Lo,grajewo:Lo,ilawa:Lo,jaworzno:Lo,"jelenia-gora":Lo,jgora:Lo,kalisz:Lo,"kazimierz-dolny":Lo,karpacz:Lo,kartuzy:Lo,kaszuby:Lo,katowice:Lo,kepno:Lo,ketrzyn:Lo,klodzko:Lo,kobierzyce:Lo,kolobrzeg:Lo,konin:Lo,konskowola:Lo,kutno:Lo,lapy:Lo,lebork:Lo,legnica:Lo,lezajsk:Lo,limanowa:Lo,lomza:Lo,lowicz:Lo,lubin:Lo,lukow:Lo,malbork:Lo,malopolska:Lo,mazowsze:Lo,mazury:Lo,mielec:Lo,mielno:Lo,mragowo:Lo,naklo:Lo,nowaruda:Lo,nysa:Lo,olawa:Lo,olecko:Lo,olkusz:Lo,olsztyn:Lo,opoczno:Lo,opole:Lo,ostroda:Lo,ostroleka:Lo,ostrowiec:Lo,ostrowwlkp:Lo,pila:Lo,pisz:Lo,podhale:Lo,podlasie:Lo,polkowice:Lo,pomorze:Lo,pomorskie:Lo,prochowice:Lo,pruszkow:Lo,przeworsk:Lo,pulawy:Lo,radom:Lo,"rawa-maz":Lo,rybnik:Lo,rzeszow:Lo,sanok:Lo,sejny:Lo,slask:Lo,slupsk:Lo,sosnowiec:Lo,"stalowa-wola":Lo,skoczow:Lo,starachowice:Lo,stargard:Lo,suwalki:Lo,swidnica:Lo,swiebodzin:Lo,swinoujscie:Lo,szczecin:Lo,szczytno:Lo,tarnobrzeg:Lo,tgory:Lo,turek:Lo,tychy:Lo,ustka:Lo,walbrzych:Lo,warmia:Lo,warszawa:Lo,waw:Lo,wegrow:Lo,wielun:Lo,wlocl:Lo,wloclawek:Lo,wodzislaw:Lo,wolomin:Lo,wroclaw:Lo,zachpomor:Lo,zagan:Lo,zarow:Lo,zgora:Lo,zgorzelec:Lo,beep:$o,"ecommerce-shop":$o,shoparena:$o,homesklep:$o,sdscloud:$o,unicloud:$o,krasnik:$o,leczna:$o,lubartow:$o,lublin:$o,poniatowa:$o,swidnik:$o,co:$o,simplesite:$o,art:$o,gliwice:$o,krakow:$o,poznan:$o,wroc:$o,zakopane:$o,myspreadshop:$o,gda:$o,gdansk:$o,gdynia:$o,med:$o,sopot:$o}},pm:{$:1,succ:{own:$o,name:$o}},pn:{$:1,succ:{gov:Lo,co:Lo,org:Lo,edu:Lo,net:Lo}},post:Lo,pr:{$:1,succ:{com:Lo,net:Lo,org:Lo,gov:Lo,edu:Lo,isla:Lo,pro:Lo,biz:Lo,info:Lo,name:Lo,est:Lo,prof:Lo,ac:Lo}},pro:{$:1,succ:{aaa:Lo,aca:Lo,acct:Lo,avocat:Lo,bar:Lo,cpa:Lo,eng:Lo,jur:Lo,law:Lo,med:Lo,recht:Lo,cloudns:$o,dnstrace:{$:0,succ:{bci:$o}},barsy:$o}},ps:{$:1,succ:{edu:Lo,gov:Lo,sec:Lo,plo:Lo,com:Lo,org:Lo,net:Lo}},pt:{$:1,succ:{net:Lo,gov:Lo,org:Lo,edu:Lo,int:Lo,publ:Lo,com:Lo,nome:Lo,blogspot:$o,"123paginaweb":$o}},pw:{$:1,succ:{co:Lo,ne:Lo,or:Lo,ed:Lo,go:Lo,belau:Lo,cloudns:$o,x443:$o}},py:{$:1,succ:{com:Lo,coop:Lo,edu:Lo,gov:Lo,mil:Lo,net:Lo,org:Lo}},qa:{$:1,succ:{com:Lo,edu:Lo,gov:Lo,mil:Lo,name:Lo,net:Lo,org:Lo,sch:Lo,blogspot:$o}},re:{$:1,succ:{asso:Lo,com:Lo,nom:Lo,blogspot:$o}},ro:{$:1,succ:{arts:Lo,com:Lo,firm:Lo,info:Lo,nom:Lo,nt:Lo,org:Lo,rec:Lo,store:Lo,tm:Lo,www:Lo,co:$o,shop:$o,blogspot:$o,barsy:$o}},rs:{$:1,succ:{ac:Lo,co:Lo,edu:Lo,gov:Lo,in:Lo,org:Lo,brendly:{$:0,succ:{shop:$o}},blogspot:$o,ua:$o,ox:$o}},ru:{$:1,succ:{ac:$o,edu:$o,gov:$o,int:$o,mil:$o,test:$o,eurodir:$o,adygeya:$o,bashkiria:$o,bir:$o,cbg:$o,com:$o,dagestan:$o,grozny:$o,kalmykia:$o,kustanai:$o,marine:$o,mordovia:$o,msk:$o,mytis:$o,nalchik:$o,nov:$o,pyatigorsk:$o,spb:$o,vladikavkaz:$o,vladimir:$o,blogspot:$o,na4u:$o,mircloud:$o,regruhosting:ci,myjino:{$:2,succ:{hosting:Mo,landing:Mo,spectrum:Mo,vps:Mo}},cldmail:{$:0,succ:{hb:$o}},mcdir:{$:2,succ:{vps:$o}},mcpre:$o,net:$o,org:$o,pp:$o,"123sait":$o,lk3:$o,ras:$o}},rw:{$:1,succ:{ac:Lo,co:Lo,coop:Lo,gov:Lo,mil:Lo,net:Lo,org:Lo}},sa:{$:1,succ:{com:Lo,net:Lo,org:Lo,gov:Lo,med:Lo,pub:Lo,edu:Lo,sch:Lo}},sb:zo,sc:zo,sd:{$:1,succ:{com:Lo,net:Lo,org:Lo,edu:Lo,med:Lo,tv:Lo,gov:Lo,info:Lo}},se:{$:1,succ:{a:Lo,ac:Lo,b:Lo,bd:Lo,brand:Lo,c:Lo,d:Lo,e:Lo,f:Lo,fh:Lo,fhsk:Lo,fhv:Lo,g:Lo,h:Lo,i:Lo,k:Lo,komforb:Lo,kommunalforbund:Lo,komvux:Lo,l:Lo,lanbib:Lo,m:Lo,n:Lo,naturbruksgymn:Lo,o:Lo,org:Lo,p:Lo,parti:Lo,pp:Lo,press:Lo,r:Lo,s:Lo,t:Lo,tm:Lo,u:Lo,w:Lo,x:Lo,y:Lo,z:Lo,com:$o,blogspot:$o,conf:$o,iopsys:$o,"123minsida":$o,itcouldbewor:$o,myspreadshop:$o,paba:{$:0,succ:{su:$o}}}},sg:{$:1,succ:{com:Lo,net:Lo,org:Lo,gov:Lo,edu:Lo,per:Lo,blogspot:$o,enscaled:$o}},sh:{$:1,succ:{com:Lo,net:Lo,gov:Lo,org:Lo,mil:Lo,bip:$o,hashbang:$o,platform:{$:0,succ:{bc:$o,ent:$o,eu:$o,us:$o}},now:$o,vxl:$o,wedeploy:$o}},si:{$:1,succ:{gitapp:$o,gitpage:$o,blogspot:$o}},sj:Lo,sk:qo,sl:zo,sm:Lo,sn:{$:1,succ:{art:Lo,com:Lo,edu:Lo,gouv:Lo,org:Lo,perso:Lo,univ:Lo,blogspot:$o}},so:{$:1,succ:{com:Lo,edu:Lo,gov:Lo,me:Lo,net:Lo,org:Lo,sch:$o}},sr:Lo,ss:{$:1,succ:{biz:Lo,com:Lo,edu:Lo,gov:Lo,me:Lo,net:Lo,org:Lo,sch:Lo}},st:{$:1,succ:{co:Lo,com:Lo,consulado:Lo,edu:Lo,embaixada:Lo,mil:Lo,net:Lo,org:Lo,principe:Lo,saotome:Lo,store:Lo,kirara:$o,noho:$o}},su:{$:1,succ:{abkhazia:$o,adygeya:$o,aktyubinsk:$o,arkhangelsk:$o,armenia:$o,ashgabad:$o,azerbaijan:$o,balashov:$o,bashkiria:$o,bryansk:$o,bukhara:$o,chimkent:$o,dagestan:$o,"east-kazakhstan":$o,exnet:$o,georgia:$o,grozny:$o,ivanovo:$o,jambyl:$o,kalmykia:$o,kaluga:$o,karacol:$o,karaganda:$o,karelia:$o,khakassia:$o,krasnodar:$o,kurgan:$o,kustanai:$o,lenug:$o,mangyshlak:$o,mordovia:$o,msk:$o,murmansk:$o,nalchik:$o,navoi:$o,"north-kazakhstan":$o,nov:$o,obninsk:$o,penza:$o,pokrovsk:$o,sochi:$o,spb:$o,tashkent:$o,termez:$o,togliatti:$o,troitsk:$o,tselinograd:$o,tula:$o,tuva:$o,vladikavkaz:$o,vladimir:$o,vologda:$o}},sv:{$:1,succ:{com:Lo,edu:Lo,gob:Lo,org:Lo,red:Lo}},sx:Uo,sy:hi,sz:{$:1,succ:{co:Lo,ac:Lo,org:Lo}},tc:{$:1,succ:{ch:$o,me:$o,we:$o}},td:qo,tel:Lo,tf:{$:1,succ:{sch:$o}},tg:Lo,th:{$:1,succ:{ac:Lo,co:Lo,go:Lo,in:Lo,mi:Lo,net:Lo,or:Lo,online:$o,shop:$o}},tj:{$:1,succ:{ac:Lo,biz:Lo,co:Lo,com:Lo,edu:Lo,go:Lo,gov:Lo,int:Lo,mil:Lo,name:Lo,net:Lo,nic:Lo,org:Lo,test:Lo,web:Lo}},tk:Lo,tl:Uo,tm:{$:1,succ:{com:Lo,co:Lo,org:Lo,net:Lo,nom:Lo,gov:Lo,mil:Lo,edu:Lo}},tn:{$:1,succ:{com:Lo,ens:Lo,fin:Lo,gov:Lo,ind:Lo,info:Lo,intl:Lo,mincom:Lo,nat:Lo,net:Lo,org:Lo,perso:Lo,tourism:Lo,orangecloud:$o}},to:{$:1,succ:{611:$o,com:Lo,gov:Lo,net:Lo,org:Lo,edu:Lo,mil:Lo,oya:$o,rdv:$o,x0:$o,vpnplus:$o,quickconnect:Yo,nyan:$o}},tr:{$:1,succ:{av:Lo,bbs:Lo,bel:Lo,biz:Lo,com:qo,dr:Lo,edu:Lo,gen:Lo,gov:Lo,info:Lo,mil:Lo,k12:Lo,kep:Lo,name:Lo,net:Lo,org:Lo,pol:Lo,tel:Lo,tsk:Lo,tv:Lo,web:Lo,nc:Uo}},tt:{$:1,succ:{co:Lo,com:Lo,org:Lo,net:Lo,biz:Lo,info:Lo,pro:Lo,int:Lo,coop:Lo,jobs:Lo,mobi:Lo,travel:Lo,museum:Lo,aero:Lo,name:Lo,gov:Lo,edu:Lo}},tv:{$:1,succ:{dyndns:$o,"better-than":$o,"on-the-web":$o,"worse-than":$o,from:$o,sakura:$o}},tw:{$:1,succ:{edu:Lo,gov:Lo,mil:Lo,com:{$:1,succ:{mymailer:$o}},net:Lo,org:Lo,idv:Lo,game:Lo,ebiz:Lo,club:Lo,"xn--zf0ao64a":Lo,"網路":Lo,"xn--uc0atv":Lo,"組織":Lo,"xn--czrw28b":Lo,"商業":Lo,url:$o,blogspot:$o}},tz:{$:1,succ:{ac:Lo,co:Lo,go:Lo,hotel:Lo,info:Lo,me:Lo,mil:Lo,mobi:Lo,ne:Lo,or:Lo,sc:Lo,tv:Lo}},ua:{$:1,succ:{com:Lo,edu:Lo,gov:Lo,in:Lo,net:Lo,org:Lo,cherkassy:Lo,cherkasy:Lo,chernigov:Lo,chernihiv:Lo,chernivtsi:Lo,chernovtsy:Lo,ck:Lo,cn:Lo,cr:Lo,crimea:Lo,cv:Lo,dn:Lo,dnepropetrovsk:Lo,dnipropetrovsk:Lo,donetsk:Lo,dp:Lo,if:Lo,"ivano-frankivsk":Lo,kh:Lo,kharkiv:Lo,kharkov:Lo,kherson:Lo,khmelnitskiy:Lo,khmelnytskyi:Lo,kiev:Lo,kirovograd:Lo,km:Lo,kr:Lo,krym:Lo,ks:Lo,kv:Lo,kyiv:Lo,lg:Lo,lt:Lo,lugansk:Lo,lutsk:Lo,lv:Lo,lviv:Lo,mk:Lo,mykolaiv:Lo,nikolaev:Lo,od:Lo,odesa:Lo,odessa:Lo,pl:Lo,poltava:Lo,rivne:Lo,rovno:Lo,rv:Lo,sb:Lo,sebastopol:Lo,sevastopol:Lo,sm:Lo,sumy:Lo,te:Lo,ternopil:Lo,uz:Lo,uzhgorod:Lo,vinnica:Lo,vinnytsia:Lo,vn:Lo,volyn:Lo,yalta:Lo,zaporizhzhe:Lo,zaporizhzhia:Lo,zhitomir:Lo,zhytomyr:Lo,zp:Lo,zt:Lo,cc:$o,inf:$o,ltd:$o,cx:$o,ie:$o,biz:$o,co:$o,pp:$o,v:$o}},ug:{$:1,succ:{co:Lo,or:Lo,ac:Lo,sc:Lo,go:Lo,ne:Lo,com:Lo,org:Lo,blogspot:$o}},uk:{$:1,succ:{ac:Lo,co:{$:1,succ:{bytemark:{$:0,succ:{dh:$o,vm:$o}},blogspot:$o,layershift:si,barsy:$o,barsyonline:$o,retrosnub:pi,"nh-serv":$o,"no-ip":$o,wellbeingzone:$o,adimo:$o,myspreadshop:$o}},gov:{$:1,succ:{campaign:$o,service:$o,api:$o,homeoffice:$o}},ltd:Lo,me:Lo,net:Lo,nhs:Lo,org:{$:1,succ:{glug:$o,lug:$o,lugs:$o,affinitylottery:$o,raffleentry:$o,weeklylottery:$o}},plc:Lo,police:Lo,sch:Wo,conn:$o,copro:$o,hosp:$o,"independent-commission":$o,"independent-inquest":$o,"independent-inquiry":$o,"independent-panel":$o,"independent-review":$o,"public-inquiry":$o,"royal-commission":$o,pymnt:$o,barsy:$o}},us:{$:1,succ:{dni:Lo,fed:Lo,isa:Lo,kids:Lo,nsn:Lo,ak:Di={$:1,succ:{k12:Lo,cc:Lo,lib:Lo}},al:Di,ar:Di,as:Di,az:Di,ca:Di,co:Di,ct:Di,dc:Di,de:{$:1,succ:{k12:Lo,cc:Lo,lib:$o}},fl:Di,ga:Di,gu:Di,hi:xi={$:1,succ:{cc:Lo,lib:Lo}},ia:Di,id:Di,il:Di,in:Di,ks:Di,ky:Di,la:Di,ma:{$:1,succ:{k12:{$:1,succ:{pvt:Lo,chtr:Lo,paroch:Lo}},cc:Lo,lib:Lo}},md:Di,me:Di,mi:{$:1,succ:{k12:Lo,cc:Lo,lib:Lo,"ann-arbor":Lo,cog:Lo,dst:Lo,eaton:Lo,gen:Lo,mus:Lo,tec:Lo,washtenaw:Lo}},mn:Di,mo:Di,ms:Di,mt:Di,nc:Di,nd:xi,ne:Di,nh:Di,nj:Di,nm:Di,nv:Di,ny:Di,oh:Di,ok:Di,or:Di,pa:Di,pr:Di,ri:xi,sc:Di,sd:xi,tn:Di,tx:Di,ut:Di,vi:Di,vt:Di,va:Di,wa:Di,wi:Di,wv:{$:1,succ:{cc:Lo}},wy:Di,graphox:$o,cloudns:$o,drud:$o,"is-by":$o,"land-4-sale":$o,"stuff-4-sale":$o,enscaled:{$:0,succ:{phx:$o}},mircloud:$o,freeddns:$o,golffan:$o,noip:$o,pointto:$o,platterp:$o}},uy:{$:1,succ:{com:qo,edu:Lo,gub:Lo,mil:Lo,net:Lo,org:Lo}},uz:{$:1,succ:{co:Lo,com:Lo,net:Lo,org:Lo}},va:Lo,vc:{$:1,succ:{com:Lo,net:Lo,org:Lo,gov:Lo,mil:Lo,edu:Lo,gv:{$:2,succ:{d:$o}},"0e":$o}},ve:{$:1,succ:{arts:Lo,bib:Lo,co:Lo,com:Lo,e12:Lo,edu:Lo,firm:Lo,gob:Lo,gov:Lo,info:Lo,int:Lo,mil:Lo,net:Lo,nom:Lo,org:Lo,rar:Lo,rec:Lo,store:Lo,tec:Lo,web:Lo}},vg:{$:1,succ:{at:$o}},vi:{$:1,succ:{co:Lo,com:Lo,k12:Lo,net:Lo,org:Lo}},vn:{$:1,succ:{com:Lo,net:Lo,org:Lo,edu:Lo,gov:Lo,int:Lo,ac:Lo,biz:Lo,info:Lo,name:Lo,pro:Lo,health:Lo,blogspot:$o}},vu:{$:1,succ:{com:Lo,edu:Lo,net:Lo,org:Lo,cn:$o,blog:$o,dev:$o,me:$o}},wf:{$:1,succ:{biz:$o,sch:$o}},ws:{$:1,succ:{com:Lo,net:Lo,org:Lo,gov:Lo,edu:Lo,advisor:Mo,cloud66:$o,dyndns:$o,mypets:$o}},yt:{$:1,succ:{org:$o}},"xn--mgbaam7a8h":Lo,"امارات":Lo,"xn--y9a3aq":Lo,"հայ":Lo,"xn--54b7fta0cc":Lo,"বাংলা":Lo,"xn--90ae":Lo,"бг":Lo,"xn--mgbcpq6gpa1a":Lo,"البحرين":Lo,"xn--90ais":Lo,"бел":Lo,"xn--fiqs8s":Lo,"中国":Lo,"xn--fiqz9s":Lo,"中國":Lo,"xn--lgbbat1ad8j":Lo,"الجزائر":Lo,"xn--wgbh1c":Lo,"مصر":Lo,"xn--e1a4c":Lo,"ею":Lo,"xn--qxa6a":Lo,"ευ":Lo,"xn--mgbah1a3hjkrd":Lo,"موريتانيا":Lo,"xn--node":Lo,"გე":Lo,"xn--qxam":Lo,"ελ":Lo,"xn--j6w193g":{$:1,succ:{"xn--55qx5d":Lo,"xn--wcvs22d":Lo,"xn--mxtq1m":Lo,"xn--gmqw5a":Lo,"xn--od0alg":Lo,"xn--uc0atv":Lo}},"香港":{$:1,succ:{"公司":Lo,"教育":Lo,"政府":Lo,"個人":Lo,"網絡":Lo,"組織":Lo}},"xn--2scrj9c":Lo,"ಭಾರತ":Lo,"xn--3hcrj9c":Lo,"ଭାରତ":Lo,"xn--45br5cyl":Lo,"ভাৰত":Lo,"xn--h2breg3eve":Lo,"भारतम्":Lo,"xn--h2brj9c8c":Lo,"भारोत":Lo,"xn--mgbgu82a":Lo,"ڀارت":Lo,"xn--rvc1e0am3e":Lo,"ഭാരതം":Lo,"xn--h2brj9c":Lo,"भारत":Lo,"xn--mgbbh1a":Lo,"بارت":Lo,"xn--mgbbh1a71e":Lo,"بھارت":Lo,"xn--fpcrj9c3d":Lo,"భారత్":Lo,"xn--gecrj9c":Lo,"ભારત":Lo,"xn--s9brj9c":Lo,"ਭਾਰਤ":Lo,"xn--45brj9c":Lo,"ভারত":Lo,"xn--xkc2dl3a5ee0h":Lo,"இந்தியா":Lo,"xn--mgba3a4f16a":Lo,"ایران":Lo,"xn--mgba3a4fra":Lo,"ايران":Lo,"xn--mgbtx2b":Lo,"عراق":Lo,"xn--mgbayh7gpa":Lo,"الاردن":Lo,"xn--3e0b707e":Lo,"한국":Lo,"xn--80ao21a":Lo,"қаз":Lo,"xn--q7ce6a":Lo,"ລາວ":Lo,"xn--fzc2c9e2c":Lo,"ලංකා":Lo,"xn--xkc2al3hye2a":Lo,"இலங்கை":Lo,"xn--mgbc0a9azcg":Lo,"المغرب":Lo,"xn--d1alf":Lo,"мкд":Lo,"xn--l1acc":Lo,"мон":Lo,"xn--mix891f":Lo,"澳門":Lo,"xn--mix082f":Lo,"澳门":Lo,"xn--mgbx4cd0ab":Lo,"مليسيا":Lo,"xn--mgb9awbf":Lo,"عمان":Lo,"xn--mgbai9azgqp6j":Lo,"پاکستان":Lo,"xn--mgbai9a5eva00b":Lo,"پاكستان":Lo,"xn--ygbi2ammx":Lo,"فلسطين":Lo,"xn--90a3ac":{$:1,succ:{"xn--o1ac":Lo,"xn--c1avg":Lo,"xn--90azh":Lo,"xn--d1at":Lo,"xn--o1ach":Lo,"xn--80au":Lo}},"срб":{$:1,succ:{"пр":Lo,"орг":Lo,"обр":Lo,"од":Lo,"упр":Lo,"ак":Lo}},"xn--p1ai":Lo,"рф":Lo,"xn--wgbl6a":Lo,"قطر":Lo,"xn--mgberp4a5d4ar":Lo,"السعودية":Lo,"xn--mgberp4a5d4a87g":Lo,"السعودیة":Lo,"xn--mgbqly7c0a67fbc":Lo,"السعودیۃ":Lo,"xn--mgbqly7cvafr":Lo,"السعوديه":Lo,"xn--mgbpl2fh":Lo,"سودان":Lo,"xn--yfro4i67o":Lo,"新加坡":Lo,"xn--clchc0ea0b2g2a9gcd":Lo,"சிங்கப்பூர்":Lo,"xn--ogbpf8fl":Lo,"سورية":Lo,"xn--mgbtf8fl":Lo,"سوريا":Lo,"xn--o3cw4h":{$:1,succ:{"xn--12c1fe0br":Lo,"xn--12co0c3b4eva":Lo,"xn--h3cuzk1di":Lo,"xn--o3cyx2a":Lo,"xn--m3ch0j3a":Lo,"xn--12cfi8ixb8l":Lo}},"ไทย":{$:1,succ:{"ศึกษา":Lo,"ธุรกิจ":Lo,"รัฐบาล":Lo,"ทหาร":Lo,"เน็ต":Lo,"องค์กร":Lo}},"xn--pgbs0dh":Lo,"تونس":Lo,"xn--kpry57d":Lo,"台灣":Lo,"xn--kprw13d":Lo,"台湾":Lo,"xn--nnx388a":Lo,"臺灣":Lo,"xn--j1amh":Lo,"укр":Lo,"xn--mgb2ddes":Lo,"اليمن":Lo,xxx:Lo,ye:hi,za:{$:0,succ:{ac:Lo,agric:Lo,alt:Lo,co:qo,edu:Lo,gov:Lo,grondar:Lo,law:Lo,mil:Lo,net:Lo,ngo:Lo,nic:Lo,nis:Lo,nom:Lo,org:Lo,school:Lo,tm:Lo,web:Lo}},zm:{$:1,succ:{ac:Lo,biz:Lo,co:Lo,com:Lo,edu:Lo,gov:Lo,info:Lo,mil:Lo,net:Lo,org:Lo,sch:Lo}},zw:{$:1,succ:{ac:Lo,co:Lo,gov:Lo,mil:Lo,org:Lo}},aaa:Lo,aarp:Lo,abarth:Lo,abb:Lo,abbott:Lo,abbvie:Lo,abc:Lo,able:Lo,abogado:Lo,abudhabi:Lo,academy:{$:1,succ:{official:$o}},accenture:Lo,accountant:Lo,accountants:Lo,aco:Lo,actor:Lo,ads:Lo,adult:Lo,aeg:Lo,aetna:Lo,afl:Lo,africa:Lo,agakhan:Lo,agency:Lo,aig:Lo,airbus:Lo,airforce:Lo,airtel:Lo,akdn:Lo,alfaromeo:Lo,alibaba:Lo,alipay:Lo,allfinanz:Lo,allstate:Lo,ally:Lo,alsace:Lo,alstom:Lo,amazon:Lo,americanexpress:Lo,americanfamily:Lo,amex:Lo,amfam:Lo,amica:Lo,amsterdam:Lo,analytics:Lo,android:Lo,anquan:Lo,anz:Lo,aol:Lo,apartments:Lo,app:{$:1,succ:{beget:Mo,clerk:$o,clerkstage:$o,wnext:$o,platform0:$o,deta:$o,ondigitalocean:$o,easypanel:$o,encr:$o,edgecompute:$o,fireweb:$o,onflashdrive:$o,framer:$o,run:{$:2,succ:{a:$o}},web:$o,hasura:$o,loginline:$o,messerli:$o,netlify:$o,ngrok:$o,"ngrok-free":$o,developer:Mo,noop:$o,northflank:Mo,snowflake:{$:2,succ:{privatelink:$o}},streamlit:$o,telebit:$o,typedream:$o,vercel:$o,bookonline:$o}},apple:Lo,aquarelle:Lo,arab:Lo,aramco:Lo,archi:Lo,army:Lo,art:Lo,arte:Lo,asda:Lo,associates:Lo,athleta:Lo,attorney:Lo,auction:Lo,audi:Lo,audible:Lo,audio:Lo,auspost:Lo,author:Lo,auto:Lo,autos:Lo,avianca:Lo,aws:Lo,axa:Lo,azure:Lo,baby:Lo,baidu:Lo,banamex:Lo,bananarepublic:Lo,band:Lo,bank:Lo,bar:Lo,barcelona:Lo,barclaycard:Lo,barclays:Lo,barefoot:Lo,bargains:Lo,baseball:Lo,basketball:{$:1,succ:{aus:$o,nz:$o}},bauhaus:Lo,bayern:Lo,bbc:Lo,bbt:Lo,bbva:Lo,bcg:Lo,bcn:Lo,beats:Lo,beauty:Lo,beer:Lo,bentley:Lo,berlin:Lo,best:Lo,bestbuy:Lo,bet:Lo,bharti:Lo,bible:Lo,bid:Lo,bike:Lo,bing:Lo,bingo:Lo,bio:Lo,black:Lo,blackfriday:Lo,blockbuster:Lo,blog:Lo,bloomberg:Lo,blue:Lo,bms:Lo,bmw:Lo,bnpparibas:Lo,boats:Lo,boehringer:Lo,bofa:Lo,bom:Lo,bond:Lo,boo:Lo,book:Lo,booking:Lo,bosch:Lo,bostik:Lo,boston:Lo,bot:Lo,boutique:Lo,box:Lo,bradesco:Lo,bridgestone:Lo,broadway:Lo,broker:Lo,brother:Lo,brussels:Lo,build:Lo,builders:{$:1,succ:{cloudsite:$o}},business:Vo={$:1,succ:{co:$o}},buy:Lo,buzz:Lo,bzh:Lo,cab:Lo,cafe:Lo,cal:Lo,call:Lo,calvinklein:Lo,cam:Lo,camera:Lo,camp:Lo,canon:Lo,capetown:Lo,capital:Lo,capitalone:Lo,car:Lo,caravan:Lo,cards:Lo,care:Lo,career:Lo,careers:Lo,cars:Lo,casa:{$:1,succ:{nabu:{$:0,succ:{ui:$o}}}},case:Lo,cash:Lo,casino:Lo,catering:Lo,catholic:Lo,cba:Lo,cbn:Lo,cbre:Lo,cbs:Lo,center:Lo,ceo:Lo,cern:Lo,cfa:Lo,cfd:Lo,chanel:Lo,channel:Lo,charity:Lo,chase:Lo,chat:Lo,cheap:Lo,chintai:Lo,christmas:Lo,chrome:Lo,church:Lo,cipriani:Lo,circle:Lo,cisco:Lo,citadel:Lo,citi:Lo,citic:Lo,city:Lo,cityeats:Lo,claims:Lo,cleaning:Lo,click:Lo,clinic:Lo,clinique:Lo,clothing:Lo,cloud:{$:1,succ:{banzai:Mo,elementor:$o,encoway:{$:0,succ:{eu:$o}},statics:Mo,ravendb:$o,axarnet:{$:0,succ:{"es-1":$o}},diadem:$o,jelastic:{$:0,succ:{vip:$o}},jele:$o,"jenv-aruba":{$:0,succ:{aruba:{$:0,succ:{eur:{$:0,succ:{it1:$o}}}},it1:$o}},keliweb:{$:2,succ:{cs:$o}},oxa:{$:2,succ:{tn:$o,uk:$o}},primetel:{$:2,succ:{uk:$o}},reclaim:{$:0,succ:{ca:$o,uk:$o,us:$o}},trendhosting:{$:0,succ:{ch:$o,de:$o}},jotelulu:$o,kuleuven:$o,linkyard:$o,magentosite:Mo,perspecta:$o,vapor:$o,"on-rancher":Mo,scw:{$:0,succ:{baremetal:{$:0,succ:{"fr-par-1":$o,"fr-par-2":$o,"nl-ams-1":$o}},"fr-par":{$:0,succ:{fnc:{$:2,succ:{functions:$o}},k8s:Xo={$:2,succ:{nodes:$o}},s3:$o,"s3-website":$o,whm:$o}},instances:{$:0,succ:{priv:$o,pub:$o}},k8s:$o,"nl-ams":{$:0,succ:{k8s:Xo,s3:$o,"s3-website":$o,whm:$o}},"pl-waw":{$:0,succ:{k8s:Xo,s3:$o,"s3-website":$o}},scalebook:$o,smartlabeling:$o}},sensiosite:Mo,trafficplex:$o,urown:$o,voorloper:$o}},club:{$:1,succ:{cloudns:$o,jele:$o,barsy:$o}},clubmed:Lo,coach:Lo,codes:{$:1,succ:{owo:Mo}},coffee:Lo,college:Lo,cologne:Lo,comcast:Lo,commbank:Lo,community:{$:1,succ:{nog:$o,ravendb:$o,myforum:$o}},company:Lo,compare:Lo,computer:Lo,comsec:Lo,condos:Lo,construction:Lo,consulting:Lo,contact:Lo,contractors:Lo,cooking:Lo,cookingchannel:Lo,cool:{$:1,succ:{elementor:$o,de:$o}},corsica:Lo,country:Lo,coupon:Lo,coupons:Lo,courses:Lo,cpa:Lo,credit:Lo,creditcard:Lo,creditunion:Lo,cricket:Lo,crown:Lo,crs:Lo,cruise:Lo,cruises:Lo,cuisinella:Lo,cymru:Lo,cyou:Lo,dabur:Lo,dad:Lo,dance:Lo,data:Lo,date:Lo,dating:Lo,datsun:Lo,day:Lo,dclk:Lo,dds:Lo,deal:Lo,dealer:Lo,deals:Lo,degree:Lo,delivery:Lo,dell:Lo,deloitte:Lo,delta:Lo,democrat:Lo,dental:Lo,dentist:Lo,desi:Lo,design:{$:1,succ:{bss:$o}},dev:{$:1,succ:{autocode:$o,lcl:Mo,lclstage:Mo,stg:Mo,stgstage:Mo,pages:$o,r2:$o,workers:$o,curv:$o,deno:$o,"deno-staging":$o,deta:$o,fly:$o,githubpreview:$o,gateway:Mo,iserv:$o,localcert:{$:0,succ:{user:Mo}},loginline:$o,mediatech:$o,ngrok:$o,"ngrok-free":$o,"platter-app":$o,shiftcrypto:$o,vercel:$o,webhare:Mo}},dhl:Lo,diamonds:Lo,diet:Lo,digital:{$:1,succ:{cloudapps:{$:2,succ:{london:$o}}}},direct:Lo,directory:Lo,discount:Lo,discover:Lo,dish:Lo,diy:Lo,dnp:Lo,docs:Lo,doctor:Lo,dog:Lo,domains:Lo,dot:Lo,download:Lo,drive:Lo,dtv:Lo,dubai:Lo,dunlop:Lo,dupont:Lo,durban:Lo,dvag:Lo,dvr:Lo,earth:{$:1,succ:{dapps:{$:0,succ:{"*":$o,bzz:Mo}}}},eat:Lo,eco:Lo,edeka:Lo,education:Vo,email:Lo,emerck:Lo,energy:Lo,engineer:Lo,engineering:Lo,enterprises:Lo,epson:Lo,equipment:Lo,ericsson:Lo,erni:Lo,esq:Lo,estate:{$:1,succ:{compute:Mo}},etisalat:Lo,eurovision:Lo,eus:{$:1,succ:{party:di}},events:{$:1,succ:{koobin:$o,co:$o}},exchange:Lo,expert:Lo,exposed:Lo,express:Lo,extraspace:Lo,fage:Lo,fail:Lo,fairwinds:Lo,faith:li={$:1,succ:{ybo:$o}},family:Lo,fan:Lo,fans:Lo,farm:{$:1,succ:{storj:$o}},farmers:Lo,fashion:Lo,fast:Lo,fedex:Lo,feedback:Lo,ferrari:Lo,ferrero:Lo,fiat:Lo,fidelity:Lo,fido:Lo,film:Lo,final:Lo,finance:Lo,financial:Vo,fire:Lo,firestone:Lo,firmdale:Lo,fish:Lo,fishing:Lo,fit:Lo,fitness:Lo,flickr:Lo,flights:Lo,flir:Lo,florist:Lo,flowers:Lo,fly:Lo,foo:Lo,food:Lo,foodnetwork:Lo,football:Lo,ford:Lo,forex:Lo,forsale:Lo,forum:Lo,foundation:Lo,fox:Lo,free:Lo,fresenius:Lo,frl:Lo,frogans:Lo,frontdoor:Lo,frontier:Lo,ftr:Lo,fujitsu:Lo,fun:Lo,fund:Lo,furniture:Lo,futbol:Lo,fyi:Lo,gal:Lo,gallery:Lo,gallo:Lo,gallup:Lo,game:Lo,games:Lo,gap:Lo,garden:Lo,gay:Lo,gbiz:Lo,gdn:{$:1,succ:{cnpy:$o}},gea:Lo,gent:Lo,genting:Lo,george:Lo,ggee:Lo,gift:Lo,gifts:Lo,gives:Lo,giving:Lo,glass:Lo,gle:Lo,global:Lo,globo:Lo,gmail:Lo,gmbh:Lo,gmo:Lo,gmx:Lo,godaddy:Lo,gold:Lo,goldpoint:Lo,golf:Lo,goo:Lo,goodyear:Lo,goog:{$:1,succ:{cloud:$o,translate:$o,usercontent:Mo}},google:Lo,gop:Lo,got:Lo,grainger:Lo,graphics:Lo,gratis:Lo,green:Lo,gripe:Lo,grocery:Lo,group:{$:1,succ:{discourse:$o}},guardian:Lo,gucci:Lo,guge:Lo,guide:Lo,guitars:Lo,guru:Lo,hair:Lo,hamburg:Lo,hangout:Lo,haus:Lo,hbo:Lo,hdfc:Lo,hdfcbank:Lo,health:{$:1,succ:{hra:$o}},healthcare:Lo,help:Lo,helsinki:Lo,here:Lo,hermes:Lo,hgtv:Lo,hiphop:Lo,hisamitsu:Lo,hitachi:Lo,hiv:Lo,hkt:Lo,hockey:Lo,holdings:Lo,holiday:Lo,homedepot:Lo,homegoods:Lo,homes:Lo,homesense:Lo,honda:Lo,horse:Lo,hospital:Lo,host:{$:1,succ:{cloudaccess:$o,freesite:$o,easypanel:$o,fastvps:$o,myfast:$o,tempurl:$o,wpmudev:$o,jele:$o,mircloud:$o,pcloud:$o,half:$o}},hosting:{$:1,succ:{opencraft:$o}},hot:Lo,hoteles:Lo,hotels:Lo,hotmail:Lo,house:Lo,how:Lo,hsbc:Lo,hughes:Lo,hyatt:Lo,hyundai:Lo,ibm:Lo,icbc:Lo,ice:Lo,icu:Lo,ieee:Lo,ifm:Lo,ikano:Lo,imamat:Lo,imdb:Lo,immo:Lo,immobilien:Lo,inc:Lo,industries:Lo,infiniti:Lo,ing:Lo,ink:Lo,institute:Lo,insurance:Lo,insure:Lo,international:Lo,intuit:Lo,investments:Lo,ipiranga:Lo,irish:Lo,ismaili:Lo,ist:Lo,istanbul:Lo,itau:Lo,itv:Lo,jaguar:Lo,java:Lo,jcb:Lo,jeep:Lo,jetzt:Lo,jewelry:Lo,jio:Lo,jll:Lo,jmp:Lo,jnj:Lo,joburg:Lo,jot:Lo,joy:Lo,jpmorgan:Lo,jprs:Lo,juegos:Lo,juniper:Lo,kaufen:Lo,kddi:Lo,kerryhotels:Lo,kerrylogistics:Lo,kerryproperties:Lo,kfh:Lo,kia:Lo,kids:Lo,kim:Lo,kinder:Lo,kindle:Lo,kitchen:Lo,kiwi:Lo,koeln:Lo,komatsu:Lo,kosher:Lo,kpmg:Lo,kpn:Lo,krd:{$:1,succ:{co:$o,edu:$o}},kred:Lo,kuokgroup:Lo,kyoto:Lo,lacaixa:Lo,lamborghini:Lo,lamer:Lo,lancaster:Lo,lancia:Lo,land:{$:1,succ:{static:{$:2,succ:{dev:$o,sites:$o}}}},landrover:Lo,lanxess:Lo,lasalle:Lo,lat:Lo,latino:Lo,latrobe:Lo,law:Lo,lawyer:Lo,lds:Lo,lease:Lo,leclerc:Lo,lefrak:Lo,legal:Lo,lego:Lo,lexus:Lo,lgbt:Lo,lidl:Lo,life:Lo,lifeinsurance:Lo,lifestyle:Lo,lighting:Lo,like:Lo,lilly:Lo,limited:Lo,limo:Lo,lincoln:Lo,link:{$:1,succ:{cyon:$o,mypep:$o,dweb:Mo}},lipsy:Lo,live:{$:1,succ:{hlx:$o}},living:Lo,llc:Lo,llp:Lo,loan:Lo,loans:Lo,locker:Lo,locus:Lo,lol:{$:1,succ:{omg:$o}},london:Lo,lotte:Lo,lotto:Lo,love:Lo,lpl:Lo,lplfinancial:Lo,ltd:Lo,ltda:Lo,lundbeck:Lo,luxe:Lo,luxury:Lo,madrid:Lo,maif:Lo,maison:Lo,makeup:Lo,man:Lo,management:{$:1,succ:{router:$o}},mango:Lo,map:Lo,market:Lo,marketing:Lo,markets:Lo,marriott:Lo,marshalls:Lo,maserati:Lo,mattel:Lo,mba:Lo,mckinsey:Lo,med:Lo,media:bi={$:1,succ:{framer:$o}},meet:Lo,melbourne:Lo,meme:Lo,memorial:Lo,men:Lo,menu:vi={$:1,succ:{barsy:$o}},merckmsd:Lo,miami:Lo,microsoft:Lo,mini:Lo,mint:Lo,mit:Lo,mitsubishi:Lo,mlb:Lo,mls:Lo,mma:Lo,mobile:Lo,moda:Lo,moe:Lo,moi:Lo,mom:Lo,monash:Lo,money:Lo,monster:Lo,mormon:Lo,mortgage:Lo,moscow:Lo,moto:Lo,motorcycles:Lo,mov:Lo,movie:Lo,msd:Lo,mtn:Lo,mtr:Lo,music:Lo,mutual:Lo,nab:Lo,nagoya:Lo,natura:Lo,navy:Lo,nba:Lo,nec:Lo,netbank:Lo,netflix:Lo,network:{$:1,succ:{alces:Mo,co:$o,arvo:$o,azimuth:$o,tlon:$o}},neustar:Lo,new:Lo,news:{$:1,succ:{noticeable:$o}},next:Lo,nextdirect:Lo,nexus:Lo,nfl:Lo,ngo:Lo,nhk:Lo,nico:Lo,nike:Lo,nikon:Lo,ninja:Lo,nissan:Lo,nissay:Lo,nokia:Lo,northwesternmutual:Lo,norton:Lo,now:Lo,nowruz:Lo,nowtv:Lo,nra:Lo,nrw:Lo,ntt:Lo,nyc:Lo,obi:Lo,observer:Lo,office:Lo,okinawa:Lo,olayan:Lo,olayangroup:Lo,oldnavy:Lo,ollo:Lo,omega:Lo,one:{$:1,succ:{onred:{$:2,succ:{staging:$o}},service:$o,homelink:$o}},ong:Lo,onl:Lo,online:{$:1,succ:{eero:$o,"eero-stage":$o,barsy:$o}},ooo:Lo,open:Lo,oracle:Lo,orange:{$:1,succ:{tech:$o}},organic:Lo,origins:Lo,osaka:Lo,otsuka:Lo,ott:Lo,ovh:{$:1,succ:{nerdpol:$o}},page:{$:1,succ:{hlx:$o,hlx3:$o,translated:$o,codeberg:$o,pdns:$o,plesk:$o,prvcy:$o,rocky:$o,magnet:$o}},panasonic:Lo,paris:Lo,pars:Lo,partners:Lo,parts:Lo,party:li,passagens:Lo,pay:Lo,pccw:Lo,pet:Lo,pfizer:Lo,pharmacy:Lo,phd:Lo,philips:Lo,phone:Lo,photo:Lo,photography:Lo,photos:bi,physio:Lo,pics:Lo,pictet:Lo,pictures:{$:1,succ:{1337:$o}},pid:Lo,pin:Lo,ping:Lo,pink:Lo,pioneer:Lo,pizza:{$:1,succ:{ngrok:$o}},place:Vo,play:Lo,playstation:Lo,plumbing:Lo,plus:Lo,pnc:Lo,pohl:Lo,poker:Lo,politie:Lo,porn:{$:1,succ:{indie:$o}},pramerica:Lo,praxi:Lo,press:Lo,prime:Lo,prod:Lo,productions:Lo,prof:Lo,progressive:Lo,promo:Lo,properties:Lo,property:Lo,protection:Lo,pru:Lo,prudential:Lo,pub:vi,pwc:Lo,qpon:Lo,quebec:Lo,quest:Lo,racing:Lo,radio:Lo,read:Lo,realestate:Lo,realtor:Lo,realty:Lo,recipes:Lo,red:Lo,redstone:Lo,redumbrella:Lo,rehab:Lo,reise:Lo,reisen:Lo,reit:Lo,reliance:Lo,ren:Lo,rent:Lo,rentals:Lo,repair:Lo,report:Lo,republican:Lo,rest:Lo,restaurant:Lo,review:li,reviews:Lo,rexroth:Lo,rich:Lo,richardli:Lo,ricoh:Lo,ril:Lo,rio:Lo,rip:{$:1,succ:{clan:$o}},rocher:Lo,rocks:{$:1,succ:{myddns:$o,"lima-city":$o,webspace:$o}},rodeo:Lo,rogers:Lo,room:Lo,rsvp:Lo,rugby:Lo,ruhr:Lo,run:{$:1,succ:{hs:$o,development:$o,ravendb:$o,servers:$o,build:Mo,code:Mo,database:Mo,migration:Mo,onporter:$o,repl:$o}},rwe:Lo,ryukyu:Lo,saarland:Lo,safe:Lo,safety:Lo,sakura:Lo,sale:Lo,salon:Lo,samsclub:Lo,samsung:Lo,sandvik:Lo,sandvikcoromant:Lo,sanofi:Lo,sap:Lo,sarl:Lo,sas:Lo,save:Lo,saxo:Lo,sbi:Lo,sbs:Lo,sca:Lo,scb:Lo,schaeffler:Lo,schmidt:Lo,scholarships:Lo,school:Lo,schule:Lo,schwarz:Lo,science:li,scot:{$:1,succ:{edu:$o,gov:{$:2,succ:{service:$o}}}},search:Lo,seat:Lo,secure:Lo,security:Lo,seek:Lo,select:Lo,sener:Lo,services:{$:1,succ:{loginline:$o}},seven:Lo,sew:Lo,sex:Lo,sexy:Lo,sfr:Lo,shangrila:Lo,sharp:Lo,shaw:Lo,shell:Lo,shia:Lo,shiksha:Lo,shoes:Lo,shop:{$:1,succ:{base:$o,hoplix:$o,barsy:$o}},shopping:Lo,shouji:Lo,show:Lo,showtime:Lo,silk:Lo,sina:Lo,singles:Lo,site:{$:1,succ:{cloudera:Mo,cyon:$o,fnwk:$o,folionetwork:$o,fastvps:$o,jele:$o,lelux:$o,loginline:$o,barsy:$o,mintere:$o,omniwe:$o,opensocial:$o,platformsh:Mo,tst:Mo,byen:$o,srht:$o,novecore:$o}},ski:Lo,skin:Lo,sky:Lo,skype:Lo,sling:Lo,smart:Lo,smile:Lo,sncf:Lo,soccer:Lo,social:Lo,softbank:Lo,software:Lo,sohu:Lo,solar:Lo,solutions:{$:1,succ:{diher:Mo}},song:Lo,sony:Lo,soy:Lo,spa:Lo,space:{$:1,succ:{myfast:$o,uber:$o,xs4all:$o}},sport:Lo,spot:Lo,srl:Lo,stada:Lo,staples:Lo,star:Lo,statebank:Lo,statefarm:Lo,stc:Lo,stcgroup:Lo,stockholm:Lo,storage:Lo,store:{$:1,succ:{sellfy:$o,shopware:$o,storebase:$o}},stream:Lo,studio:Lo,study:Lo,style:Lo,sucks:Lo,supplies:Lo,supply:Lo,support:vi,surf:Lo,surgery:Lo,suzuki:Lo,swatch:Lo,swiss:Lo,sydney:Lo,systems:{$:1,succ:{knightpoint:$o}},tab:Lo,taipei:Lo,talk:Lo,taobao:Lo,target:Lo,tatamotors:Lo,tatar:Lo,tattoo:Lo,tax:Lo,taxi:Lo,tci:Lo,tdk:Lo,team:{$:1,succ:{discourse:$o,jelastic:$o}},tech:Lo,technology:Vo,temasek:Lo,tennis:Lo,teva:Lo,thd:Lo,theater:Lo,theatre:Lo,tiaa:Lo,tickets:Lo,tienda:Lo,tiffany:Lo,tips:Lo,tires:Lo,tirol:Lo,tjmaxx:Lo,tjx:Lo,tkmaxx:Lo,tmall:Lo,today:{$:1,succ:{prequalifyme:$o}},tokyo:Lo,tools:Lo,top:{$:1,succ:{"now-dns":$o,ntdll:$o}},toray:Lo,toshiba:Lo,total:Lo,tours:Lo,town:Lo,toyota:Lo,toys:Lo,trade:li,trading:Lo,training:Lo,travel:Lo,travelchannel:Lo,travelers:Lo,travelersinsurance:Lo,trust:Lo,trv:Lo,tube:Lo,tui:Lo,tunes:Lo,tushu:Lo,tvs:Lo,ubank:Lo,ubs:Lo,unicom:Lo,university:Lo,uno:Lo,uol:Lo,ups:Lo,vacations:Lo,vana:Lo,vanguard:Lo,vegas:Lo,ventures:Lo,verisign:Lo,versicherung:Lo,vet:Lo,viajes:Lo,video:Lo,vig:Lo,viking:Lo,villas:Lo,vin:Lo,vip:Lo,virgin:Lo,visa:Lo,vision:Lo,viva:Lo,vivo:Lo,vlaanderen:Lo,vodka:Lo,volkswagen:Lo,volvo:Lo,vote:Lo,voting:Lo,voto:Lo,voyage:Lo,vuelos:Lo,wales:Lo,walmart:Lo,walter:Lo,wang:Lo,wanggou:Lo,watch:Lo,watches:Lo,weather:Lo,weatherchannel:Lo,webcam:Lo,weber:Lo,website:bi,wedding:Lo,weibo:Lo,weir:Lo,whoswho:Lo,wien:Lo,wiki:bi,williamhill:Lo,win:Lo,windows:Lo,wine:Lo,winners:Lo,wme:Lo,wolterskluwer:Lo,woodside:Lo,work:Lo,works:Lo,world:Lo,wow:Lo,wtc:Lo,wtf:Lo,xbox:Lo,xerox:Lo,xfinity:Lo,xihuan:Lo,xin:Lo,"xn--11b4c3d":Lo,"कॉम":Lo,"xn--1ck2e1b":Lo,"セール":Lo,"xn--1qqw23a":Lo,"佛山":Lo,"xn--30rr7y":Lo,"慈善":Lo,"xn--3bst00m":Lo,"集团":Lo,"xn--3ds443g":Lo,"在线":Lo,"xn--3pxu8k":Lo,"点看":Lo,"xn--42c2d9a":Lo,"คอม":Lo,"xn--45q11c":Lo,"八卦":Lo,"xn--4gbrim":Lo,"موقع":Lo,"xn--55qw42g":Lo,"公益":Lo,"xn--55qx5d":Lo,"公司":Lo,"xn--5su34j936bgsg":Lo,"香格里拉":Lo,"xn--5tzm5g":Lo,"网站":Lo,"xn--6frz82g":Lo,"移动":Lo,"xn--6qq986b3xl":Lo,"我爱你":Lo,"xn--80adxhks":Lo,"москва":Lo,"xn--80aqecdr1a":Lo,"католик":Lo,"xn--80asehdb":Lo,"онлайн":Lo,"xn--80aswg":Lo,"сайт":Lo,"xn--8y0a063a":Lo,"联通":Lo,"xn--9dbq2a":Lo,"קום":Lo,"xn--9et52u":Lo,"时尚":Lo,"xn--9krt00a":Lo,"微博":Lo,"xn--b4w605ferd":Lo,"淡马锡":Lo,"xn--bck1b9a5dre4c":Lo,"ファッション":Lo,"xn--c1avg":Lo,"орг":Lo,"xn--c2br7g":Lo,"नेट":Lo,"xn--cck2b3b":Lo,"ストア":Lo,"xn--cckwcxetd":Lo,"アマゾン":Lo,"xn--cg4bki":Lo,"삼성":Lo,"xn--czr694b":Lo,"商标":Lo,"xn--czrs0t":Lo,"商店":Lo,"xn--czru2d":Lo,"商城":Lo,"xn--d1acj3b":Lo,"дети":Lo,"xn--eckvdtc9d":Lo,"ポイント":Lo,"xn--efvy88h":Lo,"新闻":Lo,"xn--fct429k":Lo,"家電":Lo,"xn--fhbei":Lo,"كوم":Lo,"xn--fiq228c5hs":Lo,"中文网":Lo,"xn--fiq64b":Lo,"中信":Lo,"xn--fjq720a":Lo,"娱乐":Lo,"xn--flw351e":Lo,"谷歌":Lo,"xn--fzys8d69uvgm":Lo,"電訊盈科":Lo,"xn--g2xx48c":Lo,"购物":Lo,"xn--gckr3f0f":Lo,"クラウド":Lo,"xn--gk3at1e":Lo,"通販":Lo,"xn--hxt814e":Lo,"网店":Lo,"xn--i1b6b1a6a2e":Lo,"संगठन":Lo,"xn--imr513n":Lo,"餐厅":Lo,"xn--io0a7i":Lo,"网络":Lo,"xn--j1aef":Lo,"ком":Lo,"xn--jlq480n2rg":Lo,"亚马逊":Lo,"xn--jvr189m":Lo,"食品":Lo,"xn--kcrx77d1x4a":Lo,"飞利浦":Lo,"xn--kput3i":Lo,"手机":Lo,"xn--mgba3a3ejt":Lo,"ارامكو":Lo,"xn--mgba7c0bbn0a":Lo,"العليان":Lo,"xn--mgbaakc7dvf":Lo,"اتصالات":Lo,"xn--mgbab2bd":Lo,"بازار":Lo,"xn--mgbca7dzdo":Lo,"ابوظبي":Lo,"xn--mgbi4ecexp":Lo,"كاثوليك":Lo,"xn--mgbt3dhd":Lo,"همراه":Lo,"xn--mk1bu44c":Lo,"닷컴":Lo,"xn--mxtq1m":Lo,"政府":Lo,"xn--ngbc5azd":Lo,"شبكة":Lo,"xn--ngbe9e0a":Lo,"بيتك":Lo,"xn--ngbrx":Lo,"عرب":Lo,"xn--nqv7f":Lo,"机构":Lo,"xn--nqv7fs00ema":Lo,"组织机构":Lo,"xn--nyqy26a":Lo,"健康":Lo,"xn--otu796d":Lo,"招聘":Lo,"xn--p1acf":{$:1,succ:{"xn--90amc":$o,"xn--j1aef":$o,"xn--j1ael8b":$o,"xn--h1ahn":$o,"xn--j1adp":$o,"xn--c1avg":$o,"xn--80aaa0cvac":$o,"xn--h1aliz":$o,"xn--90a1af":$o,"xn--41a":$o}},"рус":{$:1,succ:{"биз":$o,"ком":$o,"крым":$o,"мир":$o,"мск":$o,"орг":$o,"самара":$o,"сочи":$o,"спб":$o,"я":$o}},"xn--pssy2u":Lo,"大拿":Lo,"xn--q9jyb4c":Lo,"みんな":Lo,"xn--qcka1pmc":Lo,"グーグル":Lo,"xn--rhqv96g":Lo,"世界":Lo,"xn--rovu88b":Lo,"書籍":Lo,"xn--ses554g":Lo,"网址":Lo,"xn--t60b56a":Lo,"닷넷":Lo,"xn--tckwe":Lo,"コム":Lo,"xn--tiq49xqyj":Lo,"天主教":Lo,"xn--unup4y":Lo,"游戏":Lo,"xn--vermgensberater-ctb":Lo,"vermögensberater":Lo,"xn--vermgensberatung-pwb":Lo,"vermögensberatung":Lo,"xn--vhquv":Lo,"企业":Lo,"xn--vuq861b":Lo,"信息":Lo,"xn--w4r85el8fhu5dnra":Lo,"嘉里大酒店":Lo,"xn--w4rs40l":Lo,"嘉里":Lo,"xn--xhq521b":Lo,"广东":Lo,"xn--zfr164b":Lo,"政务":Lo,xyz:{$:1,succ:{blogsite:$o,localzone:$o,crafting:$o,zapto:$o,telebit:Mo}},yachts:Lo,yahoo:Lo,yamaxun:Lo,yandex:Lo,yodobashi:Lo,yoga:Lo,yokohama:Lo,you:Lo,youtube:Lo,yun:Lo,zappos:Lo,zara:Lo,zero:Lo,zip:Lo,zone:{$:1,succ:{cloud66:$o,hs:$o,triton:Mo,lima:$o}},zuerich:Lo}};function Ei(e,t,n,r){for(var a=null,o=t;void 0!==o&&(0!=(o.$&r)&&(a={index:n+1,isIcann:1===o.$,isPrivate:2===o.$}),-1!==n);){var i=o.succ;o=i&&(i[e[n]]||i["*"]),n-=1}return a}function Fi(e,t,n){if(!0!==function(e,t,n){if(!1===t.allowPrivateDomains&&e.length>3){var r=e.length-1,a=e.charCodeAt(r),o=e.charCodeAt(r-1),i=e.charCodeAt(r-2),u=e.charCodeAt(r-3);if(109===a&&111===o&&99===i&&46===u)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="com",!0;if(103===a&&114===o&&111===i&&46===u)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="org",!0;if(117===a&&100===o&&101===i&&46===u)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="edu",!0;if(118===a&&111===o&&103===i&&46===u)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="gov",!0;if(116===a&&101===o&&110===i&&46===u)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="net",!0;if(101===a&&100===o&&46===i)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="de",!0}return!1}(e,t,n)){var r=e.split("."),a=(!0===t.allowPrivateDomains?2:0)|(!0===t.allowIcannDomains?1:0),o=Ei(r,Ci,r.length-1,a);if(null!==o)return n.isIcann=o.isIcann,n.isPrivate=o.isPrivate,void(n.publicSuffix=r.slice(o.index+1).join("."));var i=Ei(r,Ai,r.length-1,a);if(null!==i)return n.isIcann=i.isIcann,n.isPrivate=i.isPrivate,void(n.publicSuffix=r.slice(i.index).join("."));n.isIcann=!1,n.isPrivate=!1,n.publicSuffix=r[r.length-1]}}var Si,ji=c+P,Ti=P+c,_i=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"isValidDomainOrHostname",value:function(e){var t=e;if(t===P)return!0;t.endsWith(ji)&&(t=t.substring(0,t.length-2)),t.startsWith(Ti)&&(t=t.substring(2));var n=function(e){return Po(e,5,Fi,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{domain:null,domainWithoutSuffix:null,hostname:null,isIcann:null,isIp:null,isPrivate:null,publicSuffix:null,subdomain:null})}(t);return t===n.domain||t===n.hostname}}]),e}();e.QuoteType=void 0,(Si=e.QuoteType||(e.QuoteType={})).None="none",Si.Single="single",Si.Double="double";var Ri,Oi=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"escapeUnescapedOccurrences",value:function(e,t){for(var n=o,r=0;r<e.length;r+=1)e[r]!==t||0!==r&&e[r-1]===g||(n+=g),n+=e[r];return n}},{key:"unescapeSingleEscapedOccurrences",value:function(e,t){for(var n=o,r=0;r<e.length;r+=1)e[r]!==t||e[r-1]!==g||1!==r&&e[r-2]===g||(n=n.slice(0,-1)),n+=e[r];return n}},{key:"getStringQuoteType",value:function(t){if(t.length>1){if(t.startsWith(D)&&t.endsWith(D))return e.QuoteType.Single;if(t.startsWith(k)&&t.endsWith(k))return e.QuoteType.Double}return e.QuoteType.None}},{key:"setStringQuoteType",value:function(n,r){var a=t.getStringQuoteType(n);switch(r){case e.QuoteType.None:return a===e.QuoteType.Single?t.escapeUnescapedOccurrences(n.slice(1,-1),D):a===e.QuoteType.Double?t.escapeUnescapedOccurrences(n.slice(1,-1),k):n;case e.QuoteType.Single:return a===e.QuoteType.None?D+t.escapeUnescapedOccurrences(n,D)+D:a===e.QuoteType.Double?D+t.escapeUnescapedOccurrences(t.unescapeSingleEscapedOccurrences(n.slice(1,-1),k),D)+D:n;case e.QuoteType.Double:return a===e.QuoteType.None?k+t.escapeUnescapedOccurrences(n,k)+k:a!==e.QuoteType.Double?k+t.escapeUnescapedOccurrences(t.unescapeSingleEscapedOccurrences(n.slice(1,-1),D),k)+k:n;default:return n}}},{key:"removeQuotes",value:function(e){return e.length>1&&(e[0]===D||e[0]===k)&&e[0]===e[e.length-1]?e.slice(1,-1):e}},{key:"quoteAndJoinStrings",value:function(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.QuoteType.Single,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"".concat(s).concat(i);return n.map((function(e){return t.setStringQuoteType(e,r)})).join(a)}}]),t}();!function(e){e.App="pipe_separated_apps",e.Csp="csp_value",e.DenyAllow="pipe_separated_denyallow_domains",e.Domain="pipe_separated_domains",e.Method="pipe_separated_methods",e.Permissions="permissions_value",e.StealthOption="pipe_separated_stealth_options"}(Ri||(Ri={}));var Bi=function(e){return!e.includes(P)&&e.split(c).every((function(e){return function(e){if(0===e.length)return!1;for(var t=0;t<e.length;t+=1){var n=e[t];if(!ga.has(n))return!1}return!0}(e)}))},Pi=function(e){return ba.has(e)},Ii=function(e){return va.has(e)},Ni=function(t){if(Oi.getStringQuoteType(t)!==e.QuoteType.Double)return!1;var n=Oi.removeQuotes(t);try{new URL(n)}catch(e){return!1}return!0},Li=function(e){return!e.includes(P)&&_i.isValidDomainOrHostname(e)},$i=function(e){return _i.isValidDomainOrHostname(e)},zi=function(e,t){var n=[];if(t.forEach((function(e){e.exception&&n.push(e.value)})),n.length>0){var r=Oi.quoteAndJoinStrings(n);return Ha("".concat(Ia,": '").concat(e,"': ").concat(r))}return{valid:!0}},Mi=function(e,t){var n=t[0].exception,r=[];if(t.forEach((function(e){e.exception!==n&&r.push(e.value)})),r.length>0){var a=Oi.quoteAndJoinStrings(r);return Ha("".concat(Ta,": '").concat(e,"': ").concat(a))}return{valid:!0}},qi=function(e,t,n,r){var a,o,i=e.modifier.value,u=Va(i);if(null===(a=e.value)||void 0===a||!a.value)return u;try{o=t(e.value.value,I)}catch(e){return e instanceof yt?{valid:!1,error:e.message}:u}var s=[];if(o.children.forEach((function(e){n(e.value)||s.push(e.value)})),s.length>0){var c=Oi.quoteAndJoinStrings(s);return Ha("".concat(Aa,": '").concat(i,"': ").concat(c))}return r?r(i,o.children):{valid:!0}},Ui=function(t,n,r){return t===P||t===ka?{valid:!0}:t.startsWith(x)&&t.endsWith(C)?function(t,n,r){for(var a=[],o=0;o<t.length;o+=1){var i=t[o].trim();if(0!==i.length&&"self"!==i.toLowerCase()){if(Oi.getStringQuoteType(i)!==e.QuoteType.Double)return Ha("".concat(ja,": '").concat(r,"': '").concat(n,"': '").concat(Oi.removeQuotes(i),"'"));Ni(i)||a.push(i)}}if(a.length>0){var u=Oi.quoteAndJoinStrings(a);return Ha("".concat(Sa,": '").concat(r,"': '").concat(n,"': ").concat(u))}return{valid:!0}}(t.slice(1,-1).split(i),n,r):Ha("".concat(za,": '").concat(r,"'"))},Wi=function(e,t,n){if(!e)return Ha("".concat(za,": '").concat(t,"'"));if(e.includes(s))return Ha("".concat(Oa,": '").concat(t,"': '").concat(n,"'"));var r=_slicedToArray(e.split("="),2),a=r[0],o=r[1];return wa.has(a)?Ui(o,a,t):Ha("".concat(Fa,": '").concat(t,"': '").concat(a,"'"))},Hi=(_defineProperty2(n={},Ri.App,(function(e){return qi(e,(function(e){return ia.parse(e)}),Bi)})),_defineProperty2(n,Ri.Csp,(function(t){var n,r=t.modifier.value;if(null===(n=t.value)||void 0===n||!n.value)return Va(r);var a=t.value.value.split(d).filter((function(e){return!!e})),o=Ha("".concat(za,": '").concat(r,"': \"").concat(t.value.value,'"'));if(0===a.length)return o;for(var u=[],s=0;s<a.length;s+=1){var c=a[s].trim();if(!c)return o;var l=_toArray2(c.split(i)),f=l[0],p=l.slice(1);if(!f)return o;if(ya.has(f)){if(0===p.length)return Ha("".concat(_a,": '").concat(r,"': '").concat(f,"'"))}else{if(ya.has(Oi.removeQuotes(f)))return Ha("".concat(Ra,": '").concat(r,"': ").concat(f));u.push(f)}}if(u.length>0){var h=Oi.quoteAndJoinStrings(u,e.QuoteType.Double);return Ha("".concat(Ca,": '").concat(r,"': ").concat(h))}return{valid:!0}})),_defineProperty2(n,Ri.DenyAllow,(function(e){return qi(e,cn.parse,Li,zi)})),_defineProperty2(n,Ri.Domain,(function(e){return qi(e,cn.parse,$i)})),_defineProperty2(n,Ri.Method,(function(e){return qi(e,(function(e){return ua.parse(e)}),Pi,Mi)})),_defineProperty2(n,Ri.Permissions,(function(e){var t;if(null===(t=e.value)||void 0===t||!t.value)return Va(e.modifier.value);for(var n=e.modifier.value,r=e.value.value,a=e.value.value.split("".concat(m).concat(s)),o=0;o<a.length;o+=1){var i=a[o].trim(),u=Wi(i,n,r);if(!u.valid)return u}return{valid:!0}})),_defineProperty2(n,Ri.StealthOption,(function(e){return qi(e,(function(e){return sa.parse(e)}),Ii,zi)})),n),Vi=function(e,t){var n,r;if(function(e){return Object.keys(Hi).includes(e)}(t))return(0,Hi[t])(e);var a,o=e.modifier.value;if(null===(n=e.value)||void 0===n||!n.value)return Va(o);try{a=So(t)}catch(e){throw new Error("".concat(qa,": '").concat(o,"'"))}return a.test(null===(r=e.value)||void 0===r?void 0:r.value)?{valid:!0}:Ha("".concat(za,": '").concat(o,"'"))},Xi=function(e,t,n){var r=Xa(e,t,n.modifier.value);return(null==r?void 0:r.docs)||null},Gi=_createClass((function t(){var n,r,a=this;_classCallCheck(this,t),_defineProperty2(this,"modifiersData",void 0),_defineProperty2(this,"allModifierNames",void 0),_defineProperty2(this,"exists",(function(e){return a.allModifierNames.has(e.modifier.value)})),_defineProperty2(this,"validate",(function(t,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=_r(n);if(o.modifier.value.startsWith(h)){if(!o.modifier.value.split("").every((function(e){return e===h})))return Ha("".concat(Ea,": '").concat(o.modifier.value,"'"));o.modifier.value=h}return a.exists(o)?t===e.AdblockSyntax.Common?{valid:!0}:function(t,n,r,a){if(n===e.AdblockSyntax.Common)throw new Error("Syntax should be specific, '".concat(e.AdblockSyntax.Common,"' is not supported"));var o=r.modifier.value,u=ma[n];if(!u)throw new Error("Unknown syntax: ".concat(n));var s=Xa(t,u,o);if(!s)return Ha("".concat(Na,": '").concat(o,"'"));if(s[na.Removed])return Ha("".concat(La,": '").concat(o,"'"));if(s[na.Deprecated]){if(!s[na.DeprecationMessage])throw new Error("".concat(Ua,": '").concat(o,"'"));return{valid:!0,warn:s[na.DeprecationMessage].replace(w,i)}}if(s[na.BlockOnly]&&a)return Ha("".concat(Da,": '").concat(o,"'"));if(s[na.ExceptionOnly]&&!a)return Ha("".concat(xa,": '").concat(o,"'"));if(!s[na.Negatable]&&r.exception)return Ha("".concat(Pa,": '").concat(o,"'"));if(s[na.Assignable]){if(!r.value)return s[na.ValueOptional]?{valid:!0}:Va(o);if(!s[na.ValueFormat])throw new Error("".concat(Wa,": '").concat(o,"'"));return Vi(r,s[na.ValueFormat])}return null!=r&&r.value?Ha("".concat($a,": '").concat(o,"'")):{valid:!0}}(a.modifiersData,t,o,r):Ha("".concat(Ba,": '").concat(o.modifier.value,"'"))})),_defineProperty2(this,"getAdgDocumentationLink",(function(t){return a.exists(t)?Xi(a.modifiersData,ma[e.AdblockSyntax.Adg],t):null})),_defineProperty2(this,"getUboDocumentationLink",(function(t){return a.exists(t)?Xi(a.modifiersData,ma[e.AdblockSyntax.Ubo],t):null})),_defineProperty2(this,"getAbpDocumentationLink",(function(t){return a.exists(t)?Xi(a.modifiersData,ma[e.AdblockSyntax.Abp],t):null})),this.modifiersData=ha(),this.allModifierNames=(n=this.modifiersData,r=new Set,n.forEach((function(e){Object.keys(e).forEach((function(t){var n=e[t];r.add(n.name),n.aliases&&n.aliases.forEach((function(e){return r.add(e)}))}))})),r)})),Yi=new Gi,Ki=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"convertToAdg",value:function(e){throw new la}},{key:"convertToAbp",value:function(e){throw new la}},{key:"convertToUbo",value:function(e){throw new la}}]),e}(),Qi=function(e){_inherits(n,e);var t=_createSuper(n);function n(){return _classCallCheck(this,n),t.apply(this,arguments)}return _createClass(n,null,[{key:"convertToAdg",value:function(e){throw new la}},{key:"convertToAbp",value:function(e){throw new la}},{key:"convertToUbo",value:function(e){throw new la}}]),n}(Ki);function Ji(e,t){return{result:e,isConverted:t}}function Zi(e,t){return Ji(e,t)}var eu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){if(t.type===e.CommentRuleType.CommentRule){if(t.type===e.CommentRuleType.CommentRule&&t.marker.value===e.CommentMarker.Hashmark){var n=_r(t);return n.marker.value=e.CommentMarker.Regular,n.text.value="".concat(i).concat(e.CommentMarker.Hashmark).concat(n.text.value),Zi([n],!0)}return Zi([t],!1)}return Zi([t],!1)}}]),r}(Qi),tu="^",nu=f,ru=c+l,au=p+p,ou="^(http|https|ws|wss)://([a-z0-9-_.]+\\.)?",iu="([^ a-zA-Z0-9.%_-]|$)",uu=l,su=ru,cu="^((?!",du=").)*$",lu=new Set([l,"^","}",C,E,f,c,g,"{",x,A,p,"+","?","/"]),fu=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"isRegexPattern",value:function(e){var t=e.trim();return!!(t.length>2&&t.startsWith(T))&&ee.findNextUnescapedCharacter(t,T,1)===t.length-1}},{key:"negateRegexPattern",value:function(t){var n=t.trim(),r=!1;return e.isRegexPattern(n)&&(n=n.substring(1,n.length-1),r=!0),n.startsWith(cu)&&n.endsWith(du)||(n.startsWith(tu)&&(n=n.substring(1)),n.endsWith(nu)&&(n=n.substring(0,n.length-1)),n="".concat(cu).concat(n).concat(du)),r&&(n="".concat(T).concat(n).concat(T)),n}},{key:"patternToRegexp",value:function(t){var n=t.trim();if(n===au||n===p||n===uu||n===o)return ru;if(e.isRegexPattern(t))return t.substring(1,t.length-1);var r=o,a=0,i=n.length;n[0]===p&&(n[1]===p?(r+=ou,a=2):(r+=tu,a=1));var u=!1;for(n.endsWith(p)&&(u=!0,i-=1);a<i;a+=1)n[a]===uu?r+=su:"^"===n[a]?r+=iu:lu.has(n[a])?r+=g+n[a]:r+=n[a];return u&&(r+=nu),r}}]),e}();function pu(e){return{type:e.type,separator:e.separator,children:e.children.map((function(e){return _objectSpread2({},e)}))}}function hu(e){return{type:e.type,children:e.children.map((function(e){var t={type:e.type,exception:e.exception,modifier:_objectSpread2({},e.modifier)};return e.value&&(t.value=_objectSpread2({},e.value)),t}))}}var mu,gu;!function(e){e.Contains="contains",e.HasText="has-text",e.MinTextLength="min-text-length"}(mu||(mu={})),function(e){e.MaxLength="max-length",e.MinLength="min-length",e.TagContent="tag-content",e.Wildcard="wildcard"}(gu||(gu={}));var bu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){if(t.syntax===e.AdblockSyntax.Adg)return Zi([t],!1);if(t.syntax===e.AdblockSyntax.Abp)throw new fa("Invalid rule, ABP does not support HTML filtering rules");var n,r=[],a=_createForOfIteratorHelper(t.body.body.children);try{for(a.s();!(n=a.n()).done;){var o=n.value;if(o.type!==e.CssTreeNodeType.Selector)throw new fa("Expected selector, got '".concat(o.type,"'"));if(0===o.children.length)throw new fa("Invalid selector, no children are present");for(var i=-1,u=-1,s={type:e.CssTreeNodeType.Selector,children:[]},c=0;c<o.children.length;c+=1){var d=o.children[c];switch(d.type){case e.CssTreeNodeType.TypeSelector:if(0!==c)throw new fa("Tag selector should be the first child, if present");s.children.push(_r(d));break;case e.CssTreeNodeType.AttributeSelector:switch(d.name.name){case gu.MinLength:i=Or.parseAttributeSelectorValueAsNumber(d);break;case gu.MaxLength:u=Or.parseAttributeSelectorValueAsNumber(d);break;case gu.TagContent:case gu.Wildcard:Or.assertAttributeSelectorHasStringValue(d),s.children.push(_r(d));break;default:s.children.push(_r(d))}break;case e.CssTreeNodeType.PseudoClassSelector:Or.assertPseudoClassHasAnyArgument(d);var l=d.children[0];if(l.type!==e.CssTreeNodeType.String&&l.type!==e.CssTreeNodeType.Raw&&l.type!==e.CssTreeNodeType.Number)throw new fa("Unsupported argument type '".concat(l.type,"' for pseudo class '").concat(d.name,"'"));switch(d.name){case mu.HasText:case mu.Contains:if(fu.isRegexPattern(l.value))throw new fa("Conversion of RegExp patterns is not yet supported");s.children.push(Or.createAttributeSelectorNode(gu.TagContent,l.value));break;case mu.MinTextLength:i=Or.parsePseudoClassArgumentAsNumber(d);break;default:throw new fa("Unsupported pseudo class '".concat(d.name,"'"))}break;default:throw new fa("Unsupported node type '".concat(d.type,"'"))}}-1!==i&&s.children.push(Or.createAttributeSelectorNode(gu.MinLength,String(i))),s.children.push(Or.createAttributeSelectorNode(gu.MaxLength,String(-1===u?262144:u))),r.push({category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.HtmlFilteringRule,syntax:e.AdblockSyntax.Adg,separator:{type:"Value",value:t.exception?e.CosmeticRuleSeparator.AdgHtmlFilteringException:e.CosmeticRuleSeparator.AdgHtmlFiltering},body:{type:"HtmlFilteringRuleBody",body:{type:e.CssTreeNodeType.SelectorList,children:[{type:e.CssTreeNodeType.Selector,children:[s]}]}},exception:t.exception,domains:pu(t.domains)})}}catch(e){a.e(e)}finally{a.f()}return Zi(r,!0)}}]),r}(Qi);function vu(e){if(0===e.children.length)throw new Error("Empty scriptlet");return e.children[0].value}function yu(e,t){if(e.children.length>0)for(var n=0;n<e.children.length;n+=1)e.children[n].value=Oi.setStringQuoteType(e.children[n].value,t)}var wu,ku,Du=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){if(t.syntax===e.AdblockSyntax.Adg)return Zi([t],!1);var n=t.separator.value;n=t.exception?e.CosmeticRuleSeparator.AdgJsInjectionException:e.CosmeticRuleSeparator.AdgJsInjection;var r,a,i,u,s=[],c=_createForOfIteratorHelper(t.body.children);try{for(c.s();!(r=c.n()).done;){var d=r.value,l={type:(u=d).type,children:u.children.map((function(e){return _objectSpread2({},e)}))},f=Oi.setStringQuoteType(vu(l),e.QuoteType.None),p=void 0;switch(t.syntax){case e.AdblockSyntax.Abp:p="abp-";break;case e.AdblockSyntax.Ubo:p="ubo-";break;default:p=o}f.startsWith(p)||(a=l,i="".concat(p).concat(f),a.children.length>0&&(a.children[0].value=i)),yu(l,e.QuoteType.Single),s.push(l)}}catch(e){c.e(e)}finally{c.f()}return Zi(s.map((function(r){var a={category:t.category,type:t.type,syntax:e.AdblockSyntax.Adg,exception:t.exception,domains:pu(t.domains),separator:{type:"Value",value:n},body:{type:t.body.type,children:[r]}};return t.modifiers&&(a.modifiers=hu(t.modifiers)),a})),!0)}}]),r}(Qi),xu=function(e){_inherits(n,_wrapNativeSuper(Map));var t=_createSuper(n);function n(){return _classCallCheck(this,n),t.apply(this,arguments)}return _createClass(n,[{key:"add",value:function(e){for(var t,r=_get(_getPrototypeOf(n.prototype),"get",this).call(this,e),a=arguments.length,o=new Array(a>1?a-1:0),i=1;i<a;i++)o[i-1]=arguments[i];Gr(r)&&(r=[],_get(_getPrototypeOf(n.prototype),"set",this).call(this,e,o)),(t=r).push.apply(t,o)}}]),n}(),Cu="matches-path",Au=new Set([A,E,s,g]),Eu=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"convertFromUbo",value:function(e){var t=new xu;if(e.children.forEach((function(e,n){if(e.modifier.value===Cu){if(!e.value)throw new fa("'".concat(Cu,"' operator requires a value"));var r=fu.isRegexPattern(e.value.value)?ee.escapeCharacters(e.value.value,Au):e.value.value;t.add(n,Yr("path",e.exception?"".concat(T).concat(fu.negateRegexPattern(fu.patternToRegexp(r))).concat(T):r))}})),t.size){var n=_r(e);return n.children=n.children.map((function(e,n){var r=t.get(n);return null!=r?r:e})).flat(),Ji(n,!0)}return Ji(e,!1)}}]),e}();!function(e){e.AbpContains="-abp-contains",e.AbpHas="-abp-has",e.Contains="contains",e.Has="has",e.HasText="has-text",e.MatchesCss="matches-css",e.MatchesCssAfter="matches-css-after",e.MatchesCssBefore="matches-css-before",e.Not="not"}(wu||(wu={})),function(e){e.After="after",e.Before="before"}(ku||(ku={}));var Fu=new Set([ku.After,ku.Before]),Su=new Set([wu.MatchesCssAfter,wu.MatchesCssBefore]),ju=new Set([wu.Not,wu.MatchesCssBefore,wu.MatchesCssAfter]),Tu=new Set([wu.AbpContains,wu.AbpHas,wu.HasText]);function _u(t){if(t.type!==e.CssTreeNodeType.PseudoClassSelector||!Su.has(t.name))return Ji(t,!1);var n=_r(t);if(!n.children||n.children.length<1)throw new Error("Invalid ".concat(t.name," pseudo-class: missing argument"));n.name=wu.MatchesCss;var r=t.name.substring(wu.MatchesCss.length+1),a=n.children[0];if(!a)throw new Error("Invalid ".concat(t.name," pseudo-class: argument shouldn't be null"));if(a.type!==e.CssTreeNodeType.Raw)throw new Error("Invalid ".concat(t.name," pseudo-class: unexpected argument type"));return a.value="".concat(r,",").concat(a.value),Ji(n,!0)}function Ru(t){if(!mn.find(t,(function(t){return t.type===e.CssTreeNodeType.PseudoClassSelector?ju.has(t.name):t.type===e.CssTreeNodeType.AttributeSelector&&t.name.name.startsWith(bn)})))return Ji(t,!1);var n=_r(t);return mn.walk(n,{leave:function(t){var n=_u(t);if(n.isConverted&&Object.assign(t,n.result),t.type===e.CssTreeNodeType.AttributeSelector&&t.name.name.startsWith(bn)&&"="===t.matcher){if(!t.value)throw new Error("Invalid ".concat(t.name," attribute selector: missing value"));var r=t.name.name.substring(5),a=[];if([wu.Has,wu.Not].includes(r)){var i=t.value;if(i.type===e.CssTreeNodeType.Identifier)a.push(i);else if(i.type===e.CssTreeNodeType.String){var u=Ru(Or.parsePlain(i.value,e.CssTreeParserContext.selectorList));a.push(u.result)}}else{var s=o;t.value.type===e.CssTreeNodeType.String?s=t.value.value:t.value.type===e.CssTreeNodeType.Identifier&&(s=t.value.name),a.push({type:e.CssTreeNodeType.Raw,value:s})}var c={type:e.CssTreeNodeType.PseudoClassSelector,name:r,children:a},d=_u(c);Object.assign(t,d.isConverted?d.result:c)}}}),Ji(n,!0)}var Ou=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){var n=Ru(t),r=function(t){if(!mn.find(t,(function(t){return t.type===e.CssTreeNodeType.PseudoClassSelector&&Fu.has(t.name)})))return Ji(t,!1);var n=_r(t);return mn.walk(n,{leave:function(t){t.type===e.CssTreeNodeType.PseudoClassSelector&&Fu.has(t.name)&&Object.assign(t,_objectSpread2(_objectSpread2({},t),{},{type:e.CssTreeNodeType.PseudoElementSelector}))}}),Ji(n,!0)}(n.result);if(!(n.isConverted||r.isConverted||mn.find(t,(function(t){return t.type===e.CssTreeNodeType.PseudoClassSelector&&Tu.has(t.name)}))))return Ji(t,!1);var a=n.isConverted||r.isConverted?r.result:_r(t);return mn.walk(a,{leave:function(t){t.type===e.CssTreeNodeType.PseudoClassSelector&&(t.name!==wu.AbpContains&&t.name!==wu.HasText||Or.renamePseudoClass(t,wu.Contains),t.name===wu.AbpHas&&Or.renamePseudoClass(t,wu.Has))}}),Ji(a,!0)}}]),r}(Ki),Bu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){var n=t.separator.value,r=n;r=Or.hasAnySelectorExtendedCssNode(t.body.selectorList)||t.body.remove?t.exception?e.CosmeticRuleSeparator.AdgExtendedCssInjectionException:e.CosmeticRuleSeparator.AdgExtendedCssInjection:t.exception?e.CosmeticRuleSeparator.AdgCssInjectionException:e.CosmeticRuleSeparator.AdgCssInjection;var a=Ou.convertToAdg(t.body.selectorList);if(t.syntax!==e.AdblockSyntax.Common&&t.syntax!==e.AdblockSyntax.Adg||n!==r||a.isConverted){var o=_r(t);return o.syntax=e.AdblockSyntax.Adg,o.separator.value=r,o.body.selectorList=a.result,Zi([o],!0)}return Zi([t],!1)}}]),r}(Qi),Pu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){var n=t.separator.value,r=n;r=Or.hasAnySelectorExtendedCssNode(t.body.selectorList)?t.exception?e.CosmeticRuleSeparator.ExtendedElementHidingException:e.CosmeticRuleSeparator.ExtendedElementHiding:t.exception?e.CosmeticRuleSeparator.ElementHidingException:e.CosmeticRuleSeparator.ElementHiding;var a=Ou.convertToAdg(t.body.selectorList);if(t.syntax!==e.AdblockSyntax.Common&&t.syntax!==e.AdblockSyntax.Adg||n!==r||a.isConverted){var o=_r(t);return o.syntax=e.AdblockSyntax.Adg,o.separator.value=r,o.body.selectorList=a.result,Zi([o],!0)}return Zi([t],!1)}}]),r}(Qi);function Iu(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.AdblockSyntax.Common,o={category:e.RuleCategory.Network,type:"NetworkRule",syntax:a,exception:r,pattern:{type:"Value",value:t}};return Gr(n)||(o.modifiers=_r(n)),o}var Nu="responseheader",Lu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){if(t.category!==e.RuleCategory.Cosmetic||t.type!==e.CosmeticRuleType.HtmlFilteringRule||t.body.body.type!==e.CssTreeNodeType.Function||t.body.body.name!==Nu)return Zi([t],!1);var n=[];if(1===t.domains.children.length)n.push(au,t.domains.children[0].value,"^");else if(t.domains.children.length>1)throw new fa("Multiple domains are not supported yet");var r=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return{type:"ModifierList",children:e.length?_r(e):[]}}();return r.children.push(Yr("removeheader",Or.generateFunctionPlainValue(t.body.body))),Zi([Iu(n.join(o),r,t.exception,e.AdblockSyntax.Adg)],!0)}}]),r}(Qi),$u=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){var n,r;switch(t.type){case e.CosmeticRuleType.ElementHidingRule:n=Pu.convertToAdg(t);break;case e.CosmeticRuleType.ScriptletInjectionRule:n=Du.convertToAdg(t);break;case e.CosmeticRuleType.CssInjectionRule:n=Bu.convertToAdg(t);break;case e.CosmeticRuleType.HtmlFilteringRule:n=t.body.body.type===e.CssTreeNodeType.Function&&t.body.body.name===Nu?Lu.convertToAdg(t):bu.convertToAdg(t);break;case e.CosmeticRuleType.JsInjectionRule:n=Zi([t],!1);break;default:throw new fa("Unsupported cosmetic rule type")}if(t.modifiers)if(t.syntax===e.AdblockSyntax.Ubo){if(t.type===e.CosmeticRuleType.ScriptletInjectionRule)throw new fa("uBO scriptlet injection rules don't support cosmetic rule modifiers");r=Eu.convertFromUbo(t.modifiers)}else if(t.syntax===e.AdblockSyntax.Abp)throw new fa("ABP don't support cosmetic rule modifiers");return n.result.length>1||n.isConverted||r&&r.isConverted?(n.result.forEach((function(t){r&&t.category===e.RuleCategory.Cosmetic&&(t.modifiers=r.result)})),n):Zi([t],!1)}}]),r}(Qi),zu={exports:{}};!function(){var e,t,n;function r(e){var t=e.injections;return(void 0===t?[]:t).reduce((function(e,t){return"".concat(e,"\n").concat(t.toString())}),e.toString())}function a(e,t){return"".concat(t,"\n const updatedArgs = args ? [].concat(source).concat(args) : [source];\n try {\n ").concat(e.name,".apply(this, updatedArgs);\n } catch (e) {\n console.log(e);\n }")}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=JSON.stringify(e),a=e.args?"[".concat(e.args.map((function(e){return JSON.stringify(e)})),"]"):void 0,o=a?"".concat(r,", ").concat(a):r;return n?"(function(source, args){\n".concat(t,"\n})(").concat(o,");"):"(".concat(t,")(").concat(o,");")}function i(e){return"function(source, args){\n".concat(e,"\n}")}var u=function(e){return 0===Object.keys(e).length&&!e.prototype},s=function(e,t){var n=Object.getOwnPropertyDescriptor(e,t);return n&&n.configurable?n:null};function c(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}var d=function(e){return(Number.isNaN||window.isNaN)(e)},l=function(e){return(Number.isFinite||window.isFinite)(e)},f=function(e){var t=parseInt(e,10);return d(t)?null:t};function p(e,t){return e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1)+e)}var h=function(e,t,n){return e.split(t).join(n)},m=function(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")},g=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)},b=function(e){var t,n="/",r=m(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t},v=function(e,t){var n=e.search(t);return e.substring(0,n)},y=function(e,t){if(!e)return e;var n=e.indexOf(t);return n<0?"":e.substring(n+t.length)},w=function(e,t){if(!e||!t)return e;var n=e.indexOf(t);return n<0?e:e.substring(0,n)},k=function(e){return("'"===e[0]&&"'"===e[e.length-1]||'"'===e[0]&&'"'===e[e.length-1])&&(e=e.substring(1,e.length-1)),e=e.replace(/\'/g,'"'),"'".concat(e,"'")},D=function(e){var t=e.indexOf("("),n=e.lastIndexOf(")");return e.substring(t+1,n)},x=function(e){var t="undefined";if(null===e)t="null";else if(e instanceof Object){var n="iceServers",r="urls";Object.prototype.hasOwnProperty.call(e,n)&&e[n]&&Object.prototype.hasOwnProperty.call(e[n][0],r)&&e[n][0][r]&&(t=e[n][0][r].toString())}return t},C=function(e){var t="!",n=e;return null!=e&&e.startsWith(t)&&(n=e.slice(1)),b(n)},A=function(e){var t="!",n=e;null!=e&&e.startsWith(t)&&(n=e.slice(1));var r=parseFloat(n);return!d(r)&&l(r)},E=function(e){var t="!",n=!!e&&(null==e?void 0:e.startsWith(t)),r=n?e.slice(1):e;return{isInvertedMatch:n,matchRegexp:g(r),matchValue:r}},F=function(e){var t="!",n=null==e?void 0:e.startsWith(t),r=n?e.slice(1):e,a=parseInt(r,10);return{isInvertedDelayMatch:n,delayMatch:d(a)?null:a}},S=function e(t){return t&&"object"===_typeof2(t)?u(t)?"{}":Object.entries(t).map((function(t){var n=t[0],r=t[1],a=r;return r instanceof Object&&(a="{ ".concat(e(r)," }")),"".concat(n,':"').concat(a,'"')})).join(" "):String(t)},j=function(e){return void 0===e?"undefined":"object"===_typeof2(e)?null===e?"null":S(e):e.toString()};function T(e){for(var t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()_+=~",r=n.length,a=0;a<e;a+=1)t+=n.charAt(Math.floor(Math.random()*r));return t}function _(e){var t=e;if("true"===t)return t=Math.random().toString(36).slice(-10);if(t=t.replace("length:",""),!/^\d+-\d+$/.test(t))return null;var n=f(t.split("-")[0]),r=f(t.split("-")[1]);if(!l(n)||!l(r))return null;if(n>r){var a=n;n=r,r=a}return r>5e5?null:t=T(p(n,r))}function R(e){if("undefined"!==e){if("false"===e)return!1;if("true"===e)return!0;if("null"===e)return null;if("NaN"===e)return NaN;var t=32767,n=Number(e);if(!d(n)){if(Math.abs(n)>t)throw new Error("number values bigger than 32767 are not allowed");return n}var r="'".concat(e,"' value type can't be inferred");try{var a=JSON.parse(e);if(a instanceof Object||"string"==typeof a)return a}catch(e){r+=": ".concat(e)}throw new TypeError(r)}}function O(e,t,n,r){for(var a=n||Object.keys(t)[0],o=0;o<e.length;o+=1)a=t[a](e,o,r);return a}var B="#//scriptlet",P=function(){var e="",t=[];return{saveSymb:function(t){return e+=t},saveStr:function(){t.push(e),e=""},getAll:function(){return[].concat(t)}}},I=function(e,t){if(!e)return e;var n=e.indexOf(t);return n<0?"":e.substring(n+t.length)},N=function(e){var t;e=I(e,B);var n=function(e,t,n){var r,a=n.sep,o=e[t];switch(o){case" ":case"(":case",":r="opened";break;case"'":case'"':a.symb=o,r="param";break;case")":r=t===e.length-1?"closed":"opened";break;default:throw new Error("The rule is not a scriptlet")}return r},r=function(e,t,n){var r=n.saver,a=n.sep,o=e[t];switch(o){case"'":case'"':var i=e[t-1];if(o===a.symb&&"\\"!==i)return a.symb=null,r.saveStr(),"opened";default:return r.saveSymb(o),"param"}},a=(_defineProperty2(t={},"opened",n),_defineProperty2(t,"param",r),_defineProperty2(t,"closed",(function(){})),t),o={symb:null},i=P();if("closed"!==O(e,a,"opened",{sep:o,saver:i}))throw new Error("Invalid scriptlet rule ".concat(e));var u=i.getAll();return{name:u[0],args:u.slice(1)}},L=function(e){return void 0!==e},$=function(e){return void 0!==e&&("function"==typeof e||"object"===_typeof2(e)&&null!==e&&"handleEvent"in e&&"function"==typeof e.handleEvent)},z=function(e){return"function"==typeof e?e.toString():e.handleEvent.toString()},M=function(e){return"*"===e},q=function(e){var t=1e3,n=parseInt(e,10);return d(n)?t:n},U=function(e,t){return M(e)||t===q(e)},W=function(e){var t=.05,n=.001,r=50,a=parseFloat(e),o=d(a)||!l(a)?t:a;return o<n&&(o=n),o>r&&(o=r),o},H=function(e){var t=[];e.forEach((function(e){return t.push(e)}));for(var n=[];t.length;){var r=t.pop();Array.isArray(r)?r.forEach((function(e){return t.push(e)})):n.push(r)}return n.reverse()},V=function(e){return!!e},X=function(e){for(var t=[],n=0;n<e.length;n+=1)t.push(e[n]);return t},G=function(e){return"/"===e||"none"===e},Y=function(e){return"/"===e?"path=/":""},K=function(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=";";if(!r&&(e.includes(a)||"".concat(t).includes(a)))return null;var o=r?encodeURIComponent(e):e,i=r?encodeURIComponent(t):t;return"".concat(o,"=").concat(i,"; ").concat(Y(n),";")},Q=function(e){if(!e)return null;var t;if(new Set(["true","false","yes","y","no","n","ok","accept","reject","allow","deny"]).has(e.toLowerCase()))t=e;else{if(!/^\d+$/.test(e))return null;if(t=parseFloat(e),d(t))return null;if(Math.abs(t)<0||Math.abs(t)>15)return null}return t},J=function(e){var t="=",n=";",r=e.split(n),a={};return r.forEach((function(e){var n,r="",o=e.indexOf(t);-1===o?n=e.trim():(n=e.slice(0,o).trim(),r=e.slice(o+1)),a[n]=r||null})),a},Z=function(e,t,n){return e.split(";").some((function(e){var r=e.indexOf("=");if(-1===r)return!1;var a=e.slice(0,r).trim(),o=e.slice(r+1).trim();return t===a&&n===o}))},ee=function(e){var t,n=1e3;if("1year"===e)t=31536e3;else if("1day"===e)t=86400;else if(t=Number.parseInt(e,10),Number.isNaN(t))return null;return t*n},te=function(){},ne=function(){return te},re=function(){return null},ae=function(){return!0},oe=function(){return!1};function ie(){return this}var ue=function(){return""},se=function(){return[]},ce=function(){return{}},de=function(){throw new Error},le=function(){return Promise.reject()},fe=function(){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"default";if("undefined"!=typeof Response){var n=new Response(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"{}",{status:200,statusText:"OK"});return Object.defineProperties(n,{url:{value:e},type:{value:t}}),Promise.resolve(n)}},pe=function(e,t){var n="inlineScript",r="injectedScript",a="<anonymous>",o=function(e){return e.includes(n)},i=function(e){return e.includes(r)};if(!o(e)&&!i(e))return!1;var u=window.location.href,s=u.indexOf("#");-1!==s&&(u=u.slice(0,s));var c=t.split("\n").slice(2).map((function(e){return e.trim()})),d=c.map((function(e){var t,n=/(.*?@)?(\S+)(:\d+):\d+\)?$/.exec(e);if(n){var o,i,u=n[2];if(null!==(o=u)&&void 0!==o&&o.startsWith("(")&&(u=u.slice(1)),null!==(i=u)&&void 0!==i&&i.startsWith(a)){var s;u=r;var c=void 0!==n[1]?n[1].slice(0,-1):e.slice(0,n.index).trim();null!==(s=c)&&void 0!==s&&s.startsWith("at")&&(c=c.slice(2).trim()),t="".concat(c," ").concat(u).trim()}else t=u}else t=e;return t}));if(d)for(var l=0;l<d.length;l+=1){if(o(e)&&u===d[l])return!0;if(i(e)&&d[l].startsWith(r))return!0}return!1},he=function(e){var t=[];return e&&e.querySelectorAll("*").forEach((function(e){e.shadowRoot&&t.push(e)})),t},me=function(e,t){var n=[],r=[];t.forEach((function(t){var a=t.querySelectorAll(e);n=n.concat([].slice.call(a));var o=t.shadowRoot,i=o.querySelectorAll(e);n=n.concat([].slice.call(i)),r.push(he(o))}));var a=H(r);return{targets:n,innerHosts:a}},ge=function(e){return e instanceof Function||"string"==typeof e},be=function(e){var t=Math.floor(parseInt(e,10));return"number"!=typeof t||d(t)?e:t},ve=function(e){var t=e.callback,n=e.delay,r=e.matchCallback,a=e.matchDelay;if(!ge(t))return!1;if(!C(r)||a&&!A(a))return!1;var o=E(r),i=o.isInvertedMatch,u=o.matchRegexp,s=F(a),c=s.isInvertedDelayMatch,d=s.delayMatch,l=be(n),f=String(t);return null===d?u.test(f)!==i:r?u.test(f)!==i&&l===d!==c:l===d!==c},ye=function(e){var t;if(e){if("trueFunc"===e)t=ae;else if(e.includes("=")&&e.startsWith("{")&&e.endsWith("}")){var n=e.slice(1,-1),r=w(n,"=");"noopFunc"===y(n,"=")&&((t={})[r]=te)}}else t=te;return t},we=function(e){var t,n=function(e){return e.Object="data",e.Iframe="src",e}({}),r=e.replacement,a=e.url,o=e.delay;t="obj"===r?"object":"iframe";var i=document.createElement(t);return i instanceof HTMLObjectElement?i[n.Object]=a:i instanceof HTMLIFrameElement&&(i[n.Iframe]=a),i.style.setProperty("height","1px","important"),i.style.setProperty("position","fixed","important"),i.style.setProperty("top","-1px","important"),i.style.setProperty("width","1px","important"),document.body.appendChild(i),setTimeout((function(){return i.remove()}),1e3*o),i},ke=function(e){return function(t,n){return(!n||"closed"!==n)&&("function"==typeof e?te:n&&t[n])}},De=function(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}};function xe(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],a=t.indexOf(".");if(-1===a){if("*"===t||"[]"===t)for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&r.push({base:e,prop:o});else r.push({base:e,prop:t});return r}var i=t.slice(0,a);if("[]"===i&&Array.isArray(e)||"*"===i&&e instanceof Object){var u=t.slice(a+1);Object.keys(e).forEach((function(t){xe(e[t],u,n,r)}))}var s=e[i];return t=t.slice(a+1),void 0!==s&&xe(s,t,n,r),r}var Ce=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}};function Ae(e,t,n,r){if(!t)return!1;var a;if(0===n.length&&r.length>0){var o=JSON.stringify(t);if(g(r.join("")).test(o))return Ce(e,"".concat(window.location.hostname,"\n").concat(JSON.stringify(t,null,2)),!0),t&&"object"===_typeof2(t)&&Ce(e,t,!0,!1),a=!1}for(var i=[".*.","*.",".*",".[].","[].",".[]"],u=function(){var e=r[s],n=e.split(".").pop(),o=i.some((function(t){return e.includes(t)})),u=xe(t,e,o);a=!o;for(var c=0;c<u.length;c+=1){var d="string"==typeof n&&void 0!==u[c].base[n];a=o?d||a:d&&a}},s=0;s<r.length;s+=1)u();return a}var Ee=function(e,t,n,r){if(0===n.length&&0===r.length)return Ce(e,"".concat(window.location.hostname,"\n").concat(JSON.stringify(t,null,2)),!0),t&&"object"===_typeof2(t)&&Ce(e,t,!0,!1),t;try{if(!1===Ae(e,t,n,r))return t;n.forEach((function(n){xe(t,n,!0).forEach((function(t){void 0!==t&&t.base&&(delete t.base[t.prop],De(e))}))}))}catch(t){Ce(e,t)}return t},Fe=function(){var e=Object.getOwnPropertyDescriptor(RegExp.prototype,"test"),t=null==e?void 0:e.value;if(e&&"function"==typeof e.value)return t;throw new Error("RegExp.prototype.test is not a function")},Se=function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{body:"{}"},r={};null==e||null===(t=e.headers)||void 0===t||t.forEach((function(e,t){r[t]=e}));var a=new Response(n.body,{status:e.status,statusText:e.statusText,headers:r});return Object.defineProperties(a,{url:{value:e.url},type:{value:n.type||e.type}}),a},je=function(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]},Te=function(e){var t=je().map((function(t){return[t,e[t]]}));return Object.fromEntries(t)},_e=function(e){var t,n,r={};if(e[0]instanceof Request){var a=Te(e[0]);t=a.url,n=a}else t=e[0],n=e[1];return r.url=t,n instanceof Object&&Object.keys(n).forEach((function(e){r[e]=n[e]})),r},Re=function(e,t,n,r,a){return{method:e,url:t,async:n,user:r,password:a}},Oe=function(e){var t=" ",n=":",r=function(e){return je().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a},Be=function(e){return Object.values(e).every((function(e){return b(e)}))},Pe=function(e){var t={};return Object.keys(e).forEach((function(n){t[n]=g(e[n])})),t},Ie=function(e,t,n,r){try{t.setItem(n,r)}catch(t){var a="Unable to set sessionStorage item due to: ".concat(t.message);Ce(e,a)}},Ne=function(e,t,n){try{t.removeItem(n)}catch(t){var r="Unable to remove storage item due to: ".concat(t.message);Ce(e,r)}},Le=function(e){if("string"!=typeof e)throw new Error("Invalid value");var t;if("undefined"===e)t=void 0;else if("false"===e)t=!1;else if("true"===e)t=!0;else if("null"===e)t=null;else if("emptyArr"===e)t="[]";else if("emptyObj"===e)t="{}";else if(""===e)t="";else if(/^\d+$/.test(e)){if(t=parseFloat(e),d(t))throw new Error("Invalid value");if(Math.abs(t)>32767)throw new Error("Invalid value")}else if("yes"===e)t="yes";else if("no"===e)t="no";else{if("$remove$"!==e)throw new Error("Invalid value");t="$remove$"}return t};function $e(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function ze(){return Math.random().toString(36).slice(2,9)}function Me(){return{isAbortingSuspended:!1,isolateCallback:function(e){this.isAbortingSuspended=!0;try{for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var a=e.apply(void 0,n);return this.isAbortingSuspended=!1,a}catch(e){var o=ze();throw this.isAbortingSuspended=!1,new ReferenceError(o)}}}}function qe(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&u(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?qe(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}var Ue=function(e,t,n){if(""===t||"*"===t)return!0;var r,a=Oe(t);if(Be(a)){var o=Pe(a);r=Object.keys(o).every((function(e){var t=o[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else Ce(e,"Invalid parameter: ".concat(t)),r=!1;return r},We=function(e,t){if(!e||""===e)return!0;if(pe(e,t))return!0;var n=g(e),r=t.split("\n").slice(2).map((function(e){return e.trim()})).join("\n");return Fe().call(n,r)},He=function(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a},Ve=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=new MutationObserver(He(i,20)),a=function(){n.length>0?r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t,attributeFilter:n}):r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t})},o=function(){r.disconnect()};function i(){o(),e(),a()}a()},Xe=function(e){for(var t=[],n=0;n<e.length;n+=1)for(var r=e[n].addedNodes,a=0;a<r.length;a+=1)t.push(r[a]);return t},Ge=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e4,r=new MutationObserver((function(n,r){r.disconnect(),e(n,r),r.observe(document.documentElement,t)}));r.observe(document.documentElement,t),"number"==typeof n&&setTimeout((function(){return r.disconnect()}),n)},Ye=function(e){var t=" ",n="asap",r="complete",a="stay",o=[a,n,r],i=e.trim().split(t).filter((function(e){return o.includes(e)}));return{ASAP:n,COMPLETE:r,STAY:a,hasFlag:function(e){return i.includes(e)}}},Ke=function(e){var t="$currentDate$",n=e;return"$now$"===e?n=Date.now().toString():e===t&&(n=Date()),n},Qe=function(e,t,n){var r={apply:function(e,r,a){var o=Reflect.apply(e,r,a);return r&&r.matches(t||"*")&&n(o),o}};e.Element.prototype.attachShadow=new Proxy(e.Element.prototype.attachShadow,r)},Je=function(e,t){var n=document.querySelectorAll(e);t(X(n))},Ze=function(e,t){t(Xe(e))},et=function(e,t,n){var r=e.nodeName,a=e.textContent,o=r.toLowerCase();return null!==a&&""!==a&&(t instanceof RegExp?t.test(o):t===o)&&(n instanceof RegExp?n.test(a):a.includes(n))},tt=function(e,t,n,r){var a=t.textContent;a&&(t.textContent=a.replace(n,r),De(e))},nt=function(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,a="/",o=!(e.startsWith(a)&&e.endsWith(a)),i=o?e:"*",u=o?e:g(e),s=t.startsWith(a)?g(t):t;return r&&(n=r.startsWith(a)?g(r):r),{selector:i,nodeNameMatch:u,textContentMatch:s,patternMatch:n}};function rt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:NaN;if(t){var a,o=1e4,i=20,u=150,s="cookie:",c="localStorage:",d=",",l=";",f=/(,\s*){1}(?=!?cookie:|!?localStorage:)/,p=function(e){return new Promise((function(t){return setTimeout(t,e)}))};if(r&&(a=parseInt(r,10),Number.isNaN(a)&&!(a<o))){var h="Passed delay '".concat(r,"' is invalid or bigger than ").concat(o," ms");return void Ce(e,h)}var m=!a,b=[],v=[],y=!1,w=!1;if(n&&n.split(f).map((function(e){return e.trim()})).forEach((function(e){if(e.includes(s)){var t=E(e),n=t.isInvertedMatch,r=t.matchValue;y=n;var a=r.replace(s,"");b.push(a)}if(e.includes(c)){var o=E(e),i=o.isInvertedMatch,u=o.matchValue;w=i;var d=u.replace(c,"");v.push(d)}})),b.length>0){var k=J(b.join(l)),D=J(document.cookie),x=Object.keys(D);if(0===x.length)return;var C=Object.keys(k).every((function(e){var t=k[e]?g(k[e]):null,n=g(e);return x.some((function(e){return!!n.test(e)&&(!t||t.test(D[e]))}))}));if(C===y)return}if(v.length>0){var A=v.every((function(e){var t=window.localStorage.getItem(e);return t||""===t}));if(A===w)return}var F=t.split(d).map((function(e){return e.trim()})),S=function(e){return{element:e||null,clicked:!1}},j=Array(F.length).fill(S()),T=function(){var t=_asyncToGenerator(_regeneratorRuntime().mark((function t(){var n,r,a;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:n=0;case 1:if(!(n<j.length)){t.next=12;break}if(r=j[n],!(n>=1)){t.next=6;break}return t.next=6,p(u);case 6:if(r.element){t.next=8;break}return t.abrupt("break",12);case 8:r.clicked||(r.element.click(),r.clicked=!0);case 9:n+=1,t.next=1;break;case 12:a=j.every((function(e){return!0===e.clicked})),a&&De(e);case 14:case"end":return t.stop()}}),t)})));function n(){return t.apply(this,arguments)}return n}(),_=function(e,t){var n=S(e);j[t]=n,m&&T()},R=function(e,t){var n=[];F.forEach((function(e,t){if(e){var r=document.querySelector(e);r&&(_(r,t),n.push(e))}})),(F=F.map((function(e){return n.includes(e)?null:e}))).every((function(e){return null===e}))&&t.disconnect()},O=new MutationObserver(He(R,i));O.observe(document.documentElement,{attributes:!0,childList:!0,subtree:!0}),a&&setTimeout((function(){T(),m=!0}),a),setTimeout((function(){return O.disconnect()}),o)}}function at(e,t){if(t){var n=ze(),r=function(){throw De(e),new ReferenceError(n)},a=function e(t,n){var a=qe(t,n),o=a.base,i=a.prop,u=a.chain;if(u){var s=function(t){o=t,t instanceof Object&&e(t,u)};Object.defineProperty(t,i,{get:function(){return o},set:s})}else c(o,i,{get:r,set:function(){}})};a(window,t),window.onerror=$e(n).bind()}}function ot(e,t){if(t){var n=ze(),r=function(){throw De(e),new ReferenceError(n)},a=function e(t,n){var a=qe(t,n),o=a.base,i=a.prop,u=a.chain;if(u){var s=function(t){o=t,t instanceof Object&&e(t,u)};Object.defineProperty(t,i,{get:function(){return o},set:s})}else c(o,i,{set:r})};a(window,t),window.onerror=$e(n).bind()}}function it(e,t,n){var r=void 0===t&&void 0===n,a={apply:function(a,o,i){var u=i[0],s=i[1],c=!1;return r?(De(e),Ce(e,"setTimeout(".concat(String(u),", ").concat(s,")"),!0)):c=ve({callback:u,delay:s,matchCallback:t,matchDelay:n}),c&&(De(e),i[0]=te),a.apply(o,i)}};window.setTimeout=new Proxy(window.setTimeout,a)}function ut(e,t,n){var r=void 0===t&&void 0===n,a={apply:function(a,o,i){var u=i[0],s=i[1],c=!1;return r?(De(e),Ce(e,"setInterval(".concat(String(u),", ").concat(s,")"),!0)):c=ve({callback:u,delay:s,matchCallback:t,matchDelay:n}),c&&(De(e),i[0]=te),a.apply(o,i)}};window.setInterval=new Proxy(window.setInterval,a)}function st(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"*",n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0,a=window.open,o="0"!==t&&"1"!==t,i=function(o){t=Number(t)>0;for(var i=arguments.length,u=new Array(i>1?i-1:0),s=1;s<i;s++)u[s-1]=arguments[s];if(!b(n))return Ce(e,"Invalid parameter: ".concat(n)),a.apply(window,[o].concat(u));var c=g(n);return t!==c.test(o)?a.apply(window,[o].concat(u)):(De(e),ye(r))},u=function(o){for(var i=r&&r.includes("log"),u=arguments.length,s=new Array(u>1?u-1:0),c=1;c<u;c++)s[c-1]=arguments[c];if(i){var l=s&&s.length>0?", ".concat(s.join(", ")):"",f="".concat(o).concat(l);Ce(e,f,!0),De(e)}var p=!1;if("*"===t)p=!0;else if(C(t)){var h=E(t),m=h.isInvertedMatch;p=h.matchRegexp.test(o)!==m}else Ce(e,"Invalid parameter: ".concat(t)),p=!1;if(p){var g,b=parseInt(n,10);if(d(b))g=re();else{var v=we({replacement:r,url:o,delay:b}),y=v.contentWindow;if("object"===_typeof2(y)&&null!==y)Object.defineProperty(y,"closed",{value:!1}),Object.defineProperty(y,"opener",{value:window}),Object.defineProperty(y,"frameElement",{value:null});else{var w=v.contentWindow&&v.contentWindow.get;Object.defineProperty(v,"contentWindow",{get:ke(w)}),y=v.contentWindow}g=y}return De(e),g}return a.apply(window,[o].concat(s))};window.open=o?u:i,window.open.toString=a.toString.bind(a)}function ct(e,t,n){var r=g(n),a=ze(),o="data:text/javascript;base64,",i=function(){if("currentScript"in document)return document.currentScript;var e=document.getElementsByTagName("script");return e[e.length-1]},u=i(),s=function(){var t,n=i();if(n){var s=n.textContent;try{s=Object.getOwnPropertyDescriptor(Node.prototype,"textContent").get.call(n)}catch(e){}if(0===s.length&&void 0!==n.src&&null!==(t=n.src)&&void 0!==t&&t.startsWith(o)){var c=n.src.slice(o.length);s=window.atob(c)}if(n instanceof HTMLScriptElement&&s.length>0&&n!==u&&r.test(s))throw De(e),new ReferenceError(a)}},d=function t(n,r){var a=qe(n,r),o=a.base,i=a.prop,u=a.chain;if(o instanceof Object!=0||null!==o)if(u){var d=function(e){o=e,e instanceof Object&&t(e,u)};Object.defineProperty(n,i,{get:function(){return o},set:d})}else{var l=o[i],f=Object.getOwnPropertyDescriptor(o,i);f instanceof Object!=0&&f.get instanceof Function!=0||(l=o[i],f=void 0);var p=Object.assign(Me(),{currentValue:l,get:function(){return this.isAbortingSuspended||this.isolateCallback(s),f instanceof Object?f.get.call(o):this.currentValue},set:function(e){this.isAbortingSuspended||this.isolateCallback(s),f instanceof Object?f.set.call(o,e):this.currentValue=e}});c(o,i,{get:function(){return p.get.call(p)},set:function(e){p.set.call(p,e)}})}else{var h=r.split("."),m=h.indexOf(i),g=h[m-1],b="The scriptlet had been executed before the ".concat(g," was loaded.");Ce(e,b)}};d(window,t),window.onerror=$e(a).bind()}function dt(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"";if(["set-constant.js","ubo-set-constant.js","set.js","ubo-set.js","ubo-set-constant","ubo-set"].includes(e.name)&&(1===r.length||f(r)||(a=r),r=void 0),t&&We(r,(new Error).stack)){var o,i=se(),s=ce();if("undefined"===n)o=void 0;else if("false"===n)o=!1;else if("true"===n)o=!0;else if("null"===n)o=null;else if("emptyArr"===n)o=i;else if("emptyObj"===n)o=s;else if("noopFunc"===n)o=te;else if("noopCallbackFunc"===n)o=ne;else if("trueFunc"===n)o=ae;else if("falseFunc"===n)o=oe;else if("throwFunc"===n)o=de;else if("noopPromiseResolve"===n)o=fe;else if("noopPromiseReject"===n)o=le;else if(/^\d+$/.test(n)){if(o=parseFloat(n),d(o))return;if(Math.abs(o)>32767)return}else if("-1"===n)o=-1;else if(""===n)o="";else if("yes"===n)o="yes";else{if("no"!==n)return;o="no"}["asFunction","asCallback","asResolved","asRejected"].includes(a)&&(o={asFunction:function(e){return function(){return e}},asCallback:function(e){return function(){return function(){return e}}},asResolved:function(e){return Promise.resolve(e)},asRejected:function(e){return Promise.reject(e)}}[a](o));var c=!1,l=function(e){return c||(c=void 0!==e&&void 0!==o&&_typeof2(e)!==_typeof2(o)&&null!==e)},p=function(t,n,r,a){if(!a.init(t[n]))return!1;var i,u=Object.getOwnPropertyDescriptor(t,n);if(u instanceof Object){if(!u.configurable){var s="Property '".concat(n,"' is not configurable");return Ce(e,s),!1}t[n]=o,u.set instanceof Function&&(i=u.set)}return Object.defineProperty(t,n,{configurable:r,get:function(){return a.get()},set:function(e){void 0!==i&&i(e),a.set(e)}}),!0},h=function t(n,r){var a=qe(n,r),i=a.base,s=a.prop,c=a.chain,d={factValue:void 0,init:function(e){return this.factValue=e,!0},get:function(){return this.factValue},set:function(e){this.factValue!==e&&(this.factValue=e,e instanceof Object&&t(e,c))}},f={init:function(e){return!l(e)},get:function(){return o},set:function(e){l(e)&&(o=e)}};if(c)if(void 0===i||null!==i[s]){(i instanceof Object||"object"===_typeof2(i))&&u(i)&&p(i,s,!0,d);var h=n[s];(h instanceof Object||"object"===_typeof2(h)&&null!==h)&&t(h,c),p(i,s,!0,d)}else p(i,s,!0,d);else p(i,s,!1,f)&&De(e)};h(window,t)}}function lt(e,t){var n=g(t),r=function(t,n){var r="".concat(t,"="),a="; domain=".concat(n),o="; domain=.".concat(n),i="; path=/",u="; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=r+u,document.cookie=r+a+u,document.cookie=r+o+u,document.cookie=r+i+u,document.cookie=r+a+i+u,document.cookie=r+o+i+u,De(e)},a=function(){document.cookie.split(";").forEach((function(e){var t=e.indexOf("=");if(-1!==t){var a=e.slice(0,t).trim();if(n.test(a))for(var o=document.location.hostname.split("."),i=0;i<=o.length-1;i+=1){var u=o.slice(i).join(".");u&&r(a,u)}}}))};a(),window.addEventListener("beforeunload",a)}function ft(e,t,n){var r=g(t),a=g(n),o=window.EventTarget.prototype.addEventListener;function i(t,n){var i,u=!1;if(L(t)&&$(n)&&(u=r.test(t.toString())&&a.test(z(n))),!u){var s=this;this&&"Window"===(null===(i=this.constructor)||void 0===i?void 0:i.name)&&this!==window&&(s=window);for(var c=arguments.length,d=new Array(c>2?c-2:0),l=2;l<c;l++)d[l-2]=arguments[l];return o.apply(s,[t,n].concat(d))}De(e)}var u={configurable:!0,set:function(){},get:function(){return i}};Object.defineProperty(window.EventTarget.prototype,"addEventListener",u),Object.defineProperty(window,"addEventListener",u),Object.defineProperty(document,"addEventListener",u)}function pt(e){var t=window.setTimeout,n=/\.bab_elementid.$/,r=function(r){if("string"!=typeof r||!n.test(r)){for(var a=arguments.length,o=new Array(a>1?a-1:0),i=1;i<a;i++)o[i-1]=arguments[i];return t.apply(window,[r].concat(o))}De(e)};window.setTimeout=r;var a=[["blockadblock"],["babasbm"],[/getItem\('babn'\)/],["getElementById","String.fromCharCode","ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789","charAt","DOMContentLoaded","AdBlock","addEventListener","doScroll","fromCharCode","<<2|r>>4","sessionStorage","clientWidth","localStorage","Math","random"]],o=function(e){if("string"!=typeof e)return!1;for(var t=0;t<a.length;t+=1){for(var n=a[t],r=0,o=0;o<n.length;o+=1){var i=n[o];(i instanceof RegExp?i.test(e):e.includes(i))&&(r+=1)}if(r/n.length>=.8)return!0}return!1},i=window.eval,u=function(t){if(!o(t))return i(t);De(e);var n=document.body;n&&n.style.removeProperty("visibility");var r=document.getElementById("babasbmsgx");r&&r.parentNode.removeChild(r)};window.eval=u.bind(window)}function ht(e){var t="";if(window.RTCPeerConnection?t="RTCPeerConnection":window.webkitRTCPeerConnection&&(t="webkitRTCPeerConnection"),""!==t){var n=function(t){var n="Document tried to create an RTCPeerConnection: ".concat(x(t));Ce(e,n),De(e)};n.prototype={close:te,createDataChannel:te,createOffer:te,setRemoteDescription:te};var r=window[t];window[t]=n,r.prototype&&(r.prototype.createDataChannel=function(e,t){return{close:te,send:te}}.bind(null))}}function mt(e){var t=window.EventTarget.prototype.addEventListener;function n(n,r){var a;if(L(n)&&$(r)){var o='addEventListener("'.concat(n,'", ').concat(z(r),")");Ce(e,o,!0),De(e)}else{var i="Invalid event type or listener passed to addEventListener:\n type: ".concat(j(n),"\n listener: ").concat(j(r));Ce(e,i,!0)}var u=this;this&&"Window"===(null===(a=this.constructor)||void 0===a?void 0:a.name)&&this!==window&&(u=window);for(var s=arguments.length,c=new Array(s>2?s-2:0),d=2;d<s;d++)c[d-2]=arguments[d];return t.apply(u,[n,r].concat(c))}var r={configurable:!0,set:function(){},get:function(){return n}};Object.defineProperty(window.EventTarget.prototype,"addEventListener",r),Object.defineProperty(window,"addEventListener",r),Object.defineProperty(document,"addEventListener",r)}function gt(e){var t=window.eval;function n(n){return De(e),Ce(e,'eval("'.concat(n,'")'),!0),t(n)}window.eval=n;var r=window.Function;function a(){De(e);for(var t=arguments.length,n=new Array(t),a=0;a<t;a++)n[a]=arguments[a];return Ce(e,"new Function(".concat(n.join(", "),")"),!0),r.apply(this,[].concat(n))}a.prototype=Object.create(r.prototype),a.prototype.constructor=a,window.Function=a}function bt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];console.log(t)}function vt(e){window.eval=function(t){De(e),Ce(e,"AdGuard has prevented eval:\n".concat(t),!0)}.bind()}function yt(e,t){var n=g(t),r=window.eval;window.eval=function(t){if(!n.test(t.toString()))return r.call(window,t);De(e)}.bind(window)}function wt(e){De(e);var t=function(){};t.prototype.check=te,t.prototype.clearEvent=te,t.prototype.emitEvent=te,t.prototype.on=function(e,t){return e||t(),this},t.prototype.onDetected=ie,t.prototype.onNotDetected=function(e){return e(),this},t.prototype.setOption=te,t.prototype.options={set:te,get:te};var n=new t,r={get:function(){return t},set:function(){}},a={get:function(){return n},set:function(){}};Object.prototype.hasOwnProperty.call(window,"FuckAdBlock")?window.FuckAdBlock=t:Object.defineProperty(window,"FuckAdBlock",r),Object.prototype.hasOwnProperty.call(window,"BlockAdBlock")?window.BlockAdBlock=t:Object.defineProperty(window,"BlockAdBlock",r),Object.prototype.hasOwnProperty.call(window,"SniffAdBlock")?window.SniffAdBlock=t:Object.defineProperty(window,"SniffAdBlock",r),Object.prototype.hasOwnProperty.call(window,"fuckAdBlock")?window.fuckAdBlock=n:Object.defineProperty(window,"fuckAdBlock",a),Object.prototype.hasOwnProperty.call(window,"blockAdBlock")?window.blockAdBlock=n:Object.defineProperty(window,"blockAdBlock",a),Object.prototype.hasOwnProperty.call(window,"sniffAdBlock")?window.sniffAdBlock=n:Object.defineProperty(window,"sniffAdBlock",a)}function kt(e){delete window.PopAds,delete window.popns,Object.defineProperties(window,{PopAds:{get:function(){return De(e),{}}},popns:{get:function(){return De(e),{}}}})}function Dt(e){var t=ze(),n=function(){throw new ReferenceError(t)};delete window.PopAds,delete window.popns,Object.defineProperties(window,{PopAds:{set:n},popns:{set:n}}),window.onerror=$e(t).bind(),De(e)}function xt(e){var t,n=function(e){return/^\d$/.test(e)},r=function(e){for(var t="",r="",a=0;a<e.length;a+=1)a%2==0?t+=e.charAt(a):r=e.charAt(a)+r;for(var o=(t+r).split(""),i=0;i<o.length;i+=1)if(n(o[i]))for(var u=i+1;u<o.length;u+=1)if(n(o[u])){var s=parseInt(o[i],10)^parseInt(o[u],10);s<10&&(o[i]=s.toString()),i=u;break}o=o.join("");var c=window.atob(o).slice(16,-16);window.stop&&window.stop(),window.onbeforeunload=null,window.location.href=c},a=!0;c(window,"ysmm",{configurable:!1,set:function(e){if(a){a=!1;try{"string"==typeof e&&r(e)}catch(e){}}t=e},get:function(){return t}})?De(e):Ce(e,"Failed to set up prevent-adfly scriptlet")}function Ct(e,t){if(t){var n=ze(),r=function(){De(e)},a=function e(t,n){var a=qe(t,n),o=a.base,i=a.prop,u=a.chain;if(u){var s=function(t){o=t,t instanceof Object&&e(t,u)};Object.defineProperty(t,i,{get:function(){return o},set:s})}else c(o,i,{get:r,set:te})};a(window,t),window.onerror=$e(n).bind()}}function At(e,t){if(t){var n=ze(),r=function(){De(e)},a=function e(t,n){var a=qe(t,n),o=a.base,i=a.prop,u=a.chain;if(u){var s=function(t){o=t,t instanceof Object&&e(t,u)};Object.defineProperty(t,i,{get:function(){return o},set:s})}else c(o,i,{set:r})};a(window,t),window.onerror=$e(n).bind()}}function Et(e,t,n){var r=g(n),a=ze(),o=function(){if("currentScript"in document)return document.currentScript;var e=document.getElementsByTagName("script");return e[e.length-1]},i=o(),u=function(){var t=o();if(t){var n=t.textContent;try{n=Object.getOwnPropertyDescriptor(Node.prototype,"textContent").get.call(t)}catch(e){}t instanceof HTMLScriptElement&&n.length>0&&t!==i&&r.test(n)&&De(e)}},s=function t(n,r){var a=qe(n,r),o=a.base,i=a.prop,s=a.chain;if(o instanceof Object!=0||null!==o)if(s){var d=function(e){o=e,e instanceof Object&&t(e,s)};Object.defineProperty(n,i,{get:function(){return o},set:d})}else{var l=o[i];c(o,i,{set:function(e){u(),l=e},get:function(){return u(),l}})}else{var f=r.split("."),p=f.indexOf(i),h=f[p-1],m="The scriptlet had been executed before the ".concat(h," was loaded.");Ce(m,e.verbose)}};s(window,t),window.onerror=$e(a).bind()}function Ft(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"asap stay";if(t){t=t.split(/\s*\|\s*/),n||(n="[".concat(t.join("],["),"]"));var a=function(){var r=[];try{r=[].slice.call(document.querySelectorAll(n))}catch(t){Ce(e,"Invalid selector arg: '".concat(n,"'"))}var a=!1;r.forEach((function(e){t.forEach((function(t){e.removeAttribute(t),a=!0}))})),a&&De(e)},o=Ye(r),i=function(){a(),o.hasFlag(o.STAY)&&Ve(a,!0)};o.hasFlag(o.ASAP)&&("loading"===document.readyState?window.addEventListener("DOMContentLoaded",a,{once:!0}):a()),"complete"!==document.readyState&&o.hasFlag(o.COMPLETE)?window.addEventListener("load",i,{once:!0}):o.hasFlag(o.STAY)&&(r.includes(" ")||a(),Ve(a,!0))}}function St(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if(t&&n){var a=["true","false"];if(0===r.length||!(d(parseInt(r,10))||parseInt(r,10)<0||parseInt(r,10)>32767)||a.includes(r.toLowerCase())){var o=function(){var a=[].slice.call(document.querySelectorAll(t)),o=!1;a.forEach((function(e){e.setAttribute(n,r),o=!0})),o&&De(e)};o(),Ve(o,!0)}}}function jt(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"asap stay";if(t){t=t.split(/\s*\|\s*/);var a=[];n||(a=t.map((function(e){return".".concat(e)})));var o=function(){var r=new Set;if(n){var o=[];try{o=[].slice.call(document.querySelectorAll(n))}catch(t){Ce(e,"Invalid selector arg: '".concat(n,"'"))}o.forEach((function(e){return r.add(e)}))}else a.length>0&&a.forEach((function(e){for(var t=document.querySelectorAll(e),n=0;n<t.length;n+=1){var a=t[n];r.add(a)}}));var i=!1;r.forEach((function(e){t.forEach((function(t){e.classList.contains(t)&&(e.classList.remove(t),i=!0)}))})),i&&De(e)},i=["class"],u=Ye(r),s=function(){o(),u.hasFlag(u.STAY)&&Ve(o,!0,i)};u.hasFlag(u.ASAP)&&("loading"===document.readyState?window.addEventListener("DOMContentLoaded",o,{once:!0}):o()),"complete"!==document.readyState&&u.hasFlag(u.COMPLETE)?window.addEventListener("load",s,{once:!0}):u.hasFlag(u.STAY)&&(r.includes(" ")||o(),Ve(o,!0,i))}}function Tt(e){document.addEventListener("click",(function(t){for(var n=t.target;null!==n;){if("a"===n.localName&&n.hasAttribute("target")){t.stopPropagation(),t.preventDefault(),De(e);break}n=n.parentNode}}))}function _t(e,t,n,r){var a=window.setInterval,o=g(t),i=function(t,i){if(ge(t))o.test(t.toString())&&U(n,i)&&(i*=W(r),De(e));else{var u="Scriptlet can't be applied because of invalid callback: '".concat(String(t),"'");Ce(e,u)}for(var s=arguments.length,c=new Array(s>2?s-2:0),d=2;d<s;d++)c[d-2]=arguments[d];return a.apply(window,[t,i].concat(c))};window.setInterval=i}function Rt(e,t,n,r){var a=window.setTimeout,o=g(t),i=function(t,i){if(ge(t))o.test(t.toString())&&U(n,i)&&(i*=W(r),De(e));else{var u="Scriptlet can't be applied because of invalid callback: '".concat(String(t),"'");Ce(e,u)}for(var s=arguments.length,c=new Array(s>2?s-2:0),d=2;d<s;d++)c[d-2]=arguments[d];return a.apply(window,[t,i].concat(c))};window.setTimeout=i}function Ot(e,t){var n=console.dir;function r(t){"function"==typeof n&&n.call(this,t),De(e)}console.dir=r}function Bt(e,t,n,r){if(!r||We(r,(new Error).stack)){var a=void 0!==t&&""!==t?t.split(/ +/):[],o=void 0!==n&&""!==n?n.split(/ +/):[],i=JSON.parse,u=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];var u=i.apply(JSON,n);return Ee(e,u,a,o)};u.toString=i.toString.bind(i),JSON.parse=u;var s=Response.prototype.json,c=function(){return s.apply(this).then((function(t){return Ee(e,t,a,o)}))};"undefined"!=typeof Response&&(Response.prototype.json=c)}}function Pt(e,t){var n=window.requestAnimationFrame,r=void 0===t,a=E(t),o=a.isInvertedMatch,i=a.matchRegexp,u=function(a){var u=!1;if(r?(De(e),Ce(e,"requestAnimationFrame(".concat(String(a),")"),!0)):ge(a)&&b(t)&&(u=i.test(a.toString())!==o),u)return De(e),n(te);for(var s=arguments.length,c=new Array(s>1?s-1:0),d=1;d<s;d++)c[d-1]=arguments[d];return n.apply(window,[a].concat(c))};window.requestAnimationFrame=u}function It(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/",a=Q(n);if(null!==a)if(G(r)){var o=K(t,a,r);o?(De(e),document.cookie=o):Ce(e,"Invalid cookie name or value")}else Ce(e,"Invalid cookie path: '".concat(r,"'"));else Ce(e,"Invalid cookie value: '".concat(a,"'"))}function Nt(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/";if(!Z(document.cookie,t,n)){var a=Q(n);if(null!==a)if(G(r)){var o=K(t,a,r);o?(document.cookie=o,De(e),Z(document.cookie,t,n)&&window.location.reload()):Ce(e,"Invalid cookie name or value")}else Ce(e,"Invalid cookie path: '".concat(r,"'"));else Ce(e,"Invalid cookie value: '".concat(n,"'"))}}function Lt(e,t,n){if(Element.prototype.attachShadow){var r=function(e){var t="display:none!important;";e.style.cssText=t},a=function(){for(var a=n?document.querySelectorAll(n):he(document.documentElement),o=function(){var n=!1,o=me(t,a),i=o.targets,u=o.innerHosts;i.forEach((function(e){r(e),n=!0})),n&&De(e),a=u};0!==a.length;)o()};a(),Ve(a,!0)}}function $t(e,t,n){if(Element.prototype.attachShadow){var r=function(e){e.remove()},a=function(){for(var a=n?document.querySelectorAll(n):he(document.documentElement),o=function(){var n=!1,o=me(t,a),i=o.targets,u=o.innerHosts;i.forEach((function(e){r(e),n=!0})),n&&De(e),a=u};0!==a.length;)o()};a(),Ve(a,!0)}}function zt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"emptyObj",r=arguments.length>3?arguments[3]:void 0;if("undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response){var a;if(""===n||"emptyObj"===n)a="{}";else{if("emptyArr"!==n)return void Ce(e,"Invalid responseBody parameter: '".concat(n,"'"));a="[]"}var o=function(e){return["default","opaque"].includes(e)};if(void 0===r||o(r)){var i=function(){var n=_asyncToGenerator(_regeneratorRuntime().mark((function n(o,i,u){var s,c;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(s=_e(u),void 0!==t){n.next=6;break}return Ce(e,"fetch( ".concat(S(s)," )"),!0),De(e),n.abrupt("return",Reflect.apply(o,i,u));case 6:if(!Ue(e,t,s)){n.next=21;break}return De(e),n.prev=9,n.next=12,Reflect.apply(o,i,u);case 12:if((c=n.sent).ok){n.next=15;break}return n.abrupt("return",fe(a,s.url,r));case 15:return n.abrupt("return",Se(c,{body:a,type:r}));case 18:return n.prev=18,n.t0=n.catch(9),n.abrupt("return",fe(a,s.url,r));case 21:return n.abrupt("return",Reflect.apply(o,i,u));case 22:case"end":return n.stop()}}),n,null,[[9,18]])})));function o(e,t,r){return n.apply(this,arguments)}return o}();fetch=new Proxy(fetch,{apply:i})}else Ce(e,"Invalid responseType parameter: '".concat(r,"'"))}}function Mt(e,t,n){if(void 0!==t){var r;try{r=Le(n)}catch(t){return void Ce(e,"Invalid storage item value: '".concat(n,"'"))}var a=window.localStorage;"$remove$"===r?Ne(e,a,t):Ie(e,a,t,r),De(e)}else Ce(e,"Item key should be specified.")}function qt(e,t,n){if(void 0!==t){var r;try{r=Le(n)}catch(t){return void Ce(e,"Invalid storage item value: '".concat(n,"'"))}var a=window.sessionStorage;"$remove$"===r?Ne(e,a,t):Ie(e,a,t,r),De(e)}else Ce(e,"Item key should be specified.")}function Ut(e,t,n){if(t&&n){var r=ze(),a=function(){throw De(e),new ReferenceError(r)},o=function t(r,o){var i=qe(r,o),u=i.base,s=i.prop,d=i.chain;if(d){var l=function(e){u=e,e instanceof Object&&t(e,d)};Object.defineProperty(r,s,{get:function(){return u},set:l})}else if(n.match(/^(inlineScript|injectedScript)$/)||b(n)){var f=Object.assign(Me(),{value:u[s],get:function(){return!this.isAbortingSuspended&&this.isolateCallback(We,n,(new Error).stack)&&a(),this.value},set:function(e){!this.isAbortingSuspended&&this.isolateCallback(We,n,(new Error).stack)&&a(),this.value=e}});c(u,s,{get:function(){return f.get.call(f)},set:function(e){f.set.call(f,e)}})}else Ce(e,"Invalid parameter: ".concat(n))};o(window,t),window.onerror=$e(r).bind()}}function Wt(e,t){if(t){var n=function(e){var t=e.split("\n").slice(2).map((function(e){return e.replace(/ {4}at /,"")})),n=t.map((function(e){var t,n,r=/\(([^\)]+)\)/,a=/(.*?@)(\S+)(:\d+):\d+\)?$/;return e.match(r)?(t=e.split(" ").slice(0,-1).join(" "),n=e.match(r)[1]):e.match(a)?(t=e.split("@").slice(0,-1).join(" "),n=e.match(a)[2]):(t="function name is not available",n=e),[t,n]})),r={};return n.forEach((function(e){r[e[0]]=e[1]})),r},r=function t(r,a){var o=qe(r,a),i=o.base,u=o.prop,s=o.chain;if(s){var d=function(e){i=e,e instanceof Object&&t(e,s)};Object.defineProperty(r,u,{get:function(){return i},set:d})}else{var l=i[u];c(i,u,{get:function(){return De(e),Ce(e,"Get ".concat(u),!0),console.table(n((new Error).stack)),l},set:function(t){De(e),Ce(e,"Set ".concat(u),!0),console.table(n((new Error).stack)),l=t}})}};r(window,t)}}function Ht(e,t,n){if("undefined"!=typeof Proxy){var r,a=window.XMLHttpRequest.prototype.open,o=window.XMLHttpRequest.prototype.send,i="",u="",s={apply:function(n,a,o){if(r=Re.apply(null,o),void 0===t?(Ce(e,"xhr( ".concat(S(r)," )"),!0),De(e)):Ue(e,t,r)&&(a.shouldBePrevented=!0),a.shouldBePrevented){a.collectedHeaders=[];var i=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},u={apply:i};a.setRequestHeader=new Proxy(a.setRequestHeader,u)}return Reflect.apply(n,a,o)}},c={apply:function(t,s,c){if(!s.shouldBePrevented)return Reflect.apply(t,s,c);if("blob"===s.responseType&&(i=new Blob),"arraybuffer"===s.responseType&&(i=new ArrayBuffer),n){var d=_(n);d?u=d:Ce(e,"Invalid randomize parameter: '".concat(n,"'"))}var l=new XMLHttpRequest;l.addEventListener("readystatechange",(function(){if(4===l.readyState){var t=l.readyState,n=l.responseURL,a=l.responseXML,o=l.statusText;Object.defineProperties(s,{readyState:{value:t,writable:!1},statusText:{value:o,writable:!1},responseURL:{value:n||r.url,writable:!1},responseXML:{value:a,writable:!1},status:{value:200,writable:!1},response:{value:i,writable:!1},responseText:{value:u,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");s.dispatchEvent(e);var t=new Event("load");s.dispatchEvent(t);var n=new Event("loadend");s.dispatchEvent(n)}),1),De(e)}})),a.apply(l,[r.method,r.url]),s.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];l.setRequestHeader(t,n)}));try{o.call(l,c)}catch(e){return Reflect.apply(t,s,c)}}},d={apply:function(e,t,n){if(!t.collectedHeaders.length)return null;var r=n[0].toLowerCase(),a=t.collectedHeaders.find((function(e){return e[0].toLowerCase()===r}));return a?a[1]:null}},l={apply:function(e,t){return t.collectedHeaders.length?t.collectedHeaders.map((function(e){var t=e[0],n=e[1];return"".concat(t.toLowerCase(),": ").concat(n)})).join("\r\n"):""}};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,s),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,c),XMLHttpRequest.prototype.getResponseHeader=new Proxy(XMLHttpRequest.prototype.getResponseHeader,d),XMLHttpRequest.prototype.getAllResponseHeaders=new Proxy(XMLHttpRequest.prototype.getAllResponseHeaders,l)}}function Vt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if("function"==typeof window.close){var n=function(){try{De(e),window.close()}catch(t){Ce(e,t)}},r=function(){var e=function(){dispatchEvent(new Event("adguard:scriptlet-close-window"))};window.addEventListener("adguard:subscribed-to-close-window",e,{once:!0}),setTimeout((function(){window.removeEventListener("adguard:subscribed-to-close-window",e,{once:!0})}),5e3)};(function(){if(""===t)return!0;var e=g(t),n="".concat(window.location.pathname).concat(window.location.search);return e.test(n)})()&&(n(),navigator.userAgent.includes("Chrome")&&r())}else Ce(e,"window.close() is not a function so 'close-window' scriptlet is unavailable")}function Xt(e,t){var n=function(){var t=[];try{t=document.querySelectorAll('meta[http-equiv="refresh" i][content]')}catch(n){try{t=document.querySelectorAll('meta[http-equiv="refresh"][content]')}catch(t){Ce(e,t)}}return Array.from(t)},r=function(e){var t=e.map((function(e){var t,n=e.getAttribute("content");if(0===n.length)return null;var r=n.indexOf(";");if(-1!==r){var a=n.substring(0,r);t=f(a)}else t=f(n);return t})).filter((function(e){return null!==e}));return t.length?t.reduce((function(e,t){return Math.min(e,t)})):null},a=function(){var a=n();if(0!==a.length){var o=f(t);null===o&&(o=r(a)),null!==o&&setTimeout((function(){window.stop(),De(e)}),1e3*o)}};"loading"===document.readyState?document.addEventListener("DOMContentLoaded",a,{once:!0}):a()}function Gt(e,t,n){if("undefined"!=typeof Proxy&&"undefined"!=typeof Reflect){var r,a,o={script:"data:text/javascript;base64,KCk9Pnt9",img:"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",iframe:"data:text/html;base64, PGRpdj48L2Rpdj4=",link:"data:text/plain;base64,"};if("script"===t)r=HTMLScriptElement;else if("img"===t)r=HTMLImageElement;else if("iframe"===t)r=HTMLIFrameElement;else{if("link"!==t)return;r=HTMLLinkElement}window.trustedTypes&&"function"==typeof window.trustedTypes.createPolicy&&(a=window.trustedTypes.createPolicy("AGPolicy",{createScriptURL:function(e){return e}}));var i="link"===t?"href":"src",u="onerror",c=g(n),d=function(t){return t.setAttribute(e.name,"matched")},l={apply:function(n,r,a){if(!a[0]||!a[1])return Reflect.apply(n,r,a);var u=r.nodeName.toLowerCase(),s=a[0].toLowerCase(),l=a[1];return s===i&&t.toLowerCase()===u&&o[u]&&c.test(l)?(De(e),d(r),Reflect.apply(n,r,[s,o[u]])):Reflect.apply(n,r,a)}};r.prototype.setAttribute=new Proxy(Element.prototype.setAttribute,l);var f=s(r.prototype,i);if(f){Object.defineProperty(r.prototype,i,{enumerable:!0,configurable:!0,get:function(){return f.get.call(this)},set:function(n){var r=this.nodeName.toLowerCase();if(t.toLowerCase()!==r||!o[r]||!c.test(n))return f.set.call(this,n),!0;if(a&&n instanceof TrustedScriptURL){var i=a.createScriptURL(n);return f.set.call(this,i),void De(e)}d(this),f.set.call(this,o[r]),De(e)}});var p=s(HTMLElement.prototype,u);if(p){Object.defineProperty(HTMLElement.prototype,u,{enumerable:!0,configurable:!0,get:function(){return p.get.call(this)},set:function(t){return"matched"===this.getAttribute(e.name)?(p.set.call(this,te),!0):(p.set.call(this,t),!0)}});var h={apply:function(t,n,r){if(!r[0]||!r[1]||!n)return Reflect.apply(t,n,r);var a=r[0];return"function"==typeof n.getAttribute&&"matched"===n.getAttribute(e.name)&&"error"===a?Reflect.apply(t,n,[a,te]):Reflect.apply(t,n,r)}};EventTarget.prototype.addEventListener=new Proxy(EventTarget.prototype.addEventListener,h);var m=function(t,n){window.addEventListener("error",(function(r){r.target&&r.target.nodeName&&r.target.nodeName.toLowerCase()===t&&r.target.src&&n.test(r.target.src)&&(De(e),"function"!=typeof r.target.onload?r.target.onerror=te:r.target.onerror=r.target.onload)}),!0)};m(t,c)}}}}function Yt(e){var t="browsingTopics";Document instanceof Object!=0&&Object.prototype.hasOwnProperty.call(Document.prototype,t)&&Document.prototype[t]instanceof Function!=0&&(Document.prototype[t]=function(){return fe("[]")},De(e))}function Kt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if("undefined"!=typeof Proxy)if(""!==t||""===n){var a,o=""===t&&""===n,i=window.XMLHttpRequest.prototype.open,u=window.XMLHttpRequest.prototype.send,s={apply:function(t,n,i){if(a=Re.apply(null,i),o){var u="xhr( ".concat(S(a)," )");return Ce(e,u,!0),De(e),Reflect.apply(t,n,i)}if(Ue(e,r,a)&&(n.shouldBePrevented=!0),n.shouldBePrevented){n.collectedHeaders=[];var s=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},c={apply:s};n.setRequestHeader=new Proxy(n.setRequestHeader,c)}return Reflect.apply(t,n,i)}},c={apply:function(r,o,s){if(!o.shouldBePrevented)return Reflect.apply(r,o,s);var c=new XMLHttpRequest;c.addEventListener("readystatechange",(function(){if(4===c.readyState){var r=c.readyState,a=c.response,i=c.responseText,u=c.responseURL,s=c.responseXML,d=c.status,l=c.statusText,f=i||a;if("string"==typeof f){var p="*"===t?/(\n|.)*/:g(t),h=f.replace(p,n);Object.defineProperties(o,{readyState:{value:r,writable:!1},responseURL:{value:u,writable:!1},responseXML:{value:s,writable:!1},status:{value:d,writable:!1},statusText:{value:l,writable:!1},response:{value:h,writable:!1},responseText:{value:h,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");o.dispatchEvent(e);var t=new Event("load");o.dispatchEvent(t);var n=new Event("loadend");o.dispatchEvent(n)}),1),De(e)}}})),i.apply(c,[a.method,a.url]),o.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];c.setRequestHeader(t,n)})),o.collectedHeaders=[];try{u.call(c,s)}catch(e){return Reflect.apply(r,o,s)}}};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,s),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,c)}else Ce(e,"Pattern argument should not be empty string.")}function Qt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if("undefined"!=typeof Reflect&&"undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response){var a,o=!1,i=g(r),u=function(e){if("string"==typeof e){var t=e.trim();if(t.startsWith("<")&&t.endsWith(">"))return!0}return!1},s=function(e){return(new DOMParser).parseFromString(e,"text/xml")},c=function(e,t){return!!u(e)&&!!s(e).querySelector(t)},d=function(e){if(!u(e))return o=!1,e;var r=s(e);if(r.querySelector("parsererror"))return e;if(""!==n&&null===r.querySelector(n))return o=!1,e;var a=r.querySelectorAll(t);return a.length?(a.forEach((function(e){e.remove()})),e=(new XMLSerializer).serializeToString(r)):(o=!1,e)},l=window.XMLHttpRequest.prototype.open,f=window.XMLHttpRequest.prototype.send,p={apply:function(t,n,o){if(a=Re.apply(null,o),Ue(e,r,a)&&(n.shouldBePruned=!0),n.shouldBePruned){n.collectedHeaders=[];var i=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},u={apply:i};n.setRequestHeader=new Proxy(n.setRequestHeader,u)}return Reflect.apply(t,n,o)}},h={apply:function(n,r,i){var p=["","text"];if(!r.shouldBePruned||!p.includes(r.responseType))return Reflect.apply(n,r,i);var h=new XMLHttpRequest;h.addEventListener("readystatechange",(function(){if(4===h.readyState){var n=h.readyState,a=h.response,i=h.responseText,l=h.responseURL,f=h.responseXML,p=h.status,m=h.statusText;if("string"==typeof(i||a)){if(t)o=c(a,t);else if(u(a)){var g="XMLHttpRequest.open() URL: ".concat(l,"\nresponse: ").concat(a);Ce(e,g),Ce(e,s(a),!0,!1)}var b=o?d(a):a;Object.defineProperties(r,{readyState:{value:n,writable:!1},responseURL:{value:l,writable:!1},responseXML:{value:f,writable:!1},status:{value:p,writable:!1},statusText:{value:m,writable:!1},response:{value:b,writable:!1},responseText:{value:b,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");r.dispatchEvent(e);var t=new Event("load");r.dispatchEvent(t);var n=new Event("loadend");r.dispatchEvent(n)}),1),De(e)}}})),l.apply(h,[a.method,a.url]),r.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];h.setRequestHeader(t,n)})),r.collectedHeaders=[];try{f.call(h,i)}catch(e){return Reflect.apply(n,r,i)}}};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,p),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,h);var m=window.fetch,b=function(){var n=_asyncToGenerator(_regeneratorRuntime().mark((function n(r,a,u){var l,f,p,h,g,b;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if("string"==typeof(l=u[0]instanceof Request?u[0].url:u[0])&&0!==l.length){n.next=3;break}return n.abrupt("return",Reflect.apply(r,a,u));case 3:if(!i.test(l)){n.next=22;break}return n.next=6,m.apply(void 0,_toConsumableArray(u));case 6:return f=n.sent,p=f.clone(),n.next=10,f.text();case 10:if(h=n.sent,o=c(h,t)){n.next=17;break}return g="fetch URL: ".concat(l,"\nresponse text: ").concat(h),Ce(e,g),Ce(e,s(h),!0,!1),n.abrupt("return",p);case 17:if(b=d(h),!o){n.next=21;break}return De(e),n.abrupt("return",new Response(b,{status:f.status,statusText:f.statusText,headers:f.headers}));case 21:return n.abrupt("return",p);case 22:return n.abrupt("return",Reflect.apply(r,a,u));case 23:case"end":return n.stop()}}),n)})));function r(e,t,r){return n.apply(this,arguments)}return r}(),v={apply:b};window.fetch=new Proxy(window.fetch,v)}}function Jt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";if("undefined"!=typeof Reflect&&"undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response){var r,a=!1,o=g(n),i="#",u={ASSET:"#EXT-X-ASSET:",CUE:"#EXT-X-CUE:",CUE_IN:"#EXT-X-CUE-IN",DISCONTINUITY:"#EXT-X-DISCONTINUITY",EXTINF:"#EXTINF",EXTM3U:"#EXTM3U",SCTE35:"#EXT-X-SCTE35:"},s={AD:"-AD-",VAST:"-VAST-",VMAP_AD:"-VMAP-AD-",VMAP_AD_BREAK:"#EXT-X-VMAP-AD-BREAK:"},c=["#EXT-X-TARGETDURATION","#EXT-X-MEDIA-SEQUENCE","#EXT-X-DISCONTINUITY-SEQUENCE","#EXT-X-ENDLIST","#EXT-X-PLAYLIST-TYPE","#EXT-X-I-FRAMES-ONLY","#EXT-X-MEDIA","#EXT-X-STREAM-INF","#EXT-X-I-FRAME-STREAM-INF","#EXT-X-SESSION-DATA","#EXT-X-SESSION-KEY","#EXT-X-INDEPENDENT-SEGMENTS","#EXT-X-START"],d=function(e){return c.some((function(t){return e.startsWith(t)}))},l=function e(t,n){var r=t.slice(),a=n;if(r[a].includes(u.EXTINF)&&(r[a]=void 0,r[a+=1].includes(u.DISCONTINUITY))){r[a]=void 0;var o=e(r,a+=1);r=o.array,a=o.index}return{array:r,index:a}},f=function(e){for(var t=e.slice(),n=0;n<t.length-1;n+=1)if((t[n].includes(s.VMAP_AD)||t[n].includes(s.VAST)||t[n].includes(s.AD))&&(t[n]=void 0,t[n+1].includes(u.EXTINF))){var r=l(t,n+=1);t=r.array,n=r.index-1}return t},p=function(e,t,n){return e.startsWith(u.CUE)?(e=void 0,n[t+=1].startsWith(u.ASSET)&&(n[t]=void 0,t+=1),n[t].startsWith(u.SCTE35)&&(n[t]=void 0,t+=1),n[t].startsWith(u.CUE_IN)&&(n[t]=void 0,t+=1),n[t].startsWith(u.SCTE35)&&(n[t]=void 0),e):e},h=g(t),m=function(e,t,n){return e.startsWith(u.EXTINF)&&h.test(n[t+1])?(d(n[t])||(n[t]=void 0),d(n[t+=1])||(n[t]=void 0),n[t+=1].startsWith(u.DISCONTINUITY)&&(n[t]=void 0),e):e},b=function(e){for(var t=0;t<e.length-1;t+=1){var n;if(null!==(n=e[t])&&void 0!==n&&n.startsWith(i)&&h.test(e[t])){var r=e[t].substring(0,e[t].indexOf(":"));if(!r)return e;e[t]=void 0;for(var a=t+=1;a<e.length;a+=1){if(e[a].includes(r)||d(e[a])){t=a-1;break}e[a]=void 0}}}return e},v=function(e){if("string"==typeof e){var t=e.trim();return t.startsWith(u.EXTM3U)||t.startsWith(s.VMAP_AD_BREAK)}return!1},y=function(e,t){return v(e)&&t.test(e)},w=function(e){var t=e.split(/\n\r|\n|\r/);return e.includes(s.VMAP_AD_BREAK)?(t=f(t)).filter((function(e){return!!e})).join("\n"):(t=b(t)).map((function(e,t,n){return void 0===e||void 0!==(e=p(e,t,n))&&(e=m(e,t,n)),e})).filter((function(e){return!!e})).join("\n")},k=window.XMLHttpRequest.prototype.open,D=window.XMLHttpRequest.prototype.send,x={apply:function(t,a,o){if(r=Re.apply(null,o),Ue(e,n,r)&&(a.shouldBePruned=!0),a.shouldBePruned){a.collectedHeaders=[];var i=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},u={apply:i};a.setRequestHeader=new Proxy(a.setRequestHeader,u)}return Reflect.apply(t,a,o)}},C={apply:function(n,o,i){var u=["","text"];if(!o.shouldBePruned||!u.includes(o.responseType))return Reflect.apply(n,o,i);var s=new XMLHttpRequest;s.addEventListener("readystatechange",(function(){if(4===s.readyState){var n=s.readyState,r=s.response,i=s.responseText,u=s.responseURL,c=s.responseXML,d=s.status,l=s.statusText;if("string"==typeof(i||r)){if(t)a=y(r,h);else if(v(r)){var f="XMLHttpRequest.open() URL: ".concat(u,"\nresponse: ").concat(r);Ce(e,f)}var p=a?w(r):r;Object.defineProperties(o,{readyState:{value:n,writable:!1},responseURL:{value:u,writable:!1},responseXML:{value:c,writable:!1},status:{value:d,writable:!1},statusText:{value:l,writable:!1},response:{value:p,writable:!1},responseText:{value:p,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");o.dispatchEvent(e);var t=new Event("load");o.dispatchEvent(t);var n=new Event("loadend");o.dispatchEvent(n)}),1),De(e)}}})),k.apply(s,[r.method,r.url]),o.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];s.setRequestHeader(t,n)})),o.collectedHeaders=[];try{D.call(s,i)}catch(e){return Reflect.apply(n,o,i)}}};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,x),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,C);var A=window.fetch,E=function(){var n=_asyncToGenerator(_regeneratorRuntime().mark((function n(r,a,i){var u,s,c,d,l,f;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if("string"==typeof(u=i[0]instanceof Request?i[0].url:i[0])&&0!==u.length){n.next=3;break}return n.abrupt("return",Reflect.apply(r,a,i));case 3:if(!o.test(u)){n.next=20;break}return n.next=6,A.apply(void 0,_toConsumableArray(i));case 6:return s=n.sent,c=s.clone(),n.next=10,s.text();case 10:if(d=n.sent,t||!v(d)){n.next=15;break}return l="fetch URL: ".concat(u,"\nresponse text: ").concat(d),Ce(e,l),n.abrupt("return",c);case 15:if(!y(d,h)){n.next=19;break}return f=w(d),De(e),n.abrupt("return",new Response(f,{status:s.status,statusText:s.statusText,headers:s.headers}));case 19:return n.abrupt("return",c);case 20:return n.abrupt("return",Reflect.apply(r,a,i));case 21:case"end":return n.stop()}}),n)})));function r(e,t,r){return n.apply(this,arguments)}return r}(),F={apply:E};window.fetch=new Proxy(window.fetch,F)}}function Zt(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"/";if(void 0!==t)if(void 0!==n){var o=Ke(n);if(G(a)){var i=K(t,o,a,!1);if(i){if(r){var u=ee(r);if(!u)return void Ce(e,"Invalid offsetExpiresSec value: ".concat(r));var s=Date.now()+u;i+=" expires=".concat(new Date(s).toUTCString(),";")}document.cookie=i,De(e)}else Ce(e,"Invalid cookie name or value")}else Ce(e,"Invalid cookie path: '".concat(a,"'"))}else Ce(e,"Cookie value should be specified");else Ce(e,"Cookie name should be specified")}function en(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"/";if(void 0!==t)if(void 0!==n){if(!Z(document.cookie,t,n)){var o=Ke(n);if(G(a)){var i=K(t,o,a,!1);if(i){if(r){var u=ee(r);if(!u)return void Ce(e,"Invalid offsetExpiresSec value: ".concat(r));var s=Date.now()+u;i+=" expires=".concat(new Date(s).toUTCString(),";")}document.cookie=i,De(e);var c=J(document.cookie)[t];Z(document.cookie,t,c)&&window.location.reload()}else Ce(e,"Invalid cookie name or value")}else Ce(e,"Invalid cookie path: '".concat(a,"'"))}}else Ce(e,"Cookie value should be specified");else Ce(e,"Cookie name should be specified")}function tn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if("undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response)if(""!==t||""===n){var a,o=""===t&&""===n,i=fetch,u=function(u,s,c){if(a=_e(c),o)return Ce(e,"fetch( ".concat(S(a)," )"),!0),De(e),Reflect.apply(u,s,c);if(!Ue(e,r,a))return Reflect.apply(u,s,c);var d=function(e,t){var n=e.bodyUsed,r=e.headers,a=e.ok,o=e.redirected,i=e.status,u=e.statusText,s=e.type,c=e.url,d=new Response(t,{status:i,statusText:u,headers:r});return Object.defineProperties(d,{url:{value:c},type:{value:s},ok:{value:a},bodyUsed:{value:n},redirected:{value:o}}),d};return i.apply(null,c).then((function(r){return r.text().then((function(a){var o="*"===t?/(\n|.)*/:g(t),i=a.replace(o,n),u=d(r,i);return De(e),u})).catch((function(){var t=S(a),n="Response body can't be converted to text: ".concat(t);return Ce(e,n),Reflect.apply(u,s,c)}))})).catch((function(){return Reflect.apply(u,s,c)}))};fetch=new Proxy(fetch,{apply:u})}else Ce(e,"Pattern argument should not be empty string")}function nn(e,t,n){if(void 0!==t)if(void 0!==n){var r=Ke(n),a=window.localStorage;Ie(e,a,t,r),De(e)}else Ce(e,"Item value should be specified");else Ce(e,"Item key should be specified")}function rn(e,t,n,r){if(t&&We(r,(new Error).stack)){var a;try{a=R(n)}catch(t){return void Ce(e,t)}var o=!1,i=function(e){return o||(o=void 0!==e&&void 0!==a&&_typeof2(e)!==_typeof2(a)&&null!==e)},s=function(t,n,r,o){if(!o.init(t[n]))return!1;var i,u=Object.getOwnPropertyDescriptor(t,n);if(u instanceof Object){if(!u.configurable){var s="Property '".concat(n,"' is not configurable");return Ce(e,s),!1}t[n]=a,u.set instanceof Function&&(i=u.set)}return Object.defineProperty(t,n,{configurable:r,get:function(){return o.get()},set:function(e){void 0!==i&&i(e),o.set(e)}}),!0},c=function t(n,r){var o=qe(n,r),c=o.base,d=o.prop,l=o.chain,f={factValue:void 0,init:function(e){return this.factValue=e,!0},get:function(){return this.factValue},set:function(e){this.factValue!==e&&(this.factValue=e,e instanceof Object&&t(e,l))}},p={init:function(e){return!i(e)},get:function(){return a},set:function(e){i(e)&&(a=e)}};if(l)if(void 0===c||null!==c[d]){(c instanceof Object||"object"===_typeof2(c))&&u(c)&&s(c,d,!0,f);var h=n[d];(h instanceof Object||"object"===_typeof2(h)&&null!==h)&&t(h,l),s(c,d,!0,f)}else s(c,d,!0,f);else s(c,d,!1,p)&&De(e)};c(window,t)}}function an(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";Element.prototype.attachShadow&&"undefined"!=typeof Proxy&&"undefined"!=typeof Reflect&&(t.match(/(url|image-set)\(.*\)/i)?Ce(e,'"url()" function is not allowed for css rules'):Qe(window,n,(function(n){try{var r=new CSSStyleSheet;try{r.insertRule(t)}catch(n){return void Ce(e,"Unable to apply the rule '".concat(t,"' due to: \n'").concat(n.message,"'"))}n.adoptedStyleSheets=[].concat(_toConsumableArray(n.adoptedStyleSheets),[r])}catch(e){var a=document.createElement("style");a.innerText=t,n.appendChild(a)}De(e)})))}function on(e,t,n){var r=nt(t,n),a=r.selector,o=r.nodeNameMatch,i=r.textContentMatch,u=function(t){return t.forEach((function(t){et(t,o,i)&&tt(e,t,/^[\s\S]*$/,"")}))};document.documentElement&&Je(a,u),Ge((function(e){return Ze(e,u)}),{childList:!0,subtree:!0})}function un(e,t,n,r,a){if(["replace-node-text.js","rpnt.js","sed.js"].includes(e.name)){a=r,r=n;for(var o=arguments.length,i=new Array(o>5?o-5:0),u=5;u<o;u++)i[u-5]=arguments[u];for(var s=0;s<i.length;s+=1)if("condition"===i[s]){n=i[s+1];break}}var c=nt(t,n,r),d=c.selector,l=c.nodeNameMatch,f=c.textContentMatch,p=c.patternMatch,h=function(t){return t.forEach((function(t){et(t,l,f)&&tt(e,t,p,a)}))};document.documentElement&&Je(d,h),Ge((function(e){return Ze(e,h)}),{childList:!0,subtree:!0})}function sn(e,t,n,r){if(!r||We(r,(new Error).stack)){var a=void 0!==t&&""!==t?t.split(/ +/):[],o=void 0!==n&&""!==n?n.split(/ +/):[],i=function(t,n,r){var i=Reflect.apply(t,n,r);return"object"===_typeof2(i)&&(i=Ee(e,i,a,o)),i},u={apply:i};window.eval=new Proxy(window.eval,u)}}rt.names=["trusted-click-element"],rt.injections=[De,g,J,He,Ce,E],at.names=["abort-on-property-read","abort-on-property-read.js","ubo-abort-on-property-read.js","aopr.js","ubo-aopr.js","ubo-abort-on-property-read","ubo-aopr","abp-abort-on-property-read"],at.injections=[ze,c,qe,$e,De,u],ot.names=["abort-on-property-write","abort-on-property-write.js","ubo-abort-on-property-write.js","aopw.js","ubo-aopw.js","ubo-abort-on-property-write","ubo-aopw","abp-abort-on-property-write"],ot.injections=[ze,c,qe,$e,De,u],it.names=["prevent-setTimeout","no-setTimeout-if.js","ubo-no-setTimeout-if.js","nostif.js","ubo-nostif.js","ubo-no-setTimeout-if","ubo-nostif","setTimeout-defuser.js","ubo-setTimeout-defuser.js","ubo-setTimeout-defuser","std.js","ubo-std.js","ubo-std"],it.injections=[De,te,ve,Ce,E,F,g,d,ge,C,m,b,l,A,be],ut.names=["prevent-setInterval","no-setInterval-if.js","ubo-no-setInterval-if.js","setInterval-defuser.js","ubo-setInterval-defuser.js","nosiif.js","ubo-nosiif.js","sid.js","ubo-sid.js","ubo-no-setInterval-if","ubo-setInterval-defuser","ubo-nosiif","ubo-sid"],ut.injections=[De,te,ve,Ce,g,d,E,F,ge,C,b,m,l,A,be],st.names=["prevent-window-open","window.open-defuser.js","ubo-window.open-defuser.js","ubo-window.open-defuser","nowoif.js","ubo-nowoif.js","ubo-nowoif"],st.injections=[De,b,m,C,g,d,E,ye,we,ke,re,Ce,te,ae,w,y],ct.names=["abort-current-inline-script","abort-current-script.js","ubo-abort-current-script.js","acs.js","ubo-acs.js","ubo-abort-current-script","ubo-acs","abort-current-inline-script.js","ubo-abort-current-inline-script.js","acis.js","ubo-acis.js","ubo-abort-current-inline-script","ubo-acis","abp-abort-current-inline-script"],ct.injections=[ze,c,qe,g,$e,De,Ce,u,Me],dt.names=["set-constant","set-constant.js","ubo-set-constant.js","set.js","ubo-set.js","ubo-set-constant","ubo-set","abp-override-property-read"],dt.injections=[De,Ce,f,se,ce,te,ne,ae,oe,de,le,fe,qe,We,d,u,pe,Fe,c,g],lt.names=["remove-cookie","cookie-remover.js","ubo-cookie-remover.js","ubo-cookie-remover"],lt.injections=[g,De],ft.names=["prevent-addEventListener","addEventListener-defuser.js","ubo-addEventListener-defuser.js","aeld.js","ubo-aeld.js","ubo-addEventListener-defuser","ubo-aeld"],ft.injections=[De,g,L,$,z],pt.names=["prevent-bab"],pt.injections=[De],ht.names=["nowebrtc","nowebrtc.js","ubo-nowebrtc.js","ubo-nowebrtc"],ht.injections=[De,te,Ce,x],mt.names=["log-addEventListener","addEventListener-logger.js","ubo-addEventListener-logger.js","aell.js","ubo-aell.js","ubo-addEventListener-logger","ubo-aell"],mt.injections=[De,L,$,z,j,Ce,S,u],gt.names=["log-eval"],gt.injections=[De,Ce],bt.names=["log"],vt.names=["noeval","noeval.js","silent-noeval.js","ubo-noeval.js","ubo-silent-noeval.js","ubo-noeval","ubo-silent-noeval"],vt.injections=[De,Ce],yt.names=["prevent-eval-if","noeval-if.js","ubo-noeval-if.js","ubo-noeval-if"],yt.injections=[g,De],wt.names=["prevent-fab-3.2.0","nofab.js","ubo-nofab.js","fuckadblock.js-3.2.0","ubo-fuckadblock.js-3.2.0","ubo-nofab"],wt.injections=[De,te,ie],kt.names=["set-popads-dummy","popads-dummy.js","ubo-popads-dummy.js","ubo-popads-dummy"],kt.injections=[De],Dt.names=["prevent-popads-net","popads.net.js","ubo-popads.net.js","ubo-popads.net"],Dt.injections=[$e,ze,De],xt.names=["prevent-adfly","adfly-defuser.js","ubo-adfly-defuser.js","ubo-adfly-defuser"],xt.injections=[c,De,Ce],Ct.names=["debug-on-property-read"],Ct.injections=[ze,c,qe,$e,De,te,u],At.names=["debug-on-property-write"],At.injections=[ze,c,qe,$e,De,u],Et.names=["debug-current-inline-script"],Et.injections=[ze,c,qe,g,$e,De,Ce,u],Ft.names=["remove-attr","remove-attr.js","ubo-remove-attr.js","ra.js","ubo-ra.js","ubo-remove-attr","ubo-ra"],Ft.injections=[De,Ve,Ye,Ce,He],St.names=["set-attr"],St.injections=[De,Ve,d,He],jt.names=["remove-class","remove-class.js","ubo-remove-class.js","rc.js","ubo-rc.js","ubo-remove-class","ubo-rc"],jt.injections=[De,Ce,Ve,Ye,He],Tt.names=["disable-newtab-links","disable-newtab-links.js","ubo-disable-newtab-links.js","ubo-disable-newtab-links"],Tt.injections=[De],_t.names=["adjust-setInterval","nano-setInterval-booster.js","ubo-nano-setInterval-booster.js","nano-sib.js","ubo-nano-sib.js","ubo-nano-setInterval-booster","ubo-nano-sib"],_t.injections=[De,ge,g,W,U,Ce,d,l,q,M],Rt.names=["adjust-setTimeout","nano-setTimeout-booster.js","ubo-nano-setTimeout-booster.js","nano-stb.js","ubo-nano-stb.js","ubo-nano-setTimeout-booster","ubo-nano-stb"],Rt.injections=[De,ge,g,W,U,Ce,d,l,q,M],Ot.names=["dir-string"],Ot.injections=[De],Bt.names=["json-prune","json-prune.js","ubo-json-prune.js","ubo-json-prune","abp-json-prune"],Bt.injections=[De,We,xe,Ce,Ae,Ee,g,Fe,pe],Pt.names=["prevent-requestAnimationFrame","no-requestAnimationFrame-if.js","ubo-no-requestAnimationFrame-if.js","norafif.js","ubo-norafif.js","ubo-no-requestAnimationFrame-if","ubo-norafif"],Pt.injections=[De,te,E,b,ge,Ce,m,g],It.names=["set-cookie"],It.injections=[De,Ce,d,Z,Q,K,G,Y],Nt.names=["set-cookie-reload"],Nt.injections=[De,Ce,d,Z,Q,K,G,Y],Lt.names=["hide-in-shadow-dom"],Lt.injections=[De,Ve,he,me,H,He],$t.names=["remove-in-shadow-dom"],$t.injections=[De,Ve,he,me,H,He],zt.names=["prevent-fetch","no-fetch-if.js","ubo-no-fetch-if.js","ubo-no-fetch-if"],zt.injections=[De,_e,S,Ue,Ce,fe,Se,g,b,m,u,Te,je,Oe,Be,Pe],Mt.names=["set-local-storage-item"],Mt.injections=[De,Ce,d,Ie,Ne,Le],qt.names=["set-session-storage-item"],qt.injections=[De,Ce,d,Ie,Ne,Le],Ut.names=["abort-on-stack-trace","abort-on-stack-trace.js","ubo-abort-on-stack-trace.js","aost.js","ubo-aost.js","ubo-abort-on-stack-trace","ubo-aost","abp-abort-on-stack-trace"],Ut.injections=[ze,c,qe,$e,De,b,m,We,Me,Ce,g,u,Fe,pe],Wt.names=["log-on-stack-trace"],Wt.injections=[qe,c,De,Ce,u],Ht.names=["prevent-xhr","no-xhr-if.js","ubo-no-xhr-if.js","ubo-no-xhr-if"],Ht.injections=[De,S,_,Ue,Re,Ce,g,b,m,u,f,l,d,Oe,Be,Pe,je,p,T],Vt.names=["close-window","window-close-if.js","ubo-window-close-if.js","ubo-window-close-if"],Vt.injections=[De,g,Ce],Xt.names=["prevent-refresh","refresh-defuser.js","refresh-defuser","ubo-refresh-defuser.js","ubo-refresh-defuser"],Xt.injections=[De,f,Ce,d],Gt.names=["prevent-element-src-loading"],Gt.injections=[De,g,s,te],Yt.names=["no-topics"],Yt.injections=[De,fe],Kt.names=["trusted-replace-xhr-response"],Kt.injections=[De,Ce,g,S,Ue,Re,Pe,je,Be,Oe,b,m,u],Qt.names=["xml-prune","xml-prune.js","ubo-xml-prune.js","ubo-xml-prune"],Qt.injections=[De,Ce,g,Re,S,Ue,Pe,je,Be,Oe,b,m,u],Jt.names=["m3u-prune","m3u-prune.js","ubo-m3u-prune.js","ubo-m3u-prune"],Jt.injections=[De,g,Ce,Re,S,Ue,Pe,je,Be,Oe,b,m,u],Zt.names=["trusted-set-cookie"],Zt.injections=[De,Ce,d,Z,K,G,ee,Ke,Y],en.names=["trusted-set-cookie-reload"],en.injections=[De,Ce,d,Z,K,G,ee,Ke,J,Y],tn.names=["trusted-replace-fetch-response"],tn.injections=[De,Ce,_e,S,Ue,g,b,m,u,Te,je,Oe,Be,Pe],nn.names=["trusted-set-local-storage-item"],nn.injections=[De,Ce,d,Ie,Ke],rn.names=["trusted-set-constant"],rn.injections=[De,R,Ce,se,ce,te,ne,ae,oe,de,le,fe,qe,c,g,We,d,u,Fe,pe],an.names=["inject-css-in-shadow-dom"],an.injections=[De,Ce,Qe],on.names=["remove-node-text","remove-node-text.js","ubo-remove-node-text.js","rmnt.js","ubo-rmnt.js","ubo-remove-node-text","ubo-rmnt"],on.injections=[Ge,Je,Ze,tt,et,nt,De,X,Xe,g],un.names=["trusted-replace-node-text"],un.injections=[Ge,Je,Ze,tt,et,nt,De,X,Xe,g],sn.names=["evaldata-prune","evaldata-prune.js","ubo-evaldata-prune.js","ubo-evaldata-prune"],sn.injections=[De,We,xe,Ce,g,Ae,Ee,Fe,pe];var cn=Object.freeze({__proto__:null,abortCurrentInlineScript:ct,abortOnPropertyRead:at,abortOnPropertyWrite:ot,abortOnStackTrace:Ut,adjustSetInterval:_t,adjustSetTimeout:Rt,debugCurrentInlineScript:Et,debugOnPropertyRead:Ct,debugOnPropertyWrite:At,dirString:Ot,disableNewtabLinks:Tt,evalDataPrune:sn,forceWindowClose:Vt,hideInShadowDom:Lt,injectCssInShadowDom:an,jsonPrune:Bt,log:bt,logAddEventListener:mt,logEval:gt,logOnStacktrace:Wt,m3uPrune:Jt,noTopics:Yt,noeval:vt,nowebrtc:ht,preventAddEventListener:ft,preventAdfly:xt,preventBab:pt,preventElementSrcLoading:Gt,preventEvalIf:yt,preventFab:wt,preventFetch:zt,preventPopadsNet:Dt,preventRefresh:Xt,preventRequestAnimationFrame:Pt,preventSetInterval:ut,preventSetTimeout:it,preventWindowOpen:st,preventXHR:Ht,removeAttr:Ft,removeClass:jt,removeCookie:lt,removeInShadowDom:$t,removeNodeText:on,setAttr:St,setConstant:dt,setCookie:It,setCookieReload:Nt,setLocalStorageItem:Mt,setPopadsDummy:kt,setSessionStorageItem:qt,trustedClickElement:rt,trustedReplaceFetchResponse:tn,trustedReplaceNodeText:un,trustedReplaceXhrResponse:Kt,trustedSetConstant:rn,trustedSetCookie:Zt,trustedSetCookieReload:en,trustedSetLocalStorageItem:nn,xmlPrune:Qt}),dn=[{adg:"1x1-transparent.gif",ubo:"1x1.gif",abp:"1x1-transparent-gif"},{adg:"2x2-transparent.png",ubo:"2x2.png",abp:"2x2-transparent-png"},{adg:"3x2-transparent.png",ubo:"3x2.png",abp:"3x2-transparent-png"},{adg:"32x32-transparent.png",ubo:"32x32.png",abp:"32x32-transparent-png"},{adg:"amazon-apstag",ubo:"amazon_apstag.js"},{adg:"ati-smarttag"},{adg:"didomi-loader"},{adg:"click2load.html",ubo:"click2load.html"},{adg:"fingerprintjs2",ubo:"fingerprint2.js"},{adg:"fingerprintjs3",ubo:"fingerprint3.js"},{adg:"google-analytics",ubo:"google-analytics_analytics.js"},{adg:"google-analytics-ga",ubo:"google-analytics_ga.js"},{adg:"googlesyndication-adsbygoogle",ubo:"googlesyndication_adsbygoogle.js"},{adg:"googlesyndication-adsbygoogle",ubo:"googlesyndication.com/adsbygoogle.js"},{adg:"googletagmanager-gtm",ubo:"google-analytics_ga.js"},{adg:"googletagmanager-gtm",ubo:"googletagmanager_gtm.js"},{adg:"googletagservices-gpt",ubo:"googletagservices_gpt.js"},{adg:"google-ima3",ubo:"google-ima.js"},{adg:"gemius"},{adg:"matomo"},{adg:"metrika-yandex-watch"},{adg:"metrika-yandex-tag"},{adg:"naver-wcslog"},{adg:"noeval",ubo:"noeval-silent.js"},{adg:"noopcss",ubo:"noop.css",abp:"blank-css"},{adg:"noopframe",ubo:"noop.html",abp:"blank-html"},{adg:"noopjs",ubo:"noop.js",abp:"blank-js"},{adg:"noopjson"},{adg:"nooptext",ubo:"noop.txt",abp:"blank-text"},{adg:"noopmp3-0.1s",ubo:"noop-0.1s.mp3",abp:"blank-mp3"},{adg:"noopmp4-1s",ubo:"noop-1s.mp4",abp:"blank-mp4"},{adg:"noopvmap-1.0",ubo:"noop-vmap1.0.xml"},{adg:"noopvast-2.0"},{adg:"noopvast-3.0"},{adg:"noopvast-4.0"},{adg:"prebid"},{adg:"pardot-1.0"},{adg:"prevent-bab",ubo:"nobab.js"},{adg:"prevent-bab2",ubo:"nobab2.js"},{adg:"prevent-fab-3.2.0",ubo:"nofab.js"},{adg:"prevent-fab-3.2.0",ubo:"fuckadblock.js-3.2.0"},{adg:"prevent-popads-net",ubo:"popads.js"},{adg:"scorecardresearch-beacon",ubo:"scorecardresearch_beacon.js"},{adg:"set-popads-dummy",ubo:"popads-dummy.js"},{adg:"empty",ubo:"empty"},{adg:"prebid-ads",ubo:"prebid-ads.js"}],ln="#%#",fn="!",pn=function(e){return e.startsWith(fn)},hn=/#@?#script:inject|#@?#\s*\+js/,mn="##+js",gn="##script:inject",bn="#@#+js",vn="#@#script:inject",yn="#$#",wn="#@$#",kn=/#@?\$#.+?\s*\{.*\}\s*$/g,Dn=function(e){return!pn(e)&&e.includes(B)},xn=function(e){return(e.includes(mn)||e.includes(gn)||e.includes(bn)||e.includes(vn))&&hn.test(e)&&!pn(e)},Cn=function(e){return(e.includes(yn)||e.includes(wn))&&-1===e.search(kn)&&!pn(e)},An=function(){return Object.values(cn)},En=function(e,t){return t||(t=An()),t.find((function(t){return t.names&&(t.names.includes(e)||!e.endsWith(".js")&&t.names.includes("".concat(e,".js")))}))},Fn=An(),Sn=function(e){return!!e&&!!En(e,Fn)},jn=new Map,Tn=function(e){if(!e)return!1;if(!jn.has(e)){var t=Sn(e);return jn.set(e,t),t}return jn.get(e)},_n="redirect=",Rn="redirect-rule=",On="rewrite=abp-resource:",Bn="empty",Pn=["image","media","subdocument","stylesheet","script","xmlhttprequest","other"],In=[{NAME:"nooptext",TYPES:Pn},{NAME:"noopcss",TYPES:["stylesheet"]},{NAME:"noopjs",TYPES:["script"]},{NAME:"noopframe",TYPES:["subdocument"]},{NAME:"1x1-transparent.gif",TYPES:["image"]},{NAME:"noopmp3-0.1s",TYPES:["media"]},{NAME:"noopmp4-1s",TYPES:["media"]},{NAME:"googlesyndication-adsbygoogle",TYPES:["xmlhttprequest","script"]},{NAME:"google-analytics",TYPES:["script"]},{NAME:"googletagservices-gpt",TYPES:["script"]}],Nn=dn.filter((function(e){return!!e.adg})),Ln=Object.fromEntries(Nn.filter((function(e){return!!e.ubo})).map((function(e){return[e.ubo,e.adg]}))),$n=Object.fromEntries(Nn.filter((function(e){return!!e.abp})).map((function(e){return[e.abp,e.adg]}))),zn=Object.fromEntries(Nn.filter((function(e){return e.ubo})).map((function(e){return[e.adg,e.ubo]}))),Mn=Object.fromEntries(Nn.map((function(e){return[e.adg,"valid adg redirect"]}))),qn=(_defineProperty2(e={},"VALID_ADG",{redirectMarker:_n,compatibility:Mn,redirectRuleMarker:Rn}),_defineProperty2(e,"ADG",{redirectMarker:_n,compatibility:zn,redirectRuleMarker:Rn}),_defineProperty2(e,"UBO",{redirectMarker:_n,compatibility:Ln,redirectRuleMarker:Rn}),_defineProperty2(e,"ABP",{redirectMarker:On,compatibility:$n}),e),Un=function(e){return y(e,"$").split(",")},Wn=function(e,t){var n=Un(e).find((function(e){return e.includes(t)}));return n?y(n,t):null},Hn=function(e){var t="/((?!\\$|\\,).{1})redirect((-rule)?)=(.{0,}?)\\$(popup)?/",n=qn.ADG,r=n.redirectMarker,a=n.redirectRuleMarker;return!pn(e)&&(e.includes(r)||"string"==typeof a&&e.includes(a))&&!e.includes(ln)&&!g(t).test(e)},Vn=function(e,t){var n=qn[t],r=n.redirectMarker,a=n.redirectRuleMarker,o=n.compatibility;if(e&&!pn(e)){var i,u=a?e.indexOf(a):-1;if(u>-1)i=a;else{if(!((u=e.indexOf(r))>-1))return!1;i=r}if(!i)return!1;var s=Wn(e,i);return!!s&&s===Object.keys(o).find((function(e){return e===s}))}return!1},Xn=function(e){return Hn(e)&&Vn(e,"ADG")},Gn=function(e){var t=Un(e),n=t.filter((function(e){return Pn.includes(e)})).length>0;return!(!t.includes("".concat(_n).concat(Bn))&&!t.includes("".concat(Rn).concat(Bn)))||n},Yn={UBO_SCRIPTLET_MASK_REG:hn,ABP_SCRIPTLET_MASK:yn,ABP_SCRIPTLET_EXCEPTION_MASK:wn,isComment:pn,isAdgScriptletRule:Dn,isUboScriptletRule:xn,isAbpSnippetRule:Cn,getScriptletByName:En,isValidScriptletName:Tn,ADG_UBO_REDIRECT_RULE_MARKER:Rn,REDIRECT_RULE_TYPES:qn,ABSENT_SOURCE_TYPE_REPLACEMENT:In,isAdgRedirectRule:Hn,isValidAdgRedirectRule:function(e){return Vn(e,"VALID_ADG")},isAdgRedirectCompatibleWithUbo:Xn,isUboRedirectCompatibleWithAdg:function(e){return Vn(e,"UBO")},isAbpRedirectCompatibleWithAdg:function(e){return Vn(e,"ABP")},parseModifiers:Un,getRedirectName:Wn,hasValidContentType:Gn};function Kn(e){if(Array.isArray(e))return e}function Qn(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function Jn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Zn(e,t){if(e){if("string"==typeof e)return Jn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Jn(e,t):void 0}}function er(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function tr(e){return Kn(e)||Qn(e)||Zn(e)||er()}var nr=/#@?%#\/\/scriptlet\(.+\)/,rr="${domains}#%#//scriptlet(${args})",ar="${domains}#@%#//scriptlet(${args})",or="${domains}##+js(${args})",ir="${domains}#@#+js(${args})",ur="ubo-",sr=".js",cr="xhr",dr="xmlhttprequest",lr="set-constant",fr="",pr="emptyArr",hr="emptyObj",mr="''",gr="[]",br="{}",vr="prevent-fetch",yr="",wr="*",kr="/^/",Dr="\\,",xr=",",Cr="removeClass",Ar=cn.removeAttr.names,Er=cn[Cr].names,Fr=["asap","stay","complete"],Sr="abp-resource:",jr=function(e){return e.Ubo="ubo",e.Abp="abp",e.AdgValid="adgValid",e.AdgInvalid="adgInvalid",e}(jr||{}),Tr=[jr.Ubo,jr.Abp,jr.AdgValid,jr.AdgInvalid],_r=function(e){var t=/'.*?'|".*?"|\S+/g,n=e.match(t);if(!n)throw new Error("Invalid ABP snippet args.");return n},Rr=function(e,t){return Object.keys(t).reduce((function(e,n){var r=new RegExp("\\$\\{".concat(n,"\\}"),"g");return e=e.replace(r,t[n])}),e)},Or=function(e){for(var t=[],n=0,r=0;r<e.length;r+=1)e[r]===xr&&"\\"!==e[r-1]&&(t.push(e.slice(n,r).trim()),n=r+1);return t.push(e.slice(n,e.length).trim()),t},Br=function(e){var t=tr(e),n=t[0],r=t[1],a=t.slice(2);if(0===a.length)return[n,r];var o,i=a.pop();Fr.some((function(e){return i.includes(e)}))?o=i:a.push(i);var u=h(a.join(", "),Dr,xr);return u.length>0&&"undefined"!=typeof document&&document.querySelectorAll(u),o?[n,r,u,o]:[n,r,u]},Pr=function(e){var t,n=v(e,Yn.UBO_SCRIPTLET_MASK_REG),r=e.match(Yn.UBO_SCRIPTLET_MASK_REG),a=Array.isArray(r)?r[0]:null;t=null!=a&&a.includes("@")?ar:rr;var o=D(e),i=Or(o),u=i[0].includes(sr)?"ubo-".concat(i[0]):"ubo-".concat(i[0]).concat(sr);(Ar.includes(u)||Er.includes(u))&&(i=Br(i));var s=i.map((function(e,t){var n=e;return 0===t&&(n=u),"$"===e&&(n="$$"),n})).map((function(e){return k(e)})).join("".concat(xr," "));return[Rr(t,{domains:n,args:s})]},Ir=function(e){var t=/;(?=(?:(?:[^"]*"){2})*[^"]*$)/g,n=e.includes(Yn.ABP_SCRIPTLET_MASK)?Yn.ABP_SCRIPTLET_MASK:Yn.ABP_SCRIPTLET_EXCEPTION_MASK,r=n===Yn.ABP_SCRIPTLET_MASK?rr:ar,a=w(e,n);return y(e,n).split(t).filter(V).map((function(e){return _r(e).map((function(e,t){return 0===t?"abp-".concat(e):e})).map((function(e){return k(e)})).join("".concat(xr," "))})).map((function(e){return Rr(r,{domains:a,args:e})}))},Nr=function(e){if(!e)return!1;if(!Yn.isAdgScriptletRule(e))return!1;var t;try{return t=N(e),Yn.isValidScriptletName(t.name)}catch(e){return!1}},Lr=(_defineProperty2(t={},jr.Ubo,Yn.isUboScriptletRule),_defineProperty2(t,jr.Abp,Yn.isAbpSnippetRule),_defineProperty2(t,jr.AdgValid,Nr),_defineProperty2(t,jr.AdgInvalid,(function(e){return Yn.isAdgScriptletRule(e)&&!Nr(e)})),t),$r=(_defineProperty2(n={},jr.Ubo,Pr),_defineProperty2(n,jr.Abp,Ir),_defineProperty2(n,jr.AdgValid,(function(e){return[e]})),_defineProperty2(n,jr.AdgInvalid,(function(e){return console.log("Invalid AdGuard scriptlet rule: ".concat(e)),[]})),n),zr=function(e){return Tr.find((function(t){return Lr[t](e)}))},Mr=function(e){if(Yn.isComment(e))return[e];var t=zr(e);return t?$r[t](e):[e]},qr=function(e){var t;if(Yn.isAdgScriptletRule(e)){var n,r=N(e),a=r.name,o=r.args;(n=a===lr&&o[1]===fr?[o[0],mr]:a===lr&&o[1]===pr?[o[0],gr]:a===lr&&o[1]===hr?[o[0],br]:a!==vr||o[0]!==wr&&o[0]!==yr?o:[kr])&&n.length>0&&(n=n.map((function(e){return e.includes(xr)?h(e,xr,Dr):e})));var i=Object.keys(cn).map((function(e){return cn[e]})).map((function(e){var t=tr(e.names);return{name:t[0],aliases:t.slice(1)}})).find((function(e){return e.name===a||e.aliases.includes(a)}));if(i.aliases.length>0){var u=i.aliases.find((function(e){return e.includes(ur)}));if(u){var s,c=e.match(nr),d=Array.isArray(c)?c[0]:null;s=null!=d&&d.includes("@")?ir:or;var l=v(e,nr),f=u.replace(ur,"").replace(sr,""),p=n.length>0?"".concat(f,", ").concat(n.join("".concat(xr," "))):f;t=Rr(s,{domains:l,args:p})}}}return t},Ur=function(e){var t=y(e,"".concat(B,"("));if(!t)return null;var n=t[0];if(!(t=t.slice(1)))return null;var r=w(t,n);return r===t?null:r},Wr=function(e){if(!e)return!1;var t=Mr(e);return 0!==t.length&&t.every((function(e){var t=Ur(e);return t&&Yn.isValidScriptletName(t)}))},Hr=function(e,t,n){var r,a=t.redirectRuleMarker,o=t.redirectMarker;if(a&&(r=e.findIndex((function(e){return e.includes(a)})))>-1)return{index:r,marker:a};if((r=e.findIndex((function(e){return e.includes(o)})))>-1)return{index:r,marker:o};throw new Error("No redirect resource modifier found in rule: ".concat(n))},Vr=function(e){var t=w(e,"$"),n=Yn.parseModifiers(e),r=Hr(n,Yn.REDIRECT_RULE_TYPES.UBO,e),a=n.map((function(e,t){if(t===r.index){var n=y(e,r.marker),a=Yn.REDIRECT_RULE_TYPES.UBO.compatibility[n],o=r.marker===Yn.ADG_UBO_REDIRECT_RULE_MARKER?Yn.REDIRECT_RULE_TYPES.ADG.redirectRuleMarker:Yn.REDIRECT_RULE_TYPES.ADG.redirectMarker;return"".concat(o).concat(a)}return e===cr?dr:e})).join(xr);return"".concat(t,"$").concat(a)},Xr=function(e){var t=w(e,"$"),n=Yn.parseModifiers(e).map((function(e){if(e.includes(Yn.REDIRECT_RULE_TYPES.ABP.redirectMarker)){var t=y(e,Yn.REDIRECT_RULE_TYPES.ABP.redirectMarker),n=Yn.REDIRECT_RULE_TYPES.ABP.compatibility[t];return"".concat(Yn.REDIRECT_RULE_TYPES.ADG.redirectMarker).concat(n)}return e})).join(xr);return"".concat(t,"$").concat(n)},Gr=function(e){var t;return Yn.isUboRedirectCompatibleWithAdg(e)?t=Vr(e):Yn.isAbpRedirectCompatibleWithAdg(e)?t=Xr(e):Yn.isValidAdgRedirectRule(e)&&(t=e),t},Yr=function(e){if(!Yn.isAdgRedirectCompatibleWithUbo(e))throw new Error("Unable to convert for uBO - unsupported redirect in rule: ".concat(e));var t=w(e,"$"),n=Yn.parseModifiers(e),r=Hr(n,Yn.REDIRECT_RULE_TYPES.ADG,e),a=n[r.index].slice(r.marker.length);if(!Yn.hasValidContentType(e)){var o=Yn.ABSENT_SOURCE_TYPE_REPLACEMENT.find((function(e){return e.NAME===a}));if(void 0===o)throw new Error("Unable to convert for uBO - no types to add for specific redirect in rule: ".concat(e));var i=o.TYPES;n.push.apply(n,_toConsumableArray(i))}var u=n.map((function(e,t){if(t===r.index){var n=r.marker===Yn.ADG_UBO_REDIRECT_RULE_MARKER?Yn.REDIRECT_RULE_TYPES.UBO.redirectRuleMarker:Yn.REDIRECT_RULE_TYPES.UBO.redirectMarker,o=Yn.REDIRECT_RULE_TYPES.ADG.compatibility[a];return"".concat(n).concat(o)}return e})).join(xr);return"".concat(t,"$").concat(u)},Kr=function(e){var t=e.trim();return Yn.REDIRECT_RULE_TYPES.ADG.compatibility[t]?t:Yn.REDIRECT_RULE_TYPES.UBO.compatibility[t]?Yn.REDIRECT_RULE_TYPES.UBO.compatibility[t]:(t.startsWith(Sr)&&(t=t.slice(Sr.length).trim()),Yn.REDIRECT_RULE_TYPES.ABP.compatibility[t])};function Qr(e){var t=function(){},n=t.prototype;n.get=te,n.set=te,n.send=te;var r=window.GoogleAnalyticsObject||"ga";function a(e){var t=arguments.length;if(0!==t){var n,r=arguments[t-1];r instanceof Object&&null!==r&&"function"==typeof r.hitCallback?n=r.hitCallback:"function"==typeof r&&(n=function(){r(a.create())});try{setTimeout(n,1)}catch(e){}}}a.create=function(){return new t},a.getByName=function(){return new t},a.getAll=function(){return[new t]},a.remove=te,a.loaded=!0,window[r]=a;var o=window,i=o.dataLayer,u=o.google_optimize;if(i instanceof Object!=0){i.hide instanceof Object&&"function"==typeof i.hide.end&&i.hide.end();var s=function(e,t){e&&"function"==typeof e[t]&&setTimeout(e[t])};if("function"==typeof i.push&&(i.push=function(e){if(e instanceof Object){for(var t in s(e,"eventCallback"),e)s(e[t],"event_callback");e.hasOwnProperty("eventCallback")||e.hasOwnProperty("eventCallback")||[].push.call(window.dataLayer,e)}return Array.isArray(e)&&e.forEach((function(e){s(e,"callback")})),te}),u instanceof Object&&"function"==typeof u.get){var c={get:te};window.google_optimize=c}De(e)}}function Jr(e){function t(){}t.prototype.Na=te,t.prototype.O=te,t.prototype.Sa=te,t.prototype.Ta=te,t.prototype.Va=te,t.prototype._createAsyncTracker=te,t.prototype._getAsyncTracker=te,t.prototype._getPlugin=te,t.prototype.push=function(e){"function"!=typeof e?!1!==Array.isArray(e)&&("string"==typeof e[0]&&/(^|\.)_link$/.test(e[0])&&"string"==typeof e[1]&&window.location.assign(e[1]),"_set"===e[0]&&"hitCallback"===e[1]&&"function"==typeof e[2]&&e[2]()):e()};var n=new t,r=window._gaq||[];if(Array.isArray(r))for(;r[0];)n.push(r.shift());function a(){}window._gaq=n.qf=n;var o=["_addIgnoredOrganic","_addIgnoredRef","_addItem","_addOrganic","_addTrans","_clearIgnoredOrganic","_clearIgnoredRef","_clearOrganic","_cookiePathCopy","_deleteCustomVar","_getName","_setAccount","_getAccount","_getClientInfo","_getDetectFlash","_getDetectTitle","_getLinkerUrl","_getLocalGifPath","_getServiceMode","_getVersion","_getVisitorCustomVar","_initData","_link","_linkByPost","_setAllowAnchor","_setAllowHash","_setAllowLinker","_setCampContentKey","_setCampMediumKey","_setCampNameKey","_setCampNOKey","_setCampSourceKey","_setCampTermKey","_setCampaignCookieTimeout","_setCampaignTrack","_setClientInfo","_setCookiePath","_setCookiePersistence","_setCookieTimeout","_setCustomVar","_setDetectFlash","_setDetectTitle","_setDomainName","_setLocalGifPath","_setLocalRemoteServerMode","_setLocalServerMode","_setReferrerOverride","_setRemoteServerMode","_setSampleRate","_setSessionTimeout","_setSiteSpeedSampleRate","_setSessionCookieTimeout","_setVar","_setVisitorCookieTimeout","_trackEvent","_trackPageLoadTime","_trackPageview","_trackSocial","_trackTiming","_trackTrans","_visitCode"].reduce((function(e,t){return e[t]=te,e}),{});o._getLinkerUrl=function(e){return e},o._link=function(t){if("string"==typeof t)try{window.location.assign(t)}catch(t){Ce(e,t)}},a.prototype._anonymizeIP=te,a.prototype._createTracker=te,a.prototype._forceSSL=te,a.prototype._getPlugin=te,a.prototype._getTracker=function(){return o},a.prototype._getTrackerByName=function(){return o},a.prototype._getTrackers=te,a.prototype.aa=te,a.prototype.ab=te,a.prototype.hb=te,a.prototype.la=te,a.prototype.oa=te,a.prototype.pa=te,a.prototype.u=te;var i=new a;window._gat=i,De(e)}function Zr(e){window.adsbygoogle={loaded:!0,push:function(e){if(void 0===this.length&&(this.length=0,this.length+=1),null!==e&&e instanceof Object&&"Object"===e.constructor.name)for(var t=0,n=Object.keys(e);t<n.length;t++){var r=n[t];if("function"==typeof e[r])try{e[r].call(this,{})}catch(e){}}}};for(var t=document.querySelectorAll(".adsbygoogle"),n="height:1px!important;max-height:1px!important;max-width:1px!important;width:1px!important;",r="data-adsbygoogle-status",a="aswift_",o="google_ads_iframe_",i=!1,u=0;u<t.length;u+=1){var s=t[u].childNodes,c=s.length,d=!1;if(c>0&&(d=2===c&&"iframe"===s[0].nodeName.toLowerCase()&&s[0].id.includes(a)&&"iframe"===s[1].nodeName.toLowerCase()&&s[1].id.includes(o)),!d){t[u].setAttribute(r,"done");var l=document.createElement("iframe");l.id="".concat(a).concat(u),l.style=n,t[u].appendChild(l);var f=document.createElement("iframe");l.contentWindow.document.body.appendChild(f);var p=document.createElement("iframe");p.id="".concat(o).concat(u),p.style=n,t[u].appendChild(p);var h=document.createElement("iframe");p.contentWindow.document.body.appendChild(h),i=!0}}i&&De(e)}function ea(e){var t=new Map,n=new Map,r=new Map,a=new Map,o=new Map,i=new Map,u=function(e,t){return o.has(e)||o.set(e,new Set),o.get(e).add(t),this},s=function(e,t){return!!o.has(e)&&o.get(e).delete(t)},c=function(e,t){return new Promise((function(n){requestAnimationFrame((function(){for(var r=[0,0],a=o.get(e)||[],i=Array.from(a),u=0;u<i.length;u+=1)i[u]({isEmpty:!0,size:r,slot:t});n()}))}))},d=function(e){for(var t=document.getElementById(e.getSlotElementId());null!=t&&t.lastChild;)t.lastChild.remove()},l=function(e){var t,n="google_ads_iframe_".concat(e.getId());null===(t=document.getElementById(n))||void 0===t||t.remove();var r=document.getElementById(e.getSlotElementId());if(r){var a=document.createElement("iframe");a.id=n,a.srcdoc="<body></body>",a.style="position:absolute; width:0; height:0; left:0; right:0; z-index:-1; border:0",a.setAttribute("width",0),a.setAttribute("height",0),a.setAttribute("data-load-complete",!0),a.setAttribute("data-google-container-id",!0),a.setAttribute("sandbox",""),r.appendChild(a)}},f=function(e){if(e){var t=e.getSlotElementId();if(document.getElementById(t)){var n=document.getElementById(t);n&&n.appendChild(document.createElement("div")),d(e),l(e),c("slotRenderEnded",e),c("slotRequested",e),c("slotResponseReceived",e),c("slotOnload",e),c("impressionViewable",e)}}},p={addEventListener:u,removeEventListener:s,enableSyncLoading:te,setRefreshUnfilledSlots:te,getSlots:se},h={addEventListener:u,removeEventListener:s,setContent:te};function m(){}function g(){}m.prototype.display=te,m.prototype.get=re,m.prototype.set=ie,m.prototype.setClickUrl=ie,m.prototype.setTagForChildDirectedTreatment=ie,m.prototype.setTargeting=ie,m.prototype.updateTargetingFromMap=ie,g.prototype.addSize=ie,g.prototype.build=re;var b=function(e){if("string"==typeof e)return[e];try{return Array.prototype.flat.call(e)}catch(e){}return[]},v=function(e,t){if("object"===_typeof2(t))for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.set(n,b(t[n]))},y=function(e,o,u){var s;if(n.has(u))return null===(s=document.getElementById(u))||void 0===s||s.remove(),n.get(u);var c=new Map,d=new Map,l=new Set,f={advertiserId:void 0,campaignId:void 0,creativeId:void 0,creativeTemplateId:void 0,lineItemId:void 0},p=[{getHeight:function(){return 2},getWidth:function(){return 2}}],h=(r.get(e)||0)+1;r.set(e,h);var m="".concat(e,"_").concat(h),g="",y=null,w=new Set,k={addService:function(e){return w.add(e),k},clearCategoryExclusions:ie,clearTargeting:function(e){void 0===e?d.clear():d.delete(e)},defineSizeMapping:function(e){return a.set(u,e),this},get:function(e){return c.get(e)},getAdUnitPath:function(){return e},getAttributeKeys:function(){return Array.from(c.keys())},getCategoryExclusions:function(){return Array.from(l)},getClickUrl:function(){return g},getCollapseEmptyDiv:function(){return y},getContentUrl:function(){return""},getDivStartsCollapsed:function(){return null},getDomId:function(){return u},getEscapedQemQueryId:function(){return""},getFirstLook:function(){return 0},getId:function(){return m},getHtml:function(){return""},getName:function(){return m},getOutOfPage:function(){return!1},getResponseInformation:function(){return f},getServices:function(){return Array.from(w)},getSizes:function(){return p},getSlotElementId:function(){return u},getSlotId:function(){return k},getTargeting:function(e){return d.get(e)||i.get(e)||[]},getTargetingKeys:function(){return Array.from(new Set(Array.of.apply(Array,_toConsumableArray(i.keys()).concat(_toConsumableArray(d.keys())))))},getTargetingMap:function(){return Object.assign(Object.fromEntries(i.entries()),Object.fromEntries(d.entries()))},set:function(e,t){return c.set(e,t),k},setCategoryExclusion:function(e){return l.add(e),k},setClickUrl:function(e){return g=e,k},setCollapseEmptyDiv:function(e){return y=!!e,k},setSafeFrameConfig:ie,setTagForChildDirectedTreatment:ie,setTargeting:function(e,t){return d.set(e,b(t)),k},toString:function(){return m},updateTargetingFromMap:function(e){return v(d,e),k}};return t.set(e,k),n.set(u,k),a.set(u,o),k},w={addEventListener:u,removeEventListener:s,clear:te,clearCategoryExclusions:ie,clearTagForChildDirectedTreatment:ie,clearTargeting:function(e){void 0===e?i.clear():i.delete(e)},collapseEmptyDivs:te,defineOutOfPagePassback:function(){return new m},definePassback:function(){return new m},disableInitialLoad:te,display:te,enableAsyncRendering:te,enableLazyLoad:te,enableSingleRequest:te,enableSyncRendering:te,enableVideoAds:te,get:re,getAttributeKeys:se,getTargeting:se,getTargetingKeys:se,getSlots:se,isInitialLoadDisabled:ae,refresh:te,set:ie,setCategoryExclusion:ie,setCentering:te,setCookieOptions:ie,setForceSafeFrame:ie,setLocation:ie,setPublisherProvidedId:ie,setRequestNonPersonalizedAds:ie,setSafeFrameConfig:ie,setTagForChildDirectedTreatment:ie,setTargeting:ie,setVideoContent:ie,updateCorrelator:te},k=window.googletag,D=void 0===k?{}:k,x=D.cmd,C=void 0===x?[]:x;for(D.apiReady=!0,D.cmd=[],D.cmd.push=function(e){try{e()}catch(e){}return 1},D.companionAds=function(){return p},D.content=function(){return h},D.defineOutOfPageSlot=y,D.defineSlot=y,D.destroySlots=function(){t.clear(),n.clear()},D.disablePublisherConsole=te,D.display=function(e){var t;t=null!=e&&e.getSlotElementId?e.getSlotElementId():null!=e&&e.nodeType?e.id:String(e),f(n.get(t))},D.enableServices=te,D.getVersion=ue,D.pubads=function(){return w},D.pubadsReady=!0,D.setAdIframeTitle=te,D.sizeMapping=function(){return new g},window.googletag=D;0!==C.length;)D.cmd.push(C.shift());De(e)}function ta(e){window.COMSCORE={purge:function(){window._comscore=[]},beacon:function(){}},De(e)}function na(e){var t=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.callback,a=n.ctx;"function"==typeof r&&(r=void 0!==a?r.bind(a):r,setTimeout((function(){return r()})))},n={addFileExtension:te,extLink:t,file:t,getClientID:function(e,t){t&&setTimeout(t(null))},hit:t,notBounce:t,params:te,reachGoal:function(e,n,r,a,o){t(null,null,{callback:a,ctx:o})},setUserID:te,userParams:te,destruct:te};function r(e,t){for(var r=arguments.length,a=new Array(r>2?r-2:0),o=2;o<r;o++)a[o-2]=arguments[o];return n[t]&&n[t].apply(n,[e].concat(a))}function a(e){window["yaCounter".concat(e)]=n,document.dispatchEvent(new Event("yacounter".concat(e,"inited")))}void 0===window.ym?(window.ym=r,r.a=[]):window.ym&&window.ym.a&&(r.a=window.ym.a,window.ym=r,window.ym.a.forEach((function(e){a(e[0])}))),De(e)}function ra(e){var t="yandex_metrika_callbacks",n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.callback,n=e.ctx;"function"==typeof t&&(t=void 0!==n?t.bind(n):t,setTimeout((function(){return t()})))};function r(){}r.counters=se,r.prototype.addFileExtension=te,r.prototype.getClientID=te,r.prototype.setUserID=te,r.prototype.userParams=te,r.prototype.params=te,r.prototype.counters=se,r.prototype.extLink=function(e,t){n(t)},r.prototype.file=function(e,t){n(t)},r.prototype.hit=function(e,t){n(t)},r.prototype.reachGoal=function(e,t,r,a){n({callback:r,ctx:a})},r.prototype.notBounce=n,window.Ya?window.Ya.Metrika=r:window.Ya={Metrika:r},window[t]&&Array.isArray(window[t])&&window[t].forEach((function(e){"function"==typeof e&&e()})),De(e)}function aa(e){function t(){window.pi={tracker:{visitor_id:"",visitor_id_sign:"",pi_opt_in:"",campaign_id:""}},window.piScriptNum+=1}window.piVersion="1.0.2",window.piScriptNum=0,window.piScriptObj=[],window.checkNamespace=te,window.getPardotUrl=ue,window.piGetParameter=re,window.piSetCookie=te,window.piGetCookie=ue,window.piResponse=te,window.piTracker=t,t(),De(e)}Qr.names=["google-analytics","ubo-google-analytics_analytics.js","google-analytics_analytics.js","googletagmanager-gtm","ubo-googletagmanager_gtm.js","googletagmanager_gtm.js"],Qr.injections=[De,te,re,se],Jr.names=["google-analytics-ga","ubo-google-analytics_ga.js","google-analytics_ga.js"],Jr.injections=[De,te,Ce],Zr.names=["googlesyndication-adsbygoogle","ubo-googlesyndication_adsbygoogle.js","googlesyndication_adsbygoogle.js"],Zr.injections=[De],ea.names=["googletagservices-gpt","ubo-googletagservices_gpt.js","googletagservices_gpt.js"],ea.injections=[De,te,ie,re,se,ue,ae],ta.names=["scorecardresearch-beacon","ubo-scorecardresearch_beacon.js","scorecardresearch_beacon.js"],ta.injections=[De],na.names=["metrika-yandex-tag"],na.injections=[De,te],ra.names=["metrika-yandex-watch"],ra.injections=[De,te,se],aa.names=["pardot-1.0"],aa.injections=[De,te,ue,re];var oa=pt;function ia(e){var t={fetchBids:function(e,t){"function"==typeof t&&t([])},init:te,setDisplayBids:te,targetingKeys:te};window.apstag=t,De(e)}function ua(e){var t=function(){};t.prototype.setDoNotTrack=te,t.prototype.setDomains=te,t.prototype.setCustomDimension=te,t.prototype.trackPageView=te;var n=function(){};n.prototype.addListener=te;var r={getTracker:t,getAsyncTracker:n};window.Piwik=r,De(e)}function sa(e){for(var t="",n=0;n<8;n+=1)t+=(65536*Math.random()+4096).toString(16).slice(-4);var r=function(){};r.get=function(e,n){n||(n=e),setTimeout((function(){n&&n(t,[])}),1)},r.prototype={get:r.get},window.Fingerprint2=r,De(e)}function ca(e){var t=function(){for(var e="",t=0;t<8;t+=1)e+=(65536*Math.random()+4096).toString(16).slice(-4);return e}(),n=function(){};n.prototype={load:function(){return Promise.resolve(new n)},get:function(){return Promise.resolve({visitorId:t})},hashComponents:ue},window.FingerprintJS=new n,De(e)}function da(e){var t=function(){};t.prototype={setVideoObject:te,newProgram:te,programEvent:te,newAd:te,adEvent:te},window.GemiusPlayer=t,De(e)}function la(e){var t={set:te},n={send:te},r={displayCart:{products:t,cart:t},updateCart:{cart:t},displayProduct:{products:t},displayPageProduct:{products:t},addProduct:{products:t},removeProduct:{products:t}},a=function(){};a.prototype={setConfig:te,setParam:te,dispatch:te,customVars:t,publisher:t,order:t,click:n,clickListener:n,internalSearch:{set:te,send:te},ecommerce:r,identifiedVisitor:{unset:te},page:{set:te,send:te},selfPromotion:{add:te,send:te},privacy:{setVisitorMode:te,getVisitorMode:te,hit:te},richMedia:{add:te,send:te,remove:te,removeAll:te}};var o={Tracker:{Tag:a}};window.ATInternet=o,De(e)}function fa(e){var t=document.currentScript;if(null!==t){var n=t.src;if("string"==typeof n){var r=["adclixx\\.net","adnetasia\\.com","adtrackers\\.net","bannertrack\\.net"].join("|"),a="^https?://[\\w-]+\\.(".concat(r,")/.");!1!==new RegExp(a).test(n)&&(window.nH7eXzOsG=858,De(e))}}}function pa(e){var t,n="3.453.0",r={},a=function(){};a.prototype.destroy=te,a.prototype.initialize=te;var o=function(){};o.CompanionBackfillMode={ALWAYS:"always",ON_MASTER_AD:"on_master_ad"},o.VpaidMode={DISABLED:0,ENABLED:1,INSECURE:2},o.prototype={c:!0,f:{},i:!1,l:"",p:"",r:0,t:"",v:"",getCompanionBackfill:te,getDisableCustomPlaybackForIOS10Plus:function(){return this.i},getDisabledFlashAds:function(){return!0},getFeatureFlags:function(){return this.f},getLocale:function(){return this.l},getNumRedirects:function(){return this.r},getPlayerType:function(){return this.t},getPlayerVersion:function(){return this.v},getPpid:function(){return this.p},getVpaidMode:function(){return this.C},isCookiesEnabled:function(){return this.c},isVpaidAdapter:function(){return this.M},setCompanionBackfill:te,setAutoPlayAdBreaks:function(e){this.K=e},setCookiesEnabled:function(e){this.c=!!e},setDisableCustomPlaybackForIOS10Plus:function(e){this.i=!!e},setDisableFlashAds:te,setFeatureFlags:function(e){this.f=!!e},setIsVpaidAdapter:function(e){this.M=e},setLocale:function(e){this.l=!!e},setNumRedirects:function(e){this.r=!!e},setPageCorrelator:function(e){this.R=e},setPlayerType:function(e){this.t=!!e},setPlayerVersion:function(e){this.v=!!e},setPpid:function(e){this.p=!!e},setVpaidMode:function(e){this.C=e},setSessionId:te,setStreamCorrelator:te,setVpaidAllowed:te,CompanionBackfillMode:{ALWAYS:"always",ON_MASTER_AD:"on_master_ad"},VpaidMode:{DISABLED:0,ENABLED:1,INSECURE:2}};var i=function(){this.listeners=new Map,this._dispatch=function(t){for(var n=this.listeners.get(t.type)||[],r=0,a=Array.from(n);r<a.length;r++){var o=a[r];try{o(t)}catch(t){Ce(e,t)}}},this.addEventListener=function(e,t){this.listeners.has(e)||this.listeners.set(e,new Set),this.listeners.get(e).add(t)},this.removeEventListener=function(e,t){var n;null===(n=this.listeners.get(e))||void 0===n||n.delete(t)}},u=new i;u.volume=1,u.collapse=te,u.configureAdsManager=te,u.destroy=te,u.discardAdBreak=te,u.expand=te,u.focus=te,u.getAdSkippableState=function(){return!1},u.getCuePoints=function(){return[0]},u.getCurrentAd=function(){return b},u.getCurrentAdCuePoints=function(){return[]},u.getRemainingTime=function(){return 0},u.getVolume=function(){return this.volume},u.init=te,u.isCustomClickTrackingUsed=function(){return!1},u.isCustomPlaybackUsed=function(){return!1},u.pause=te,u.requestNextAdBreak=te,u.resize=te,u.resume=te,u.setVolume=function(e){this.volume=e},u.skip=te,u.start=function(){for(var t=0,n=[v.Type.ALL_ADS_COMPLETED,v.Type.CONTENT_RESUME_REQUESTED];t<n.length;t++){var a=n[t];try{this._dispatch(new r.AdEvent(a))}catch(t){Ce(e,t)}}},u.stop=te,u.updateAdsRenderingSettings=te;var s=Object.create(u),c=function(e,t,n){this.type=e,this.adsRequest=t,this.userRequestContext=n};c.prototype={getAdsManager:function(){return s},getUserRequestContext:function(){return this.userRequestContext?this.userRequestContext:{}}},c.Type={ADS_MANAGER_LOADED:"adsManagerLoaded"};var d=i;d.prototype.settings=new o,d.prototype.contentComplete=te,d.prototype.destroy=te,d.prototype.getSettings=function(){return this.settings},d.prototype.getVersion=function(){return n},d.prototype.requestAds=function(e,t){var n=this;requestAnimationFrame((function(){var a=c.Type.ADS_MANAGER_LOADED,o=new r.AdsManagerLoadedEvent(a,e,t);n._dispatch(o)}));var a=new r.AdError("adPlayError",1205,1205,"The browser prevented playback initiated without user interaction.",e,t);requestAnimationFrame((function(){n._dispatch(new r.AdErrorEvent(a))}))};var l=te,f=function(){};f.prototype={setAdWillAutoPlay:te,setAdWillPlayMuted:te,setContinuousPlayback:te};var p=function(){};p.prototype={getAdPosition:function(){return 1},getIsBumper:function(){return!1},getMaxDuration:function(){return-1},getPodIndex:function(){return 1},getTimeOffset:function(){return 0},getTotalAds:function(){return 1}};var h=function(){};h.prototype={pi:new p,getAdId:function(){return""},getAdPodInfo:function(){return this.pi},getAdSystem:function(){return""},getAdvertiserName:function(){return""},getApiFramework:function(){return null},getCompanionAds:function(){return[]},getContentType:function(){return""},getCreativeAdId:function(){return""},getDealId:function(){return""},getDescription:function(){return""},getDuration:function(){return 8.5},getHeight:function(){return 0},getMediaUrl:function(){return null},getMinSuggestedDuration:function(){return-2},getSkipTimeOffset:function(){return-1},getSurveyUrl:function(){return null},getTitle:function(){return""},getTraffickingParametersString:function(){return""},getUiElements:function(){return[""]},getUniversalAdIdRegistry:function(){return"unknown"},getUniversalAdIds:function(){return[""]},getUniversalAdIdValue:function(){return"unknown"},getVastMediaBitrate:function(){return 0},getVastMediaHeight:function(){return 0},getVastMediaWidth:function(){return 0},getWidth:function(){return 0},getWrapperAdIds:function(){return[""]},getWrapperAdSystems:function(){return[""]},getWrapperCreativeIds:function(){return[""]},isLinear:function(){return!0},isSkippable:function(){return!0}};var m=function(){};m.prototype={getAdSlotId:function(){return""},getContent:function(){return""},getContentType:function(){return""},getHeight:function(){return 1},getWidth:function(){return 1}};var g=function(e,t,n,r,a,o){this.errorCode=t,this.message=r,this.type=e,this.adsRequest=a,this.userRequestContext=o,this.getErrorCode=function(){return this.errorCode},this.getInnerError=function(){},this.getMessage=function(){return this.message},this.getType=function(){return this.type},this.getVastErrorCode=function(){return this.vastErrorCode},this.toString=function(){return"AdError ".concat(this.errorCode,": ").concat(this.message)}};g.ErrorCode={},g.Type={};var b=function(){try{for(var e=0,t=Object.values(window.vidible._getContexts());e<t.length;e++){var n,r;if(null!==(n=t[e].getPlayer())&&void 0!==n&&null!==(r=n.div)&&void 0!==r&&r.innerHTML.includes("www.engadget.com"))return!0}}catch(e){}return!1}()?void 0:new h,v=function(e){this.type=e};v.prototype={getAd:function(){return b},getAdData:function(){}},v.Type={AD_BREAK_READY:"adBreakReady",AD_BUFFERING:"adBuffering",AD_CAN_PLAY:"adCanPlay",AD_METADATA:"adMetadata",AD_PROGRESS:"adProgress",ALL_ADS_COMPLETED:"allAdsCompleted",CLICK:"click",COMPLETE:"complete",CONTENT_PAUSE_REQUESTED:"contentPauseRequested",CONTENT_RESUME_REQUESTED:"contentResumeRequested",DURATION_CHANGE:"durationChange",EXPANDED_CHANGED:"expandedChanged",FIRST_QUARTILE:"firstQuartile",IMPRESSION:"impression",INTERACTION:"interaction",LINEAR_CHANGE:"linearChange",LINEAR_CHANGED:"linearChanged",LOADED:"loaded",LOG:"log",MIDPOINT:"midpoint",PAUSED:"pause",RESUMED:"resume",SKIPPABLE_STATE_CHANGED:"skippableStateChanged",SKIPPED:"skip",STARTED:"start",THIRD_QUARTILE:"thirdQuartile",USER_CLOSE:"userClose",VIDEO_CLICKED:"videoClicked",VIDEO_ICON_CLICKED:"videoIconClicked",VIEWABLE_IMPRESSION:"viewable_impression",VOLUME_CHANGED:"volumeChange",VOLUME_MUTED:"mute"};var y=function(e){this.error=e,this.type="adError",this.getError=function(){return this.error},this.getUserRequestContext=function(){var e;return null!==(e=this.error)&&void 0!==e&&e.userRequestContext?this.error.userRequestContext:{}}};y.Type={AD_ERROR:"adError"};var w=function(){};w.Type={CUSTOM_CONTENT_LOADED:"deprecated-event"};var k=function(){};k.CreativeType={ALL:"All",FLASH:"Flash",IMAGE:"Image"},k.ResourceType={ALL:"All",HTML:"Html",IFRAME:"IFrame",STATIC:"Static"},k.SizeCriteria={IGNORE:"IgnoreSize",SELECT_EXACT_MATCH:"SelectExactMatch",SELECT_NEAR_MATCH:"SelectNearMatch"};var D=function(){};D.prototype={getCuePoints:function(){return[]},getAdIdRegistry:function(){return""},getAdIsValue:function(){return""}};var x=te,C=function(){};Object.assign(r,{AdCuePoints:D,AdDisplayContainer:a,AdError:g,AdErrorEvent:y,AdEvent:v,AdPodInfo:p,AdProgressData:x,AdsLoader:d,AdsManager:s,AdsManagerLoadedEvent:c,AdsRenderingSettings:l,AdsRequest:f,CompanionAd:m,CompanionAdSelectionSettings:k,CustomContentLoadedEvent:w,gptProxyInstance:{},ImaSdkSettings:o,OmidAccessMode:{DOMAIN:"domain",FULL:"full",LIMITED:"limited"},settings:new o,UiElements:{AD_ATTRIBUTION:"adAttribution",COUNTDOWN:"countdown"},UniversalAdIdInfo:C,VERSION:n,ViewMode:{FULLSCREEN:"fullscreen",NORMAL:"normal"}}),window.google||(window.google={}),null!==(t=window.google.ima)&&void 0!==t&&t.dai&&(r.dai=window.google.ima.dai),window.google.ima=r,De(e)}function ha(e){function t(){}function n(){}t.prototype.filter=function(){return new t},t.prototype.subscribe=te,n.prototype.first=function(){return new t},n.prototype.filter=function(){return new t},n.prototype.subscribe=te;var r={isConsentRequired:oe,getUserConsentStatusForPurpose:ae,getUserConsentStatus:ae,getUserStatus:te,getRequiredPurposes:se,getUserConsentStatusForVendor:ae,Purposes:{Cookies:"cookies"},notice:{configure:te,hide:te,isVisible:oe,show:te,showDataProcessing:ae},isUserConsentStatusPartial:oe,on:function(){return{actions:{},emitter:{},services:{},store:{}}},shouldConsentBeCollected:oe,getUserConsentStatusForAll:te,getObservableOnUserConsentStatusForVendor:function(){return new n}};window.Didomi=r;var a={didomiExperimentId:"",didomiExperimentUserGroup:"",didomiGDPRApplies:1,didomiIABConsent:"",didomiPurposesConsent:"",didomiPurposesConsentDenied:"",didomiPurposesConsentUnknown:"",didomiVendorsConsent:"",didomiVendorsConsentDenied:"",didomiVendorsConsentUnknown:"",didomiVendorsRawConsent:"",didomiVendorsRawConsentDenied:"",didomiVendorsRawConsentUnknown:""};window.didomiState=a;var o={eventStatus:"tcloaded",gdprApplies:!1,listenerId:te,vendor:{consents:[]},purpose:{consents:[]}},i=function(e,t,n){"function"==typeof n&&"removeEventListener"!==e&&n(o,!0)};window.__tcfapi=i;var u={stub:!0,push:te};window.didomiEventListeners=u;var s={stub:!0,push:function(e){"function"==typeof e&&("complete"!==document.readyState?window.addEventListener("load",(function(){setTimeout(e(window.Didomi))})):setTimeout(e(window.Didomi)))}};window.didomiOnReady=window.didomiOnReady||s,Array.isArray(window.didomiOnReady)&&window.didomiOnReady.forEach((function(e){if("function"==typeof e)try{setTimeout(e(window.Didomi))}catch(e){}})),De(e)}function ma(e){var t=function(e){if("function"==typeof e)try{e.call()}catch(e){}},n={addAdUnits:function(){},adServers:{dfp:{buildVideoUrl:ue}},adUnits:[],aliasBidder:function(){},cmd:[],enableAnalytics:function(){},getHighestCpmBids:se,libLoaded:!0,que:[],requestBids:function(e){if(e instanceof Object&&e.bidsBackHandler)try{e.bidsBackHandler.call()}catch(e){}},removeAdUnit:function(){},setBidderConfig:function(){},setConfig:function(){},setTargetingForGPTAsync:function(){}};n.cmd.push=t,n.que.push=t,window.pbjs=n,De(e)}function ga(e){window.canRunAds=!0,window.isAdBlockActive=!1,De(e)}function ba(e){window.wcs_add={},window.wcs_do=te,window.wcs={inflow:te},De(e)}oa.names=["prevent-bab","nobab.js","ubo-nobab.js","bab-defuser.js","ubo-bab-defuser.js","ubo-nobab","ubo-bab-defuser"],ia.names=["amazon-apstag","ubo-amazon_apstag.js","amazon_apstag.js"],ia.injections=[De,te],ua.names=["matomo"],ua.injections=[De,te],sa.names=["fingerprintjs2","ubo-fingerprint2.js","fingerprint2.js"],sa.injections=[De],ca.names=["fingerprintjs3","ubo-fingerprint3.js","fingerprint3.js"],ca.injections=[De,ue],da.names=["gemius"],da.injections=[De,te],la.names=["ati-smarttag"],la.injections=[De,te],fa.names=["prevent-bab2","nobab2.js"],fa.injections=[De],pa.names=["google-ima3","ubo-google-ima.js","google-ima.js"],pa.injections=[De,te,Ce],ha.names=["didomi-loader"],ha.injections=[De,te,se,ae,oe],ma.names=["prebid"],ma.injections=[De,te,ue,se],ga.names=["prebid-ads","ubo-prebid-ads.js","prebid-ads.js"],ga.injections=[De],ba.names=["naver-wcslog"],ba.injections=[De,te];var va=Object.freeze({__proto__:null,ATInternetSmartTag:la,AmazonApstag:ia,DidomiLoader:ha,Fingerprintjs2:sa,Fingerprintjs3:ca,Gemius:da,GoogleAnalytics:Qr,GoogleAnalyticsGa:Jr,GoogleIma3:pa,GoogleSyndicationAdsByGoogle:Zr,GoogleTagServicesGpt:ea,Matomo:ua,NaverWcslog:ba,Pardot:aa,Prebid:ma,ScoreCardResearchBeacon:ta,metrikaYandexTag:na,metrikaYandexWatch:ra,noeval:vt,prebidAds:ga,preventBab:oa,preventBab2:fa,preventFab:wt,preventPopadsNet:Dt,setPopadsDummy:kt});function ya(e){return ya="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ya(e)}function wa(e,t){if("object"!==ya(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==ya(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function ka(e){var t=wa(e,"string");return"symbol"===ya(t)?t:String(t)}function Da(e,t,n){return(t=ka(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function xa(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ca={},Aa={},Ea={};function Fa(e){return null==e}function Sa(e){return"object"===_typeof2(e)&&null!==e}function ja(e){return Array.isArray(e)?e:Fa(e)?[]:[e]}function Ta(e,t){var n,r,a,o;if(t)for(n=0,r=(o=Object.keys(t)).length;n<r;n+=1)e[a=o[n]]=t[a];return e}function _a(e,t){var n,r="";for(n=0;n<t;n+=1)r+=e;return r}function Ra(e){return 0===e&&Number.NEGATIVE_INFINITY===1/e}function Oa(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=(this.reason||"(unknown reason)")+(this.mark?" "+this.mark.toString():""),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack||""}Ea.isNothing=Fa,Ea.isObject=Sa,Ea.toArray=ja,Ea.repeat=_a,Ea.isNegativeZero=Ra,Ea.extend=Ta,Oa.prototype=Object.create(Error.prototype),Oa.prototype.constructor=Oa,Oa.prototype.toString=function(e){var t=this.name+": ";return t+=this.reason||"(unknown reason)",!e&&this.mark&&(t+=" "+this.mark.toString()),t};var Ba=Oa,Pa=Ea;function Ia(e,t,n,r,a){this.name=e,this.buffer=t,this.position=n,this.line=r,this.column=a}Ia.prototype.getSnippet=function(e,t){var n,r,a,o,i;if(!this.buffer)return null;for(e=e||4,t=t||75,n="",r=this.position;r>0&&-1==="\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(r-1));)if(r-=1,this.position-r>t/2-1){n=" ... ",r+=5;break}for(a="",o=this.position;o<this.buffer.length&&-1==="\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(o));)if((o+=1)-this.position>t/2-1){a=" ... ",o-=5;break}return i=this.buffer.slice(r,o),Pa.repeat(" ",e)+n+i+a+"\n"+Pa.repeat(" ",e+this.position-r+n.length)+"^"},Ia.prototype.toString=function(e){var t,n="";return this.name&&(n+='in "'+this.name+'" '),n+="at line "+(this.line+1)+", column "+(this.column+1),e||(t=this.getSnippet())&&(n+=":\n"+t),n};var Na=Ia,La=Ba,$a=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],za=["scalar","sequence","mapping"];function Ma(e){var t={};return null!==e&&Object.keys(e).forEach((function(n){e[n].forEach((function(e){t[String(e)]=n}))})),t}function qa(e,t){if(t=t||{},Object.keys(t).forEach((function(t){if(-1===$a.indexOf(t))throw new La('Unknown option "'+t+'" is met in definition of "'+e+'" YAML type.')})),this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(e){return e},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.defaultStyle=t.defaultStyle||null,this.styleAliases=Ma(t.styleAliases||null),-1===za.indexOf(this.kind))throw new La('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}var Ua=qa,Wa=Ea,Ha=Ba,Va=Ua;function Xa(e,t,n){var r=[];return e.include.forEach((function(e){n=Xa(e,t,n)})),e[t].forEach((function(e){n.forEach((function(t,n){t.tag===e.tag&&t.kind===e.kind&&r.push(n)})),n.push(e)})),n.filter((function(e,t){return-1===r.indexOf(t)}))}function Ga(){var e,t,n={scalar:{},sequence:{},mapping:{},fallback:{}};function r(e){n[e.kind][e.tag]=n.fallback[e.tag]=e}for(e=0,t=arguments.length;e<t;e+=1)arguments[e].forEach(r);return n}function Ya(e){this.include=e.include||[],this.implicit=e.implicit||[],this.explicit=e.explicit||[],this.implicit.forEach((function(e){if(e.loadKind&&"scalar"!==e.loadKind)throw new Ha("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.")})),this.compiledImplicit=Xa(this,"implicit",[]),this.compiledExplicit=Xa(this,"explicit",[]),this.compiledTypeMap=Ga(this.compiledImplicit,this.compiledExplicit)}Ya.DEFAULT=null,Ya.create=function(){var e,t;switch(arguments.length){case 1:e=Ya.DEFAULT,t=arguments[0];break;case 2:e=arguments[0],t=arguments[1];break;default:throw new Ha("Wrong number of arguments for Schema.create function")}if(e=Wa.toArray(e),t=Wa.toArray(t),!e.every((function(e){return e instanceof Ya})))throw new Ha("Specified list of super schemas (or a single Schema object) contains a non-Schema object.");if(!t.every((function(e){return e instanceof Va})))throw new Ha("Specified list of YAML types (or a single Type object) contains a non-Type object.");return new Ya({include:e,explicit:t})};var Ka=Ya,Qa=new Ua("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return null!==e?e:""}}),Ja=new Ua("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return null!==e?e:[]}}),Za=new Ua("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return null!==e?e:{}}}),eo=new Ka({explicit:[Qa,Ja,Za]});function to(e){if(null===e)return!0;var t=e.length;return 1===t&&"~"===e||4===t&&("null"===e||"Null"===e||"NULL"===e)}function no(){return null}function ro(e){return null===e}var ao=new Ua("tag:yaml.org,2002:null",{kind:"scalar",resolve:to,construct:no,predicate:ro,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"});function oo(e){if(null===e)return!1;var t=e.length;return 4===t&&("true"===e||"True"===e||"TRUE"===e)||5===t&&("false"===e||"False"===e||"FALSE"===e)}function io(e){return"true"===e||"True"===e||"TRUE"===e}function uo(e){return"[object Boolean]"===Object.prototype.toString.call(e)}var so=new Ua("tag:yaml.org,2002:bool",{kind:"scalar",resolve:oo,construct:io,predicate:uo,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"}),co=Ea;function lo(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function fo(e){return 48<=e&&e<=55}function po(e){return 48<=e&&e<=57}function ho(e){if(null===e)return!1;var t,n=e.length,r=0,a=!1;if(!n)return!1;if("-"!==(t=e[r])&&"+"!==t||(t=e[++r]),"0"===t){if(r+1===n)return!0;if("b"===(t=e[++r])){for(r++;r<n;r++)if("_"!==(t=e[r])){if("0"!==t&&"1"!==t)return!1;a=!0}return a&&"_"!==t}if("x"===t){for(r++;r<n;r++)if("_"!==(t=e[r])){if(!lo(e.charCodeAt(r)))return!1;a=!0}return a&&"_"!==t}for(;r<n;r++)if("_"!==(t=e[r])){if(!fo(e.charCodeAt(r)))return!1;a=!0}return a&&"_"!==t}if("_"===t)return!1;for(;r<n;r++)if("_"!==(t=e[r])){if(":"===t)break;if(!po(e.charCodeAt(r)))return!1;a=!0}return!(!a||"_"===t)&&(":"!==t||/^(:[0-5]?[0-9])+$/.test(e.slice(r)))}function mo(e){var t,n,r=e,a=1,o=[];return-1!==r.indexOf("_")&&(r=r.replace(/_/g,"")),"-"!==(t=r[0])&&"+"!==t||("-"===t&&(a=-1),t=(r=r.slice(1))[0]),"0"===r?0:"0"===t?"b"===r[1]?a*parseInt(r.slice(2),2):"x"===r[1]?a*parseInt(r,16):a*parseInt(r,8):-1!==r.indexOf(":")?(r.split(":").forEach((function(e){o.unshift(parseInt(e,10))})),r=0,n=1,o.forEach((function(e){r+=e*n,n*=60})),a*r):a*parseInt(r,10)}function go(e){return"[object Number]"===Object.prototype.toString.call(e)&&e%1==0&&!co.isNegativeZero(e)}var bo=new Ua("tag:yaml.org,2002:int",{kind:"scalar",resolve:ho,construct:mo,predicate:go,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0"+e.toString(8):"-0"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),vo=Ea,yo=Ua,wo=new RegExp("^(?:[-+]?(?:0|[1-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function ko(e){return null!==e&&!(!wo.test(e)||"_"===e[e.length-1])}function Do(e){var t,n,r,a;return n="-"===(t=e.replace(/_/g,"").toLowerCase())[0]?-1:1,a=[],"+-".indexOf(t[0])>=0&&(t=t.slice(1)),".inf"===t?1===n?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===t?NaN:t.indexOf(":")>=0?(t.split(":").forEach((function(e){a.unshift(parseFloat(e,10))})),t=0,r=1,a.forEach((function(e){t+=e*r,r*=60})),n*t):n*parseFloat(t,10)}var xo=/^[-+]?[0-9]+e/;function Co(e,t){var n;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(vo.isNegativeZero(e))return"-0.0";return n=e.toString(10),xo.test(n)?n.replace("e",".e"):n}function Ao(e){return"[object Number]"===Object.prototype.toString.call(e)&&(e%1!=0||vo.isNegativeZero(e))}var Eo=new yo("tag:yaml.org,2002:float",{kind:"scalar",resolve:ko,construct:Do,predicate:Ao,represent:Co,defaultStyle:"lowercase"}),Fo=new Ka({include:[eo],implicit:[ao,so,bo,Eo]}),So=new Ka({include:[Fo]}),jo=Ua,To=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),_o=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function Ro(e){return null!==e&&(null!==To.exec(e)||null!==_o.exec(e))}function Oo(e){var t,n,r,a,o,i,u,s,c=0,d=null;if(null===(t=To.exec(e))&&(t=_o.exec(e)),null===t)throw new Error("Date resolve error");if(n=+t[1],r=+t[2]-1,a=+t[3],!t[4])return new Date(Date.UTC(n,r,a));if(o=+t[4],i=+t[5],u=+t[6],t[7]){for(c=t[7].slice(0,3);c.length<3;)c+="0";c=+c}return t[9]&&(d=6e4*(60*+t[10]+ +(t[11]||0)),"-"===t[9]&&(d=-d)),s=new Date(Date.UTC(n,r,a,o,i,u,c)),d&&s.setTime(s.getTime()-d),s}function Bo(e){return e.toISOString()}var Po=new jo("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:Ro,construct:Oo,instanceOf:Date,represent:Bo});function Io(e){return"<<"===e||null===e}var No,Lo=new Ua("tag:yaml.org,2002:merge",{kind:"scalar",resolve:Io});function $o(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}try{No=$o("buffer").Buffer}catch(e){}var zo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";function Mo(e){if(null===e)return!1;var t,n,r=0,a=e.length,o=zo;for(n=0;n<a;n++)if(!((t=o.indexOf(e.charAt(n)))>64)){if(t<0)return!1;r+=6}return r%8==0}function qo(e){var t,n,r=e.replace(/[\r\n=]/g,""),a=r.length,o=zo,i=0,u=[];for(t=0;t<a;t++)t%4==0&&t&&(u.push(i>>16&255),u.push(i>>8&255),u.push(255&i)),i=i<<6|o.indexOf(r.charAt(t));return 0==(n=a%4*6)?(u.push(i>>16&255),u.push(i>>8&255),u.push(255&i)):18===n?(u.push(i>>10&255),u.push(i>>2&255)):12===n&&u.push(i>>4&255),No?No.from?No.from(u):new No(u):u}function Uo(e){var t,n,r="",a=0,o=e.length,i=zo;for(t=0;t<o;t++)t%3==0&&t&&(r+=i[a>>18&63],r+=i[a>>12&63],r+=i[a>>6&63],r+=i[63&a]),a=(a<<8)+e[t];return 0==(n=o%3)?(r+=i[a>>18&63],r+=i[a>>12&63],r+=i[a>>6&63],r+=i[63&a]):2===n?(r+=i[a>>10&63],r+=i[a>>4&63],r+=i[a<<2&63],r+=i[64]):1===n&&(r+=i[a>>2&63],r+=i[a<<4&63],r+=i[64],r+=i[64]),r}function Wo(e){return No&&No.isBuffer(e)}var Ho=new Ua("tag:yaml.org,2002:binary",{kind:"scalar",resolve:Mo,construct:qo,predicate:Wo,represent:Uo}),Vo=Ua,Xo=Object.prototype.hasOwnProperty,Go=Object.prototype.toString;function Yo(e){if(null===e)return!0;var t,n,r,a,o,i=[],u=e;for(t=0,n=u.length;t<n;t+=1){if(r=u[t],o=!1,"[object Object]"!==Go.call(r))return!1;for(a in r)if(Xo.call(r,a)){if(o)return!1;o=!0}if(!o)return!1;if(-1!==i.indexOf(a))return!1;i.push(a)}return!0}function Ko(e){return null!==e?e:[]}var Qo=new Vo("tag:yaml.org,2002:omap",{kind:"sequence",resolve:Yo,construct:Ko}),Jo=Ua,Zo=Object.prototype.toString;function ei(e){if(null===e)return!0;var t,n,r,a,o,i=e;for(o=new Array(i.length),t=0,n=i.length;t<n;t+=1){if(r=i[t],"[object Object]"!==Zo.call(r))return!1;if(1!==(a=Object.keys(r)).length)return!1;o[t]=[a[0],r[a[0]]]}return!0}function ti(e){if(null===e)return[];var t,n,r,a,o,i=e;for(o=new Array(i.length),t=0,n=i.length;t<n;t+=1)r=i[t],a=Object.keys(r),o[t]=[a[0],r[a[0]]];return o}var ni=new Jo("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:ei,construct:ti}),ri=Ua,ai=Object.prototype.hasOwnProperty;function oi(e){if(null===e)return!0;var t,n=e;for(t in n)if(ai.call(n,t)&&null!==n[t])return!1;return!0}function ii(e){return null!==e?e:{}}var ui=new ri("tag:yaml.org,2002:set",{kind:"mapping",resolve:oi,construct:ii}),si=new Ka({include:[So],implicit:[Po,Lo],explicit:[Ho,Qo,ni,ui]});function ci(){return!0}function di(){}function li(){return""}function fi(e){return void 0===e}var pi=new Ua("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:ci,construct:di,predicate:fi,represent:li});function hi(e){if(null===e)return!1;if(0===e.length)return!1;var t=e,n=/\/([gim]*)$/.exec(e),r="";if("/"===t[0]){if(n&&(r=n[1]),r.length>3)return!1;if("/"!==t[t.length-r.length-1])return!1}return!0}function mi(e){var t=e,n=/\/([gim]*)$/.exec(e),r="";return"/"===t[0]&&(n&&(r=n[1]),t=t.slice(1,t.length-r.length-1)),new RegExp(t,r)}function gi(e){var t="/"+e.source+"/";return e.global&&(t+="g"),e.multiline&&(t+="m"),e.ignoreCase&&(t+="i"),t}function bi(e){return"[object RegExp]"===Object.prototype.toString.call(e)}var vi,yi=new Ua("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:hi,construct:mi,predicate:bi,represent:gi});try{vi=$o("esprima")}catch(e){"undefined"!=typeof window&&(vi=window.esprima)}function wi(e){if(null===e)return!1;try{var t="("+e+")",n=vi.parse(t,{range:!0});return"Program"===n.type&&1===n.body.length&&"ExpressionStatement"===n.body[0].type&&("ArrowFunctionExpression"===n.body[0].expression.type||"FunctionExpression"===n.body[0].expression.type)}catch(e){return!1}}function ki(e){var t,n="("+e+")",r=vi.parse(n,{range:!0}),a=[];if("Program"!==r.type||1!==r.body.length||"ExpressionStatement"!==r.body[0].type||"ArrowFunctionExpression"!==r.body[0].expression.type&&"FunctionExpression"!==r.body[0].expression.type)throw new Error("Failed to resolve function");return r.body[0].expression.params.forEach((function(e){a.push(e.name)})),t=r.body[0].expression.body.range,"BlockStatement"===r.body[0].expression.body.type?new Function(a,n.slice(t[0]+1,t[1]-1)):new Function(a,"return "+n.slice(t[0],t[1]))}function Di(e){return e.toString()}function xi(e){return"[object Function]"===Object.prototype.toString.call(e)}var Ci=new Ua("tag:yaml.org,2002:js/function",{kind:"scalar",resolve:wi,construct:ki,predicate:xi,represent:Di}),Ai=Ka,Ei=Ai.DEFAULT=new Ai({include:[si],explicit:[pi,yi,Ci]}),Fi=Ea,Si=Ba,ji=Na,Ti=si,_i=Ei,Ri=Object.prototype.hasOwnProperty,Oi=1,Bi=2,Pi=3,Ii=4,Ni=1,Li=2,$i=3,zi=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Mi=/[\x85\u2028\u2029]/,qi=/[,\[\]\{\}]/,Ui=/^(?:!|!!|![a-z\-]+!)$/i,Wi=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function Hi(e){return Object.prototype.toString.call(e)}function Vi(e){return 10===e||13===e}function Xi(e){return 9===e||32===e}function Gi(e){return 9===e||32===e||10===e||13===e}function Yi(e){return 44===e||91===e||93===e||123===e||125===e}function Ki(e){var t;return 48<=e&&e<=57?e-48:97<=(t=32|e)&&t<=102?t-97+10:-1}function Qi(e){return 120===e?2:117===e?4:85===e?8:0}function Ji(e){return 48<=e&&e<=57?e-48:-1}function Zi(e){return 48===e?"\0":97===e?"":98===e?"\b":116===e||9===e?"\t":110===e?"\n":118===e?"\v":102===e?"\f":114===e?"\r":101===e?"":32===e?" ":34===e?'"':47===e?"/":92===e?"\\":78===e?"…":95===e?" ":76===e?"\u2028":80===e?"\u2029":""}function eu(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(55296+(e-65536>>10),56320+(e-65536&1023))}for(var tu=new Array(256),nu=new Array(256),ru=0;ru<256;ru++)tu[ru]=Zi(ru)?1:0,nu[ru]=Zi(ru);function au(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||_i,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}function ou(e,t){return new Si(t,new ji(e.filename,e.input,e.position,e.line,e.position-e.lineStart))}function iu(e,t){throw ou(e,t)}function uu(e,t){e.onWarning&&e.onWarning.call(null,ou(e,t))}var su={YAML:function(e,t,n){var r,a,o;null!==e.version&&iu(e,"duplication of %YAML directive"),1!==n.length&&iu(e,"YAML directive accepts exactly one argument"),null===(r=/^([0-9]+)\.([0-9]+)$/.exec(n[0]))&&iu(e,"ill-formed argument of the YAML directive"),a=parseInt(r[1],10),o=parseInt(r[2],10),1!==a&&iu(e,"unacceptable YAML version of the document"),e.version=n[0],e.checkLineBreaks=o<2,1!==o&&2!==o&&uu(e,"unsupported YAML version of the document")},TAG:function(e,t,n){var r,a;2!==n.length&&iu(e,"TAG directive accepts exactly two arguments"),r=n[0],a=n[1],Ui.test(r)||iu(e,"ill-formed tag handle (first argument) of the TAG directive"),Ri.call(e.tagMap,r)&&iu(e,'there is a previously declared suffix for "'+r+'" tag handle'),Wi.test(a)||iu(e,"ill-formed tag prefix (second argument) of the TAG directive"),e.tagMap[r]=a}};function cu(e,t,n,r){var a,o,i,u;if(t<n){if(u=e.input.slice(t,n),r)for(a=0,o=u.length;a<o;a+=1)9===(i=u.charCodeAt(a))||32<=i&&i<=1114111||iu(e,"expected valid JSON character");else zi.test(u)&&iu(e,"the stream contains non-printable characters");e.result+=u}}function du(e,t,n,r){var a,o,i,u;for(Fi.isObject(n)||iu(e,"cannot merge mappings; the provided source object is unacceptable"),i=0,u=(a=Object.keys(n)).length;i<u;i+=1)o=a[i],Ri.call(t,o)||(t[o]=n[o],r[o]=!0)}function lu(e,t,n,r,a,o,i,u){var s,c;if(Array.isArray(a))for(s=0,c=(a=Array.prototype.slice.call(a)).length;s<c;s+=1)Array.isArray(a[s])&&iu(e,"nested arrays are not supported inside keys"),"object"===_typeof2(a)&&"[object Object]"===Hi(a[s])&&(a[s]="[object Object]");if("object"===_typeof2(a)&&"[object Object]"===Hi(a)&&(a="[object Object]"),a=String(a),null===t&&(t={}),"tag:yaml.org,2002:merge"===r)if(Array.isArray(o))for(s=0,c=o.length;s<c;s+=1)du(e,t,o[s],n);else du(e,t,o,n);else e.json||Ri.call(n,a)||!Ri.call(t,a)||(e.line=i||e.line,e.position=u||e.position,iu(e,"duplicated mapping key")),t[a]=o,delete n[a];return t}function fu(e){var t;10===(t=e.input.charCodeAt(e.position))?e.position++:13===t?(e.position++,10===e.input.charCodeAt(e.position)&&e.position++):iu(e,"a line break is expected"),e.line+=1,e.lineStart=e.position}function pu(e,t,n){for(var r=0,a=e.input.charCodeAt(e.position);0!==a;){for(;Xi(a);)a=e.input.charCodeAt(++e.position);if(t&&35===a)do{a=e.input.charCodeAt(++e.position)}while(10!==a&&13!==a&&0!==a);if(!Vi(a))break;for(fu(e),a=e.input.charCodeAt(e.position),r++,e.lineIndent=0;32===a;)e.lineIndent++,a=e.input.charCodeAt(++e.position)}return-1!==n&&0!==r&&e.lineIndent<n&&uu(e,"deficient indentation"),r}function hu(e){var t,n=e.position;return!(45!==(t=e.input.charCodeAt(n))&&46!==t||t!==e.input.charCodeAt(n+1)||t!==e.input.charCodeAt(n+2)||(n+=3,0!==(t=e.input.charCodeAt(n))&&!Gi(t)))}function mu(e,t){1===t?e.result+=" ":t>1&&(e.result+=Fi.repeat("\n",t-1))}function gu(e,t,n){var r,a,o,i,u,s,c,d,l=e.kind,f=e.result;if(Gi(d=e.input.charCodeAt(e.position))||Yi(d)||35===d||38===d||42===d||33===d||124===d||62===d||39===d||34===d||37===d||64===d||96===d)return!1;if((63===d||45===d)&&(Gi(r=e.input.charCodeAt(e.position+1))||n&&Yi(r)))return!1;for(e.kind="scalar",e.result="",a=o=e.position,i=!1;0!==d;){if(58===d){if(Gi(r=e.input.charCodeAt(e.position+1))||n&&Yi(r))break}else if(35===d){if(Gi(e.input.charCodeAt(e.position-1)))break}else{if(e.position===e.lineStart&&hu(e)||n&&Yi(d))break;if(Vi(d)){if(u=e.line,s=e.lineStart,c=e.lineIndent,pu(e,!1,-1),e.lineIndent>=t){i=!0,d=e.input.charCodeAt(e.position);continue}e.position=o,e.line=u,e.lineStart=s,e.lineIndent=c;break}}i&&(cu(e,a,o,!1),mu(e,e.line-u),a=o=e.position,i=!1),Xi(d)||(o=e.position+1),d=e.input.charCodeAt(++e.position)}return cu(e,a,o,!1),!!e.result||(e.kind=l,e.result=f,!1)}function bu(e,t){var n,r,a;if(39!==(n=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,r=a=e.position;0!==(n=e.input.charCodeAt(e.position));)if(39===n){if(cu(e,r,e.position,!0),39!==(n=e.input.charCodeAt(++e.position)))return!0;r=e.position,e.position++,a=e.position}else Vi(n)?(cu(e,r,a,!0),mu(e,pu(e,!1,t)),r=a=e.position):e.position===e.lineStart&&hu(e)?iu(e,"unexpected end of the document within a single quoted scalar"):(e.position++,a=e.position);iu(e,"unexpected end of the stream within a single quoted scalar")}function vu(e,t){var n,r,a,o,i,u;if(34!==(u=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,n=r=e.position;0!==(u=e.input.charCodeAt(e.position));){if(34===u)return cu(e,n,e.position,!0),e.position++,!0;if(92===u){if(cu(e,n,e.position,!0),Vi(u=e.input.charCodeAt(++e.position)))pu(e,!1,t);else if(u<256&&tu[u])e.result+=nu[u],e.position++;else if((i=Qi(u))>0){for(a=i,o=0;a>0;a--)(i=Ki(u=e.input.charCodeAt(++e.position)))>=0?o=(o<<4)+i:iu(e,"expected hexadecimal character");e.result+=eu(o),e.position++}else iu(e,"unknown escape sequence");n=r=e.position}else Vi(u)?(cu(e,n,r,!0),mu(e,pu(e,!1,t)),n=r=e.position):e.position===e.lineStart&&hu(e)?iu(e,"unexpected end of the document within a double quoted scalar"):(e.position++,r=e.position)}iu(e,"unexpected end of the stream within a double quoted scalar")}function yu(e,t){var n,r,a,o,i,u,s,c,d,l,f=!0,p=e.tag,h=e.anchor,m={};if(91===(l=e.input.charCodeAt(e.position)))a=93,u=!1,r=[];else{if(123!==l)return!1;a=125,u=!0,r={}}for(null!==e.anchor&&(e.anchorMap[e.anchor]=r),l=e.input.charCodeAt(++e.position);0!==l;){if(pu(e,!0,t),(l=e.input.charCodeAt(e.position))===a)return e.position++,e.tag=p,e.anchor=h,e.kind=u?"mapping":"sequence",e.result=r,!0;f||iu(e,"missed comma between flow collection entries"),c=s=d=null,o=i=!1,63===l&&Gi(e.input.charCodeAt(e.position+1))&&(o=i=!0,e.position++,pu(e,!0,t)),n=e.line,Eu(e,t,Oi,!1,!0),c=e.tag,s=e.result,pu(e,!0,t),l=e.input.charCodeAt(e.position),!i&&e.line!==n||58!==l||(o=!0,l=e.input.charCodeAt(++e.position),pu(e,!0,t),Eu(e,t,Oi,!1,!0),d=e.result),u?lu(e,r,m,c,s,d):o?r.push(lu(e,null,m,c,s,d)):r.push(s),pu(e,!0,t),44===(l=e.input.charCodeAt(e.position))?(f=!0,l=e.input.charCodeAt(++e.position)):f=!1}iu(e,"unexpected end of the stream within a flow collection")}function wu(e,t){var n,r,a,o,i=Ni,u=!1,s=!1,c=t,d=0,l=!1;if(124===(o=e.input.charCodeAt(e.position)))r=!1;else{if(62!==o)return!1;r=!0}for(e.kind="scalar",e.result="";0!==o;)if(43===(o=e.input.charCodeAt(++e.position))||45===o)Ni===i?i=43===o?$i:Li:iu(e,"repeat of a chomping mode identifier");else{if(!((a=Ji(o))>=0))break;0===a?iu(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):s?iu(e,"repeat of an indentation width identifier"):(c=t+a-1,s=!0)}if(Xi(o)){do{o=e.input.charCodeAt(++e.position)}while(Xi(o));if(35===o)do{o=e.input.charCodeAt(++e.position)}while(!Vi(o)&&0!==o)}for(;0!==o;){for(fu(e),e.lineIndent=0,o=e.input.charCodeAt(e.position);(!s||e.lineIndent<c)&&32===o;)e.lineIndent++,o=e.input.charCodeAt(++e.position);if(!s&&e.lineIndent>c&&(c=e.lineIndent),Vi(o))d++;else{if(e.lineIndent<c){i===$i?e.result+=Fi.repeat("\n",u?1+d:d):i===Ni&&u&&(e.result+="\n");break}for(r?Xi(o)?(l=!0,e.result+=Fi.repeat("\n",u?1+d:d)):l?(l=!1,e.result+=Fi.repeat("\n",d+1)):0===d?u&&(e.result+=" "):e.result+=Fi.repeat("\n",d):e.result+=Fi.repeat("\n",u?1+d:d),u=!0,s=!0,d=0,n=e.position;!Vi(o)&&0!==o;)o=e.input.charCodeAt(++e.position);cu(e,n,e.position,!1)}}return!0}function ku(e,t){var n,r,a=e.tag,o=e.anchor,i=[],u=!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=i),r=e.input.charCodeAt(e.position);0!==r&&45===r&&Gi(e.input.charCodeAt(e.position+1));)if(u=!0,e.position++,pu(e,!0,-1)&&e.lineIndent<=t)i.push(null),r=e.input.charCodeAt(e.position);else if(n=e.line,Eu(e,t,Pi,!1,!0),i.push(e.result),pu(e,!0,-1),r=e.input.charCodeAt(e.position),(e.line===n||e.lineIndent>t)&&0!==r)iu(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break;return!!u&&(e.tag=a,e.anchor=o,e.kind="sequence",e.result=i,!0)}function Du(e,t,n){var r,a,o,i,u,s=e.tag,c=e.anchor,d={},l={},f=null,p=null,h=null,m=!1,g=!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=d),u=e.input.charCodeAt(e.position);0!==u;){if(r=e.input.charCodeAt(e.position+1),o=e.line,i=e.position,63!==u&&58!==u||!Gi(r)){if(!Eu(e,n,Bi,!1,!0))break;if(e.line===o){for(u=e.input.charCodeAt(e.position);Xi(u);)u=e.input.charCodeAt(++e.position);if(58===u)Gi(u=e.input.charCodeAt(++e.position))||iu(e,"a whitespace character is expected after the key-value separator within a block mapping"),m&&(lu(e,d,l,f,p,null),f=p=h=null),g=!0,m=!1,a=!1,f=e.tag,p=e.result;else{if(!g)return e.tag=s,e.anchor=c,!0;iu(e,"can not read an implicit mapping pair; a colon is missed")}}else{if(!g)return e.tag=s,e.anchor=c,!0;iu(e,"can not read a block mapping entry; a multiline key may not be an implicit key")}}else 63===u?(m&&(lu(e,d,l,f,p,null),f=p=h=null),g=!0,m=!0,a=!0):m?(m=!1,a=!0):iu(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,u=r;if((e.line===o||e.lineIndent>t)&&(Eu(e,t,Ii,!0,a)&&(m?p=e.result:h=e.result),m||(lu(e,d,l,f,p,h,o,i),f=p=h=null),pu(e,!0,-1),u=e.input.charCodeAt(e.position)),e.lineIndent>t&&0!==u)iu(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return m&&lu(e,d,l,f,p,null),g&&(e.tag=s,e.anchor=c,e.kind="mapping",e.result=d),g}function xu(e){var t,n,r,a,o=!1,i=!1;if(33!==(a=e.input.charCodeAt(e.position)))return!1;if(null!==e.tag&&iu(e,"duplication of a tag property"),60===(a=e.input.charCodeAt(++e.position))?(o=!0,a=e.input.charCodeAt(++e.position)):33===a?(i=!0,n="!!",a=e.input.charCodeAt(++e.position)):n="!",t=e.position,o){do{a=e.input.charCodeAt(++e.position)}while(0!==a&&62!==a);e.position<e.length?(r=e.input.slice(t,e.position),a=e.input.charCodeAt(++e.position)):iu(e,"unexpected end of the stream within a verbatim tag")}else{for(;0!==a&&!Gi(a);)33===a&&(i?iu(e,"tag suffix cannot contain exclamation marks"):(n=e.input.slice(t-1,e.position+1),Ui.test(n)||iu(e,"named tag handle cannot contain such characters"),i=!0,t=e.position+1)),a=e.input.charCodeAt(++e.position);r=e.input.slice(t,e.position),qi.test(r)&&iu(e,"tag suffix cannot contain flow indicator characters")}return r&&!Wi.test(r)&&iu(e,"tag name cannot contain such characters: "+r),o?e.tag=r:Ri.call(e.tagMap,n)?e.tag=e.tagMap[n]+r:"!"===n?e.tag="!"+r:"!!"===n?e.tag="tag:yaml.org,2002:"+r:iu(e,'undeclared tag handle "'+n+'"'),!0}function Cu(e){var t,n;if(38!==(n=e.input.charCodeAt(e.position)))return!1;for(null!==e.anchor&&iu(e,"duplication of an anchor property"),n=e.input.charCodeAt(++e.position),t=e.position;0!==n&&!Gi(n)&&!Yi(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&iu(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function Au(e){var t,n,r;if(42!==(r=e.input.charCodeAt(e.position)))return!1;for(r=e.input.charCodeAt(++e.position),t=e.position;0!==r&&!Gi(r)&&!Yi(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&iu(e,"name of an alias node must contain at least one character"),n=e.input.slice(t,e.position),Ri.call(e.anchorMap,n)||iu(e,'unidentified alias "'+n+'"'),e.result=e.anchorMap[n],pu(e,!0,-1),!0}function Eu(e,t,n,r,a){var o,i,u,s,c,d,l,f,p=1,h=!1,m=!1;if(null!==e.listener&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,o=i=u=Ii===n||Pi===n,r&&pu(e,!0,-1)&&(h=!0,e.lineIndent>t?p=1:e.lineIndent===t?p=0:e.lineIndent<t&&(p=-1)),1===p)for(;xu(e)||Cu(e);)pu(e,!0,-1)?(h=!0,u=o,e.lineIndent>t?p=1:e.lineIndent===t?p=0:e.lineIndent<t&&(p=-1)):u=!1;if(u&&(u=h||a),1!==p&&Ii!==n||(l=Oi===n||Bi===n?t:t+1,f=e.position-e.lineStart,1===p?u&&(ku(e,f)||Du(e,f,l))||yu(e,l)?m=!0:(i&&wu(e,l)||bu(e,l)||vu(e,l)?m=!0:Au(e)?(m=!0,null===e.tag&&null===e.anchor||iu(e,"alias node should not have any properties")):gu(e,l,Oi===n)&&(m=!0,null===e.tag&&(e.tag="?")),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):0===p&&(m=u&&ku(e,f))),null!==e.tag&&"!"!==e.tag)if("?"===e.tag){for(null!==e.result&&"scalar"!==e.kind&&iu(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),s=0,c=e.implicitTypes.length;s<c;s+=1)if((d=e.implicitTypes[s]).resolve(e.result)){e.result=d.construct(e.result),e.tag=d.tag,null!==e.anchor&&(e.anchorMap[e.anchor]=e.result);break}}else Ri.call(e.typeMap[e.kind||"fallback"],e.tag)?(d=e.typeMap[e.kind||"fallback"][e.tag],null!==e.result&&d.kind!==e.kind&&iu(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+d.kind+'", not "'+e.kind+'"'),d.resolve(e.result)?(e.result=d.construct(e.result),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):iu(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")):iu(e,"unknown tag !<"+e.tag+">");return null!==e.listener&&e.listener("close",e),null!==e.tag||null!==e.anchor||m}function Fu(e){var t,n,r,a,o=e.position,i=!1;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap={},e.anchorMap={};0!==(a=e.input.charCodeAt(e.position))&&(pu(e,!0,-1),a=e.input.charCodeAt(e.position),!(e.lineIndent>0||37!==a));){for(i=!0,a=e.input.charCodeAt(++e.position),t=e.position;0!==a&&!Gi(a);)a=e.input.charCodeAt(++e.position);for(r=[],(n=e.input.slice(t,e.position)).length<1&&iu(e,"directive name must not be less than one character in length");0!==a;){for(;Xi(a);)a=e.input.charCodeAt(++e.position);if(35===a){do{a=e.input.charCodeAt(++e.position)}while(0!==a&&!Vi(a));break}if(Vi(a))break;for(t=e.position;0!==a&&!Gi(a);)a=e.input.charCodeAt(++e.position);r.push(e.input.slice(t,e.position))}0!==a&&fu(e),Ri.call(su,n)?su[n](e,n,r):uu(e,'unknown document directive "'+n+'"')}pu(e,!0,-1),0===e.lineIndent&&45===e.input.charCodeAt(e.position)&&45===e.input.charCodeAt(e.position+1)&&45===e.input.charCodeAt(e.position+2)?(e.position+=3,pu(e,!0,-1)):i&&iu(e,"directives end mark is expected"),Eu(e,e.lineIndent-1,Ii,!1,!0),pu(e,!0,-1),e.checkLineBreaks&&Mi.test(e.input.slice(o,e.position))&&uu(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&hu(e)?46===e.input.charCodeAt(e.position)&&(e.position+=3,pu(e,!0,-1)):e.position<e.length-1&&iu(e,"end of the stream or a document separator is expected")}function Su(e,t){t=t||{},0!==(e=String(e)).length&&(10!==e.charCodeAt(e.length-1)&&13!==e.charCodeAt(e.length-1)&&(e+="\n"),65279===e.charCodeAt(0)&&(e=e.slice(1)));var n=new au(e,t),r=e.indexOf("\0");for(-1!==r&&(n.position=r,iu(n,"null byte is not allowed in input")),n.input+="\0";32===n.input.charCodeAt(n.position);)n.lineIndent+=1,n.position+=1;for(;n.position<n.length-1;)Fu(n);return n.documents}function ju(e,t,n){null!==t&&"object"===_typeof2(t)&&void 0===n&&(n=t,t=null);var r=Su(e,n);if("function"!=typeof t)return r;for(var a=0,o=r.length;a<o;a+=1)t(r[a])}function Tu(e,t){var n=Su(e,t);if(0!==n.length){if(1===n.length)return n[0];throw new Si("expected a single document in the stream, but found more")}}function _u(e,t,n){return"object"===_typeof2(t)&&null!==t&&void 0===n&&(n=t,t=null),ju(e,t,Fi.extend({schema:Ti},n))}function Ru(e,t){return Tu(e,Fi.extend({schema:Ti},t))}Aa.loadAll=ju,Aa.load=Tu,Aa.safeLoadAll=_u,Aa.safeLoad=Ru;var Ou={},Bu=Ea,Pu=Ba,Iu=Ei,Nu=si,Lu=Object.prototype.toString,$u=Object.prototype.hasOwnProperty,Mu=9,qu=10,Uu=13,Wu=32,Hu=33,Vu=34,Xu=35,Gu=37,Yu=38,Ku=39,Qu=42,Ju=44,Zu=45,es=58,ts=61,ns=62,rs=63,as=64,os=91,is=93,us=96,ss=123,cs=124,ds=125,ls={0:"\\0",7:"\\a",8:"\\b",9:"\\t",10:"\\n",11:"\\v",12:"\\f",13:"\\r",27:"\\e",34:'\\"',92:"\\\\",133:"\\N",160:"\\_",8232:"\\L",8233:"\\P"},fs=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function ps(e,t){var n,r,a,o,i,u,s;if(null===t)return{};for(n={},a=0,o=(r=Object.keys(t)).length;a<o;a+=1)i=r[a],u=String(t[i]),"!!"===i.slice(0,2)&&(i="tag:yaml.org,2002:"+i.slice(2)),(s=e.compiledTypeMap.fallback[i])&&$u.call(s.styleAliases,u)&&(u=s.styleAliases[u]),n[i]=u;return n}function hs(e){var t,n,r;if(t=e.toString(16).toUpperCase(),e<=255)n="x",r=2;else if(e<=65535)n="u",r=4;else{if(!(e<=4294967295))throw new Pu("code point within a string may not be greater than 0xFFFFFFFF");n="U",r=8}return"\\"+n+Bu.repeat("0",r-t.length)+t}function ms(e){this.schema=e.schema||Iu,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=Bu.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=ps(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function gs(e,t){for(var n,r=Bu.repeat(" ",t),a=0,o=-1,i="",u=e.length;a<u;)-1===(o=e.indexOf("\n",a))?(n=e.slice(a),a=u):(n=e.slice(a,o+1),a=o+1),n.length&&"\n"!==n&&(i+=r),i+=n;return i}function bs(e,t){return"\n"+Bu.repeat(" ",e.indent*t)}function vs(e,t){var n,r;for(n=0,r=e.implicitTypes.length;n<r;n+=1)if(e.implicitTypes[n].resolve(t))return!0;return!1}function ys(e){return e===Wu||e===Mu}function ws(e){return 32<=e&&e<=126||161<=e&&e<=55295&&8232!==e&&8233!==e||57344<=e&&e<=65533&&65279!==e||65536<=e&&e<=1114111}function ks(e){return ws(e)&&!ys(e)&&65279!==e&&e!==Uu&&e!==qu}function Ds(e,t){return ws(e)&&65279!==e&&e!==Ju&&e!==os&&e!==is&&e!==ss&&e!==ds&&e!==es&&(e!==Xu||t&&ks(t))}function xs(e){return ws(e)&&65279!==e&&!ys(e)&&e!==Zu&&e!==rs&&e!==es&&e!==Ju&&e!==os&&e!==is&&e!==ss&&e!==ds&&e!==Xu&&e!==Yu&&e!==Qu&&e!==Hu&&e!==cs&&e!==ts&&e!==ns&&e!==Ku&&e!==Vu&&e!==Gu&&e!==as&&e!==us}function Cs(e){return/^\n* /.test(e)}var As=1,Es=2,Fs=3,Ss=4,js=5;function Ts(e,t,n,r,a){var o,i,u,s=!1,c=!1,d=-1!==r,l=-1,f=xs(e.charCodeAt(0))&&!ys(e.charCodeAt(e.length-1));if(t)for(o=0;o<e.length;o++){if(!ws(i=e.charCodeAt(o)))return js;u=o>0?e.charCodeAt(o-1):null,f=f&&Ds(i,u)}else{for(o=0;o<e.length;o++){if((i=e.charCodeAt(o))===qu)s=!0,d&&(c=c||o-l-1>r&&" "!==e[l+1],l=o);else if(!ws(i))return js;u=o>0?e.charCodeAt(o-1):null,f=f&&Ds(i,u)}c=c||d&&o-l-1>r&&" "!==e[l+1]}return s||c?n>9&&Cs(e)?js:c?Ss:Fs:f&&!a(e)?As:Es}function _s(e,t,n,r){e.dump=function(){if(0===t.length)return"''";if(!e.noCompatMode&&-1!==fs.indexOf(t))return"'"+t+"'";var a=e.indent*Math.max(1,n),o=-1===e.lineWidth?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-a),i=r||e.flowLevel>-1&&n>=e.flowLevel;function u(t){return vs(e,t)}switch(Ts(t,i,e.indent,o,u)){case As:return t;case Es:return"'"+t.replace(/'/g,"''")+"'";case Fs:return"|"+Rs(t,e.indent)+Os(gs(t,a));case Ss:return">"+Rs(t,e.indent)+Os(gs(Bs(t,o),a));case js:return'"'+Is(t)+'"';default:throw new Pu("impossible error: invalid scalar style")}}()}function Rs(e,t){var n=Cs(e)?String(t):"",r="\n"===e[e.length-1];return n+(!r||"\n"!==e[e.length-2]&&"\n"!==e?r?"":"-":"+")+"\n"}function Os(e){return"\n"===e[e.length-1]?e.slice(0,-1):e}function Bs(e,t){for(var n,r,a,o=/(\n+)([^\n]*)/g,i=(n=-1!==(n=e.indexOf("\n"))?n:e.length,o.lastIndex=n,Ps(e.slice(0,n),t)),u="\n"===e[0]||" "===e[0];a=o.exec(e);){var s=a[1],c=a[2];r=" "===c[0],i+=s+(u||r||""===c?"":"\n")+Ps(c,t),u=r}return i}function Ps(e,t){if(""===e||" "===e[0])return e;for(var n,r,a=/ [^ ]/g,o=0,i=0,u=0,s="";n=a.exec(e);)(u=n.index)-o>t&&(r=i>o?i:u,s+="\n"+e.slice(o,r),o=r+1),i=u;return s+="\n",e.length-o>t&&i>o?s+=e.slice(o,i)+"\n"+e.slice(i+1):s+=e.slice(o),s.slice(1)}function Is(e){for(var t,n,r,a="",o=0;o<e.length;o++)(t=e.charCodeAt(o))>=55296&&t<=56319&&(n=e.charCodeAt(o+1))>=56320&&n<=57343?(a+=hs(1024*(t-55296)+n-56320+65536),o++):a+=!(r=ls[t])&&ws(t)?e[o]:r||hs(t);return a}function Ns(e,t,n){var r,a,o="",i=e.tag;for(r=0,a=n.length;r<a;r+=1)qs(e,t,n[r],!1,!1)&&(0!==r&&(o+=","+(e.condenseFlow?"":" ")),o+=e.dump);e.tag=i,e.dump="["+o+"]"}function Ls(e,t,n,r){var a,o,i="",u=e.tag;for(a=0,o=n.length;a<o;a+=1)qs(e,t+1,n[a],!0,!0)&&(r&&0===a||(i+=bs(e,t)),e.dump&&qu===e.dump.charCodeAt(0)?i+="-":i+="- ",i+=e.dump);e.tag=u,e.dump=i||"[]"}function $s(e,t,n){var r,a,o,i,u,s="",c=e.tag,d=Object.keys(n);for(r=0,a=d.length;r<a;r+=1)u="",0!==r&&(u+=", "),e.condenseFlow&&(u+='"'),i=n[o=d[r]],qs(e,t,o,!1,!1)&&(e.dump.length>1024&&(u+="? "),u+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),qs(e,t,i,!1,!1)&&(s+=u+=e.dump));e.tag=c,e.dump="{"+s+"}"}function zs(e,t,n,r){var a,o,i,u,s,c,d="",l=e.tag,f=Object.keys(n);if(!0===e.sortKeys)f.sort();else if("function"==typeof e.sortKeys)f.sort(e.sortKeys);else if(e.sortKeys)throw new Pu("sortKeys must be a boolean or a function");for(a=0,o=f.length;a<o;a+=1)c="",r&&0===a||(c+=bs(e,t)),u=n[i=f[a]],qs(e,t+1,i,!0,!0,!0)&&((s=null!==e.tag&&"?"!==e.tag||e.dump&&e.dump.length>1024)&&(e.dump&&qu===e.dump.charCodeAt(0)?c+="?":c+="? "),c+=e.dump,s&&(c+=bs(e,t)),qs(e,t+1,u,!0,s)&&(e.dump&&qu===e.dump.charCodeAt(0)?c+=":":c+=": ",d+=c+=e.dump));e.tag=l,e.dump=d||"{}"}function Ms(e,t,n){var r,a,o,i,u,s;for(o=0,i=(a=n?e.explicitTypes:e.implicitTypes).length;o<i;o+=1)if(((u=a[o]).instanceOf||u.predicate)&&(!u.instanceOf||"object"===_typeof2(t)&&t instanceof u.instanceOf)&&(!u.predicate||u.predicate(t))){if(e.tag=n?u.tag:"?",u.represent){if(s=e.styleMap[u.tag]||u.defaultStyle,"[object Function]"===Lu.call(u.represent))r=u.represent(t,s);else{if(!$u.call(u.represent,s))throw new Pu("!<"+u.tag+'> tag resolver accepts not "'+s+'" style');r=u.represent[s](t,s)}e.dump=r}return!0}return!1}function qs(e,t,n,r,a,o){e.tag=null,e.dump=n,Ms(e,n,!1)||Ms(e,n,!0);var i=Lu.call(e.dump);r&&(r=e.flowLevel<0||e.flowLevel>t);var u,s,c="[object Object]"===i||"[object Array]"===i;if(c&&(s=-1!==(u=e.duplicates.indexOf(n))),(null!==e.tag&&"?"!==e.tag||s||2!==e.indent&&t>0)&&(a=!1),s&&e.usedDuplicates[u])e.dump="*ref_"+u;else{if(c&&s&&!e.usedDuplicates[u]&&(e.usedDuplicates[u]=!0),"[object Object]"===i)r&&0!==Object.keys(e.dump).length?(zs(e,t,e.dump,a),s&&(e.dump="&ref_"+u+e.dump)):($s(e,t,e.dump),s&&(e.dump="&ref_"+u+" "+e.dump));else if("[object Array]"===i){var d=e.noArrayIndent&&t>0?t-1:t;r&&0!==e.dump.length?(Ls(e,d,e.dump,a),s&&(e.dump="&ref_"+u+e.dump)):(Ns(e,d,e.dump),s&&(e.dump="&ref_"+u+" "+e.dump))}else{if("[object String]"!==i){if(e.skipInvalid)return!1;throw new Pu("unacceptable kind of an object to dump "+i)}"?"!==e.tag&&_s(e,e.dump,t,o)}null!==e.tag&&"?"!==e.tag&&(e.dump="!<"+e.tag+"> "+e.dump)}return!0}function Us(e,t){var n,r,a=[],o=[];for(Ws(e,a,o),n=0,r=o.length;n<r;n+=1)t.duplicates.push(a[o[n]]);t.usedDuplicates=new Array(r)}function Ws(e,t,n){var r,a,o;if(null!==e&&"object"===_typeof2(e))if(-1!==(a=t.indexOf(e)))-1===n.indexOf(a)&&n.push(a);else if(t.push(e),Array.isArray(e))for(a=0,o=e.length;a<o;a+=1)Ws(e[a],t,n);else for(a=0,o=(r=Object.keys(e)).length;a<o;a+=1)Ws(e[r[a]],t,n)}function Hs(e,t){var n=new ms(t=t||{});return n.noRefs||Us(e,n),qs(n,0,e,!0,!0)?n.dump+"\n":""}function Vs(e,t){return Hs(e,Bu.extend({schema:Nu},t))}Ou.dump=Hs,Ou.safeDump=Vs;var Xs=Aa,Gs=Ou;function Ys(e){return function(){throw new Error("Function "+e+" is deprecated and cannot be used.")}}Ca.Type=Ua,Ca.Schema=Ka,Ca.FAILSAFE_SCHEMA=eo,Ca.JSON_SCHEMA=Fo,Ca.CORE_SCHEMA=So,Ca.DEFAULT_SAFE_SCHEMA=si,Ca.DEFAULT_FULL_SCHEMA=Ei,Ca.load=Xs.load,Ca.loadAll=Xs.loadAll,Ca.safeLoad=Xs.safeLoad,Ca.safeLoadAll=Xs.safeLoadAll,Ca.dump=Gs.dump,Ca.safeDump=Gs.safeDump,Ca.YAMLException=Ba,Ca.MINIMAL_SCHEMA=eo,Ca.SAFE_SCHEMA=si,Ca.DEFAULT_SCHEMA=Ei,Ca.scan=Ys("scan"),Ca.parse=Ys("parse"),Ca.compose=Ys("compose"),Ca.addConstructor=Ys("addConstructor");var Ks=xa(Ca);function Qs(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Js(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Qs(Object(n),!0).forEach((function(t){Da(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Qs(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Zs=function(){function e(t){_classCallCheck(this,e);try{var n=Ks.safeLoad(t);this.redirects=n.reduce((function(e,t){return Js(Js({},e),{},_defineProperty2({},t.title,t))}),{})}catch(e){throw console.log("Was unable to load YAML into JS due to: ".concat(e.message)),e}}return _createClass(e,[{key:"getRedirect",value:function(e){var t=this;if(Object.prototype.hasOwnProperty.call(this.redirects,e))return this.redirects[e];var n=Object.keys(this.redirects).map((function(e){return t.redirects[e]}));return n.find((function(t){var n=t.aliases;return!!n&&n.includes(e)}))}},{key:"isBlocking",value:function(e){var t=this.redirects[e];return!!t&&!!t.isBlocking}}]),e}(),ec={"1x1-transparent.gif":"1x1-transparent.gif","1x1.gif":"1x1-transparent.gif","1x1-transparent-gif":"1x1-transparent.gif","2x2-transparent.png":"2x2-transparent.png","2x2.png":"2x2-transparent.png","2x2-transparent-png":"2x2-transparent.png","3x2-transparent.png":"3x2-transparent.png","3x2.png":"3x2-transparent.png","3x2-transparent-png":"3x2-transparent.png","32x32-transparent.png":"32x32-transparent.png","32x32.png":"32x32-transparent.png","32x32-transparent-png":"32x32-transparent.png",noopframe:"noopframe.html","noop.html":"noopframe.html","blank-html":"noopframe.html",noopcss:"noopcss.css","noop.css":"noopcss.css","blank-css":"noopcss.css",noopjs:"noopjs.js","noop.js":"noopjs.js","blank-js":"noopjs.js",noopjson:"noopjson.json",nooptext:"nooptext.js","noop.txt":"nooptext.js","blank-text":"nooptext.js",empty:"nooptext.js","noopvmap-1.0":"noopvmap01.xml","noop-vmap1.0.xml":"noopvmap01.xml","noopvast-2.0":"noopvast02.xml","noopvast-3.0":"noopvast03.xml","noopvast-4.0":"noopvast04.xml","noopmp3-0.1s":"noopmp3.mp3","blank-mp3":"noopmp3.mp3","noopmp4-1s":"noopmp4.mp4","noop-1s.mp4":"noopmp4.mp4","blank-mp4":"noopmp4.mp4","click2load.html":"click2load.html","ubo-click2load.html":"click2load.html","amazon-apstag":"amazon-apstag.js","ubo-amazon_apstag.js":"amazon-apstag.js","amazon_apstag.js":"amazon-apstag.js","ati-smarttag":"ati-smarttag.js","didomi-loader":"didomi-loader.js",fingerprintjs2:"fingerprintjs2.js","ubo-fingerprint2.js":"fingerprintjs2.js","fingerprint2.js":"fingerprintjs2.js",fingerprintjs3:"fingerprintjs3.js","ubo-fingerprint3.js":"fingerprintjs3.js","fingerprint3.js":"fingerprintjs3.js",gemius:"gemius.js","google-analytics-ga":"google-analytics-ga.js","ubo-google-analytics_ga.js":"google-analytics-ga.js","google-analytics_ga.js":"google-analytics-ga.js","google-analytics":"google-analytics.js","ubo-google-analytics_analytics.js":"google-analytics.js","google-analytics_analytics.js":"google-analytics.js","googletagmanager-gtm":"google-analytics.js","ubo-googletagmanager_gtm.js":"google-analytics.js","googletagmanager_gtm.js":"google-analytics.js","google-ima3":"google-ima3.js","ubo-google-ima.js":"google-ima3.js","google-ima.js":"google-ima3.js","googlesyndication-adsbygoogle":"googlesyndication-adsbygoogle.js","ubo-googlesyndication_adsbygoogle.js":"googlesyndication-adsbygoogle.js","googlesyndication_adsbygoogle.js":"googlesyndication-adsbygoogle.js","googletagservices-gpt":"googletagservices-gpt.js","ubo-googletagservices_gpt.js":"googletagservices-gpt.js","googletagservices_gpt.js":"googletagservices-gpt.js",matomo:"matomo.js","metrika-yandex-tag":"metrika-yandex-tag.js","metrika-yandex-watch":"metrika-yandex-watch.js","naver-wcslog":"naver-wcslog.js",noeval:"noeval.js","noeval.js":"noeval.js","silent-noeval.js":"noeval.js","ubo-noeval.js":"noeval.js","ubo-silent-noeval.js":"noeval.js","ubo-noeval":"noeval.js","ubo-silent-noeval":"noeval.js","pardot-1.0":"pardot-1.0.js","prebid-ads":"prebid-ads.js","ubo-prebid-ads.js":"prebid-ads.js","prebid-ads.js":"prebid-ads.js",prebid:"prebid.js","prevent-bab":"prevent-bab.js","nobab.js":"prevent-bab.js","ubo-nobab.js":"prevent-bab.js","bab-defuser.js":"prevent-bab.js","ubo-bab-defuser.js":"prevent-bab.js","ubo-nobab":"prevent-bab.js","ubo-bab-defuser":"prevent-bab.js","prevent-bab2":"prevent-bab2.js","nobab2.js":"prevent-bab2.js","prevent-fab-3.2.0":"prevent-fab-3.2.0.js","nofab.js":"prevent-fab-3.2.0.js","ubo-nofab.js":"prevent-fab-3.2.0.js","fuckadblock.js-3.2.0":"prevent-fab-3.2.0.js","ubo-fuckadblock.js-3.2.0":"prevent-fab-3.2.0.js","ubo-nofab":"prevent-fab-3.2.0.js","prevent-popads-net":"prevent-popads-net.js","popads.net.js":"prevent-popads-net.js","ubo-popads.net.js":"prevent-popads-net.js","ubo-popads.net":"prevent-popads-net.js","scorecardresearch-beacon":"scorecardresearch-beacon.js","ubo-scorecardresearch_beacon.js":"scorecardresearch-beacon.js","scorecardresearch_beacon.js":"scorecardresearch-beacon.js","set-popads-dummy":"set-popads-dummy.js","popads-dummy.js":"set-popads-dummy.js","ubo-popads-dummy.js":"set-popads-dummy.js","ubo-popads-dummy":"set-popads-dummy.js"},tc=function(e){var t=Object.keys(va).map((function(e){return va[e]}));return t.find((function(t){return t.names&&t.names.includes(e)}))},nc=function(e){var t=tc(e.name),n=r(t);return n=a(t,n),n="test"===e.engine?i(n):o(e,n,!0)},rc={Redirects:Zs,getRedirectFilename:function(e){return ec[e]},getCode:nc,isAdgRedirectRule:Yn.isAdgRedirectRule,isValidAdgRedirectRule:Yn.isValidAdgRedirectRule,isAdgRedirectCompatibleWithUbo:Yn.isAdgRedirectCompatibleWithUbo,isUboRedirectCompatibleWithAdg:Yn.isUboRedirectCompatibleWithAdg,isAbpRedirectCompatibleWithAdg:Yn.isAbpRedirectCompatibleWithAdg,convertUboRedirectToAdg:Vr,convertAbpRedirectToAdg:Xr,convertRedirectToAdg:Gr,convertRedirectNameToAdg:Kr,convertAdgRedirectToUbo:Yr};function ac(e,t){function n(e,t,n){var d=i(n),f=r(),p="data:text/javascript;base64,",h=function(){if("currentScript"in document)return document.currentScript;var e=document.getElementsByTagName("script");return e[e.length-1]},m=h(),g=function(){var t,n=h();if(n){var r=n.textContent;try{r=Object.getOwnPropertyDescriptor(Node.prototype,"textContent").get.call(n)}catch(e){}if(0===r.length&&void 0!==n.src&&null!==(t=n.src)&&void 0!==t&&t.startsWith(p)){var a=n.src.slice(p.length);r=window.atob(a)}if(n instanceof HTMLScriptElement&&r.length>0&&n!==m&&d.test(r))throw s(e),new ReferenceError(f)}},b=function t(n,r){var i=o(n,r),u=i.base,s=i.prop,d=i.chain;if(u instanceof Object!=0||null!==u)if(d){var f=function(e){u=e,e instanceof Object&&t(e,d)};Object.defineProperty(n,s,{get:function(){return u},set:f})}else{var p=u[s],h=Object.getOwnPropertyDescriptor(u,s);h instanceof Object!=0&&h.get instanceof Function!=0||(p=u[s],h=void 0);var m=Object.assign(l(),{currentValue:p,get:function(){return this.isAbortingSuspended||this.isolateCallback(g),h instanceof Object?h.get.call(u):this.currentValue},set:function(e){this.isAbortingSuspended||this.isolateCallback(g),h instanceof Object?h.set.call(u,e):this.currentValue=e}});a(u,s,{get:function(){return m.get.call(m)},set:function(e){m.set.call(m,e)}})}else{var b=r.split("."),v=b.indexOf(s),y=b[v-1],w="The scriptlet had been executed before the ".concat(y," was loaded.");c(e,w)}};b(window,t),window.onerror=u(f).bind()}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&d(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function u(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function s(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function c(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function d(e){return 0===Object.keys(e).length&&!e.prototype}function l(){return{isAbortingSuspended:!1,isolateCallback:function(e){this.isAbortingSuspended=!0;try{for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];var o=e.apply(void 0,n);return this.isAbortingSuspended=!1,o}catch(e){var i=r();throw this.isAbortingSuspended=!1,new ReferenceError(i)}}}}var f=t?[].concat(e).concat(t):[e];try{n.apply(this,f)}catch(e){console.log(e)}}function oc(e,t){function n(e,t){if(t){var n=r(),s=function(){throw u(e),new ReferenceError(n)},c=function e(t,n){var r=o(t,n),i=r.base,u=r.prop,c=r.chain;if(c){var d=function(t){i=t,t instanceof Object&&e(t,c)};Object.defineProperty(t,u,{get:function(){return i},set:d})}else a(i,u,{get:s,set:function(){}})};c(window,t),window.onerror=i(n).bind()}}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&s(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function u(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function s(e){return 0===Object.keys(e).length&&!e.prototype}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function ic(e,t){function n(e,t){if(t){var n=r(),s=function(){throw u(e),new ReferenceError(n)},c=function e(t,n){var r=o(t,n),i=r.base,u=r.prop,c=r.chain;if(c){var d=function(t){i=t,t instanceof Object&&e(t,c)};Object.defineProperty(t,u,{get:function(){return i},set:d})}else a(i,u,{set:s})};c(window,t),window.onerror=i(n).bind()}}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&s(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function u(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function s(e){return 0===Object.keys(e).length&&!e.prototype}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function uc(e,t){function n(e,t,n){if(t&&n){var c=r(),p=function(){throw u(e),new ReferenceError(c)},h=function t(r,i){var u=o(r,i),c=u.base,h=u.prop,m=u.chain;if(m){var g=function(e){c=e,e instanceof Object&&t(e,m)};Object.defineProperty(r,h,{get:function(){return c},set:g})}else if(n.match(/^(inlineScript|injectedScript)$/)||s(n)){var b=Object.assign(l(),{value:c[h],get:function(){return!this.isAbortingSuspended&&this.isolateCallback(d,n,(new Error).stack)&&p(),this.value},set:function(e){!this.isAbortingSuspended&&this.isolateCallback(d,n,(new Error).stack)&&p(),this.value=e}});a(c,h,{get:function(){return b.get.call(b)},set:function(e){b.set.call(b,e)}})}else f(e,"Invalid parameter: ".concat(n))};h(window,t),window.onerror=i(c).bind()}}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&h(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function u(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function s(e){var t,n="/",r=c(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function c(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function d(e,t){if(!e||""===e)return!0;if(g(e,t))return!0;var n=p(e),r=t.split("\n").slice(2).map((function(e){return e.trim()})).join("\n");return m().call(n,r)}function l(){return{isAbortingSuspended:!1,isolateCallback:function(e){this.isAbortingSuspended=!0;try{for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];var o=e.apply(void 0,n);return this.isAbortingSuspended=!1,o}catch(e){var i=r();throw this.isAbortingSuspended=!1,new ReferenceError(i)}}}}function f(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function p(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function h(e){return 0===Object.keys(e).length&&!e.prototype}function m(){var e=Object.getOwnPropertyDescriptor(RegExp.prototype,"test"),t=null==e?void 0:e.value;if(e&&"function"==typeof e.value)return t;throw new Error("RegExp.prototype.test is not a function")}function g(e,t){var n="inlineScript",r="injectedScript",a="<anonymous>",o=function(e){return e.includes(n)},i=function(e){return e.includes(r)};if(!o(e)&&!i(e))return!1;var u=window.location.href,s=u.indexOf("#");-1!==s&&(u=u.slice(0,s));var c=t.split("\n").slice(2).map((function(e){return e.trim()})),d=c.map((function(e){var t,n=/(.*?@)?(\S+)(:\d+):\d+\)?$/.exec(e);if(n){var o,i,u=n[2];if(null!==(o=u)&&void 0!==o&&o.startsWith("(")&&(u=u.slice(1)),null!==(i=u)&&void 0!==i&&i.startsWith(a)){var s;u=r;var c=void 0!==n[1]?n[1].slice(0,-1):e.slice(0,n.index).trim();null!==(s=c)&&void 0!==s&&s.startsWith("at")&&(c=c.slice(2).trim()),t="".concat(c," ").concat(u).trim()}else t=u}else t=e;return t}));if(d)for(var l=0;l<d.length;l+=1){if(o(e)&&u===d[l])return!0;if(i(e)&&d[l].startsWith(r))return!0}return!1}var b=t?[].concat(e).concat(t):[e];try{n.apply(this,b)}catch(e){console.log(e)}}function sc(e,t){function n(e,t,n,c){var d=window.setInterval,l=o(t),f=function(t,o){if(a(t))l.test(t.toString())&&u(n,o)&&(o*=i(c),r(e));else{var f="Scriptlet can't be applied because of invalid callback: '".concat(String(t),"'");s(e,f)}for(var p=arguments.length,h=new Array(p>2?p-2:0),m=2;m<p;m++)h[m-2]=arguments[m];return d.apply(window,[t,o].concat(h))};window.setInterval=f}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){return e instanceof Function||"string"==typeof e}function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function i(e){var t=.05,n=.001,r=50,a=parseFloat(e),o=c(a)||!d(a)?t:a;return o<n&&(o=n),o>r&&(o=r),o}function u(e,t){return f(e)||t===l(e)}function s(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function c(e){return(Number.isNaN||window.isNaN)(e)}function d(e){return(Number.isFinite||window.isFinite)(e)}function l(e){var t=1e3,n=parseInt(e,10);return c(n)?t:n}function f(e){return"*"===e}var p=t?[].concat(e).concat(t):[e];try{n.apply(this,p)}catch(e){console.log(e)}}function cc(e,t){function n(e,t,n,c){var d=window.setTimeout,l=o(t),f=function(t,o){if(a(t))l.test(t.toString())&&u(n,o)&&(o*=i(c),r(e));else{var f="Scriptlet can't be applied because of invalid callback: '".concat(String(t),"'");s(e,f)}for(var p=arguments.length,h=new Array(p>2?p-2:0),m=2;m<p;m++)h[m-2]=arguments[m];return d.apply(window,[t,o].concat(h))};window.setTimeout=f}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){return e instanceof Function||"string"==typeof e}function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function i(e){var t=.05,n=.001,r=50,a=parseFloat(e),o=c(a)||!d(a)?t:a;return o<n&&(o=n),o>r&&(o=r),o}function u(e,t){return f(e)||t===l(e)}function s(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function c(e){return(Number.isNaN||window.isNaN)(e)}function d(e){return(Number.isFinite||window.isFinite)(e)}function l(e){var t=1e3,n=parseInt(e,10);return c(n)?t:n}function f(e){return"*"===e}var p=t?[].concat(e).concat(t):[e];try{n.apply(this,p)}catch(e){console.log(e)}}function dc(e,t){function n(e,t,n){var d=i(n),l=r(),f=function(){if("currentScript"in document)return document.currentScript;var e=document.getElementsByTagName("script");return e[e.length-1]},p=f(),h=function(){var t=f();if(t){var n=t.textContent;try{n=Object.getOwnPropertyDescriptor(Node.prototype,"textContent").get.call(t)}catch(e){}t instanceof HTMLScriptElement&&n.length>0&&t!==p&&d.test(n)&&s(e)}},m=function t(n,r){var i=o(n,r),u=i.base,s=i.prop,d=i.chain;if(u instanceof Object!=0||null!==u)if(d){var l=function(e){u=e,e instanceof Object&&t(e,d)};Object.defineProperty(n,s,{get:function(){return u},set:l})}else{var f=u[s];a(u,s,{set:function(e){h(),f=e},get:function(){return h(),f}})}else{var p=r.split("."),m=p.indexOf(s),g=p[m-1];c("The scriptlet had been executed before the ".concat(g," was loaded."),e.verbose)}};m(window,t),window.onerror=u(l).bind()}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&d(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function u(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function s(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function c(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function d(e){return 0===Object.keys(e).length&&!e.prototype}var l=t?[].concat(e).concat(t):[e];try{n.apply(this,l)}catch(e){console.log(e)}}function lc(e,t){function n(e,t){if(t){var n=r(),c=function(){u(e)},d=function e(t,n){var r=o(t,n),i=r.base,u=r.prop,d=r.chain;if(d){var l=function(t){i=t,t instanceof Object&&e(t,d)};Object.defineProperty(t,u,{get:function(){return i},set:l})}else a(i,u,{get:c,set:s})};d(window,t),window.onerror=i(n).bind()}}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&c(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function u(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function s(){}function c(e){return 0===Object.keys(e).length&&!e.prototype}var d=t?[].concat(e).concat(t):[e];try{n.apply(this,d)}catch(e){console.log(e)}}function fc(e,t){function n(e,t){if(t){var n=r(),s=function(){u(e)},c=function e(t,n){var r=o(t,n),i=r.base,u=r.prop,c=r.chain;if(c){var d=function(t){i=t,t instanceof Object&&e(t,c)};Object.defineProperty(t,u,{get:function(){return i},set:d})}else a(i,u,{set:s})};c(window,t),window.onerror=i(n).bind()}}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&s(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function u(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function s(e){return 0===Object.keys(e).length&&!e.prototype}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function pc(e,t){function n(e,t){var n=console.dir;function a(t){"function"==typeof n&&n.call(this,t),r(e)}console.dir=a}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var a=t?[].concat(e).concat(t):[e];try{n.apply(this,a)}catch(e){console.log(e)}}function hc(e,t){function n(e){document.addEventListener("click",(function(t){for(var n=t.target;null!==n;){if("a"===n.localName&&n.hasAttribute("target")){t.stopPropagation(),t.preventDefault(),r(e);break}n=n.parentNode}}))}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var a=t?[].concat(e).concat(t):[e];try{n.apply(this,a)}catch(e){console.log(e)}}function mc(e,t){function n(e,t,n,r){if(!r||a(r,(new Error).stack)){var o=void 0!==t&&""!==t?t.split(/ +/):[],i=void 0!==n&&""!==n?n.split(/ +/):[],u=function(t,n,r){var a=Reflect.apply(t,n,r);return"object"===_typeof2(a)&&(a=c(e,a,o,i)),a},s={apply:u};window.eval=new Proxy(window.eval,s)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){if(!e||""===e)return!0;if(l(e,t))return!0;var n=u(e),r=t.split("\n").slice(2).map((function(e){return e.trim()})).join("\n");return d().call(n,r)}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],a=t.indexOf(".");if(-1===a){if("*"===t||"[]"===t)for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&r.push({base:e,prop:i});else r.push({base:e,prop:t});return r}var u=t.slice(0,a);if("[]"===u&&Array.isArray(e)||"*"===u&&e instanceof Object){var s=t.slice(a+1);Object.keys(e).forEach((function(t){o(e[t],s,n,r)}))}var c=e[u];return t=t.slice(a+1),void 0!==c&&o(c,t,n,r),r}function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function u(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function s(e,t,n,r){if(!t)return!1;var a;if(0===n.length&&r.length>0){var s=JSON.stringify(t);if(u(r.join("")).test(s))return i(e,"".concat(window.location.hostname,"\n").concat(JSON.stringify(t,null,2)),!0),t&&"object"===_typeof2(t)&&i(e,t,!0,!1),a=!1}for(var c=[".*.","*.",".*",".[].","[].",".[]"],d=function(){var e=r[l],n=e.split(".").pop(),i=c.some((function(t){return e.includes(t)})),u=o(t,e,i);a=!i;for(var s=0;s<u.length;s+=1){var d="string"==typeof n&&void 0!==u[s].base[n];a=i?d||a:d&&a}},l=0;l<r.length;l+=1)d();return a}function c(e,t,n,a){if(0===n.length&&0===a.length)return i(e,"".concat(window.location.hostname,"\n").concat(JSON.stringify(t,null,2)),!0),t&&"object"===_typeof2(t)&&i(e,t,!0,!1),t;try{if(!1===s(e,t,n,a))return t;n.forEach((function(n){o(t,n,!0).forEach((function(t){void 0!==t&&t.base&&(delete t.base[t.prop],r(e))}))}))}catch(t){i(e,t)}return t}function d(){var e=Object.getOwnPropertyDescriptor(RegExp.prototype,"test"),t=null==e?void 0:e.value;if(e&&"function"==typeof e.value)return t;throw new Error("RegExp.prototype.test is not a function")}function l(e,t){var n="inlineScript",r="injectedScript",a="<anonymous>",o=function(e){return e.includes(n)},i=function(e){return e.includes(r)};if(!o(e)&&!i(e))return!1;var u=window.location.href,s=u.indexOf("#");-1!==s&&(u=u.slice(0,s));var c=t.split("\n").slice(2).map((function(e){return e.trim()})),d=c.map((function(e){var t,n=/(.*?@)?(\S+)(:\d+):\d+\)?$/.exec(e);if(n){var o,i,u=n[2];if(null!==(o=u)&&void 0!==o&&o.startsWith("(")&&(u=u.slice(1)),null!==(i=u)&&void 0!==i&&i.startsWith(a)){var s;u=r;var c=void 0!==n[1]?n[1].slice(0,-1):e.slice(0,n.index).trim();null!==(s=c)&&void 0!==s&&s.startsWith("at")&&(c=c.slice(2).trim()),t="".concat(c," ").concat(u).trim()}else t=u}else t=e;return t}));if(d)for(var l=0;l<d.length;l+=1){if(o(e)&&u===d[l])return!0;if(i(e)&&d[l].startsWith(r))return!0}return!1}var f=t?[].concat(e).concat(t):[e];try{n.apply(this,f)}catch(e){console.log(e)}}function gc(e,t){function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if("function"==typeof window.close){var n=function(){try{r(e),window.close()}catch(t){o(e,t)}},i=function(){var e=function(){dispatchEvent(new Event("adguard:scriptlet-close-window"))};window.addEventListener("adguard:subscribed-to-close-window",e,{once:!0}),setTimeout((function(){window.removeEventListener("adguard:subscribed-to-close-window",e,{once:!0})}),5e3)};(function(){if(""===t)return!0;var e=a(t),n="".concat(window.location.pathname).concat(window.location.search);return e.test(n)})()&&(n(),navigator.userAgent.includes("Chrome")&&i())}else o(e,"window.close() is not a function so 'close-window' scriptlet is unavailable")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}var i=t?[].concat(e).concat(t):[e];try{n.apply(this,i)}catch(e){console.log(e)}}function bc(e,t){function n(e,t,n){if(Element.prototype.attachShadow){var u=function(e){var t="display:none!important;";e.style.cssText=t},s=function(){for(var a=n?document.querySelectorAll(n):o(document.documentElement),s=function(){var n=!1,o=i(t,a),s=o.targets,c=o.innerHosts;s.forEach((function(e){u(e),n=!0})),n&&r(e),a=c};0!==a.length;)s()};s(),a(s,!0)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=new MutationObserver(s(i,20)),a=function(){n.length>0?r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t,attributeFilter:n}):r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t})},o=function(){r.disconnect()};function i(){o(),e(),a()}a()}function o(e){var t=[];return e&&e.querySelectorAll("*").forEach((function(e){e.shadowRoot&&t.push(e)})),t}function i(e,t){var n=[],r=[];t.forEach((function(t){var a=t.querySelectorAll(e);n=n.concat([].slice.call(a));var i=t.shadowRoot,u=i.querySelectorAll(e);n=n.concat([].slice.call(u)),r.push(o(i))}));var a=u(r);return{targets:n,innerHosts:a}}function u(e){var t=[];e.forEach((function(e){return t.push(e)}));for(var n=[];t.length;){var r=t.pop();Array.isArray(r)?r.forEach((function(e){return t.push(e)})):n.push(r)}return n.reverse()}function s(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function vc(e,t){function n(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";Element.prototype.attachShadow&&"undefined"!=typeof Proxy&&"undefined"!=typeof Reflect&&(t.match(/(url|image-set)\(.*\)/i)?a(e,'"url()" function is not allowed for css rules'):o(window,n,(function(n){try{var o=new CSSStyleSheet;try{o.insertRule(t)}catch(n){return void a(e,"Unable to apply the rule '".concat(t,"' due to: \n'").concat(n.message,"'"))}n.adoptedStyleSheets=[].concat(_toConsumableArray(n.adoptedStyleSheets),[o])}catch(e){var i=document.createElement("style");i.innerText=t,n.appendChild(i)}r(e)})))}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e,t,n){var r=function(e,r,a){var o=Reflect.apply(e,r,a);return r&&r.matches(t||"*")&&n(o),o},a={apply:r};e.Element.prototype.attachShadow=new Proxy(e.Element.prototype.attachShadow,a)}var i=t?[].concat(e).concat(t):[e];try{n.apply(this,i)}catch(e){console.log(e)}}function yc(e,t){function n(e,t,n,r){if(!r||a(r,(new Error).stack)){var o=void 0!==t&&""!==t?t.split(/ +/):[],i=void 0!==n&&""!==n?n.split(/ +/):[],u=JSON.parse,c=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];var a=u.apply(JSON,n);return s(e,a,o,i)};c.toString=u.toString.bind(u),JSON.parse=c;var d=Response.prototype.json,l=function(){return d.apply(this).then((function(t){return s(e,t,o,i)}))};"undefined"!=typeof Response&&(Response.prototype.json=l)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){if(!e||""===e)return!0;if(l(e,t))return!0;var n=c(e),r=t.split("\n").slice(2).map((function(e){return e.trim()})).join("\n");return d().call(n,r)}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],a=t.indexOf(".");if(-1===a){if("*"===t||"[]"===t)for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&r.push({base:e,prop:i});else r.push({base:e,prop:t});return r}var u=t.slice(0,a);if("[]"===u&&Array.isArray(e)||"*"===u&&e instanceof Object){var s=t.slice(a+1);Object.keys(e).forEach((function(t){o(e[t],s,n,r)}))}var c=e[u];return t=t.slice(a+1),void 0!==c&&o(c,t,n,r),r}function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function u(e,t,n,r){if(!t)return!1;var a;if(0===n.length&&r.length>0){var u=JSON.stringify(t);if(c(r.join("")).test(u))return i(e,"".concat(window.location.hostname,"\n").concat(JSON.stringify(t,null,2)),!0),t&&"object"===_typeof2(t)&&i(e,t,!0,!1),a=!1}for(var s=[".*.","*.",".*",".[].","[].",".[]"],d=function(){var e=r[l],n=e.split(".").pop(),i=s.some((function(t){return e.includes(t)})),u=o(t,e,i);a=!i;for(var c=0;c<u.length;c+=1){var d="string"==typeof n&&void 0!==u[c].base[n];a=i?d||a:d&&a}},l=0;l<r.length;l+=1)d();return a}function s(e,t,n,a){if(0===n.length&&0===a.length)return i(e,"".concat(window.location.hostname,"\n").concat(JSON.stringify(t,null,2)),!0),t&&"object"===_typeof2(t)&&i(e,t,!0,!1),t;try{if(!1===u(e,t,n,a))return t;n.forEach((function(n){o(t,n,!0).forEach((function(t){void 0!==t&&t.base&&(delete t.base[t.prop],r(e))}))}))}catch(t){i(e,t)}return t}function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function d(){var e=Object.getOwnPropertyDescriptor(RegExp.prototype,"test"),t=null==e?void 0:e.value;if(e&&"function"==typeof e.value)return t;throw new Error("RegExp.prototype.test is not a function")}function l(e,t){var n="inlineScript",r="injectedScript",a="<anonymous>",o=function(e){return e.includes(n)},i=function(e){return e.includes(r)};if(!o(e)&&!i(e))return!1;var u=window.location.href,s=u.indexOf("#");-1!==s&&(u=u.slice(0,s));var c=t.split("\n").slice(2).map((function(e){return e.trim()})),d=c.map((function(e){var t,n=/(.*?@)?(\S+)(:\d+):\d+\)?$/.exec(e);if(n){var o,i,u=n[2];if(null!==(o=u)&&void 0!==o&&o.startsWith("(")&&(u=u.slice(1)),null!==(i=u)&&void 0!==i&&i.startsWith(a)){var s;u=r;var c=void 0!==n[1]?n[1].slice(0,-1):e.slice(0,n.index).trim();null!==(s=c)&&void 0!==s&&s.startsWith("at")&&(c=c.slice(2).trim()),t="".concat(c," ").concat(u).trim()}else t=u}else t=e;return t}));if(d)for(var l=0;l<d.length;l+=1){if(o(e)&&u===d[l])return!0;if(i(e)&&d[l].startsWith(r))return!0}return!1}var f=t?[].concat(e).concat(t):[e];try{n.apply(this,f)}catch(e){console.log(e)}}function wc(e,t){function n(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];console.log(t)}var r=t?[].concat(e).concat(t):[e];try{n.apply(this,r)}catch(e){console.log(e)}}function kc(e,t){function n(e){var t=window.EventTarget.prototype.addEventListener;function n(n,c){var d;if(a(n)&&o(c)){var l='addEventListener("'.concat(n,'", ').concat(i(c),")");s(e,l,!0),r(e)}else{var f="Invalid event type or listener passed to addEventListener:\n type: ".concat(u(n),"\n listener: ").concat(u(c));s(e,f,!0)}var p=this;this&&"Window"===(null===(d=this.constructor)||void 0===d?void 0:d.name)&&this!==window&&(p=window);for(var h=arguments.length,m=new Array(h>2?h-2:0),g=2;g<h;g++)m[g-2]=arguments[g];return t.apply(p,[n,c].concat(m))}var c={configurable:!0,set:function(){},get:function(){return n}};Object.defineProperty(window.EventTarget.prototype,"addEventListener",c),Object.defineProperty(window,"addEventListener",c),Object.defineProperty(document,"addEventListener",c)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){return void 0!==e}function o(e){return void 0!==e&&("function"==typeof e||"object"===_typeof2(e)&&null!==e&&"handleEvent"in e&&"function"==typeof e.handleEvent)}function i(e){return"function"==typeof e?e.toString():e.handleEvent.toString()}function u(e){return void 0===e?"undefined":"object"===_typeof2(e)?null===e?"null":c(e):e.toString()}function s(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function c(e){return e&&"object"===_typeof2(e)?d(e)?"{}":Object.entries(e).map((function(e){var t=e[0],n=e[1],r=n;return n instanceof Object&&(r="{ ".concat(c(n)," }")),"".concat(t,':"').concat(r,'"')})).join(" "):String(e)}function d(e){return 0===Object.keys(e).length&&!e.prototype}var l=t?[].concat(e).concat(t):[e];try{n.apply(this,l)}catch(e){console.log(e)}}function Dc(e,t){function n(e){var t=window.eval;function n(n){return r(e),a(e,'eval("'.concat(n,'")'),!0),t(n)}window.eval=n;var o=window.Function;function i(){r(e);for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];return a(e,"new Function(".concat(n.join(", "),")"),!0),o.apply(this,[].concat(n))}i.prototype=Object.create(o.prototype),i.prototype.constructor=i,window.Function=i}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}var o=t?[].concat(e).concat(t):[e];try{n.apply(this,o)}catch(e){console.log(e)}}function xc(e,t){function n(e,t){if(t){var n=function(e){var t=e.split("\n").slice(2).map((function(e){return e.replace(/ {4}at /,"")})),n=t.map((function(e){var t,n,r=/\(([^\)]+)\)/,a=/(.*?@)(\S+)(:\d+):\d+\)?$/;return e.match(r)?(t=e.split(" ").slice(0,-1).join(" "),n=e.match(r)[1]):e.match(a)?(t=e.split("@").slice(0,-1).join(" "),n=e.match(a)[2]):(t="function name is not available",n=e),[t,n]})),r={};return n.forEach((function(e){r[e[0]]=e[1]})),r},u=function t(u,s){var c=r(u,s),d=c.base,l=c.prop,f=c.chain;if(f){var p=function(e){d=e,e instanceof Object&&t(e,f)};Object.defineProperty(u,l,{get:function(){return d},set:p})}else{var h=d[l];a(d,l,{get:function(){return o(e),i(e,"Get ".concat(l),!0),console.table(n((new Error).stack)),h},set:function(t){o(e),i(e,"Set ".concat(l),!0),console.table(n((new Error).stack)),h=t}})}};u(window,t)}}function r(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var a=t.slice(0,n);if(null===e)return{base:e,prop:a,chain:t};var o=e[a];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&u(e)||null===o?{base:e,prop:a,chain:t}:void 0!==o?r(o,t):(Object.defineProperty(e,a,{configurable:!0}),{base:e,prop:a,chain:t})}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function u(e){return 0===Object.keys(e).length&&!e.prototype}var s=t?[].concat(e).concat(t):[e];try{n.apply(this,s)}catch(e){console.log(e)}}function Cc(e,t){function n(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";if("undefined"!=typeof Reflect&&"undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response){var s,c=!1,d=a(n),l="#",f={ASSET:"#EXT-X-ASSET:",CUE:"#EXT-X-CUE:",CUE_IN:"#EXT-X-CUE-IN",DISCONTINUITY:"#EXT-X-DISCONTINUITY",EXTINF:"#EXTINF",EXTM3U:"#EXTM3U",SCTE35:"#EXT-X-SCTE35:"},p={AD:"-AD-",VAST:"-VAST-",VMAP_AD:"-VMAP-AD-",VMAP_AD_BREAK:"#EXT-X-VMAP-AD-BREAK:"},h=["#EXT-X-TARGETDURATION","#EXT-X-MEDIA-SEQUENCE","#EXT-X-DISCONTINUITY-SEQUENCE","#EXT-X-ENDLIST","#EXT-X-PLAYLIST-TYPE","#EXT-X-I-FRAMES-ONLY","#EXT-X-MEDIA","#EXT-X-STREAM-INF","#EXT-X-I-FRAME-STREAM-INF","#EXT-X-SESSION-DATA","#EXT-X-SESSION-KEY","#EXT-X-INDEPENDENT-SEGMENTS","#EXT-X-START"],m=function(e){return h.some((function(t){return e.startsWith(t)}))},g=function e(t,n){var r=t.slice(),a=n;if(r[a].includes(f.EXTINF)&&(r[a]=void 0,r[a+=1].includes(f.DISCONTINUITY))){r[a]=void 0;var o=e(r,a+=1);r=o.array,a=o.index}return{array:r,index:a}},b=function(e){for(var t=e.slice(),n=0;n<t.length-1;n+=1)if((t[n].includes(p.VMAP_AD)||t[n].includes(p.VAST)||t[n].includes(p.AD))&&(t[n]=void 0,t[n+1].includes(f.EXTINF))){var r=g(t,n+=1);t=r.array,n=r.index-1}return t},v=function(e,t,n){return e.startsWith(f.CUE)?(e=void 0,n[t+=1].startsWith(f.ASSET)&&(n[t]=void 0,t+=1),n[t].startsWith(f.SCTE35)&&(n[t]=void 0,t+=1),n[t].startsWith(f.CUE_IN)&&(n[t]=void 0,t+=1),n[t].startsWith(f.SCTE35)&&(n[t]=void 0),e):e},y=a(t),w=function(e,t,n){return e.startsWith(f.EXTINF)&&y.test(n[t+1])?(m(n[t])||(n[t]=void 0),m(n[t+=1])||(n[t]=void 0),n[t+=1].startsWith(f.DISCONTINUITY)&&(n[t]=void 0),e):e},k=function(e){for(var t=0;t<e.length-1;t+=1){var n;if(null!==(n=e[t])&&void 0!==n&&n.startsWith(l)&&y.test(e[t])){var r=e[t].substring(0,e[t].indexOf(":"));if(!r)return e;e[t]=void 0;for(var a=t+=1;a<e.length;a+=1){if(e[a].includes(r)||m(e[a])){t=a-1;break}e[a]=void 0}}}return e},D=function(e){if("string"==typeof e){var t=e.trim();return t.startsWith(f.EXTM3U)||t.startsWith(p.VMAP_AD_BREAK)}return!1},x=function(e,t){return D(e)&&t.test(e)},C=function(e){var t=e.split(/\n\r|\n|\r/);return e.includes(p.VMAP_AD_BREAK)?(t=b(t)).filter((function(e){return!!e})).join("\n"):(t=k(t)).map((function(e,t,n){return void 0===e||void 0!==(e=v(e,t,n))&&(e=w(e,t,n)),e})).filter((function(e){return!!e})).join("\n")},A=window.XMLHttpRequest.prototype.open,E=window.XMLHttpRequest.prototype.send,F=function(t,r,a){if(s=i.apply(null,a),u(e,n,s)&&(r.shouldBePruned=!0),r.shouldBePruned){r.collectedHeaders=[];var o=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},c={apply:o};r.setRequestHeader=new Proxy(r.setRequestHeader,c)}return Reflect.apply(t,r,a)},S=function(n,a,i){var u=["","text"];if(!a.shouldBePruned||!u.includes(a.responseType))return Reflect.apply(n,a,i);var d=new XMLHttpRequest;d.addEventListener("readystatechange",(function(){if(4===d.readyState){var n=d.readyState,i=d.response,u=d.responseText,s=d.responseURL,l=d.responseXML,f=d.status,p=d.statusText;if("string"==typeof(u||i)){if(t)c=x(i,y);else if(D(i)){var h="XMLHttpRequest.open() URL: ".concat(s,"\nresponse: ").concat(i);o(e,h)}var m=c?C(i):i;Object.defineProperties(a,{readyState:{value:n,writable:!1},responseURL:{value:s,writable:!1},responseXML:{value:l,writable:!1},status:{value:f,writable:!1},statusText:{value:p,writable:!1},response:{value:m,writable:!1},responseText:{value:m,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");a.dispatchEvent(e);var t=new Event("load");a.dispatchEvent(t);var n=new Event("loadend");a.dispatchEvent(n)}),1),r(e)}}})),A.apply(d,[s.method,s.url]),a.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];d.setRequestHeader(t,n)})),a.collectedHeaders=[];try{E.call(d,i)}catch(e){return Reflect.apply(n,a,i)}},j={apply:F},T={apply:S};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,j),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,T);var _=window.fetch,R=function(){var n=_asyncToGenerator(_regeneratorRuntime().mark((function n(a,i,u){var s,c,l,f,p,h;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if("string"==typeof(s=u[0]instanceof Request?u[0].url:u[0])&&0!==s.length){n.next=3;break}return n.abrupt("return",Reflect.apply(a,i,u));case 3:if(!d.test(s)){n.next=20;break}return n.next=6,_.apply(void 0,_toConsumableArray(u));case 6:return c=n.sent,l=c.clone(),n.next=10,c.text();case 10:if(f=n.sent,t||!D(f)){n.next=15;break}return p="fetch URL: ".concat(s,"\nresponse text: ").concat(f),o(e,p),n.abrupt("return",l);case 15:if(!x(f,y)){n.next=19;break}return h=C(f),r(e),n.abrupt("return",new Response(h,{status:c.status,statusText:c.statusText,headers:c.headers}));case 19:return n.abrupt("return",l);case 20:return n.abrupt("return",Reflect.apply(a,i,u));case 21:case"end":return n.stop()}}),n)})));function a(e,t,r){return n.apply(this,arguments)}return a}(),O={apply:R};window.fetch=new Proxy(window.fetch,O)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function i(e,t,n,r,a){return{method:e,url:t,async:n,user:r,password:a}}function u(e,t,n){if(""===t||"*"===t)return!0;var r,a=l(t);if(d(a)){var i=s(a);r=Object.keys(i).every((function(e){var t=i[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else o(e,"Invalid parameter: ".concat(t)),r=!1;return r}function s(e){var t={};return Object.keys(e).forEach((function(n){t[n]=a(e[n])})),t}function c(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]}function d(e){return Object.values(e).every((function(e){return f(e)}))}function l(e){var t=" ",n=":",r=function(e){return c().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a}function f(e){var t,n="/",r=p(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function p(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var h=t?[].concat(e).concat(t):[e];try{n.apply(this,h)}catch(e){console.log(e)}}function Ac(e,t){function n(e){var t="browsingTopics";Document instanceof Object!=0&&Object.prototype.hasOwnProperty.call(Document.prototype,t)&&Document.prototype[t]instanceof Function!=0&&(Document.prototype[t]=function(){return a("[]")},r(e))}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"default";if("undefined"!=typeof Response){var n=new Response(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"{}",{status:200,statusText:"OK"});return Object.defineProperties(n,{url:{value:e},type:{value:t}}),Promise.resolve(n)}}var o=t?[].concat(e).concat(t):[e];try{n.apply(this,o)}catch(e){console.log(e)}}function Ec(e,t){function n(e){window.eval=function(t){r(e),a(e,"AdGuard has prevented eval:\n".concat(t),!0)}.bind()}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}var o=t?[].concat(e).concat(t):[e];try{n.apply(this,o)}catch(e){console.log(e)}}function Fc(e,t){function n(e){var t="";if(window.RTCPeerConnection?t="RTCPeerConnection":window.webkitRTCPeerConnection&&(t="webkitRTCPeerConnection"),""!==t){var n=function(t){var n="Document tried to create an RTCPeerConnection: ".concat(i(t));o(e,n),r(e)};n.prototype={close:a,createDataChannel:a,createOffer:a,setRemoteDescription:a};var u=window[t];window[t]=n,u.prototype&&(u.prototype.createDataChannel=function(e,t){return{close:a,send:a}}.bind(null))}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function i(e){var t="undefined";if(null===e)t="null";else if(e instanceof Object){var n="iceServers",r="urls";Object.prototype.hasOwnProperty.call(e,n)&&e[n]&&Object.prototype.hasOwnProperty.call(e[n][0],r)&&e[n][0][r]&&(t=e[n][0][r].toString())}return t}var u=t?[].concat(e).concat(t):[e];try{n.apply(this,u)}catch(e){console.log(e)}}function Sc(e,t){function n(e,t,n){var s=a(t),c=a(n),d=window.EventTarget.prototype.addEventListener;function l(t,n){var a,l=!1;if(o(t)&&i(n)&&(l=s.test(t.toString())&&c.test(u(n))),!l){var f=this;this&&"Window"===(null===(a=this.constructor)||void 0===a?void 0:a.name)&&this!==window&&(f=window);for(var p=arguments.length,h=new Array(p>2?p-2:0),m=2;m<p;m++)h[m-2]=arguments[m];return d.apply(f,[t,n].concat(h))}r(e)}var f={configurable:!0,set:function(){},get:function(){return l}};Object.defineProperty(window.EventTarget.prototype,"addEventListener",f),Object.defineProperty(window,"addEventListener",f),Object.defineProperty(document,"addEventListener",f)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function o(e){return void 0!==e}function i(e){return void 0!==e&&("function"==typeof e||"object"===_typeof2(e)&&null!==e&&"handleEvent"in e&&"function"==typeof e.handleEvent)}function u(e){return"function"==typeof e?e.toString():e.handleEvent.toString()}var s=t?[].concat(e).concat(t):[e];try{n.apply(this,s)}catch(e){console.log(e)}}function jc(e,t){function n(e){var t,n=function(e){return/^\d$/.test(e)},i=function(e){for(var t="",r="",a=0;a<e.length;a+=1)a%2==0?t+=e.charAt(a):r=e.charAt(a)+r;for(var o=(t+r).split(""),i=0;i<o.length;i+=1)if(n(o[i]))for(var u=i+1;u<o.length;u+=1)if(n(o[u])){var s=parseInt(o[i],10)^parseInt(o[u],10);s<10&&(o[i]=s.toString()),i=u;break}o=o.join("");var c=window.atob(o).slice(16,-16);window.stop&&window.stop(),window.onbeforeunload=null,window.location.href=c},u=!0;r(window,"ysmm",{configurable:!1,set:function(e){if(u){u=!1;try{"string"==typeof e&&i(e)}catch(e){}}t=e},get:function(){return t}})?a(e):o(e,"Failed to set up prevent-adfly scriptlet")}function r(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function a(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}var i=t?[].concat(e).concat(t):[e];try{n.apply(this,i)}catch(e){console.log(e)}}function Tc(e,t){function n(e){var t=window.setTimeout,n=/\.bab_elementid.$/,a=function(a){if("string"!=typeof a||!n.test(a)){for(var o=arguments.length,i=new Array(o>1?o-1:0),u=1;u<o;u++)i[u-1]=arguments[u];return t.apply(window,[a].concat(i))}r(e)};window.setTimeout=a;var o=[["blockadblock"],["babasbm"],[/getItem\('babn'\)/],["getElementById","String.fromCharCode","ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789","charAt","DOMContentLoaded","AdBlock","addEventListener","doScroll","fromCharCode","<<2|r>>4","sessionStorage","clientWidth","localStorage","Math","random"]],i=function(e){if("string"!=typeof e)return!1;for(var t=0;t<o.length;t+=1){for(var n=o[t],r=0,a=0;a<n.length;a+=1){var i=n[a];(i instanceof RegExp?i.test(e):e.includes(i))&&(r+=1)}if(r/n.length>=.8)return!0}return!1},u=window.eval,s=function(t){if(!i(t))return u(t);r(e);var n=document.body;n&&n.style.removeProperty("visibility");var a=document.getElementById("babasbmsgx");a&&a.parentNode.removeChild(a)};window.eval=s.bind(window)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var a=t?[].concat(e).concat(t):[e];try{n.apply(this,a)}catch(e){console.log(e)}}function _c(e,t){function n(e,t,n){if("undefined"!=typeof Proxy&&"undefined"!=typeof Reflect){var u,s,c={script:"data:text/javascript;base64,KCk9Pnt9",img:"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",iframe:"data:text/html;base64, PGRpdj48L2Rpdj4=",link:"data:text/plain;base64,"};if("script"===t)u=HTMLScriptElement;else if("img"===t)u=HTMLImageElement;else if("iframe"===t)u=HTMLIFrameElement;else{if("link"!==t)return;u=HTMLLinkElement}window.trustedTypes&&"function"==typeof window.trustedTypes.createPolicy&&(s=window.trustedTypes.createPolicy("AGPolicy",{createScriptURL:function(e){return e}}));var d="link"===t?"href":"src",l="onerror",f=a(n),p=function(t){return t.setAttribute(e.name,"matched")},h=function(n,a,o){if(!o[0]||!o[1])return Reflect.apply(n,a,o);var i=a.nodeName.toLowerCase(),u=o[0].toLowerCase(),s=o[1];return u===d&&t.toLowerCase()===i&&c[i]&&f.test(s)?(r(e),p(a),Reflect.apply(n,a,[u,c[i]])):Reflect.apply(n,a,o)},m={apply:h};u.prototype.setAttribute=new Proxy(Element.prototype.setAttribute,m);var g=o(u.prototype,d);if(g){Object.defineProperty(u.prototype,d,{enumerable:!0,configurable:!0,get:function(){return g.get.call(this)},set:function(n){var a=this.nodeName.toLowerCase();if(t.toLowerCase()!==a||!c[a]||!f.test(n))return g.set.call(this,n),!0;if(s&&n instanceof TrustedScriptURL){var o=s.createScriptURL(n);return g.set.call(this,o),void r(e)}p(this),g.set.call(this,c[a]),r(e)}});var b=o(HTMLElement.prototype,l);if(b){Object.defineProperty(HTMLElement.prototype,l,{enumerable:!0,configurable:!0,get:function(){return b.get.call(this)},set:function(t){return"matched"===this.getAttribute(e.name)?(b.set.call(this,i),!0):(b.set.call(this,t),!0)}});var v=function(t,n,r){if(!r[0]||!r[1]||!n)return Reflect.apply(t,n,r);var a=r[0];return"function"==typeof n.getAttribute&&"matched"===n.getAttribute(e.name)&&"error"===a?Reflect.apply(t,n,[a,i]):Reflect.apply(t,n,r)},y={apply:v};EventTarget.prototype.addEventListener=new Proxy(EventTarget.prototype.addEventListener,y);var w=function(t,n){window.addEventListener("error",(function(a){a.target&&a.target.nodeName&&a.target.nodeName.toLowerCase()===t&&a.target.src&&n.test(a.target.src)&&(r(e),"function"!=typeof a.target.onload?a.target.onerror=i:a.target.onerror=a.target.onload)}),!0)};w(t,f)}}}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function o(e,t){var n=Object.getOwnPropertyDescriptor(e,t);return n&&n.configurable?n:null}function i(){}var u=t?[].concat(e).concat(t):[e];try{n.apply(this,u)}catch(e){console.log(e)}}function Rc(e,t){function n(e,t){var n=r(t),o=window.eval;window.eval=function(t){if(!n.test(t.toString()))return o.call(window,t);a(e)}.bind(window)}function r(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function a(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var o=t?[].concat(e).concat(t):[e];try{n.apply(this,o)}catch(e){console.log(e)}}function Oc(e,t){function n(e){r(e);var t=function(){};t.prototype.check=a,t.prototype.clearEvent=a,t.prototype.emitEvent=a,t.prototype.on=function(e,t){return e||t(),this},t.prototype.onDetected=o,t.prototype.onNotDetected=function(e){return e(),this},t.prototype.setOption=a,t.prototype.options={set:a,get:a};var n=new t,i={get:function(){return t},set:function(){}},u={get:function(){return n},set:function(){}};Object.prototype.hasOwnProperty.call(window,"FuckAdBlock")?window.FuckAdBlock=t:Object.defineProperty(window,"FuckAdBlock",i),Object.prototype.hasOwnProperty.call(window,"BlockAdBlock")?window.BlockAdBlock=t:Object.defineProperty(window,"BlockAdBlock",i),Object.prototype.hasOwnProperty.call(window,"SniffAdBlock")?window.SniffAdBlock=t:Object.defineProperty(window,"SniffAdBlock",i),Object.prototype.hasOwnProperty.call(window,"fuckAdBlock")?window.fuckAdBlock=n:Object.defineProperty(window,"fuckAdBlock",u),Object.prototype.hasOwnProperty.call(window,"blockAdBlock")?window.blockAdBlock=n:Object.defineProperty(window,"blockAdBlock",u),Object.prototype.hasOwnProperty.call(window,"sniffAdBlock")?window.sniffAdBlock=n:Object.defineProperty(window,"sniffAdBlock",u)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){}function o(){return this}var i=t?[].concat(e).concat(t):[e];try{n.apply(this,i)}catch(e){console.log(e)}}function Bc(e,t){function n(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"emptyObj",d=arguments.length>3?arguments[3]:void 0;if("undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response){var l;if(""===n||"emptyObj"===n)l="{}";else{if("emptyArr"!==n)return void u(e,"Invalid responseBody parameter: '".concat(n,"'"));l="[]"}var f=function(e){return["default","opaque"].includes(e)};if(void 0===d||f(d)){var p=function(){var n=_asyncToGenerator(_regeneratorRuntime().mark((function n(f,p,h){var m,g;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(m=a(h),void 0!==t){n.next=6;break}return u(e,"fetch( ".concat(o(m)," )"),!0),r(e),n.abrupt("return",Reflect.apply(f,p,h));case 6:if(!i(e,t,m)){n.next=21;break}return r(e),n.prev=9,n.next=12,Reflect.apply(f,p,h);case 12:if((g=n.sent).ok){n.next=15;break}return n.abrupt("return",s(l,m.url,d));case 15:return n.abrupt("return",c(g,{body:l,type:d}));case 18:return n.prev=18,n.t0=n.catch(9),n.abrupt("return",s(l,m.url,d));case 21:return n.abrupt("return",Reflect.apply(f,p,h));case 22:case"end":return n.stop()}}),n,null,[[9,18]])})));function f(e,t,r){return n.apply(this,arguments)}return f}();fetch=new Proxy(fetch,{apply:p})}else u(e,"Invalid responseType parameter: '".concat(d,"'"))}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t,n,r={};if(e[0]instanceof Request){var a=h(e[0]);t=a.url,n=a}else t=e[0],n=e[1];return r.url=t,n instanceof Object&&Object.keys(n).forEach((function(e){r[e]=n[e]})),r}function o(e){return e&&"object"===_typeof2(e)?p(e)?"{}":Object.entries(e).map((function(e){var t=e[0],n=e[1],r=n;return n instanceof Object&&(r="{ ".concat(o(n)," }")),"".concat(t,':"').concat(r,'"')})).join(" "):String(e)}function i(e,t,n){if(""===t||"*"===t)return!0;var r,a=g(t);if(b(a)){var o=v(a);r=Object.keys(o).every((function(e){var t=o[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else u(e,"Invalid parameter: ".concat(t)),r=!1;return r}function u(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function s(){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"default";if("undefined"!=typeof Response){var n=new Response(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"{}",{status:200,statusText:"OK"});return Object.defineProperties(n,{url:{value:e},type:{value:t}}),Promise.resolve(n)}}function c(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{body:"{}"},r={};null==e||null===(t=e.headers)||void 0===t||t.forEach((function(e,t){r[t]=e}));var a=new Response(n.body,{status:e.status,statusText:e.statusText,headers:r});return Object.defineProperties(a,{url:{value:e.url},type:{value:n.type||e.type}}),a}function d(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function l(e){var t,n="/",r=f(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function f(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function p(e){return 0===Object.keys(e).length&&!e.prototype}function h(e){var t=m().map((function(t){return[t,e[t]]}));return Object.fromEntries(t)}function m(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]}function g(e){var t=" ",n=":",r=function(e){return m().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a}function b(e){return Object.values(e).every((function(e){return l(e)}))}function v(e){var t={};return Object.keys(e).forEach((function(n){t[n]=d(e[n])})),t}var y=t?[].concat(e).concat(t):[e];try{n.apply(this,y)}catch(e){console.log(e)}}function Pc(e,t){function n(e){var t=a(),n=function(){throw new ReferenceError(t)};delete window.PopAds,delete window.popns,Object.defineProperties(window,{PopAds:{set:n},popns:{set:n}}),window.onerror=r(t).bind(),o(e)}function r(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function a(){return Math.random().toString(36).slice(2,9)}function o(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var i=t?[].concat(e).concat(t):[e];try{n.apply(this,i)}catch(e){console.log(e)}}function Ic(e,t){function n(e,t){var n=function(){var t=[];try{t=document.querySelectorAll('meta[http-equiv="refresh" i][content]')}catch(n){try{t=document.querySelectorAll('meta[http-equiv="refresh"][content]')}catch(t){o(e,t)}}return Array.from(t)},i=function(e){var t=e.map((function(e){var t=e.getAttribute("content");if(0===t.length)return null;var n=t.indexOf(";");return a(-1!==n?t.substring(0,n):t)})).filter((function(e){return null!==e}));return t.length?t.reduce((function(e,t){return Math.min(e,t)})):null},u=function(){var o=n();if(0!==o.length){var u=a(t);null===u&&(u=i(o)),null!==u&&setTimeout((function(){window.stop(),r(e)}),1e3*u)}};"loading"===document.readyState?document.addEventListener("DOMContentLoaded",u,{once:!0}):u()}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t=parseInt(e,10);return i(t)?null:t}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function i(e){return(Number.isNaN||window.isNaN)(e)}var u=t?[].concat(e).concat(t):[e];try{n.apply(this,u)}catch(e){console.log(e)}}function Nc(e,t){function n(e,t){var n=window.requestAnimationFrame,c=void 0===t,d=o(t),l=d.isInvertedMatch,f=d.matchRegexp,p=function(o){var d=!1;if(c?(r(e),s(e,"requestAnimationFrame(".concat(String(o),")"),!0)):u(o)&&i(t)&&(d=f.test(o.toString())!==l),d)return r(e),n(a);for(var p=arguments.length,h=new Array(p>1?p-1:0),m=1;m<p;m++)h[m-1]=arguments[m];return n.apply(window,[o].concat(h))};window.requestAnimationFrame=p}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){}function o(e){var t="!",n=!!e&&(null==e?void 0:e.startsWith(t)),r=n?e.slice(1):e;return{isInvertedMatch:n,matchRegexp:d(r),matchValue:r}}function i(e){var t,n="/",r=c(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function u(e){return e instanceof Function||"string"==typeof e}function s(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function c(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function d(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}var l=t?[].concat(e).concat(t):[e];try{n.apply(this,l)}catch(e){console.log(e)}}function Lc(e,t){function n(e,t,n){var u=void 0===t&&void 0===n,s=function(s,c,d){var l=d[0],f=d[1],p=!1;return u?(r(e),i(e,"setInterval(".concat(String(l),", ").concat(f,")"),!0)):p=o({callback:l,delay:f,matchCallback:t,matchDelay:n}),p&&(r(e),d[0]=a),s.apply(c,d)},c={apply:s};window.setInterval=new Proxy(window.setInterval,c)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){}function o(e){var t=e.callback,n=e.delay,r=e.matchCallback,a=e.matchDelay;if(!l(t))return!1;if(!f(r)||a&&!g(a))return!1;var o=c(r),i=o.isInvertedMatch,u=o.matchRegexp,s=d(a),p=s.isInvertedDelayMatch,h=s.delayMatch,m=b(n),v=String(t);return null===h?u.test(v)!==i:r?u.test(v)!==i&&m===h!==p:m===h!==p}function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function u(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function s(e){return(Number.isNaN||window.isNaN)(e)}function c(e){var t="!",n=!!e&&(null==e?void 0:e.startsWith(t)),r=n?e.slice(1):e;return{isInvertedMatch:n,matchRegexp:u(r),matchValue:r}}function d(e){var t="!",n=null==e?void 0:e.startsWith(t),r=n?e.slice(1):e,a=parseInt(r,10);return{isInvertedDelayMatch:n,delayMatch:s(a)?null:a}}function l(e){return e instanceof Function||"string"==typeof e}function f(e){var t="!",n=e;return null!=e&&e.startsWith(t)&&(n=e.slice(1)),p(n)}function p(e){var t,n="/",r=h(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function h(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function m(e){return(Number.isFinite||window.isFinite)(e)}function g(e){var t="!",n=e;null!=e&&e.startsWith(t)&&(n=e.slice(1));var r=parseFloat(n);return!s(r)&&m(r)}function b(e){var t=Math.floor(parseInt(e,10));return"number"!=typeof t||s(t)?e:t}var v=t?[].concat(e).concat(t):[e];try{n.apply(this,v)}catch(e){console.log(e)}}function $c(e,t){function n(e,t,n){var u=void 0===t&&void 0===n,s=function(s,c,d){var l=d[0],f=d[1],p=!1;return u?(r(e),i(e,"setTimeout(".concat(String(l),", ").concat(f,")"),!0)):p=o({callback:l,delay:f,matchCallback:t,matchDelay:n}),p&&(r(e),d[0]=a),s.apply(c,d)},c={apply:s};window.setTimeout=new Proxy(window.setTimeout,c)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){}function o(e){var t=e.callback,n=e.delay,r=e.matchCallback,a=e.matchDelay;if(!l(t))return!1;if(!f(r)||a&&!g(a))return!1;var o=u(r),i=o.isInvertedMatch,c=o.matchRegexp,d=s(a),p=d.isInvertedDelayMatch,h=d.delayMatch,m=b(n),v=String(t);return null===h?c.test(v)!==i:r?c.test(v)!==i&&m===h!==p:m===h!==p}function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function u(e){var t="!",n=!!e&&(null==e?void 0:e.startsWith(t)),r=n?e.slice(1):e;return{isInvertedMatch:n,matchRegexp:c(r),matchValue:r}}function s(e){var t="!",n=null==e?void 0:e.startsWith(t),r=n?e.slice(1):e,a=parseInt(r,10);return{isInvertedDelayMatch:n,delayMatch:d(a)?null:a}}function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function d(e){return(Number.isNaN||window.isNaN)(e)}function l(e){return e instanceof Function||"string"==typeof e}function f(e){var t="!",n=e;return null!=e&&e.startsWith(t)&&(n=e.slice(1)),h(n)}function p(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function h(e){var t,n="/",r=p(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function m(e){return(Number.isFinite||window.isFinite)(e)}function g(e){var t="!",n=e;null!=e&&e.startsWith(t)&&(n=e.slice(1));var r=parseFloat(n);return!d(r)&&m(r)}function b(e){var t=Math.floor(parseInt(e,10));return"number"!=typeof t||d(t)?e:t}var v=t?[].concat(e).concat(t):[e];try{n.apply(this,v)}catch(e){console.log(e)}}function zc(e,t){function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"*",n=arguments.length>2?arguments[2]:void 0,o=arguments.length>3?arguments[3]:void 0,m=window.open,g="0"!==t&&"1"!==t,b=function(i){t=Number(t)>0;for(var s=arguments.length,c=new Array(s>1?s-1:0),l=1;l<s;l++)c[l-1]=arguments[l];if(!a(n))return h(e,"Invalid parameter: ".concat(n)),m.apply(window,[i].concat(c));var f=u(n);return t!==f.test(i)?m.apply(window,[i].concat(c)):(r(e),d(o))},v=function(a){for(var u=o&&o.includes("log"),d=arguments.length,g=new Array(d>1?d-1:0),b=1;b<d;b++)g[b-1]=arguments[b];if(u){var v=g&&g.length>0?", ".concat(g.join(", ")):"",y="".concat(a).concat(v);h(e,y,!0),r(e)}var w=!1;if("*"===t)w=!0;else if(i(t)){var k=c(t),D=k.isInvertedMatch;w=k.matchRegexp.test(a)!==D}else h(e,"Invalid parameter: ".concat(t)),w=!1;if(w){var x,C=parseInt(n,10);if(s(C))x=p();else{var A=l({replacement:o,url:a,delay:C}),E=A.contentWindow;if("object"===_typeof2(E)&&null!==E)Object.defineProperty(E,"closed",{value:!1}),Object.defineProperty(E,"opener",{value:window}),Object.defineProperty(E,"frameElement",{value:null});else{var F=A.contentWindow&&A.contentWindow.get;Object.defineProperty(A,"contentWindow",{get:f(F)}),E=A.contentWindow}x=E}return r(e),x}return m.apply(window,[a].concat(g))};window.open=g?v:b,window.open.toString=m.toString.bind(m)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t,n="/",r=o(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function o(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function i(e){var t="!",n=e;return null!=e&&e.startsWith(t)&&(n=e.slice(1)),a(n)}function u(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function s(e){return(Number.isNaN||window.isNaN)(e)}function c(e){var t="!",n=!!e&&(null==e?void 0:e.startsWith(t)),r=n?e.slice(1):e;return{isInvertedMatch:n,matchRegexp:u(r),matchValue:r}}function d(e){var t;if(e){if("trueFunc"===e)t=g;else if(e.includes("=")&&e.startsWith("{")&&e.endsWith("}")){var n=e.slice(1,-1),r=b(n,"=");"noopFunc"===v(n,"=")&&((t={})[r]=m)}}else t=m;return t}function l(e){var t,n=function(e){return e.Object="data",e.Iframe="src",e}({}),r=e.replacement,a=e.url,o=e.delay;t="obj"===r?"object":"iframe";var i=document.createElement(t);return i instanceof HTMLObjectElement?i[n.Object]=a:i instanceof HTMLIFrameElement&&(i[n.Iframe]=a),i.style.setProperty("height","1px","important"),i.style.setProperty("position","fixed","important"),i.style.setProperty("top","-1px","important"),i.style.setProperty("width","1px","important"),document.body.appendChild(i),setTimeout((function(){return i.remove()}),1e3*o),i}function f(e){return function(t,n){return(!n||"closed"!==n)&&("function"==typeof e?m:n&&t[n])}}function p(){return null}function h(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function m(){}function g(){return!0}function b(e,t){if(!e||!t)return e;var n=e.indexOf(t);return n<0?e:e.substring(0,n)}function v(e,t){if(!e)return e;var n=e.indexOf(t);return n<0?"":e.substring(n+t.length)}var y=t?[].concat(e).concat(t):[e];try{n.apply(this,y)}catch(e){console.log(e)}}function Mc(e,t){function n(e,t,n){if("undefined"!=typeof Proxy){var c,d=window.XMLHttpRequest.prototype.open,l=window.XMLHttpRequest.prototype.send,f="",p="",h=function(n,o,d){if(c=u.apply(null,d),void 0===t?(s(e,"xhr( ".concat(a(c)," )"),!0),r(e)):i(e,t,c)&&(o.shouldBePrevented=!0),o.shouldBePrevented){o.collectedHeaders=[];var l=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},f={apply:l};o.setRequestHeader=new Proxy(o.setRequestHeader,f)}return Reflect.apply(n,o,d)},m=function(t,a,i){if(!a.shouldBePrevented)return Reflect.apply(t,a,i);if("blob"===a.responseType&&(f=new Blob),"arraybuffer"===a.responseType&&(f=new ArrayBuffer),n){var u=o(n);u?p=u:s(e,"Invalid randomize parameter: '".concat(n,"'"))}var h=new XMLHttpRequest;h.addEventListener("readystatechange",(function(){if(4===h.readyState){var t=h.readyState,n=h.responseURL,o=h.responseXML,i=h.statusText;Object.defineProperties(a,{readyState:{value:t,writable:!1},statusText:{value:i,writable:!1},responseURL:{value:n||c.url,writable:!1},responseXML:{value:o,writable:!1},status:{value:200,writable:!1},response:{value:f,writable:!1},responseText:{value:p,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");a.dispatchEvent(e);var t=new Event("load");a.dispatchEvent(t);var n=new Event("loadend");a.dispatchEvent(n)}),1),r(e)}})),d.apply(h,[c.method,c.url]),a.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];h.setRequestHeader(t,n)}));try{l.call(h,i)}catch(e){return Reflect.apply(t,a,i)}},g=function(e,t,n){if(!t.collectedHeaders.length)return null;var r=n[0].toLowerCase(),a=t.collectedHeaders.find((function(e){return e[0].toLowerCase()===r}));return a?a[1]:null},b={apply:h},v={apply:m},y={apply:g},w={apply:function(e,t){return t.collectedHeaders.length?t.collectedHeaders.map((function(e){var t=e[0],n=e[1];return"".concat(t.toLowerCase(),": ").concat(n)})).join("\r\n"):""}};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,b),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,v),XMLHttpRequest.prototype.getResponseHeader=new Proxy(XMLHttpRequest.prototype.getResponseHeader,y),XMLHttpRequest.prototype.getAllResponseHeaders=new Proxy(XMLHttpRequest.prototype.getAllResponseHeaders,w)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){return e&&"object"===_typeof2(e)?f(e)?"{}":Object.entries(e).map((function(e){var t=e[0],n=e[1],r=n;return n instanceof Object&&(r="{ ".concat(a(n)," }")),"".concat(t,':"').concat(r,'"')})).join(" "):String(e)}function o(e){var t=e;if("true"===t)return t=Math.random().toString(36).slice(-10);if(t=t.replace("length:",""),!/^\d+-\d+$/.test(t))return null;var n=p(t.split("-")[0]),r=p(t.split("-")[1]);if(!h(n)||!h(r))return null;if(n>r){var a=n;n=r,r=a}return r>5e5?null:t=k(w(n,r))}function i(e,t,n){if(""===t||"*"===t)return!0;var r,a=g(t);if(b(a)){var o=v(a);r=Object.keys(o).every((function(e){var t=o[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else s(e,"Invalid parameter: ".concat(t)),r=!1;return r}function u(e,t,n,r,a){return{method:e,url:t,async:n,user:r,password:a}}function s(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function d(e){var t,n="/",r=l(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function l(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function f(e){return 0===Object.keys(e).length&&!e.prototype}function p(e){var t=parseInt(e,10);return m(t)?null:t}function h(e){return(Number.isFinite||window.isFinite)(e)}function m(e){return(Number.isNaN||window.isNaN)(e)}function g(e){var t=" ",n=":",r=function(e){return y().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a}function b(e){return Object.values(e).every((function(e){return d(e)}))}function v(e){var t={};return Object.keys(e).forEach((function(n){t[n]=c(e[n])})),t}function y(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]}function w(e,t){return e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1)+e)}function k(e){for(var t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()_+=~",r=n.length,a=0;a<e;a+=1)t+=n.charAt(Math.floor(Math.random()*r));return t}var D=t?[].concat(e).concat(t):[e];try{n.apply(this,D)}catch(e){console.log(e)}}function qc(e,t){function n(e,t,n){var u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"asap stay";if(t){t=t.split(/\s*\|\s*/),n||(n="[".concat(t.join("],["),"]"));var s=function(){var a=[];try{a=[].slice.call(document.querySelectorAll(n))}catch(t){i(e,"Invalid selector arg: '".concat(n,"'"))}var o=!1;a.forEach((function(e){t.forEach((function(t){e.removeAttribute(t),o=!0}))})),o&&r(e)},c=o(u),d=function(){s(),c.hasFlag(c.STAY)&&a(s,!0)};c.hasFlag(c.ASAP)&&("loading"===document.readyState?window.addEventListener("DOMContentLoaded",s,{once:!0}):s()),"complete"!==document.readyState&&c.hasFlag(c.COMPLETE)?window.addEventListener("load",d,{once:!0}):c.hasFlag(c.STAY)&&(u.includes(" ")||s(),a(s,!0))}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=new MutationObserver(u(i,20)),a=function(){n.length>0?r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t,attributeFilter:n}):r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t})},o=function(){r.disconnect()};function i(){o(),e(),a()}a()}function o(e){var t=" ",n="asap",r="complete",a="stay",o=[a,n,r],i=e.trim().split(t).filter((function(e){return o.includes(e)}));return{ASAP:n,COMPLETE:r,STAY:a,hasFlag:function(e){return i.includes(e)}}}function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function u(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a}var s=t?[].concat(e).concat(t):[e];try{n.apply(this,s)}catch(e){console.log(e)}}function Uc(e,t){function n(e,t,n){var u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"asap stay";if(t){t=t.split(/\s*\|\s*/);var s=[];n||(s=t.map((function(e){return".".concat(e)})));var c=function(){var o=new Set;if(n){var i=[];try{i=[].slice.call(document.querySelectorAll(n))}catch(t){a(e,"Invalid selector arg: '".concat(n,"'"))}i.forEach((function(e){return o.add(e)}))}else s.length>0&&s.forEach((function(e){for(var t=document.querySelectorAll(e),n=0;n<t.length;n+=1){var r=t[n];o.add(r)}}));var u=!1;o.forEach((function(e){t.forEach((function(t){e.classList.contains(t)&&(e.classList.remove(t),u=!0)}))})),u&&r(e)},d=["class"],l=i(u),f=function(){c(),l.hasFlag(l.STAY)&&o(c,!0,d)};l.hasFlag(l.ASAP)&&("loading"===document.readyState?window.addEventListener("DOMContentLoaded",c,{once:!0}):c()),"complete"!==document.readyState&&l.hasFlag(l.COMPLETE)?window.addEventListener("load",f,{once:!0}):l.hasFlag(l.STAY)&&(u.includes(" ")||c(),o(c,!0,d))}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=new MutationObserver(u(i,20)),a=function(){n.length>0?r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t,attributeFilter:n}):r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t})},o=function(){r.disconnect()};function i(){o(),e(),a()}a()}function i(e){var t=" ",n="asap",r="complete",a="stay",o=[a,n,r],i=e.trim().split(t).filter((function(e){return o.includes(e)}));return{ASAP:n,COMPLETE:r,STAY:a,hasFlag:function(e){return i.includes(e)}}}function u(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a}var s=t?[].concat(e).concat(t):[e];try{n.apply(this,s)}catch(e){console.log(e)}}function Wc(e,t){function n(e,t){var n=r(t),o=function(t,n){var r="".concat(t,"="),o="; domain=".concat(n),i="; domain=.".concat(n),u="; path=/",s="; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=r+s,document.cookie=r+o+s,document.cookie=r+i+s,document.cookie=r+u+s,document.cookie=r+o+u+s,document.cookie=r+i+u+s,a(e)},i=function(){document.cookie.split(";").forEach((function(e){var t=e.indexOf("=");if(-1!==t){var r=e.slice(0,t).trim();if(n.test(r))for(var a=document.location.hostname.split("."),i=0;i<=a.length-1;i+=1){var u=a.slice(i).join(".");u&&o(r,u)}}}))};i(),window.addEventListener("beforeunload",i)}function r(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function a(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var o=t?[].concat(e).concat(t):[e];try{n.apply(this,o)}catch(e){console.log(e)}}function Hc(e,t){function n(e,t,n){if(Element.prototype.attachShadow){var u=function(e){e.remove()},s=function(){for(var a=n?document.querySelectorAll(n):o(document.documentElement),s=function(){var n=!1,o=i(t,a),s=o.targets,c=o.innerHosts;s.forEach((function(e){u(e),n=!0})),n&&r(e),a=c};0!==a.length;)s()};s(),a(s,!0)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=new MutationObserver(s(i,20)),a=function(){n.length>0?r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t,attributeFilter:n}):r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t})},o=function(){r.disconnect()};function i(){o(),e(),a()}a()}function o(e){var t=[];return e&&e.querySelectorAll("*").forEach((function(e){e.shadowRoot&&t.push(e)})),t}function i(e,t){var n=[],r=[];t.forEach((function(t){var a=t.querySelectorAll(e);n=n.concat([].slice.call(a));var i=t.shadowRoot,u=i.querySelectorAll(e);n=n.concat([].slice.call(u)),r.push(o(i))}));var a=u(r);return{targets:n,innerHosts:a}}function u(e){var t=[];e.forEach((function(e){return t.push(e)}));for(var n=[];t.length;){var r=t.pop();Array.isArray(r)?r.forEach((function(e){return t.push(e)})):n.push(r)}return n.reverse()}function s(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function Vc(e,t){function n(e,t,n){var c=s(t,n),d=c.selector,l=c.nodeNameMatch,f=c.textContentMatch,p=function(t){return t.forEach((function(t){u(t,l,f)&&i(e,t,/^[\s\S]*$/,"")}))};document.documentElement&&a(d,p),r((function(e){return o(e,p)}),{childList:!0,subtree:!0})}function r(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e4,r=new MutationObserver((function(n,r){r.disconnect(),e(n,r),r.observe(document.documentElement,t)}));r.observe(document.documentElement,t),"number"==typeof n&&setTimeout((function(){return r.disconnect()}),n)}function a(e,t){t(d(document.querySelectorAll(e)))}function o(e,t){t(l(e))}function i(e,t,n,r){var a=t.textContent;a&&(t.textContent=a.replace(n,r),c(e))}function u(e,t,n){var r=e.nodeName,a=e.textContent,o=r.toLowerCase();return null!==a&&""!==a&&(t instanceof RegExp?t.test(o):t===o)&&(n instanceof RegExp?n.test(a):a.includes(n))}function s(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,a="/",o=!(e.startsWith(a)&&e.endsWith(a)),i=o?e:"*",u=o?e:f(e),s=t.startsWith(a)?f(t):t;return r&&(n=r.startsWith(a)?f(r):r),{selector:i,nodeNameMatch:u,textContentMatch:s,patternMatch:n}}function c(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function d(e){for(var t=[],n=0;n<e.length;n+=1)t.push(e[n]);return t}function l(e){for(var t=[],n=0;n<e.length;n+=1)for(var r=e[n].addedNodes,a=0;a<r.length;a+=1)t.push(r[a]);return t}function f(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}var p=t?[].concat(e).concat(t):[e];try{n.apply(this,p)}catch(e){console.log(e)}}function Xc(e,t){function n(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if(t&&n){var u=["true","false"];if(0===i.length||!(o(parseInt(i,10))||parseInt(i,10)<0||parseInt(i,10)>32767)||u.includes(i.toLowerCase())){var s=function(){var a=[].slice.call(document.querySelectorAll(t)),o=!1;a.forEach((function(e){e.setAttribute(n,i),o=!0})),o&&r(e)};s(),a(s,!0)}}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=new MutationObserver(i(u,20)),a=function(){n.length>0?r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t,attributeFilter:n}):r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t})},o=function(){r.disconnect()};function u(){o(),e(),a()}a()}function o(e){return(Number.isNaN||window.isNaN)(e)}function i(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a}var u=t?[].concat(e).concat(t):[e];try{n.apply(this,u)}catch(e){console.log(e)}}function Gc(e,t){function n(e,t,n){var y=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",w=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"";if(["set-constant.js","ubo-set-constant.js","set.js","ubo-set.js","ubo-set-constant","ubo-set"].includes(e.name)&&(1===y.length||o(y)||(w=y),y=void 0),t&&g(y,(new Error).stack)){var k,D=i(),x=u();if("undefined"===n)k=void 0;else if("false"===n)k=!1;else if("true"===n)k=!0;else if("null"===n)k=null;else if("emptyArr"===n)k=D;else if("emptyObj"===n)k=x;else if("noopFunc"===n)k=s;else if("noopCallbackFunc"===n)k=c;else if("trueFunc"===n)k=d;else if("falseFunc"===n)k=l;else if("throwFunc"===n)k=f;else if("noopPromiseResolve"===n)k=h;else if("noopPromiseReject"===n)k=p;else if(/^\d+$/.test(n)){if(b(k=parseFloat(n)))return;if(Math.abs(k)>32767)return}else if("-1"===n)k=-1;else if(""===n)k="";else if("yes"===n)k="yes";else{if("no"!==n)return;k="no"}["asFunction","asCallback","asResolved","asRejected"].includes(w)&&(k={asFunction:function(e){return function(){return e}},asCallback:function(e){return function(){return function(){return e}}},asResolved:function(e){return Promise.resolve(e)},asRejected:function(e){return Promise.reject(e)}}[w](k));var C=!1,A=function(e){return C||(C=void 0!==e&&void 0!==k&&_typeof2(e)!==_typeof2(k)&&null!==e)},E=function(t,n,r,o){if(!o.init(t[n]))return!1;var i,u=Object.getOwnPropertyDescriptor(t,n);if(u instanceof Object){if(!u.configurable){var s="Property '".concat(n,"' is not configurable");return a(e,s),!1}t[n]=k,u.set instanceof Function&&(i=u.set)}return Object.defineProperty(t,n,{configurable:r,get:function(){return o.get()},set:function(e){void 0!==i&&i(e),o.set(e)}}),!0},F=function t(n,a){var o=m(n,a),i=o.base,u=o.prop,s=o.chain,c={factValue:void 0,init:function(e){return this.factValue=e,!0},get:function(){return this.factValue},set:function(e){this.factValue!==e&&(this.factValue=e,e instanceof Object&&t(e,s))}},d={init:function(e){return!A(e)},get:function(){return k},set:function(e){A(e)&&(k=e)}};if(s)if(void 0===i||null!==i[u]){(i instanceof Object||"object"===_typeof2(i))&&v(i)&&E(i,u,!0,c);var l=n[u];(l instanceof Object||"object"===_typeof2(l)&&null!==l)&&t(l,s),E(i,u,!0,c)}else E(i,u,!0,c);else E(i,u,!1,d)&&r(e)};F(window,t)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){var t=parseInt(e,10);return b(t)?null:t}function i(){return[]}function u(){return{}}function s(){}function c(){return s}function d(){return!0}function l(){return!1}function f(){throw new Error}function p(){return Promise.reject()}function h(){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"default";if("undefined"!=typeof Response){var n=new Response(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"{}",{status:200,statusText:"OK"});return Object.defineProperties(n,{url:{value:e},type:{value:t}}),Promise.resolve(n)}}function m(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&v(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?m(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function g(e,t){if(!e||""===e)return!0;if(y(e,t))return!0;var n=k(e),r=t.split("\n").slice(2).map((function(e){return e.trim()})).join("\n");return w().call(n,r)}function b(e){return(Number.isNaN||window.isNaN)(e)}function v(e){return 0===Object.keys(e).length&&!e.prototype}function y(e,t){var n="inlineScript",r="injectedScript",a="<anonymous>",o=function(e){return e.includes(n)},i=function(e){return e.includes(r)};if(!o(e)&&!i(e))return!1;var u=window.location.href,s=u.indexOf("#");-1!==s&&(u=u.slice(0,s));var c=t.split("\n").slice(2).map((function(e){return e.trim()})),d=c.map((function(e){var t,n=/(.*?@)?(\S+)(:\d+):\d+\)?$/.exec(e);if(n){var o,i,u=n[2];if(null!==(o=u)&&void 0!==o&&o.startsWith("(")&&(u=u.slice(1)),null!==(i=u)&&void 0!==i&&i.startsWith(a)){var s;u=r;var c=void 0!==n[1]?n[1].slice(0,-1):e.slice(0,n.index).trim();null!==(s=c)&&void 0!==s&&s.startsWith("at")&&(c=c.slice(2).trim()),t="".concat(c," ").concat(u).trim()}else t=u}else t=e;return t}));if(d)for(var l=0;l<d.length;l+=1){if(o(e)&&u===d[l])return!0;if(i(e)&&d[l].startsWith(r))return!0}return!1}function w(){var e=Object.getOwnPropertyDescriptor(RegExp.prototype,"test"),t=null==e?void 0:e.value;if(e&&"function"==typeof e.value)return t;throw new Error("RegExp.prototype.test is not a function")}function k(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}var D=t?[].concat(e).concat(t):[e];try{n.apply(this,D)}catch(e){console.log(e)}}function Yc(e,t){function n(e,t,n){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/",c=i(n);if(null!==c)if(s(o)){var d=u(t,c,o);d?(r(e),document.cookie=d):a(e,"Invalid cookie name or value")}else a(e,"Invalid cookie path: '".concat(o,"'"));else a(e,"Invalid cookie value: '".concat(c,"'"))}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){return(Number.isNaN||window.isNaN)(e)}function i(e){if(!e)return null;var t;if(new Set(["true","false","yes","y","no","n","ok","accept","reject","allow","deny"]).has(e.toLowerCase()))t=e;else{if(!/^\d+$/.test(e))return null;if(o(t=parseFloat(e)))return null;if(Math.abs(t)<0||Math.abs(t)>15)return null}return t}function u(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=";";if(!r&&(e.includes(a)||"".concat(t).includes(a)))return null;var o=r?encodeURIComponent(e):e,i=r?encodeURIComponent(t):t;return"".concat(o,"=").concat(i,"; ").concat(c(n),";")}function s(e){return"/"===e||"none"===e}function c(e){return"/"===e?"path=/":""}var d=t?[].concat(e).concat(t):[e];try{n.apply(this,d)}catch(e){console.log(e)}}function Kc(e,t){function n(e,t,n){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/";if(!i(document.cookie,t,n)){var d=u(n);if(null!==d)if(c(o)){var l=s(t,d,o);l?(document.cookie=l,r(e),i(document.cookie,t,n)&&window.location.reload()):a(e,"Invalid cookie name or value")}else a(e,"Invalid cookie path: '".concat(o,"'"));else a(e,"Invalid cookie value: '".concat(n,"'"))}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){return(Number.isNaN||window.isNaN)(e)}function i(e,t,n){return e.split(";").some((function(e){var r=e.indexOf("=");if(-1===r)return!1;var a=e.slice(0,r).trim(),o=e.slice(r+1).trim();return t===a&&n===o}))}function u(e){if(!e)return null;var t;if(new Set(["true","false","yes","y","no","n","ok","accept","reject","allow","deny"]).has(e.toLowerCase()))t=e;else{if(!/^\d+$/.test(e))return null;if(o(t=parseFloat(e)))return null;if(Math.abs(t)<0||Math.abs(t)>15)return null}return t}function s(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=";";if(!r&&(e.includes(a)||"".concat(t).includes(a)))return null;var o=r?encodeURIComponent(e):e,i=r?encodeURIComponent(t):t;return"".concat(o,"=").concat(i,"; ").concat(d(n),";")}function c(e){return"/"===e||"none"===e}function d(e){return"/"===e?"path=/":""}var l=t?[].concat(e).concat(t):[e];try{n.apply(this,l)}catch(e){console.log(e)}}function Qc(e,t){function n(e,t,n){if(void 0!==t){var o;try{o=s(n)}catch(t){return void a(e,"Invalid storage item value: '".concat(n,"'"))}var c=window.localStorage;"$remove$"===o?u(e,c,t):i(e,c,t,o),r(e)}else a(e,"Item key should be specified.")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){return(Number.isNaN||window.isNaN)(e)}function i(e,t,n,r){try{t.setItem(n,r)}catch(t){a(e,"Unable to set sessionStorage item due to: ".concat(t.message))}}function u(e,t,n){try{t.removeItem(n)}catch(t){a(e,"Unable to remove storage item due to: ".concat(t.message))}}function s(e){if("string"!=typeof e)throw new Error("Invalid value");var t;if("undefined"===e)t=void 0;else if("false"===e)t=!1;else if("true"===e)t=!0;else if("null"===e)t=null;else if("emptyArr"===e)t="[]";else if("emptyObj"===e)t="{}";else if(""===e)t="";else if(/^\d+$/.test(e)){if(o(t=parseFloat(e)))throw new Error("Invalid value");if(Math.abs(t)>32767)throw new Error("Invalid value")}else if("yes"===e)t="yes";else if("no"===e)t="no";else{if("$remove$"!==e)throw new Error("Invalid value");t="$remove$"}return t}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function Jc(e,t){function n(e){delete window.PopAds,delete window.popns,Object.defineProperties(window,{PopAds:{get:function(){return r(e),{}}},popns:{get:function(){return r(e),{}}}})}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var a=t?[].concat(e).concat(t):[e];try{n.apply(this,a)}catch(e){console.log(e)}}function Zc(e,t){function n(e,t,n){if(void 0!==t){var o;try{o=s(n)}catch(t){return void a(e,"Invalid storage item value: '".concat(n,"'"))}var c=window.sessionStorage;"$remove$"===o?u(e,c,t):i(e,c,t,o),r(e)}else a(e,"Item key should be specified.")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){return(Number.isNaN||window.isNaN)(e)}function i(e,t,n,r){try{t.setItem(n,r)}catch(t){a(e,"Unable to set sessionStorage item due to: ".concat(t.message))}}function u(e,t,n){try{t.removeItem(n)}catch(t){a(e,"Unable to remove storage item due to: ".concat(t.message))}}function s(e){if("string"!=typeof e)throw new Error("Invalid value");var t;if("undefined"===e)t=void 0;else if("false"===e)t=!1;else if("true"===e)t=!0;else if("null"===e)t=null;else if("emptyArr"===e)t="[]";else if("emptyObj"===e)t="{}";else if(""===e)t="";else if(/^\d+$/.test(e)){if(o(t=parseFloat(e)))throw new Error("Invalid value");if(Math.abs(t)>32767)throw new Error("Invalid value")}else if("yes"===e)t="yes";else if("no"===e)t="no";else{if("$remove$"!==e)throw new Error("Invalid value");t="$remove$"}return t}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function ed(e,t){function n(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:NaN;if(t){var d,l=1e4,f=20,p=150,h="cookie:",m="localStorage:",g=",",b=";",v=/(,\s*){1}(?=!?cookie:|!?localStorage:)/,y=function(e){return new Promise((function(t){return setTimeout(t,e)}))};if(c&&(d=parseInt(c,10),Number.isNaN(d)&&!(d<l))){var w="Passed delay '".concat(c,"' is invalid or bigger than ").concat(l," ms");return void u(e,w)}var k=!d,D=[],x=[],C=!1,A=!1;if(n&&n.split(v).map((function(e){return e.trim()})).forEach((function(e){if(e.includes(h)){var t=s(e),n=t.isInvertedMatch,r=t.matchValue;C=n;var a=r.replace(h,"");D.push(a)}if(e.includes(m)){var o=s(e),i=o.isInvertedMatch,u=o.matchValue;A=i;var c=u.replace(m,"");x.push(c)}})),D.length>0){var E=o(D.join(b)),F=o(document.cookie),S=Object.keys(F);if(0===S.length)return;var j=Object.keys(E).every((function(e){var t=E[e]?a(E[e]):null,n=a(e);return S.some((function(e){return!!n.test(e)&&(!t||t.test(F[e]))}))}));if(j===C)return}if(x.length>0){var T=x.every((function(e){var t=window.localStorage.getItem(e);return t||""===t}));if(T===A)return}var _=t.split(g).map((function(e){return e.trim()})),R=function(e){return{element:e||null,clicked:!1}},O=Array(_.length).fill(R()),B=function(){var t=_asyncToGenerator(_regeneratorRuntime().mark((function t(){var n,a,o;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:n=0;case 1:if(!(n<O.length)){t.next=12;break}if(a=O[n],!(n>=1)){t.next=6;break}return t.next=6,y(p);case 6:if(a.element){t.next=8;break}return t.abrupt("break",12);case 8:a.clicked||(a.element.click(),a.clicked=!0);case 9:n+=1,t.next=1;break;case 12:o=O.every((function(e){return!0===e.clicked})),o&&r(e);case 14:case"end":return t.stop()}}),t)})));function n(){return t.apply(this,arguments)}return n}(),P=function(e,t){var n=R(e);O[t]=n,k&&B()},I=function(e,t){var n=[];_.forEach((function(e,t){if(e){var r=document.querySelector(e);r&&(P(r,t),n.push(e))}})),(_=_.map((function(e){return n.includes(e)?null:e}))).every((function(e){return null===e}))&&t.disconnect()},N=new MutationObserver(i(I,f));N.observe(document.documentElement,{attributes:!0,childList:!0,subtree:!0}),d&&setTimeout((function(){B(),k=!0}),d),setTimeout((function(){return N.disconnect()}),l)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function o(e){var t="=",n=";",r=e.split(n),a={};return r.forEach((function(e){var n,r="",o=e.indexOf(t);-1===o?n=e.trim():(n=e.slice(0,o).trim(),r=e.slice(o+1)),a[n]=r||null})),a}function i(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a}function u(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function s(e){var t="!",n=!!e&&(null==e?void 0:e.startsWith(t)),r=n?e.slice(1):e;return{isInvertedMatch:n,matchRegexp:a(r),matchValue:r}}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function td(e,t){function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if("undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response)if(""!==t||""===n){var d,l=""===t&&""===n,f=fetch,p=function(p,h,m){if(d=o(m),l)return a(e,"fetch( ".concat(i(d)," )"),!0),r(e),Reflect.apply(p,h,m);if(!u(e,c,d))return Reflect.apply(p,h,m);var g=function(e,t){var n=e.bodyUsed,r=e.headers,a=e.ok,o=e.redirected,i=e.status,u=e.statusText,s=e.type,c=e.url,d=new Response(t,{status:i,statusText:u,headers:r});return Object.defineProperties(d,{url:{value:c},type:{value:s},ok:{value:a},bodyUsed:{value:n},redirected:{value:o}}),d};return f.apply(null,m).then((function(o){return o.text().then((function(a){var i="*"===t?/(\n|.)*/:s(t),u=a.replace(i,n),c=g(o,u);return r(e),c})).catch((function(){var t=i(d),n="Response body can't be converted to text: ".concat(t);return a(e,n),Reflect.apply(p,h,m)}))})).catch((function(){return Reflect.apply(p,h,m)}))};fetch=new Proxy(fetch,{apply:p})}else a(e,"Pattern argument should not be empty string")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){var t,n,r={};if(e[0]instanceof Request){var a=f(e[0]);t=a.url,n=a}else t=e[0],n=e[1];return r.url=t,n instanceof Object&&Object.keys(n).forEach((function(e){r[e]=n[e]})),r}function i(e){return e&&"object"===_typeof2(e)?l(e)?"{}":Object.entries(e).map((function(e){var t=e[0],n=e[1],r=n;return n instanceof Object&&(r="{ ".concat(i(n)," }")),"".concat(t,':"').concat(r,'"')})).join(" "):String(e)}function u(e,t,n){if(""===t||"*"===t)return!0;var r,o=h(t);if(m(o)){var i=g(o);r=Object.keys(i).every((function(e){var t=i[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else a(e,"Invalid parameter: ".concat(t)),r=!1;return r}function s(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function c(e){var t,n="/",r=d(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function d(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function l(e){return 0===Object.keys(e).length&&!e.prototype}function f(e){var t=p().map((function(t){return[t,e[t]]}));return Object.fromEntries(t)}function p(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]}function h(e){var t=" ",n=":",r=function(e){return p().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a}function m(e){return Object.values(e).every((function(e){return c(e)}))}function g(e){var t={};return Object.keys(e).forEach((function(n){t[n]=s(e[n])})),t}var b=t?[].concat(e).concat(t):[e];try{n.apply(this,b)}catch(e){console.log(e)}}function nd(e,t){function n(e,t,n,c,d){if(["replace-node-text.js","rpnt.js","sed.js"].includes(e.name)){d=c,c=n;for(var l=arguments.length,f=new Array(l>5?l-5:0),p=5;p<l;p++)f[p-5]=arguments[p];for(var h=0;h<f.length;h+=1)if("condition"===f[h]){n=f[h+1];break}}var m=s(t,n,c),g=m.selector,b=m.nodeNameMatch,v=m.textContentMatch,y=m.patternMatch,w=function(t){return t.forEach((function(t){u(t,b,v)&&i(e,t,y,d)}))};document.documentElement&&a(g,w),r((function(e){return o(e,w)}),{childList:!0,subtree:!0})}function r(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e4,r=new MutationObserver((function(n,r){r.disconnect(),e(n,r),r.observe(document.documentElement,t)}));r.observe(document.documentElement,t),"number"==typeof n&&setTimeout((function(){return r.disconnect()}),n)}function a(e,t){t(d(document.querySelectorAll(e)))}function o(e,t){t(l(e))}function i(e,t,n,r){var a=t.textContent;a&&(t.textContent=a.replace(n,r),c(e))}function u(e,t,n){var r=e.nodeName,a=e.textContent,o=r.toLowerCase();return null!==a&&""!==a&&(t instanceof RegExp?t.test(o):t===o)&&(n instanceof RegExp?n.test(a):a.includes(n))}function s(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,a="/",o=!(e.startsWith(a)&&e.endsWith(a)),i=o?e:"*",u=o?e:f(e),s=t.startsWith(a)?f(t):t;return r&&(n=r.startsWith(a)?f(r):r),{selector:i,nodeNameMatch:u,textContentMatch:s,patternMatch:n}}function c(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function d(e){for(var t=[],n=0;n<e.length;n+=1)t.push(e[n]);return t}function l(e){for(var t=[],n=0;n<e.length;n+=1)for(var r=e[n].addedNodes,a=0;a<r.length;a+=1)t.push(r[a]);return t}function f(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}var p=t?[].concat(e).concat(t):[e];try{n.apply(this,p)}catch(e){console.log(e)}}function rd(e,t){function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if("undefined"!=typeof Proxy)if(""!==t||""===n){var d,l=""===t&&""===n,f=window.XMLHttpRequest.prototype.open,p=window.XMLHttpRequest.prototype.send,h=function(t,n,o){if(d=s.apply(null,o),l){var f="xhr( ".concat(i(d)," )");return a(e,f,!0),r(e),Reflect.apply(t,n,o)}if(u(e,c,d)&&(n.shouldBePrevented=!0),n.shouldBePrevented){n.collectedHeaders=[];var p=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},h={apply:p};n.setRequestHeader=new Proxy(n.setRequestHeader,h)}return Reflect.apply(t,n,o)},m=function(a,i,u){if(!i.shouldBePrevented)return Reflect.apply(a,i,u);var s=new XMLHttpRequest;s.addEventListener("readystatechange",(function(){if(4===s.readyState){var a=s.readyState,u=s.response,c=s.responseText,d=s.responseURL,l=s.responseXML,f=s.status,p=s.statusText,h=c||u;if("string"==typeof h){var m="*"===t?/(\n|.)*/:o(t),g=h.replace(m,n);Object.defineProperties(i,{readyState:{value:a,writable:!1},responseURL:{value:d,writable:!1},responseXML:{value:l,writable:!1},status:{value:f,writable:!1},statusText:{value:p,writable:!1},response:{value:g,writable:!1},responseText:{value:g,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");i.dispatchEvent(e);var t=new Event("load");i.dispatchEvent(t);var n=new Event("loadend");i.dispatchEvent(n)}),1),r(e)}}})),f.apply(s,[d.method,d.url]),i.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];s.setRequestHeader(t,n)})),i.collectedHeaders=[];try{p.call(s,u)}catch(e){return Reflect.apply(a,i,u)}},g={apply:h},b={apply:m};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,g),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,b)}else a(e,"Pattern argument should not be empty string.")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function i(e){return e&&"object"===_typeof2(e)?m(e)?"{}":Object.entries(e).map((function(e){var t=e[0],n=e[1],r=n;return n instanceof Object&&(r="{ ".concat(i(n)," }")),"".concat(t,':"').concat(r,'"')})).join(" "):String(e)}function u(e,t,n){if(""===t||"*"===t)return!0;var r,o=f(t);if(l(o)){var i=c(o);r=Object.keys(i).every((function(e){var t=i[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else a(e,"Invalid parameter: ".concat(t)),r=!1;return r}function s(e,t,n,r,a){return{method:e,url:t,async:n,user:r,password:a}}function c(e){var t={};return Object.keys(e).forEach((function(n){t[n]=o(e[n])})),t}function d(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]}function l(e){return Object.values(e).every((function(e){return p(e)}))}function f(e){var t=" ",n=":",r=function(e){return d().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a}function p(e){var t,n="/",r=h(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function h(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function m(e){return 0===Object.keys(e).length&&!e.prototype}var g=t?[].concat(e).concat(t):[e];try{n.apply(this,g)}catch(e){console.log(e)}}function ad(e,t){function n(e,t,n,u){if(t&&s(u,(new Error).stack)){var c;try{c=a(n)}catch(t){return void o(e,t)}var l=!1,f=function(e){return l||(l=void 0!==e&&void 0!==c&&_typeof2(e)!==_typeof2(c)&&null!==e)},p=function(t,n,r,a){if(!a.init(t[n]))return!1;var i,u=Object.getOwnPropertyDescriptor(t,n);if(u instanceof Object){if(!u.configurable){var s="Property '".concat(n,"' is not configurable");return o(e,s),!1}t[n]=c,u.set instanceof Function&&(i=u.set)}return Object.defineProperty(t,n,{configurable:r,get:function(){return a.get()},set:function(e){void 0!==i&&i(e),a.set(e)}}),!0},h=function t(n,a){var o=i(n,a),u=o.base,s=o.prop,l=o.chain,h={factValue:void 0,init:function(e){return this.factValue=e,!0},get:function(){return this.factValue},set:function(e){this.factValue!==e&&(this.factValue=e,e instanceof Object&&t(e,l))}},m={init:function(e){return!f(e)},get:function(){return c},set:function(e){f(e)&&(c=e)}};if(l)if(void 0===u||null!==u[s]){(u instanceof Object||"object"===_typeof2(u))&&d(u)&&p(u,s,!0,h);var g=n[s];(g instanceof Object||"object"===_typeof2(g)&&null!==g)&&t(g,l),p(u,s,!0,h)}else p(u,s,!0,h);else p(u,s,!1,m)&&r(e)};h(window,t)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){if("undefined"!==e){if("false"===e)return!1;if("true"===e)return!0;if("null"===e)return null;if("NaN"===e)return NaN;var t=32767,n=Number(e);if(!c(n)){if(Math.abs(n)>t)throw new Error("number values bigger than 32767 are not allowed");return n}var r="'".concat(e,"' value type can't be inferred");try{var a=JSON.parse(e);if(a instanceof Object||"string"==typeof a)return a}catch(e){r+=": ".concat(e)}throw new TypeError(r)}}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function i(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&d(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?i(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function u(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function s(e,t){if(!e||""===e)return!0;if(f(e,t))return!0;var n=u(e),r=t.split("\n").slice(2).map((function(e){return e.trim()})).join("\n");return l().call(n,r)}function c(e){return(Number.isNaN||window.isNaN)(e)}function d(e){return 0===Object.keys(e).length&&!e.prototype}function l(){var e=Object.getOwnPropertyDescriptor(RegExp.prototype,"test"),t=null==e?void 0:e.value;if(e&&"function"==typeof e.value)return t;throw new Error("RegExp.prototype.test is not a function")}function f(e,t){var n="inlineScript",r="injectedScript",a="<anonymous>",o=function(e){return e.includes(n)},i=function(e){return e.includes(r)};if(!o(e)&&!i(e))return!1;var u=window.location.href,s=u.indexOf("#");-1!==s&&(u=u.slice(0,s));var c=t.split("\n").slice(2).map((function(e){return e.trim()})),d=c.map((function(e){var t,n=/(.*?@)?(\S+)(:\d+):\d+\)?$/.exec(e);if(n){var o,i,u=n[2];if(null!==(o=u)&&void 0!==o&&o.startsWith("(")&&(u=u.slice(1)),null!==(i=u)&&void 0!==i&&i.startsWith(a)){var s;u=r;var c=void 0!==n[1]?n[1].slice(0,-1):e.slice(0,n.index).trim();null!==(s=c)&&void 0!==s&&s.startsWith("at")&&(c=c.slice(2).trim()),t="".concat(c," ").concat(u).trim()}else t=u}else t=e;return t}));if(d)for(var l=0;l<d.length;l+=1){if(o(e)&&u===d[l])return!0;if(i(e)&&d[l].startsWith(r))return!0}return!1}var p=t?[].concat(e).concat(t):[e];try{n.apply(this,p)}catch(e){console.log(e)}}function od(e,t){function n(e,t,n){var c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",d=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"/";if(void 0!==t)if(void 0!==n){var l=s(n);if(i(d)){var f=o(t,l,d,!1);if(f){if(c){var p=u(c);if(!p)return void a(e,"Invalid offsetExpiresSec value: ".concat(c));var h=Date.now()+p;f+=" expires=".concat(new Date(h).toUTCString(),";")}document.cookie=f,r(e)}else a(e,"Invalid cookie name or value")}else a(e,"Invalid cookie path: '".concat(d,"'"))}else a(e,"Cookie value should be specified");else a(e,"Cookie name should be specified")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=";";if(!r&&(e.includes(a)||"".concat(t).includes(a)))return null;var o=r?encodeURIComponent(e):e,i=r?encodeURIComponent(t):t;return"".concat(o,"=").concat(i,"; ").concat(c(n),";")}function i(e){return"/"===e||"none"===e}function u(e){var t,n=1e3;if("1year"===e)t=31536e3;else if("1day"===e)t=86400;else if(t=Number.parseInt(e,10),Number.isNaN(t))return null;return t*n}function s(e){var t="$currentDate$",n=e;return"$now$"===e?n=Date.now().toString():e===t&&(n=Date()),n}function c(e){return"/"===e?"path=/":""}var d=t?[].concat(e).concat(t):[e];try{n.apply(this,d)}catch(e){console.log(e)}}function id(e,t){function n(e,t,n){var l=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",f=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"/";if(void 0!==t)if(void 0!==n){if(!o(document.cookie,t,n)){var p=c(n);if(u(f)){var h=i(t,p,f,!1);if(h){if(l){var m=s(l);if(!m)return void a(e,"Invalid offsetExpiresSec value: ".concat(l));var g=Date.now()+m;h+=" expires=".concat(new Date(g).toUTCString(),";")}document.cookie=h,r(e);var b=d(document.cookie)[t];o(document.cookie,t,b)&&window.location.reload()}else a(e,"Invalid cookie name or value")}else a(e,"Invalid cookie path: '".concat(f,"'"))}}else a(e,"Cookie value should be specified");else a(e,"Cookie name should be specified")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e,t,n){return e.split(";").some((function(e){var r=e.indexOf("=");if(-1===r)return!1;var a=e.slice(0,r).trim(),o=e.slice(r+1).trim();return t===a&&n===o}))}function i(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=";";if(!r&&(e.includes(a)||"".concat(t).includes(a)))return null;var o=r?encodeURIComponent(e):e,i=r?encodeURIComponent(t):t;return"".concat(o,"=").concat(i,"; ").concat(l(n),";")}function u(e){return"/"===e||"none"===e}function s(e){var t,n=1e3;if("1year"===e)t=31536e3;else if("1day"===e)t=86400;else if(t=Number.parseInt(e,10),Number.isNaN(t))return null;return t*n}function c(e){var t="$currentDate$",n=e;return"$now$"===e?n=Date.now().toString():e===t&&(n=Date()),n}function d(e){var t="=",n=";",r=e.split(n),a={};return r.forEach((function(e){var n,r="",o=e.indexOf(t);-1===o?n=e.trim():(n=e.slice(0,o).trim(),r=e.slice(o+1)),a[n]=r||null})),a}function l(e){return"/"===e?"path=/":""}var f=t?[].concat(e).concat(t):[e];try{n.apply(this,f)}catch(e){console.log(e)}}function ud(e,t){function n(e,t,n){if(void 0!==t)if(void 0!==n){var u=i(n);o(e,window.localStorage,t,u),r(e)}else a(e,"Item value should be specified");else a(e,"Item key should be specified")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e,t,n,r){try{t.setItem(n,r)}catch(t){a(e,"Unable to set sessionStorage item due to: ".concat(t.message))}}function i(e){var t="$currentDate$",n=e;return"$now$"===e?n=Date.now().toString():e===t&&(n=Date()),n}var u=t?[].concat(e).concat(t):[e];try{n.apply(this,u)}catch(e){console.log(e)}}function sd(e,t){function n(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if("undefined"!=typeof Reflect&&"undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response){var c,d=!1,l=o(s),f=function(e){if("string"==typeof e){var t=e.trim();if(t.startsWith("<")&&t.endsWith(">"))return!0}return!1},p=function(e){return(new DOMParser).parseFromString(e,"text/xml")},h=function(e,t){return!!f(e)&&!!p(e).querySelector(t)},m=function(e){if(!f(e))return d=!1,e;var r=p(e);if(r.querySelector("parsererror"))return e;if(""!==n&&null===r.querySelector(n))return d=!1,e;var a=r.querySelectorAll(t);return a.length?(a.forEach((function(e){e.remove()})),e=(new XMLSerializer).serializeToString(r)):(d=!1,e)},g=window.XMLHttpRequest.prototype.open,b=window.XMLHttpRequest.prototype.send,v=function(t,n,r){if(c=i.apply(null,r),u(e,s,c)&&(n.shouldBePruned=!0),n.shouldBePruned){n.collectedHeaders=[];var a=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},o={apply:a};n.setRequestHeader=new Proxy(n.setRequestHeader,o)}return Reflect.apply(t,n,r)},y=function(n,o,i){var u=["","text"];if(!o.shouldBePruned||!u.includes(o.responseType))return Reflect.apply(n,o,i);var s=new XMLHttpRequest;s.addEventListener("readystatechange",(function(){if(4===s.readyState){var n=s.readyState,i=s.response,u=s.responseText,c=s.responseURL,l=s.responseXML,g=s.status,b=s.statusText;if("string"==typeof(u||i)){if(t)d=h(i,t);else if(f(i)){var v="XMLHttpRequest.open() URL: ".concat(c,"\nresponse: ").concat(i);a(e,v),a(e,p(i),!0,!1)}var y=d?m(i):i;Object.defineProperties(o,{readyState:{value:n,writable:!1},responseURL:{value:c,writable:!1},responseXML:{value:l,writable:!1},status:{value:g,writable:!1},statusText:{value:b,writable:!1},response:{value:y,writable:!1},responseText:{value:y,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");o.dispatchEvent(e);var t=new Event("load");o.dispatchEvent(t);var n=new Event("loadend");o.dispatchEvent(n)}),1),r(e)}}})),g.apply(s,[c.method,c.url]),o.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];s.setRequestHeader(t,n)})),o.collectedHeaders=[];try{b.call(s,i)}catch(e){return Reflect.apply(n,o,i)}},w={apply:v},k={apply:y};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,w),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,k);var D=window.fetch,x=function(){var n=_asyncToGenerator(_regeneratorRuntime().mark((function n(o,i,u){var s,c,f,g,b,v;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if("string"==typeof(s=u[0]instanceof Request?u[0].url:u[0])&&0!==s.length){n.next=3;break}return n.abrupt("return",Reflect.apply(o,i,u));case 3:if(!l.test(s)){n.next=22;break}return n.next=6,D.apply(void 0,_toConsumableArray(u));case 6:return c=n.sent,f=c.clone(),n.next=10,c.text();case 10:if(g=n.sent,d=h(g,t)){n.next=17;break}return b="fetch URL: ".concat(s,"\nresponse text: ").concat(g),a(e,b),a(e,p(g),!0,!1),n.abrupt("return",f);case 17:if(v=m(g),!d){n.next=21;break}return r(e),n.abrupt("return",new Response(v,{status:c.status,statusText:c.statusText,headers:c.headers}));case 21:return n.abrupt("return",f);case 22:return n.abrupt("return",Reflect.apply(o,i,u));case 23:case"end":return n.stop()}}),n)})));function o(e,t,r){return n.apply(this,arguments)}return o}(),C={apply:x};window.fetch=new Proxy(window.fetch,C)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function i(e,t,n,r,a){return{method:e,url:t,async:n,user:r,password:a}}function u(e,t,n){if(""===t||"*"===t)return!0;var r,o=l(t);if(d(o)){var i=s(o);r=Object.keys(i).every((function(e){var t=i[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else a(e,"Invalid parameter: ".concat(t)),r=!1;return r}function s(e){var t={};return Object.keys(e).forEach((function(n){t[n]=o(e[n])})),t}function c(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]}function d(e){return Object.values(e).every((function(e){return f(e)}))}function l(e){var t=" ",n=":",r=function(e){return c().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a}function f(e){var t,n="/",r=p(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function p(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var h=t?[].concat(e).concat(t):[e];try{n.apply(this,h)}catch(e){console.log(e)}}var cd={"abort-current-inline-script":ac,"abort-current-script.js":ac,"ubo-abort-current-script.js":ac,"acs.js":ac,"ubo-acs.js":ac,"ubo-abort-current-script":ac,"ubo-acs":ac,"abort-current-inline-script.js":ac,"ubo-abort-current-inline-script.js":ac,"acis.js":ac,"ubo-acis.js":ac,"ubo-abort-current-inline-script":ac,"ubo-acis":ac,"abp-abort-current-inline-script":ac,"abort-on-property-read":oc,"abort-on-property-read.js":oc,"ubo-abort-on-property-read.js":oc,"aopr.js":oc,"ubo-aopr.js":oc,"ubo-abort-on-property-read":oc,"ubo-aopr":oc,"abp-abort-on-property-read":oc,"abort-on-property-write":ic,"abort-on-property-write.js":ic,"ubo-abort-on-property-write.js":ic,"aopw.js":ic,"ubo-aopw.js":ic,"ubo-abort-on-property-write":ic,"ubo-aopw":ic,"abp-abort-on-property-write":ic,"abort-on-stack-trace":uc,"abort-on-stack-trace.js":uc,"ubo-abort-on-stack-trace.js":uc,"aost.js":uc,"ubo-aost.js":uc,"ubo-abort-on-stack-trace":uc,"ubo-aost":uc,"abp-abort-on-stack-trace":uc,"adjust-setInterval":sc,"nano-setInterval-booster.js":sc,"ubo-nano-setInterval-booster.js":sc,"nano-sib.js":sc,"ubo-nano-sib.js":sc,"ubo-nano-setInterval-booster":sc,"ubo-nano-sib":sc,"adjust-setTimeout":cc,"nano-setTimeout-booster.js":cc,"ubo-nano-setTimeout-booster.js":cc,"nano-stb.js":cc,"ubo-nano-stb.js":cc,"ubo-nano-setTimeout-booster":cc,"ubo-nano-stb":cc,"debug-current-inline-script":dc,"debug-on-property-read":lc,"debug-on-property-write":fc,"dir-string":pc,"disable-newtab-links":hc,"disable-newtab-links.js":hc,"ubo-disable-newtab-links.js":hc,"ubo-disable-newtab-links":hc,"evaldata-prune":mc,"evaldata-prune.js":mc,"ubo-evaldata-prune.js":mc,"ubo-evaldata-prune":mc,"close-window":gc,"window-close-if.js":gc,"ubo-window-close-if.js":gc,"ubo-window-close-if":gc,"hide-in-shadow-dom":bc,"inject-css-in-shadow-dom":vc,"json-prune":yc,"json-prune.js":yc,"ubo-json-prune.js":yc,"ubo-json-prune":yc,"abp-json-prune":yc,log:wc,"log-addEventListener":kc,"addEventListener-logger.js":kc,"ubo-addEventListener-logger.js":kc,"aell.js":kc,"ubo-aell.js":kc,"ubo-addEventListener-logger":kc,"ubo-aell":kc,"log-eval":Dc,"log-on-stack-trace":xc,"m3u-prune":Cc,"m3u-prune.js":Cc,"ubo-m3u-prune.js":Cc,"ubo-m3u-prune":Cc,"no-topics":Ac,noeval:Ec,"noeval.js":Ec,"silent-noeval.js":Ec,"ubo-noeval.js":Ec,"ubo-silent-noeval.js":Ec,"ubo-noeval":Ec,"ubo-silent-noeval":Ec,nowebrtc:Fc,"nowebrtc.js":Fc,"ubo-nowebrtc.js":Fc,"ubo-nowebrtc":Fc,"prevent-addEventListener":Sc,"addEventListener-defuser.js":Sc,"ubo-addEventListener-defuser.js":Sc,"aeld.js":Sc,"ubo-aeld.js":Sc,"ubo-addEventListener-defuser":Sc,"ubo-aeld":Sc,"prevent-adfly":jc,"adfly-defuser.js":jc,"ubo-adfly-defuser.js":jc,"ubo-adfly-defuser":jc,"prevent-bab":Tc,"prevent-element-src-loading":_c,"prevent-eval-if":Rc,"noeval-if.js":Rc,"ubo-noeval-if.js":Rc,"ubo-noeval-if":Rc,"prevent-fab-3.2.0":Oc,"nofab.js":Oc,"ubo-nofab.js":Oc,"fuckadblock.js-3.2.0":Oc,"ubo-fuckadblock.js-3.2.0":Oc,"ubo-nofab":Oc,"prevent-fetch":Bc,"no-fetch-if.js":Bc,"ubo-no-fetch-if.js":Bc,"ubo-no-fetch-if":Bc,"prevent-popads-net":Pc,"popads.net.js":Pc,"ubo-popads.net.js":Pc,"ubo-popads.net":Pc,"prevent-refresh":Ic,"refresh-defuser.js":Ic,"refresh-defuser":Ic,"ubo-refresh-defuser.js":Ic,"ubo-refresh-defuser":Ic,"prevent-requestAnimationFrame":Nc,"no-requestAnimationFrame-if.js":Nc,"ubo-no-requestAnimationFrame-if.js":Nc,"norafif.js":Nc,"ubo-norafif.js":Nc,"ubo-no-requestAnimationFrame-if":Nc,"ubo-norafif":Nc,"prevent-setInterval":Lc,"no-setInterval-if.js":Lc,"ubo-no-setInterval-if.js":Lc,"setInterval-defuser.js":Lc,"ubo-setInterval-defuser.js":Lc,"nosiif.js":Lc,"ubo-nosiif.js":Lc,"sid.js":Lc,"ubo-sid.js":Lc,"ubo-no-setInterval-if":Lc,"ubo-setInterval-defuser":Lc,"ubo-nosiif":Lc,"ubo-sid":Lc,"prevent-setTimeout":$c,"no-setTimeout-if.js":$c,"ubo-no-setTimeout-if.js":$c,"nostif.js":$c,"ubo-nostif.js":$c,"ubo-no-setTimeout-if":$c,"ubo-nostif":$c,"setTimeout-defuser.js":$c,"ubo-setTimeout-defuser.js":$c,"ubo-setTimeout-defuser":$c,"std.js":$c,"ubo-std.js":$c,"ubo-std":$c,"prevent-window-open":zc,"window.open-defuser.js":zc,"ubo-window.open-defuser.js":zc,"ubo-window.open-defuser":zc,"nowoif.js":zc,"ubo-nowoif.js":zc,"ubo-nowoif":zc,"prevent-xhr":Mc,"no-xhr-if.js":Mc,"ubo-no-xhr-if.js":Mc,"ubo-no-xhr-if":Mc,"remove-attr":qc,"remove-attr.js":qc,"ubo-remove-attr.js":qc,"ra.js":qc,"ubo-ra.js":qc,"ubo-remove-attr":qc,"ubo-ra":qc,"remove-class":Uc,"remove-class.js":Uc,"ubo-remove-class.js":Uc,"rc.js":Uc,"ubo-rc.js":Uc,"ubo-remove-class":Uc,"ubo-rc":Uc,"remove-cookie":Wc,"cookie-remover.js":Wc,"ubo-cookie-remover.js":Wc,"ubo-cookie-remover":Wc,"remove-in-shadow-dom":Hc,"remove-node-text":Vc,"remove-node-text.js":Vc,"ubo-remove-node-text.js":Vc,"rmnt.js":Vc,"ubo-rmnt.js":Vc,"ubo-remove-node-text":Vc,"ubo-rmnt":Vc,"set-attr":Xc,"set-constant":Gc,"set-constant.js":Gc,"ubo-set-constant.js":Gc,"set.js":Gc,"ubo-set.js":Gc,"ubo-set-constant":Gc,"ubo-set":Gc,"abp-override-property-read":Gc,"set-cookie":Yc,"set-cookie-reload":Kc,"set-local-storage-item":Qc,"set-popads-dummy":Jc,"popads-dummy.js":Jc,"ubo-popads-dummy.js":Jc,"ubo-popads-dummy":Jc,"set-session-storage-item":Zc,"trusted-click-element":ed,"trusted-replace-fetch-response":td,"trusted-replace-node-text":nd,"trusted-replace-xhr-response":rd,"trusted-set-constant":ad,"trusted-set-cookie":od,"trusted-set-cookie-reload":id,"trusted-set-local-storage-item":ud,"xml-prune":sd,"xml-prune.js":sd,"ubo-xml-prune.js":sd,"ubo-xml-prune":sd},dd=function(e){return cd[e]};function ld(e){if(!Yn.isValidScriptletName(e.name))return null;var t=dd(e.name);if("function"!=typeof t)throw new Error("Error: cannot invoke scriptlet with name: '".concat(e.name,"'"));var n=t.toString();return"corelibs"===e.engine||"test"===e.engine?i(n):o(e,n)}var fd={invoke:ld,getScriptletFunction:dd,isValidScriptletName:Yn.isValidScriptletName,isValidScriptletRule:Wr,isAdgScriptletRule:Yn.isAdgScriptletRule,isUboScriptletRule:Yn.isUboScriptletRule,isAbpSnippetRule:Yn.isAbpSnippetRule,convertUboToAdg:Pr,convertAbpToAdg:Ir,convertScriptletToAdg:Mr,convertAdgToUbo:qr,redirects:rc};zu.exports=fd}();var Mu=ne(zu.exports).redirects,qu="csp",Uu=d+i,Wu="'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:",Hu="rewrite",Vu="redirect",Xu=new Set([Hu,Vu,"redirect-rule"]),Gu=new Map([["1p",[{name:function(){return"third-party"},exception:function(e){return!e}}]],["3p",[{name:function(){return"third-party"}}]],["css",[{name:function(){return"stylesheet"}}]],["doc",[{name:function(){return"document"}}]],["ehide",[{name:function(){return"elemhide"}}]],["empty",[{name:function(){return"redirect"},value:function(){return"nooptext"}}]],["first-party",[{name:function(){return"third-party"},exception:function(e){return!e}}]],["frame",[{name:function(){return"subdocument"}}]],["ghide",[{name:function(){return"generichide"}}]],["inline-font",[{name:function(){return qu},value:function(){return"font-src ".concat(Wu)}}]],["inline-script",[{name:function(){return qu},value:function(){return"script-src ".concat(Wu)}}]],["mp4",[{name:function(){return"redirect"},value:function(){return"noopmp4-1s"}},{name:function(){return"media"},value:function(){}}]],["queryprune",[{name:function(){return"removeparam"}}]],["shide",[{name:function(){return"specifichide"}}]],["xhr",[{name:function(){return"xmlhttprequest"}}]]]),Yu=function(e){_inherits(n,e);var t=_createSuper(n);function n(){return _classCallCheck(this,n),t.apply(this,arguments)}return _createClass(n,null,[{key:"convertToAdg",value:function(e){var t=new xu,n=0;if(e.children.forEach((function(e,r){var a=Gu.get(e.modifier.value);if(a){var o,i=_createForOfIteratorHelper(a);try{for(i.s();!(o=i.n()).done;){var u,s,c,d=o.value,l=d.name(e.modifier.value),f=d.exception?d.exception(e.exception||!1):e.exception,p=d.value?d.value(null===(u=e.value)||void 0===u?void 0:u.value):null===(s=e.value)||void 0===s?void 0:s.value;l===e.modifier.value&&p===(null===(c=e.value)||void 0===c?void 0:c.value)||t.add(r,Yr(l,p,f)),l===qu&&(n+=1)}}catch(e){i.e(e)}finally{i.f()}}else if(Xu.has(e.modifier.value)){var h;if(!0===e.exception)throw new fa("Modifier '".concat(e.modifier.value,"' cannot be negated"));var m=null===(h=e.value)||void 0===h?void 0:h.value;if(!m)throw new fa("No redirect resource specified for '".concat(e.modifier.value,"' modifier"));var g=e.modifier.value===Hu?Vu:e.modifier.value,b=Mu.convertRedirectNameToAdg(m);(g!==e.modifier.value||void 0!==b&&b!==m)&&t.add(r,Yr(g,b||m,e.exception))}})),t.size||n){var r=hu(e);if(r.children=r.children.map((function(e,n){var r=t.get(n);return r||e})).flat(),n){var a=[];r.children=r.children.filter((function(e){if(e.modifier.value===qu){var t,n;if(null===(t=e.value)||void 0===t||!t.value)throw new fa("$csp modifier value is missing");return a.push(null===(n=e.value)||void 0===n?void 0:n.value),!1}return!0})),r.children.push(Yr(qu,a.join(Uu)))}return r.children=r.children.filter((function(e,t,n){return n.findIndex((function(t){var n,r;return t.modifier.value===e.modifier.value&&t.exception===e.exception&&(null===(n=t.value)||void 0===n?void 0:n.value)===(null===(r=e.value)||void 0===r?void 0:r.value)}))===t})),Ji(r,!0)}return Ji(e,!1)}}]),n}(Ki),Ku=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){if(t.modifiers){var n=Yu.convertToAdg(t.modifiers);if(n.isConverted)return{result:[{category:e.RuleCategory.Network,type:"NetworkRule",syntax:t.syntax,exception:t.exception,pattern:{type:"Value",value:t.pattern.value},modifiers:n.result}],isConverted:!0}}return Zi([t],!1)}}]),r}(Qi),Qu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){switch(t.category){case e.RuleCategory.Comment:return eu.convertToAdg(t);case e.RuleCategory.Cosmetic:return $u.convertToAdg(t);case e.RuleCategory.Network:return Ku.convertToAdg(t);default:throw new fa("Unknown rule category: ".concat(t.category))}}}]),r}(Qi),Ju=function(e){_inherits(n,e);var t=_createSuper(n);function n(){return _classCallCheck(this,n),t.apply(this,arguments)}return _createClass(n,null,[{key:"convertToAdg",value:function(e){for(var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=new xu,r=0;r<e.children.length;r+=1)try{var a=Qu.convertToAdg(e.children[r]);a.isConverted&&n.add.apply(n,[r].concat(_toConsumableArray(a.result)))}catch(e){if(!t)throw e}if(0===n.size)return Ji(e,!1);for(var o={type:"FilterList",children:[]},i=0;i<e.children.length;i+=1){var u,s=n.get(i);if(s)(u=o.children).push.apply(u,_toConsumableArray(s));else o.children.push(_r(e.children[i]))}return Ji(o,!0)}}]),n}(Ki),Zu=function(e){_inherits(n,e);var t=_createSuper(n);function n(){return _classCallCheck(this,n),t.apply(this,arguments)}return _createClass(n,null,[{key:"convertToAdg",value:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=Ju.convertToAdg(ca.parse(e,t),t);return n.isConverted?Ji(ca.generate(n.result),!0):Ji(e,!1)}}]),n}(Ki),es=function(e){_inherits(n,e);var t=_createSuper(n);function n(){return _classCallCheck(this,n),t.apply(this,arguments)}return _createClass(n,null,[{key:"convertToAdg",value:function(e){var t=Qu.convertToAdg(oa.parse(e));return t.isConverted?Ji(t.result.map(oa.generate),!0):Ji([e],!1)}}]),n}(Ki),ts=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"getVariables",value:function(t){if("Variable"===t.type)return[t];if("Operator"===t.type){var n=e.getVariables(t.left),r=t.right?e.getVariables(t.right):[];return[].concat(_toConsumableArray(n),_toConsumableArray(r))}if("Parenthesis"===t.type)return e.getVariables(t.expression);throw new Error("Unexpected node type")}},{key:"evaluate",value:function(t,n){if("Variable"===t.type)return!!n[t.name];if("Operator"===t.type){if("&&"===t.operator||"||"===t.operator){if(!t.right)throw new Error("Unexpected right operand");if("&&"===t.operator)return e.evaluate(t.left,n)&&e.evaluate(t.right,n);if("||"===t.operator)return e.evaluate(t.left,n)||e.evaluate(t.right,n)}else if("!"===t.operator)return!e.evaluate(t.left,n)}else if("Parenthesis"===t.type)return e.evaluate(t.expression,n);throw new Error("Unexpected AST node type '".concat(t.type,"'"))}}]),e}();return e.ADBLOCK_URL_SEPARATOR="^",e.ADBLOCK_URL_SEPARATOR_REGEX=iu,e.ADBLOCK_URL_START=au,e.ADBLOCK_URL_START_REGEX=ou,e.ADBLOCK_WILDCARD=uu,e.ADBLOCK_WILDCARD_REGEX=su,e.ADG_SCRIPTLET_MASK=_,e.AGLINT_COMMAND_PREFIX=$,e.AdblockSyntaxError=yt,e.AgentCommentRuleParser=Et,e.AgentParser=Ct,e.AppListParser=ia,e.COMMA_DOMAIN_LIST_SEPARATOR=",",e.CommentRuleParser=tn,e.ConfigCommentRuleParser=Xt,e.CosmeticRuleParser=ra,e.CosmeticRuleSeparatorUtils=At,e.CssTree=Or,e.DomainListParser=cn,e.DomainUtils=_i,e.ECSSTree=gn,e.EXT_CSS_LEGACY_ATTRIBUTES=yn,e.EXT_CSS_PSEUDO_CLASSES=vn,e.FORBIDDEN_CSS_FUNCTIONS=wn,e.FilterListConverter=Ju,e.FilterListParser=ca,e.HINT_MARKER=N,e.HintCommentRuleParser=Yt,e.HintParser=Gt,e.IF=q,e.INCLUDE=U,e.LogicalExpressionParser=Zt,e.LogicalExpressionUtils=ts,e.METADATA_HEADERS=Kt,e.MODIFIERS_SEPARATOR=",",e.MODIFIER_ASSIGN_OPERATOR=O,e.MetadataCommentRuleParser=Qt,e.MethodListParser=ua,e.ModifierListParser=ln,e.ModifierParser=dn,e.NEGATION_MARKER=B,e.NETWORK_RULE_EXCEPTION_MARKER=L,e.NETWORK_RULE_SEPARATOR="$",e.NetworkRuleParser=aa,e.NotImplementedError=la,e.PIPE_MODIFIER_SEPARATOR=I,e.PREPROCESSOR_MARKER=z,e.ParameterListParser=Vt,e.PreProcessorCommentRuleParser=en,e.QuoteUtils=Oi,e.RawFilterListConverter=Zu,e.RawRuleConverter=es,e.RegExpUtils=fu,e.RuleConversionError=fa,e.RuleConverter=Qu,e.RuleParser=oa,e.SAFARI_CB_AFFINITY=M,e.SPECIAL_REGEX_SYMBOLS=lu,e.StealthOptionListParser=sa,e.UBO_SCRIPTLET_MASK=R,e.locRange=H,e.modifierValidator=Yi,e.shiftLoc=W,e.version="1.1.6",e}({});
24
+ */function Bo(e,t){var n=0,r=e.length,a=!1;if(!1===t){if(!0===e.startsWith("data:"))return null;for(;n<e.length&&e.charCodeAt(n)<=32;)n+=1;for(;r>n+1&&e.charCodeAt(r-1)<=32;)r-=1;if(47===e.charCodeAt(n)&&47===e.charCodeAt(n+1))n+=2;else{var o=e.indexOf(":/",n);if(-1!==o){var i=o-n,u=e.charCodeAt(n),s=e.charCodeAt(n+1),c=e.charCodeAt(n+2),d=e.charCodeAt(n+3),l=e.charCodeAt(n+4);if(5===i&&104===u&&116===s&&116===c&&112===d&&115===l);else if(4===i&&104===u&&116===s&&116===c&&112===d);else if(3===i&&119===u&&115===s&&115===c);else if(2===i&&119===u&&115===s);else for(var f=n;f<o;f+=1){var p=32|e.charCodeAt(f);if(!1==(p>=97&&p<=122||p>=48&&p<=57||46===p||45===p||43===p))return null}for(n=o+2;47===e.charCodeAt(n);)n+=1}}for(var h=-1,m=-1,g=-1,b=n;b<r;b+=1){var v=e.charCodeAt(b);if(35===v||47===v||63===v){r=b;break}64===v?h=b:93===v?m=b:58===v?g=b:v>=65&&v<=90&&(a=!0)}if(-1!==h&&h>n&&h<r&&(n=h+1),91===e.charCodeAt(n))return-1!==m?e.slice(n+1,m).toLowerCase():null;-1!==g&&g>n&&g<r&&(r=g)}for(;r>n+1&&46===e.charCodeAt(r-1);)r-=1;var y=0!==n||r!==e.length?e.slice(n,r):e;return a?y.toLowerCase():y}function Po(e){if(e.length>255)return!1;if(0===e.length)return!1;if(!1===function(e){return e>=97&&e<=122||e>=48&&e<=57||e>127}(e.charCodeAt(0)))return!1;for(var t=-1,n=-1,r=e.length,a=0;a<r;a+=1){var o=e.charCodeAt(a);if(46===o){if(a-t>64||46===n||45===n||95===n)return!1;t=a}else if(!1===(function(e){return e>=97&&e<=122||e>=48&&e<=57||e>127}(o)||45===o||95===o))return!1;n=o}return r-t-1<=63&&45!==n}!function(e){var t="xregexp",n=/(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*\]/g,r=e.union([/\({{([\w$]+)}}\)|{{([\w$]+)}}/,n],"g",{conjunction:"or"});function a(e){var t=/^(?:\(\?:\))*\^/,n=/\$(?:\(\?:\))*$/;return t.test(e)&&n.test(e)&&n.test(e.replace(/\\[\s\S]/g,""))?e.replace(t,"").replace(n,""):e}function o(n,r){var a=r?"x":"";return e.isRegExp(n)?n[t]&&n[t].captureNames?n:e(n.source,a):e(n,a)}function i(t){return t instanceof RegExp?t:e.escape(t)}function u(e,t,n){return e["subpattern".concat(n)]=t,e}function s(e,t,n){return e+(t<n.length-1?"{{subpattern".concat(t,"}}"):"")}e.tag=function(t){return function(n){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];var c=a.map(i).reduce(u,{}),d=n.raw.map(s).join("");return e.build(d,c,t)}},e.build=function(i,u,s){var c=(s=s||"").includes("x"),d=/^\(\?([\w$]+)\)/.exec(i);d&&(s=e._clipDuplicates(s+d[1]));var l={};for(var f in u)if(u.hasOwnProperty(f)){var p=o(u[f],c);l[f]={pattern:a(p.source),names:p[t].captureNames||[]}}var h,m=o(i,c),g=0,b=0,v=[0],y=m[t].captureNames||[],w=m.source.replace(r,(function(e,t,r,a,o){var i,u,s,c=t||r;if(c){if(!l.hasOwnProperty(c))throw new ReferenceError("Undefined property ".concat(e));t?(i=y[b],v[++b]=++g,u="(?<".concat(i||c,">")):u="(?:",h=g;var d=l[c].pattern.replace(n,(function(e,t,n){if(t){if(i=l[c].names[g-h],++g,i)return"(?<".concat(i,">")}else if(n)return s=+n-1,l[c].names[s]?"\\k<".concat(l[c].names[s],">"):"\\".concat(+n+h);return e}));return"".concat(u).concat(d,")")}if(a){if(i=y[b],v[++b]=++g,i)return"(?<".concat(i,">")}else if(o)return y[s=+o-1]?"\\k<".concat(y[s],">"):"\\".concat(v[+o]);return e}));return e(w,s)}}(To),function(e){function t(e,t,n,r){return{name:e,value:t,start:n,end:r}}e.matchRecursive=function(n,r,a,o,i){i=i||{};var u,s=(o=o||"").includes("g"),c=o.includes("y"),d=o.replace(/y/g,"");r=e(r,d),a=e(a,d);var l=i.escapeChar;if(l){if(l.length>1)throw new Error("Cannot use more than one escape character");l=e.escape(l),u=new RegExp("(?:".concat(l,"[\\S\\s]|(?:(?!").concat(e.union([r,a],"",{conjunction:"or"}).source,")[^").concat(l,"])+)+"),o.replace(e._hasNativeFlag("s")?/[^imsu]/g:/[^imu]/g,""))}for(var f,p,h,m,g=0,b=0,v=0,y=0,w=i.valueNames,k=[];;){if(l&&(v+=(e.exec(n,u,v,"sticky")||[""])[0].length),h=e.exec(n,r,v),m=e.exec(n,a,v),h&&m&&(h.index<=m.index?m=null:h=null),h||m)v=(b=(h||m).index)+(h||m)[0].length;else if(!g)break;if(c&&!g&&b>y)break;if(h)g||(f=b,p=v),g+=1;else if(m&&g){if(!(g-=1)&&(w?(w[0]&&f>y&&k.push(t(w[0],n.slice(y,f),y,f)),w[1]&&k.push(t(w[1],n.slice(f,p),f,p)),w[2]&&k.push(t(w[2],n.slice(p,b),p,b)),w[3]&&k.push(t(w[3],n.slice(b,v),b,v))):k.push(n.slice(p,b)),y=v,!s))break}else{var D=i.unbalanced||"error";if("skip"!==D&&"skip-lazy"!==D){if("error"===D){var x=m?b:f;throw new Error("Unbalanced ".concat(m?"right":"left"," delimiter found in string at position ").concat(x))}throw new Error("Unsupported value for unbalanced: ".concat(D))}if(m)m=null;else{if("skip"===D)v=f+(e.exec(n,r,f,"sticky")[0].length||1);else v=f+1;g=0}}b===v&&(v+=1)}return s&&k.length>0&&!c&&w&&w[0]&&n.length>y&&k.push(t(w[0],n.slice(y),y,n.length)),k}}(To),function(e){var t={},n={},r=e._dec,a=e._hex,o=e._pad4;function i(e){return e.replace(/[- _]+/g,"").toLowerCase()}function u(e){var t=/^\\[xu](.+)/.exec(e);return t?r(t[1]):e.charCodeAt("\\"===e[0]?1:0)}function s(n){var r,i,s;return t[n]["b!"]||(t[n]["b!"]=(r=t[n].bmp,i="",s=-1,e.forEach(r,/(\\x..|\\u....|\\?[\s\S])(?:-(\\x..|\\u....|\\?[\s\S]))?/,(function(e){var t=u(e[1]);t>s+1&&(i+="\\u".concat(o(a(s+1))),t>s+2&&(i+="-\\u".concat(o(a(t-1))))),s=u(e[2]||e[1])})),s<65535&&(i+="\\u".concat(o(a(s+1))),s<65534&&(i+="-\\uFFFF")),i))}function c(e,n){var r=n?"a!":"a=";return t[e][r]||(t[e][r]=function(e,n){var r=t[e],a="";return r.bmp&&!r.isBmpLast&&(a="[".concat(r.bmp,"]").concat(r.astral?"|":"")),r.astral&&(a+=r.astral),r.isBmpLast&&r.bmp&&(a+="".concat(r.astral?"|":"","[").concat(r.bmp,"]")),n?"(?:(?!".concat(a,")(?:[\ud800-\udbff][\udc00-\udfff]|[\0-￿]))"):"(?:".concat(a,")")}(e,n))}e.addToken(/\\([pP])(?:{(\^?)(?:(\w+)=)?([^}]*)}|([A-Za-z]))/,(function(e,r,a){var o="Unknown Unicode token ",u=_slicedToArray(e,6),d=u[0],l=u[1],f=u[2],p=u[3],h=u[4],m=u[5],g="P"===l||!!f,b=a.includes("A"),v=i(m||h),y=t[v];if("P"===l&&f)throw new SyntaxError("Invalid double negation "+d);if(!t.hasOwnProperty(v))throw new SyntaxError(o+d);if(p&&(!n[p]||!n[p][v]))throw new SyntaxError(o+d);if(y.inverseOf){if(v=i(y.inverseOf),!t.hasOwnProperty(v))throw new ReferenceError("".concat("Unicode token missing data "+d," -> ").concat(y.inverseOf));y=t[v],g=!g}if(!y.bmp&&!b)throw new SyntaxError("Astral mode required for Unicode token "+d);if(b){if("class"===r)throw new SyntaxError("Astral mode does not support Unicode tokens within character classes");return c(v,g)}return"class"===r?g?s(v):y.bmp:"".concat((g?"[^":"[")+y.bmp,"]")}),{scope:"all",optionalFlags:"A",leadChar:"\\"}),e.addUnicodeData=function(r,a){a&&(n[a]={});var o,u=_createForOfIteratorHelper(r);try{for(u.s();!(o=u.n()).done;){var s=o.value;if(!s.name)throw new Error("Unicode token requires name");if(!(s.inverseOf||s.bmp||s.astral))throw new Error("Unicode token has no character data "+s.name);var c=i(s.name);if(t[c]=s,a&&(n[a][c]=!0),s.alias){var d=i(s.alias);t[d]=s,a&&(n[a][d]=!0)}}}catch(e){u.e(e)}finally{u.f()}e.cache.flush("patterns")},e._getUnicodeProperty=function(e){var n=i(e);return t[n]}}(To),function(e){if(!e.addUnicodeData)throw new ReferenceError("Unicode Base must be loaded before Unicode Categories");e.addUnicodeData(_o)}(To),function(e){if(!e.addUnicodeData)throw new ReferenceError("Unicode Base must be loaded before Unicode Properties");var t=Ro;t.push({name:"Assigned",inverseOf:"Cn"}),e.addUnicodeData(t)}(To),function(e){if(!e.addUnicodeData)throw new ReferenceError("Unicode Base must be loaded before Unicode Scripts");e.addUnicodeData(Oo,"Script")}(To);var Io=function(e){var t=e.allowIcannDomains,n=void 0===t||t,r=e.allowPrivateDomains,a=void 0!==r&&r,o=e.detectIp,i=void 0===o||o,u=e.extractHostname,s=void 0===u||u,c=e.mixedInputs,d=void 0===c||c,l=e.validHosts,f=void 0===l?null:l,p=e.validateHostname;return{allowIcannDomains:n,allowPrivateDomains:a,detectIp:i,extractHostname:s,mixedInputs:d,validHosts:f,validateHostname:void 0===p||p}}({});function No(e,t,n,r,a){var o,i,u,s=function(e){return void 0===e?Io:function(e){var t=e.allowIcannDomains,n=void 0===t||t,r=e.allowPrivateDomains,a=void 0!==r&&r,o=e.detectIp,i=void 0===o||o,u=e.extractHostname,s=void 0===u||u,c=e.mixedInputs,d=void 0===c||c,l=e.validHosts,f=void 0===l?null:l,p=e.validateHostname;return{allowIcannDomains:n,allowPrivateDomains:a,detectIp:i,extractHostname:s,mixedInputs:d,validHosts:f,validateHostname:void 0===p||p}}(e)}(r);return"string"!=typeof e?a:(!1===s.extractHostname?a.hostname=e:!0===s.mixedInputs?a.hostname=Bo(e,Po(e)):a.hostname=Bo(e,!1),0===t||null===a.hostname||!0===s.detectIp&&(a.isIp=function(e){if(e.length<3)return!1;var t="["===e[0]?1:0,n=e.length;if("]"===e[n-1]&&(n-=1),n-t>39)return!1;for(var r=!1;t<n;t+=1){var a=e.charCodeAt(t);if(58===a)r=!0;else if(0==(a>=48&&a<=57||a>=97&&a<=102||a>=65&&a<=90))return!1}return r}(o=a.hostname)||function(e){if(e.length<7)return!1;if(e.length>15)return!1;for(var t=0,n=0;n<e.length;n+=1){var r=e.charCodeAt(n);if(46===r)t+=1;else if(r<48||r>57)return!1}return 3===t&&46!==e.charCodeAt(0)&&46!==e.charCodeAt(e.length-1)}(o),!0===a.isIp)?a:!0===s.validateHostname&&!0===s.extractHostname&&!1===Po(a.hostname)?(a.hostname=null,a):(n(a.hostname,s,a),2===t||null===a.publicSuffix?a:(a.domain=function(e,t,n){if(null!==n.validHosts)for(var r=n.validHosts,a=0;a<r.length;a+=1){var o=r[a];if(!0===function(e,t){return!!e.endsWith(t)&&(e.length===t.length||"."===e[e.length-t.length-1])}(t,o))return o}return e.length===t.length?null:function(e,t){var n=e.length-t.length-2,r=e.lastIndexOf(".",n);return-1===r?e:e.slice(r+1)}(t,e)}(a.publicSuffix,a.hostname,s),3===t||null===a.domain?a:(a.subdomain=function(e,t){return t.length===e.length?"":e.slice(0,-t.length-1)}(a.hostname,a.domain),4===t||(a.domainWithoutSuffix=(i=a.domain,u=a.publicSuffix,i.slice(0,-u.length-1))),a))))}var Lo,$o,zo,Mo,qo,Uo,Wo,Ho,Vo,Xo,Go,Yo,Ko,Qo,Jo,Zo,ei,ti,ni,ri,ai,oi,ii,ui,si,ci,di,li,fi,pi,hi,mi,gi,bi,vi,yi,wi,ki,Di,xi,Ci,Ai,Ei={$:0,succ:{ck:{$:0,succ:{www:Lo={$:1,succ:{}}}},jp:{$:0,succ:{kawasaki:$o={$:0,succ:{city:Lo}},kitakyushu:$o,kobe:$o,nagoya:$o,sapporo:$o,sendai:$o,yokohama:$o}}}},Fi={$:0,succ:{ac:{$:1,succ:{com:zo={$:1,succ:{}},edu:zo,gov:zo,net:zo,mil:zo,org:zo,drr:Mo={$:2,succ:{}}}},ad:{$:1,succ:{nom:zo}},ae:{$:1,succ:{co:zo,net:zo,org:zo,sch:zo,ac:zo,gov:zo,mil:zo,blogspot:Mo}},aero:{$:1,succ:{"accident-investigation":zo,"accident-prevention":zo,aerobatic:zo,aeroclub:zo,aerodrome:zo,agents:zo,aircraft:zo,airline:zo,airport:zo,"air-surveillance":zo,airtraffic:zo,"air-traffic-control":zo,ambulance:zo,amusement:zo,association:zo,author:zo,ballooning:zo,broker:zo,caa:zo,cargo:zo,catering:zo,certification:zo,championship:zo,charter:zo,civilaviation:zo,club:zo,conference:zo,consultant:zo,consulting:zo,control:zo,council:zo,crew:zo,design:zo,dgca:zo,educator:zo,emergency:zo,engine:zo,engineer:zo,entertainment:zo,equipment:zo,exchange:zo,express:zo,federation:zo,flight:zo,fuel:zo,gliding:zo,government:zo,groundhandling:zo,group:zo,hanggliding:zo,homebuilt:zo,insurance:zo,journal:zo,journalist:zo,leasing:zo,logistics:zo,magazine:zo,maintenance:zo,media:zo,microlight:zo,modelling:zo,navigation:zo,parachuting:zo,paragliding:zo,"passenger-association":zo,pilot:zo,press:zo,production:zo,recreation:zo,repbody:zo,res:zo,research:zo,rotorcraft:zo,safety:zo,scientist:zo,services:zo,show:zo,skydiving:zo,software:zo,student:zo,trader:zo,trading:zo,trainer:zo,union:zo,workinggroup:zo,works:zo}},af:qo={$:1,succ:{gov:zo,com:zo,org:zo,net:zo,edu:zo}},ag:{$:1,succ:{com:zo,org:zo,net:zo,co:zo,nom:zo}},ai:{$:1,succ:{off:zo,com:zo,net:zo,org:zo,uwu:Mo}},al:{$:1,succ:{com:zo,edu:zo,gov:zo,mil:zo,net:zo,org:zo,blogspot:Mo}},am:{$:1,succ:{co:zo,com:zo,commune:zo,net:zo,org:zo,radio:Mo,blogspot:Mo,neko:Mo,nyaa:Mo}},ao:{$:1,succ:{ed:zo,gv:zo,og:zo,co:zo,pb:zo,it:zo}},aq:zo,ar:{$:1,succ:{bet:zo,com:Wo={$:1,succ:{blogspot:Mo}},coop:zo,edu:zo,gob:zo,gov:zo,int:zo,mil:zo,musica:zo,mutual:zo,net:zo,org:zo,senasa:zo,tur:zo}},arpa:{$:1,succ:{e164:zo,"in-addr":zo,ip6:zo,iris:zo,uri:zo,urn:zo}},as:Ho={$:1,succ:{gov:zo}},asia:{$:1,succ:{cloudns:Mo}},at:{$:1,succ:{ac:{$:1,succ:{sth:zo}},co:Wo,gv:zo,or:zo,funkfeuer:{$:0,succ:{wien:Mo}},futurecms:{$:0,succ:{"*":Mo,ex:Uo={$:0,succ:{"*":Mo}},in:Uo}},futurehosting:Mo,futuremailing:Mo,ortsinfo:{$:0,succ:{ex:Uo,kunden:Uo}},biz:Mo,info:Mo,"123webseite":Mo,priv:Mo,myspreadshop:Mo,"12hp":Mo,"2ix":Mo,"4lima":Mo,"lima-city":Mo}},au:{$:1,succ:{com:{$:1,succ:{blogspot:Mo,cloudlets:{$:0,succ:{mel:Mo}},myspreadshop:Mo}},net:zo,org:zo,edu:{$:1,succ:{act:zo,catholic:zo,nsw:{$:1,succ:{schools:zo}},nt:zo,qld:zo,sa:zo,tas:zo,vic:zo,wa:zo}},gov:{$:1,succ:{qld:zo,sa:zo,tas:zo,vic:zo,wa:zo}},asn:zo,id:zo,info:zo,conf:zo,oz:zo,act:zo,nsw:zo,nt:zo,qld:zo,sa:zo,tas:zo,vic:zo,wa:zo}},aw:{$:1,succ:{com:zo}},ax:{$:1,succ:{be:Mo,cat:Mo,es:Mo,eu:Mo,gg:Mo,mc:Mo,us:Mo,xy:Mo}},az:{$:1,succ:{com:zo,net:zo,int:zo,gov:zo,org:zo,edu:zo,info:zo,pp:zo,mil:zo,name:zo,pro:zo,biz:zo}},ba:{$:1,succ:{com:zo,edu:zo,gov:zo,mil:zo,net:zo,org:zo,rs:Mo,blogspot:Mo}},bb:{$:1,succ:{biz:zo,co:zo,com:zo,edu:zo,gov:zo,info:zo,net:zo,org:zo,store:zo,tv:zo}},bd:Vo={$:0,succ:{"*":zo}},be:{$:1,succ:{ac:zo,webhosting:Mo,blogspot:Mo,interhostsolutions:Xo={$:0,succ:{cloud:Mo}},kuleuven:{$:0,succ:{ezproxy:Mo}},"123website":Mo,myspreadshop:Mo,transurl:Uo}},bf:Ho,bg:{$:1,succ:{0:zo,1:zo,2:zo,3:zo,4:zo,5:zo,6:zo,7:zo,8:zo,9:zo,a:zo,b:zo,c:zo,d:zo,e:zo,f:zo,g:zo,h:zo,i:zo,j:zo,k:zo,l:zo,m:zo,n:zo,o:zo,p:zo,q:zo,r:zo,s:zo,t:zo,u:zo,v:zo,w:zo,x:zo,y:zo,z:zo,blogspot:Mo,barsy:Mo}},bh:qo,bi:{$:1,succ:{co:zo,com:zo,edu:zo,or:zo,org:zo}},biz:{$:1,succ:{activetrail:Mo,cloudns:Mo,jozi:Mo,dyndns:Mo,"for-better":Mo,"for-more":Mo,"for-some":Mo,"for-the":Mo,selfip:Mo,webhop:Mo,orx:Mo,mmafan:Mo,myftp:Mo,"no-ip":Mo,dscloud:Mo}},bj:{$:1,succ:{africa:zo,agro:zo,architectes:zo,assur:zo,avocats:zo,co:zo,com:zo,eco:zo,econo:zo,edu:zo,info:zo,loisirs:zo,money:zo,net:zo,org:zo,ote:zo,resto:zo,restaurant:zo,tourism:zo,univ:zo,blogspot:Mo}},bm:qo,bn:{$:1,succ:{com:zo,edu:zo,gov:zo,net:zo,org:zo,co:Mo}},bo:{$:1,succ:{com:zo,edu:zo,gob:zo,int:zo,org:zo,net:zo,mil:zo,tv:zo,web:zo,academia:zo,agro:zo,arte:zo,blog:zo,bolivia:zo,ciencia:zo,cooperativa:zo,democracia:zo,deporte:zo,ecologia:zo,economia:zo,empresa:zo,indigena:zo,industria:zo,info:zo,medicina:zo,movimiento:zo,musica:zo,natural:zo,nombre:zo,noticias:zo,patria:zo,politica:zo,profesional:zo,plurinacional:zo,pueblo:zo,revista:zo,salud:zo,tecnologia:zo,tksat:zo,transporte:zo,wiki:zo}},br:{$:1,succ:{"9guacu":zo,abc:zo,adm:zo,adv:zo,agr:zo,aju:zo,am:zo,anani:zo,aparecida:zo,app:zo,arq:zo,art:zo,ato:zo,b:zo,barueri:zo,belem:zo,bhz:zo,bib:zo,bio:zo,blog:zo,bmd:zo,boavista:zo,bsb:zo,campinagrande:zo,campinas:zo,caxias:zo,cim:zo,cng:zo,cnt:zo,com:{$:1,succ:{blogspot:Mo,virtualcloud:{$:0,succ:{scale:{$:0,succ:{users:Mo}}}},simplesite:Mo}},contagem:zo,coop:zo,coz:zo,cri:zo,cuiaba:zo,curitiba:zo,def:zo,des:zo,det:zo,dev:zo,ecn:zo,eco:zo,edu:zo,emp:zo,enf:zo,eng:zo,esp:zo,etc:zo,eti:zo,far:zo,feira:zo,flog:zo,floripa:zo,fm:zo,fnd:zo,fortal:zo,fot:zo,foz:zo,fst:zo,g12:zo,geo:zo,ggf:zo,goiania:zo,gov:{$:1,succ:{ac:zo,al:zo,am:zo,ap:zo,ba:zo,ce:zo,df:zo,es:zo,go:zo,ma:zo,mg:zo,ms:zo,mt:zo,pa:zo,pb:zo,pe:zo,pi:zo,pr:zo,rj:zo,rn:zo,ro:zo,rr:zo,rs:zo,sc:zo,se:zo,sp:zo,to:zo}},gru:zo,imb:zo,ind:zo,inf:zo,jab:zo,jampa:zo,jdf:zo,joinville:zo,jor:zo,jus:zo,leg:{$:1,succ:{ac:Mo,al:Mo,am:Mo,ap:Mo,ba:Mo,ce:Mo,df:Mo,es:Mo,go:Mo,ma:Mo,mg:Mo,ms:Mo,mt:Mo,pa:Mo,pb:Mo,pe:Mo,pi:Mo,pr:Mo,rj:Mo,rn:Mo,ro:Mo,rr:Mo,rs:Mo,sc:Mo,se:Mo,sp:Mo,to:Mo}},lel:zo,log:zo,londrina:zo,macapa:zo,maceio:zo,manaus:zo,maringa:zo,mat:zo,med:zo,mil:zo,morena:zo,mp:zo,mus:zo,natal:zo,net:zo,niteroi:zo,nom:Vo,not:zo,ntr:zo,odo:zo,ong:zo,org:zo,osasco:zo,palmas:zo,poa:zo,ppg:zo,pro:zo,psc:zo,psi:zo,pvh:zo,qsl:zo,radio:zo,rec:zo,recife:zo,rep:zo,ribeirao:zo,rio:zo,riobranco:zo,riopreto:zo,salvador:zo,sampa:zo,santamaria:zo,santoandre:zo,saobernardo:zo,saogonca:zo,seg:zo,sjc:zo,slg:zo,slz:zo,sorocaba:zo,srv:zo,taxi:zo,tc:zo,tec:zo,teo:zo,the:zo,tmp:zo,trd:zo,tur:zo,tv:zo,udi:zo,vet:zo,vix:zo,vlog:zo,wiki:zo,zlg:zo}},bs:{$:1,succ:{com:zo,net:zo,org:zo,edu:zo,gov:zo,we:Mo}},bt:qo,bv:zo,bw:{$:1,succ:{co:zo,org:zo}},by:{$:1,succ:{gov:zo,mil:zo,com:Wo,of:zo,mycloud:Mo,mediatech:Mo}},bz:{$:1,succ:{com:zo,net:zo,org:zo,edu:zo,gov:zo,za:Mo,gsj:Mo}},ca:{$:1,succ:{ab:zo,bc:zo,mb:zo,nb:zo,nf:zo,nl:zo,ns:zo,nt:zo,nu:zo,on:zo,pe:zo,qc:zo,sk:zo,yk:zo,gc:zo,barsy:Mo,awdev:Uo,co:Mo,blogspot:Mo,"no-ip":Mo,myspreadshop:Mo}},cat:zo,cc:{$:1,succ:{cloudns:Mo,ftpaccess:Mo,"game-server":Mo,myphotos:Mo,scrapping:Mo,twmail:Mo,csx:Mo,fantasyleague:Mo,spawn:{$:0,succ:{instances:Mo}}}},cd:Ho,cf:Wo,cg:zo,ch:{$:1,succ:{square7:Mo,blogspot:Mo,flow:{$:0,succ:{ae:{$:0,succ:{alp1:Mo}},appengine:Mo}},"linkyard-cloud":Mo,dnsking:Mo,gotdns:Mo,"123website":Mo,myspreadshop:Mo,firenet:{$:0,succ:{"*":Mo,svc:Uo}},"12hp":Mo,"2ix":Mo,"4lima":Mo,"lima-city":Mo}},ci:{$:1,succ:{org:zo,or:zo,com:zo,co:zo,edu:zo,ed:zo,ac:zo,net:zo,go:zo,asso:zo,"xn--aroport-bya":zo,"aéroport":zo,int:zo,presse:zo,md:zo,gouv:zo,fin:Mo,nl:Mo}},ck:Vo,cl:{$:1,succ:{co:zo,gob:zo,gov:zo,mil:zo,blogspot:Mo}},cm:{$:1,succ:{co:zo,com:zo,gov:zo,net:zo}},cn:{$:1,succ:{ac:zo,com:{$:1,succ:{amazonaws:{$:0,succ:{compute:Uo,"cn-north-1":Ko={$:0,succ:{s3:Mo}},eb:{$:0,succ:{"cn-north-1":Mo,"cn-northwest-1":Mo}},elb:Uo}}}},edu:zo,gov:zo,net:zo,org:zo,mil:zo,"xn--55qx5d":zo,"公司":zo,"xn--io0a7i":zo,"网络":zo,"xn--od0alg":zo,"網絡":zo,ah:zo,bj:zo,cq:zo,fj:zo,gd:zo,gs:zo,gz:zo,gx:zo,ha:zo,hb:zo,he:zo,hi:zo,hl:zo,hn:zo,jl:zo,js:zo,jx:zo,ln:zo,nm:zo,nx:zo,qh:zo,sc:zo,sd:zo,sh:zo,sn:zo,sx:zo,tj:zo,xj:zo,xz:zo,yn:zo,zj:zo,hk:zo,mo:zo,tw:zo,"canva-apps":Mo,instantcloud:Mo,quickconnect:Qo={$:0,succ:{direct:Mo}}}},co:{$:1,succ:{arts:zo,com:Wo,edu:zo,firm:zo,gov:zo,info:zo,int:zo,mil:zo,net:zo,nom:zo,org:zo,rec:zo,web:zo,carrd:Mo,crd:Mo,otap:Uo,leadpages:Mo,lpages:Mo,mypi:Mo,n4t:Mo,firewalledreplit:Jo={$:2,succ:{id:Mo}},repl:Jo,supabase:Mo}},com:{$:1,succ:{devcdnaccesso:Uo,adobeaemcloud:{$:2,succ:{dev:Uo}},airkitapps:Mo,"airkitapps-au":Mo,aivencloud:Mo,kasserver:Mo,amazonaws:{$:0,succ:{compute:Uo,"compute-1":Uo,"us-east-1":{$:2,succ:{dualstack:Ko,cloud9:Zo={$:0,succ:{vfs:Mo,"webview-assets":Mo}}}},"ap-northeast-1":ti={$:0,succ:{dualstack:Ko,cloud9:Zo}},"ap-northeast-2":ni={$:0,succ:{dualstack:Ko,s3:Mo,"s3-website":Mo,cloud9:Zo}},"ap-south-1":ni,"ap-southeast-1":ti,"ap-southeast-2":ti,"ca-central-1":ni,"eu-central-1":ni,"eu-west-1":ti,"eu-west-2":ni,"eu-west-3":ni,s3:Mo,"s3-ap-northeast-1":Mo,"s3-ap-northeast-2":Mo,"s3-ap-south-1":Mo,"s3-ap-southeast-1":Mo,"s3-ap-southeast-2":Mo,"s3-ca-central-1":Mo,"s3-eu-central-1":Mo,"s3-eu-west-1":Mo,"s3-eu-west-2":Mo,"s3-eu-west-3":Mo,"s3-external-1":Mo,"s3-fips-us-gov-west-1":Mo,"s3-sa-east-1":Mo,"s3-us-east-2":Mo,"s3-us-gov-west-1":Mo,"s3-us-west-1":Mo,"s3-us-west-2":Mo,"s3-website-ap-northeast-1":Mo,"s3-website-ap-southeast-1":Mo,"s3-website-ap-southeast-2":Mo,"s3-website-eu-west-1":Mo,"s3-website-sa-east-1":Mo,"s3-website-us-east-1":Mo,"s3-website-us-west-1":Mo,"s3-website-us-west-2":Mo,"sa-east-1":ti,"us-east-2":ni,"af-south-1":ei={$:0,succ:{cloud9:Zo}},"ap-east-1":ei,"ap-northeast-3":ei,"eu-north-1":ei,"eu-south-1":ei,"me-south-1":ei,"us-west-1":ei,"us-west-2":ei,elb:Uo}},elasticbeanstalk:{$:2,succ:{"ap-northeast-1":Mo,"ap-northeast-2":Mo,"ap-northeast-3":Mo,"ap-south-1":Mo,"ap-southeast-1":Mo,"ap-southeast-2":Mo,"ca-central-1":Mo,"eu-central-1":Mo,"eu-west-1":Mo,"eu-west-2":Mo,"eu-west-3":Mo,"sa-east-1":Mo,"us-east-1":Mo,"us-east-2":Mo,"us-gov-west-1":Mo,"us-west-1":Mo,"us-west-2":Mo}},awsglobalaccelerator:Mo,siiites:Mo,appspacehosted:Mo,appspaceusercontent:Mo,"on-aptible":Mo,myasustor:Mo,"balena-devices":Mo,betainabox:Mo,boutir:Mo,bplaced:Mo,cafjs:Mo,"canva-apps":Mo,br:Mo,cn:Mo,de:Mo,eu:Mo,jpn:Mo,mex:Mo,ru:Mo,sa:Mo,uk:Mo,us:Mo,za:Mo,ar:Mo,hu:Mo,kr:Mo,no:Mo,qc:Mo,uy:Mo,africa:Mo,gr:Mo,co:Mo,jdevcloud:Mo,wpdevcloud:Mo,cloudcontrolled:Mo,cloudcontrolapp:Mo,"cf-ipfs":Mo,"cloudflare-ipfs":Mo,trycloudflare:Mo,"customer-oci":{$:0,succ:{"*":Mo,oci:Uo,ocp:Uo,ocs:Uo}},dattolocal:Mo,dattorelay:Mo,dattoweb:Mo,mydatto:Mo,builtwithdark:Mo,datadetect:{$:0,succ:{demo:Mo,instance:Mo}},ddns5:Mo,discordsays:Mo,discordsez:Mo,drayddns:Mo,dreamhosters:Mo,mydrobo:Mo,"dyndns-at-home":Mo,"dyndns-at-work":Mo,"dyndns-blog":Mo,"dyndns-free":Mo,"dyndns-home":Mo,"dyndns-ip":Mo,"dyndns-mail":Mo,"dyndns-office":Mo,"dyndns-pics":Mo,"dyndns-remote":Mo,"dyndns-server":Mo,"dyndns-web":Mo,"dyndns-wiki":Mo,"dyndns-work":Mo,blogdns:Mo,cechire:Mo,dnsalias:Mo,dnsdojo:Mo,doesntexist:Mo,dontexist:Mo,doomdns:Mo,"dyn-o-saur":Mo,dynalias:Mo,"est-a-la-maison":Mo,"est-a-la-masion":Mo,"est-le-patron":Mo,"est-mon-blogueur":Mo,"from-ak":Mo,"from-al":Mo,"from-ar":Mo,"from-ca":Mo,"from-ct":Mo,"from-dc":Mo,"from-de":Mo,"from-fl":Mo,"from-ga":Mo,"from-hi":Mo,"from-ia":Mo,"from-id":Mo,"from-il":Mo,"from-in":Mo,"from-ks":Mo,"from-ky":Mo,"from-ma":Mo,"from-md":Mo,"from-mi":Mo,"from-mn":Mo,"from-mo":Mo,"from-ms":Mo,"from-mt":Mo,"from-nc":Mo,"from-nd":Mo,"from-ne":Mo,"from-nh":Mo,"from-nj":Mo,"from-nm":Mo,"from-nv":Mo,"from-oh":Mo,"from-ok":Mo,"from-or":Mo,"from-pa":Mo,"from-pr":Mo,"from-ri":Mo,"from-sc":Mo,"from-sd":Mo,"from-tn":Mo,"from-tx":Mo,"from-ut":Mo,"from-va":Mo,"from-vt":Mo,"from-wa":Mo,"from-wi":Mo,"from-wv":Mo,"from-wy":Mo,getmyip:Mo,gotdns:Mo,"hobby-site":Mo,homelinux:Mo,homeunix:Mo,iamallama:Mo,"is-a-anarchist":Mo,"is-a-blogger":Mo,"is-a-bookkeeper":Mo,"is-a-bulls-fan":Mo,"is-a-caterer":Mo,"is-a-chef":Mo,"is-a-conservative":Mo,"is-a-cpa":Mo,"is-a-cubicle-slave":Mo,"is-a-democrat":Mo,"is-a-designer":Mo,"is-a-doctor":Mo,"is-a-financialadvisor":Mo,"is-a-geek":Mo,"is-a-green":Mo,"is-a-guru":Mo,"is-a-hard-worker":Mo,"is-a-hunter":Mo,"is-a-landscaper":Mo,"is-a-lawyer":Mo,"is-a-liberal":Mo,"is-a-libertarian":Mo,"is-a-llama":Mo,"is-a-musician":Mo,"is-a-nascarfan":Mo,"is-a-nurse":Mo,"is-a-painter":Mo,"is-a-personaltrainer":Mo,"is-a-photographer":Mo,"is-a-player":Mo,"is-a-republican":Mo,"is-a-rockstar":Mo,"is-a-socialist":Mo,"is-a-student":Mo,"is-a-teacher":Mo,"is-a-techie":Mo,"is-a-therapist":Mo,"is-an-accountant":Mo,"is-an-actor":Mo,"is-an-actress":Mo,"is-an-anarchist":Mo,"is-an-artist":Mo,"is-an-engineer":Mo,"is-an-entertainer":Mo,"is-certified":Mo,"is-gone":Mo,"is-into-anime":Mo,"is-into-cars":Mo,"is-into-cartoons":Mo,"is-into-games":Mo,"is-leet":Mo,"is-not-certified":Mo,"is-slick":Mo,"is-uberleet":Mo,"is-with-theband":Mo,"isa-geek":Mo,"isa-hockeynut":Mo,issmarterthanyou:Mo,"likes-pie":Mo,likescandy:Mo,"neat-url":Mo,"saves-the-whales":Mo,selfip:Mo,"sells-for-less":Mo,"sells-for-u":Mo,servebbs:Mo,"simple-url":Mo,"space-to-rent":Mo,"teaches-yoga":Mo,writesthisblog:Mo,digitaloceanspaces:Uo,ddnsfree:Mo,ddnsgeek:Mo,giize:Mo,gleeze:Mo,kozow:Mo,loseyourip:Mo,ooguy:Mo,theworkpc:Mo,mytuleap:Mo,"tuleap-partners":Mo,encoreapi:Mo,evennode:{$:0,succ:{"eu-1":Mo,"eu-2":Mo,"eu-3":Mo,"eu-4":Mo,"us-1":Mo,"us-2":Mo,"us-3":Mo,"us-4":Mo}},onfabrica:Mo,fbsbx:ri={$:0,succ:{apps:Mo}},"fastly-edge":Mo,"fastly-terrarium":Mo,"fastvps-server":Mo,mydobiss:Mo,firebaseapp:Mo,fldrv:Mo,forgeblocks:Mo,framercanvas:Mo,"freebox-os":Mo,freeboxos:Mo,freemyip:Mo,gentapps:Mo,gentlentapis:Mo,githubusercontent:Mo,"0emm":Uo,appspot:{$:2,succ:{r:Uo}},codespot:Mo,googleapis:Mo,googlecode:Mo,pagespeedmobilizer:Mo,publishproxy:Mo,withgoogle:Mo,withyoutube:Mo,blogspot:Mo,awsmppl:Mo,herokuapp:Mo,herokussl:Mo,impertrixcdn:Mo,impertrix:Mo,smushcdn:Mo,wphostedmail:Mo,wpmucdn:Mo,pixolino:Mo,amscompute:Mo,clicketcloud:Mo,dopaas:Mo,hidora:Mo,"hosted-by-previder":ai={$:0,succ:{paas:Mo}},hosteur:{$:0,succ:{"rag-cloud":Mo,"rag-cloud-ch":Mo}},"ik-server":{$:0,succ:{jcloud:Mo,"jcloud-ver-jpc":Mo}},jelastic:{$:0,succ:{demo:Mo}},kilatiron:Mo,massivegrid:ai,wafaicloud:{$:0,succ:{jed:Mo,lon:Mo,ryd:Mo}},joyent:{$:0,succ:{cns:Uo}},ktistory:Mo,lpusercontent:Mo,lmpm:oi={$:0,succ:{app:Mo}},linode:{$:0,succ:{members:Mo,nodebalancer:Uo}},linodeobjects:Uo,linodeusercontent:{$:0,succ:{ip:Mo}},barsycenter:Mo,barsyonline:Mo,mazeplay:Mo,miniserver:Mo,meteorapp:ii={$:2,succ:{eu:Mo}},hostedpi:Mo,"mythic-beasts":{$:0,succ:{customer:Mo,caracal:Mo,fentiger:Mo,lynx:Mo,ocelot:Mo,oncilla:Mo,onza:Mo,sphinx:Mo,vs:Mo,x:Mo,yali:Mo}},nospamproxy:Xo,"4u":Mo,nfshost:Mo,"001www":Mo,ddnslive:Mo,myiphost:Mo,blogsyte:Mo,ciscofreak:Mo,damnserver:Mo,ditchyourip:Mo,dnsiskinky:Mo,dynns:Mo,geekgalaxy:Mo,"health-carereform":Mo,homesecuritymac:Mo,homesecuritypc:Mo,myactivedirectory:Mo,mysecuritycamera:Mo,"net-freaks":Mo,onthewifi:Mo,point2this:Mo,quicksytes:Mo,securitytactics:Mo,serveexchange:Mo,servehumour:Mo,servep2p:Mo,servesarcasm:Mo,stufftoread:Mo,unusualperson:Mo,workisboring:Mo,"3utilities":Mo,ddnsking:Mo,myvnc:Mo,servebeer:Mo,servecounterstrike:Mo,serveftp:Mo,servegame:Mo,servehalflife:Mo,servehttp:Mo,serveirc:Mo,servemp3:Mo,servepics:Mo,servequake:Mo,observableusercontent:{$:0,succ:{static:Mo}},simplesite:Mo,orsites:Mo,operaunite:Mo,"authgear-staging":Mo,authgearapps:Mo,skygearapp:Mo,outsystemscloud:Mo,ownprovider:Mo,pgfog:Mo,pagefrontapp:Mo,pagexl:Mo,paywhirl:Uo,gotpantheon:Mo,"platter-app":Mo,pleskns:Mo,"postman-echo":Mo,prgmr:{$:0,succ:{xen:Mo}},pythonanywhere:ii,qualifioapp:Mo,qbuser:Mo,qa2:Mo,"dev-myqnapcloud":Mo,"alpha-myqnapcloud":Mo,myqnapcloud:Mo,quipelements:Uo,rackmaze:Mo,rhcloud:Mo,render:oi,onrender:Mo,"180r":Mo,dojin:Mo,sakuratan:Mo,sakuraweb:Mo,x0:Mo,code:{$:0,succ:{builder:Uo,"dev-builder":Uo,"stg-builder":Uo}},logoip:Mo,scrysec:Mo,"firewall-gateway":Mo,myshopblocks:Mo,myshopify:Mo,shopitsite:Mo,"1kapp":Mo,appchizi:Mo,applinzi:Mo,sinaapp:Mo,vipsinaapp:Mo,"bounty-full":{$:2,succ:{alpha:Mo,beta:Mo}},streamlitapp:Mo,"try-snowplow":Mo,"stackhero-network":Mo,"playstation-cloud":Mo,myspreadshop:Mo,stdlib:{$:0,succ:{api:Mo}},"temp-dns":Mo,dsmynas:Mo,familyds:Mo,mytabit:Mo,"tb-hosting":ui={$:0,succ:{site:Mo}},reservd:Mo,thingdustdata:Mo,bloxcms:Mo,"townnews-staging":Mo,typeform:{$:0,succ:{pro:Mo}},hk:Mo,it:Mo,vultrobjects:Uo,wafflecell:Mo,"reserve-online":Mo,hotelwithflight:Mo,remotewd:Mo,wiardweb:si={$:0,succ:{pages:Mo}},messwithdns:Mo,"woltlab-demo":Mo,wpenginepowered:{$:2,succ:{js:Mo}},wixsite:Mo,xnbay:{$:2,succ:{u2:Mo,"u2-local":Mo}},yolasite:Mo}},coop:zo,cr:{$:1,succ:{ac:zo,co:zo,ed:zo,fi:zo,go:zo,or:zo,sa:zo}},cu:{$:1,succ:{com:zo,edu:zo,org:zo,net:zo,gov:zo,inf:zo}},cv:{$:1,succ:{com:zo,edu:zo,int:zo,nome:zo,org:zo,blogspot:Mo}},cw:ci={$:1,succ:{com:zo,edu:zo,net:zo,org:zo}},cx:{$:1,succ:{gov:zo,ath:Mo,info:Mo}},cy:{$:1,succ:{ac:zo,biz:zo,com:{$:1,succ:{blogspot:Mo,scaleforce:di={$:0,succ:{j:Mo}}}},ekloges:zo,gov:zo,ltd:zo,mil:zo,net:zo,org:zo,press:zo,pro:zo,tm:zo}},cz:{$:1,succ:{co:Mo,realm:Mo,e4:Mo,blogspot:Mo,metacentrum:{$:0,succ:{cloud:Uo,custom:Mo}},muni:{$:0,succ:{cloud:{$:0,succ:{flt:Mo,usr:Mo}}}}}},de:{$:1,succ:{bplaced:Mo,square7:Mo,com:Mo,cosidns:{$:0,succ:{dyn:Mo}},"dynamisches-dns":Mo,dnsupdater:Mo,"internet-dns":Mo,"l-o-g-i-n":Mo,dnshome:Mo,fuettertdasnetz:Mo,isteingeek:Mo,istmein:Mo,lebtimnetz:Mo,leitungsen:Mo,traeumtgerade:Mo,ddnss:{$:2,succ:{dyn:Mo,dyndns:Mo}},dyndns1:Mo,"dyn-ip24":Mo,"home-webserver":{$:2,succ:{dyn:Mo}},"myhome-server":Mo,frusky:Uo,goip:Mo,blogspot:Mo,"xn--gnstigbestellen-zvb":Mo,"günstigbestellen":Mo,"xn--gnstigliefern-wob":Mo,"günstigliefern":Mo,"hs-heilbronn":{$:0,succ:{it:si}},"dyn-berlin":Mo,"in-berlin":Mo,"in-brb":Mo,"in-butter":Mo,"in-dsl":Mo,"in-vpn":Mo,iservschule:Mo,"mein-iserv":Mo,schulplattform:Mo,schulserver:Mo,"test-iserv":Mo,keymachine:Mo,"git-repos":Mo,"lcube-server":Mo,"svn-repos":Mo,barsy:Mo,"123webseite":Mo,logoip:Mo,"firewall-gateway":Mo,"my-gateway":Mo,"my-router":Mo,spdns:Mo,speedpartner:{$:0,succ:{customer:Mo}},myspreadshop:Mo,"taifun-dns":Mo,"12hp":Mo,"2ix":Mo,"4lima":Mo,"lima-city":Mo,"dd-dns":Mo,"dray-dns":Mo,draydns:Mo,"dyn-vpn":Mo,dynvpn:Mo,"mein-vigor":Mo,"my-vigor":Mo,"my-wan":Mo,"syno-ds":Mo,"synology-diskstation":Mo,"synology-ds":Mo,uberspace:Uo,virtualuser:Mo,"virtual-user":Mo,"community-pro":Mo,diskussionsbereich:Mo}},dj:zo,dk:{$:1,succ:{biz:Mo,co:Mo,firm:Mo,reg:Mo,store:Mo,blogspot:Mo,"123hjemmeside":Mo,myspreadshop:Mo}},dm:qo,do:{$:1,succ:{art:zo,com:zo,edu:zo,gob:zo,gov:zo,mil:zo,net:zo,org:zo,sld:zo,web:zo}},dz:{$:1,succ:{art:zo,asso:zo,com:zo,edu:zo,gov:zo,org:zo,net:zo,pol:zo,soc:zo,tm:zo}},ec:{$:1,succ:{com:zo,info:zo,net:zo,fin:zo,k12:zo,med:zo,pro:zo,org:zo,edu:zo,gov:zo,gob:zo,mil:zo,base:Mo,official:Mo}},edu:{$:1,succ:{rit:{$:0,succ:{"git-pages":Mo}}}},ee:{$:1,succ:{edu:zo,gov:zo,riik:zo,lib:zo,med:zo,com:Wo,pri:zo,aip:zo,org:zo,fie:zo}},eg:{$:1,succ:{com:Wo,edu:zo,eun:zo,gov:zo,mil:zo,name:zo,net:zo,org:zo,sci:zo}},er:Vo,es:{$:1,succ:{com:Wo,nom:zo,org:zo,gob:zo,edu:zo,"123miweb":Mo,myspreadshop:Mo}},et:{$:1,succ:{com:zo,gov:zo,org:zo,edu:zo,biz:zo,name:zo,info:zo,net:zo}},eu:{$:1,succ:{airkitapps:Mo,mycd:Mo,cloudns:Mo,dogado:li={$:0,succ:{jelastic:Mo}},barsy:Mo,wellbeingzone:Mo,spdns:Mo,transurl:Uo,diskstation:Mo}},fi:{$:1,succ:{aland:zo,dy:Mo,blogspot:Mo,"xn--hkkinen-5wa":Mo,"häkkinen":Mo,iki:Mo,cloudplatform:{$:0,succ:{fi:Mo}},datacenter:{$:0,succ:{demo:Mo,paas:Mo}},kapsi:Mo,"123kotisivu":Mo,myspreadshop:Mo}},fj:{$:1,succ:{ac:zo,biz:zo,com:zo,gov:zo,info:zo,mil:zo,name:zo,net:zo,org:zo,pro:zo}},fk:Vo,fm:{$:1,succ:{com:zo,edu:zo,net:zo,org:zo,radio:Mo,user:Uo}},fo:zo,fr:{$:1,succ:{asso:zo,com:zo,gouv:zo,nom:zo,prd:zo,tm:zo,aeroport:zo,avocat:zo,avoues:zo,cci:zo,chambagri:zo,"chirurgiens-dentistes":zo,"experts-comptables":zo,"geometre-expert":zo,greta:zo,"huissier-justice":zo,medecin:zo,notaires:zo,pharmacien:zo,port:zo,veterinaire:zo,"en-root":Mo,"fbx-os":Mo,fbxos:Mo,"freebox-os":Mo,freeboxos:Mo,blogspot:Mo,goupile:Mo,"123siteweb":Mo,"on-web":Mo,"chirurgiens-dentistes-en-france":Mo,dedibox:Mo,myspreadshop:Mo,ynh:Mo}},ga:zo,gb:zo,gd:{$:1,succ:{edu:zo,gov:zo}},ge:{$:1,succ:{com:zo,edu:zo,gov:zo,org:zo,mil:zo,net:zo,pvt:zo}},gf:zo,gg:{$:1,succ:{co:zo,net:zo,org:zo,kaas:Mo,cya:Mo,panel:{$:2,succ:{daemon:Mo}}}},gh:{$:1,succ:{com:zo,edu:zo,gov:zo,org:zo,mil:zo}},gi:{$:1,succ:{com:zo,ltd:zo,gov:zo,mod:zo,edu:zo,org:zo}},gl:{$:1,succ:{co:zo,com:zo,edu:zo,net:zo,org:zo,biz:Mo,xx:Mo}},gm:zo,gn:{$:1,succ:{ac:zo,com:zo,edu:zo,gov:zo,org:zo,net:zo}},gov:zo,gp:{$:1,succ:{com:zo,net:zo,mobi:zo,edu:zo,org:zo,asso:zo,app:Mo}},gq:zo,gr:{$:1,succ:{com:zo,edu:zo,net:zo,org:zo,gov:zo,blogspot:Mo,simplesite:Mo}},gs:zo,gt:{$:1,succ:{com:zo,edu:zo,gob:zo,ind:zo,mil:zo,net:zo,org:zo,blog:Mo,de:Mo,to:Mo}},gu:{$:1,succ:{com:zo,edu:zo,gov:zo,guam:zo,info:zo,net:zo,org:zo,web:zo}},gw:zo,gy:{$:1,succ:{co:zo,com:zo,edu:zo,gov:zo,net:zo,org:zo,be:Mo}},hk:{$:1,succ:{com:zo,edu:zo,gov:zo,idv:zo,net:zo,org:zo,"xn--55qx5d":zo,"公司":zo,"xn--wcvs22d":zo,"教育":zo,"xn--lcvr32d":zo,"敎育":zo,"xn--mxtq1m":zo,"政府":zo,"xn--gmqw5a":zo,"個人":zo,"xn--ciqpn":zo,"个人":zo,"xn--gmq050i":zo,"箇人":zo,"xn--zf0avx":zo,"網络":zo,"xn--io0a7i":zo,"网络":zo,"xn--mk0axi":zo,"组織":zo,"xn--od0alg":zo,"網絡":zo,"xn--od0aq3b":zo,"网絡":zo,"xn--tn0ag":zo,"组织":zo,"xn--uc0atv":zo,"組織":zo,"xn--uc0ay4a":zo,"組织":zo,blogspot:Mo,secaas:Mo,ltd:Mo,inc:Mo}},hm:zo,hn:{$:1,succ:{com:zo,edu:zo,org:zo,net:zo,mil:zo,gob:zo,cc:Mo}},hr:{$:1,succ:{iz:zo,from:zo,name:zo,com:zo,blogspot:Mo,free:Mo}},ht:{$:1,succ:{com:zo,shop:zo,firm:zo,info:zo,adult:zo,net:zo,pro:zo,org:zo,med:zo,art:zo,coop:zo,pol:zo,asso:zo,edu:zo,rel:zo,gouv:zo,perso:zo}},hu:{$:1,succ:{2e3:zo,co:zo,info:zo,org:zo,priv:zo,sport:zo,tm:zo,agrar:zo,bolt:zo,casino:zo,city:zo,erotica:zo,erotika:zo,film:zo,forum:zo,games:zo,hotel:zo,ingatlan:zo,jogasz:zo,konyvelo:zo,lakas:zo,media:zo,news:zo,reklam:zo,sex:zo,shop:zo,suli:zo,szex:zo,tozsde:zo,utazas:zo,video:zo,blogspot:Mo}},id:{$:1,succ:{ac:zo,biz:zo,co:Wo,desa:zo,go:zo,mil:zo,my:{$:1,succ:{rss:Uo}},net:zo,or:zo,ponpes:zo,sch:zo,web:zo,flap:Mo,forte:Mo}},ie:{$:1,succ:{gov:zo,blogspot:Mo,myspreadshop:Mo}},il:{$:1,succ:{ac:zo,co:{$:1,succ:{ravpage:Mo,blogspot:Mo,tabitorder:Mo,mytabit:Mo}},gov:zo,idf:zo,k12:zo,muni:zo,net:zo,org:zo}},"xn--4dbrk0ce":{$:1,succ:{"xn--4dbgdty6c":zo,"xn--5dbhl8d":zo,"xn--8dbq2a":zo,"xn--hebda8b":zo}},"ישראל":{$:1,succ:{"אקדמיה":zo,"ישוב":zo,"צהל":zo,"ממשל":zo}},im:{$:1,succ:{ac:zo,co:{$:1,succ:{ltd:zo,plc:zo}},com:zo,net:zo,org:zo,tt:zo,tv:zo,ro:Mo}},in:{$:1,succ:{"5g":zo,"6g":zo,ac:zo,ai:zo,am:zo,bihar:zo,biz:zo,business:zo,ca:zo,cn:zo,co:zo,com:zo,coop:zo,cs:zo,delhi:zo,dr:zo,edu:zo,er:zo,firm:zo,gen:zo,gov:zo,gujarat:zo,ind:zo,info:zo,int:zo,internet:zo,io:zo,me:zo,mil:zo,net:zo,nic:zo,org:zo,pg:zo,post:zo,pro:zo,res:zo,travel:zo,tv:zo,uk:zo,up:zo,us:zo,web:Mo,cloudns:Mo,blogspot:Mo,barsy:Mo,supabase:Mo}},info:{$:1,succ:{cloudns:Mo,"dynamic-dns":Mo,dyndns:Mo,"barrel-of-knowledge":Mo,"barrell-of-knowledge":Mo,"for-our":Mo,"groks-the":Mo,"groks-this":Mo,"here-for-more":Mo,knowsitall:Mo,selfip:Mo,webhop:Mo,barsy:Mo,mayfirst:Mo,forumz:Mo,nsupdate:Mo,dvrcam:Mo,ilovecollege:Mo,"no-ip":Mo,dnsupdate:Mo,"v-info":Mo}},int:{$:1,succ:{eu:zo}},io:{$:1,succ:{2038:Mo,com:zo,"on-acorn":Uo,apigee:Mo,"b-data":Mo,backplaneapp:Mo,banzaicloud:{$:0,succ:{app:Mo,backyards:Uo}},beagleboard:Mo,bitbucket:Mo,bluebite:Mo,boxfuse:Mo,browsersafetymark:Mo,bigv:{$:0,succ:{uk0:Mo}},cleverapps:Mo,dappnode:{$:0,succ:{dyndns:Mo}},dedyn:Mo,drud:Mo,definima:Mo,"fh-muenster":Mo,shw:Mo,forgerock:{$:0,succ:{id:Mo}},ghost:Mo,github:Mo,gitlab:Mo,lolipop:Mo,"hasura-app":Mo,hostyhosting:Mo,moonscale:Uo,beebyte:ai,beebyteapp:{$:0,succ:{sekd1:Mo}},jele:Mo,unispace:{$:0,succ:{"cloud-fr1":Mo}},webthings:Mo,loginline:Mo,barsy:Mo,azurecontainer:Uo,ngrok:{$:2,succ:{ap:Mo,au:Mo,eu:Mo,in:Mo,jp:Mo,sa:Mo,us:Mo}},nodeart:{$:0,succ:{stage:Mo}},nid:Mo,pantheonsite:Mo,dyn53:Mo,pstmn:{$:2,succ:{mock:Mo}},protonet:Mo,qoto:Mo,qcx:{$:2,succ:{sys:Uo}},vaporcloud:Mo,vbrplsbx:{$:0,succ:{g:Mo}},"on-k3s":Uo,"on-rio":Uo,readthedocs:Mo,resindevice:Mo,resinstaging:{$:0,succ:{devices:Mo}},hzc:Mo,sandcats:Mo,shiftcrypto:Mo,shiftedit:Mo,"mo-siemens":Mo,musician:Mo,lair:ri,stolos:Uo,spacekit:Mo,utwente:Mo,s5y:Uo,edugit:Mo,telebit:Mo,thingdust:{$:0,succ:{dev:hi={$:0,succ:{cust:Mo,reservd:Mo}},disrec:hi,prod:mi={$:0,succ:{cust:Mo}},testing:hi}},tickets:Mo,upli:Mo,wedeploy:Mo,editorx:Mo,basicserver:Mo,virtualserver:Mo}},iq:gi={$:1,succ:{gov:zo,edu:zo,mil:zo,com:zo,org:zo,net:zo}},ir:{$:1,succ:{ac:zo,co:zo,gov:zo,id:zo,net:zo,org:zo,sch:zo,"xn--mgba3a4f16a":zo,"ایران":zo,"xn--mgba3a4fra":zo,"ايران":zo}},is:{$:1,succ:{net:zo,com:zo,edu:zo,gov:zo,org:zo,int:zo,cupcake:Mo,blogspot:Mo}},it:{$:1,succ:{gov:zo,edu:zo,abr:zo,abruzzo:zo,"aosta-valley":zo,aostavalley:zo,bas:zo,basilicata:zo,cal:zo,calabria:zo,cam:zo,campania:zo,"emilia-romagna":zo,emiliaromagna:zo,emr:zo,"friuli-v-giulia":zo,"friuli-ve-giulia":zo,"friuli-vegiulia":zo,"friuli-venezia-giulia":zo,"friuli-veneziagiulia":zo,"friuli-vgiulia":zo,"friuliv-giulia":zo,"friulive-giulia":zo,friulivegiulia:zo,"friulivenezia-giulia":zo,friuliveneziagiulia:zo,friulivgiulia:zo,fvg:zo,laz:zo,lazio:zo,lig:zo,liguria:zo,lom:zo,lombardia:zo,lombardy:zo,lucania:zo,mar:zo,marche:zo,mol:zo,molise:zo,piedmont:zo,piemonte:zo,pmn:zo,pug:zo,puglia:zo,sar:zo,sardegna:zo,sardinia:zo,sic:zo,sicilia:zo,sicily:zo,taa:zo,tos:zo,toscana:zo,"trentin-sud-tirol":zo,"xn--trentin-sd-tirol-rzb":zo,"trentin-süd-tirol":zo,"trentin-sudtirol":zo,"xn--trentin-sdtirol-7vb":zo,"trentin-südtirol":zo,"trentin-sued-tirol":zo,"trentin-suedtirol":zo,"trentino-a-adige":zo,"trentino-aadige":zo,"trentino-alto-adige":zo,"trentino-altoadige":zo,"trentino-s-tirol":zo,"trentino-stirol":zo,"trentino-sud-tirol":zo,"xn--trentino-sd-tirol-c3b":zo,"trentino-süd-tirol":zo,"trentino-sudtirol":zo,"xn--trentino-sdtirol-szb":zo,"trentino-südtirol":zo,"trentino-sued-tirol":zo,"trentino-suedtirol":zo,trentino:zo,"trentinoa-adige":zo,trentinoaadige:zo,"trentinoalto-adige":zo,trentinoaltoadige:zo,"trentinos-tirol":zo,trentinostirol:zo,"trentinosud-tirol":zo,"xn--trentinosd-tirol-rzb":zo,"trentinosüd-tirol":zo,trentinosudtirol:zo,"xn--trentinosdtirol-7vb":zo,"trentinosüdtirol":zo,"trentinosued-tirol":zo,trentinosuedtirol:zo,"trentinsud-tirol":zo,"xn--trentinsd-tirol-6vb":zo,"trentinsüd-tirol":zo,trentinsudtirol:zo,"xn--trentinsdtirol-nsb":zo,"trentinsüdtirol":zo,"trentinsued-tirol":zo,trentinsuedtirol:zo,tuscany:zo,umb:zo,umbria:zo,"val-d-aosta":zo,"val-daosta":zo,"vald-aosta":zo,valdaosta:zo,"valle-aosta":zo,"valle-d-aosta":zo,"valle-daosta":zo,valleaosta:zo,"valled-aosta":zo,valledaosta:zo,"vallee-aoste":zo,"xn--valle-aoste-ebb":zo,"vallée-aoste":zo,"vallee-d-aoste":zo,"xn--valle-d-aoste-ehb":zo,"vallée-d-aoste":zo,valleeaoste:zo,"xn--valleaoste-e7a":zo,"valléeaoste":zo,valleedaoste:zo,"xn--valledaoste-ebb":zo,"valléedaoste":zo,vao:zo,vda:zo,ven:zo,veneto:zo,ag:zo,agrigento:zo,al:zo,alessandria:zo,"alto-adige":zo,altoadige:zo,an:zo,ancona:zo,"andria-barletta-trani":zo,"andria-trani-barletta":zo,andriabarlettatrani:zo,andriatranibarletta:zo,ao:zo,aosta:zo,aoste:zo,ap:zo,aq:zo,aquila:zo,ar:zo,arezzo:zo,"ascoli-piceno":zo,ascolipiceno:zo,asti:zo,at:zo,av:zo,avellino:zo,ba:zo,"balsan-sudtirol":zo,"xn--balsan-sdtirol-nsb":zo,"balsan-südtirol":zo,"balsan-suedtirol":zo,balsan:zo,bari:zo,"barletta-trani-andria":zo,barlettatraniandria:zo,belluno:zo,benevento:zo,bergamo:zo,bg:zo,bi:zo,biella:zo,bl:zo,bn:zo,bo:zo,bologna:zo,"bolzano-altoadige":zo,bolzano:zo,"bozen-sudtirol":zo,"xn--bozen-sdtirol-2ob":zo,"bozen-südtirol":zo,"bozen-suedtirol":zo,bozen:zo,br:zo,brescia:zo,brindisi:zo,bs:zo,bt:zo,"bulsan-sudtirol":zo,"xn--bulsan-sdtirol-nsb":zo,"bulsan-südtirol":zo,"bulsan-suedtirol":zo,bulsan:zo,bz:zo,ca:zo,cagliari:zo,caltanissetta:zo,"campidano-medio":zo,campidanomedio:zo,campobasso:zo,"carbonia-iglesias":zo,carboniaiglesias:zo,"carrara-massa":zo,carraramassa:zo,caserta:zo,catania:zo,catanzaro:zo,cb:zo,ce:zo,"cesena-forli":zo,"xn--cesena-forl-mcb":zo,"cesena-forlì":zo,cesenaforli:zo,"xn--cesenaforl-i8a":zo,"cesenaforlì":zo,ch:zo,chieti:zo,ci:zo,cl:zo,cn:zo,co:zo,como:zo,cosenza:zo,cr:zo,cremona:zo,crotone:zo,cs:zo,ct:zo,cuneo:zo,cz:zo,"dell-ogliastra":zo,dellogliastra:zo,en:zo,enna:zo,fc:zo,fe:zo,fermo:zo,ferrara:zo,fg:zo,fi:zo,firenze:zo,florence:zo,fm:zo,foggia:zo,"forli-cesena":zo,"xn--forl-cesena-fcb":zo,"forlì-cesena":zo,forlicesena:zo,"xn--forlcesena-c8a":zo,"forlìcesena":zo,fr:zo,frosinone:zo,ge:zo,genoa:zo,genova:zo,go:zo,gorizia:zo,gr:zo,grosseto:zo,"iglesias-carbonia":zo,iglesiascarbonia:zo,im:zo,imperia:zo,is:zo,isernia:zo,kr:zo,"la-spezia":zo,laquila:zo,laspezia:zo,latina:zo,lc:zo,le:zo,lecce:zo,lecco:zo,li:zo,livorno:zo,lo:zo,lodi:zo,lt:zo,lu:zo,lucca:zo,macerata:zo,mantova:zo,"massa-carrara":zo,massacarrara:zo,matera:zo,mb:zo,mc:zo,me:zo,"medio-campidano":zo,mediocampidano:zo,messina:zo,mi:zo,milan:zo,milano:zo,mn:zo,mo:zo,modena:zo,"monza-brianza":zo,"monza-e-della-brianza":zo,monza:zo,monzabrianza:zo,monzaebrianza:zo,monzaedellabrianza:zo,ms:zo,mt:zo,na:zo,naples:zo,napoli:zo,no:zo,novara:zo,nu:zo,nuoro:zo,og:zo,ogliastra:zo,"olbia-tempio":zo,olbiatempio:zo,or:zo,oristano:zo,ot:zo,pa:zo,padova:zo,padua:zo,palermo:zo,parma:zo,pavia:zo,pc:zo,pd:zo,pe:zo,perugia:zo,"pesaro-urbino":zo,pesarourbino:zo,pescara:zo,pg:zo,pi:zo,piacenza:zo,pisa:zo,pistoia:zo,pn:zo,po:zo,pordenone:zo,potenza:zo,pr:zo,prato:zo,pt:zo,pu:zo,pv:zo,pz:zo,ra:zo,ragusa:zo,ravenna:zo,rc:zo,re:zo,"reggio-calabria":zo,"reggio-emilia":zo,reggiocalabria:zo,reggioemilia:zo,rg:zo,ri:zo,rieti:zo,rimini:zo,rm:zo,rn:zo,ro:zo,roma:zo,rome:zo,rovigo:zo,sa:zo,salerno:zo,sassari:zo,savona:zo,si:zo,siena:zo,siracusa:zo,so:zo,sondrio:zo,sp:zo,sr:zo,ss:zo,suedtirol:zo,"xn--sdtirol-n2a":zo,"südtirol":zo,sv:zo,ta:zo,taranto:zo,te:zo,"tempio-olbia":zo,tempioolbia:zo,teramo:zo,terni:zo,tn:zo,to:zo,torino:zo,tp:zo,tr:zo,"trani-andria-barletta":zo,"trani-barletta-andria":zo,traniandriabarletta:zo,tranibarlettaandria:zo,trapani:zo,trento:zo,treviso:zo,trieste:zo,ts:zo,turin:zo,tv:zo,ud:zo,udine:zo,"urbino-pesaro":zo,urbinopesaro:zo,va:zo,varese:zo,vb:zo,vc:zo,ve:zo,venezia:zo,venice:zo,verbania:zo,vercelli:zo,verona:zo,vi:zo,"vibo-valentia":zo,vibovalentia:zo,vicenza:zo,viterbo:zo,vr:zo,vs:zo,vt:zo,vv:zo,blogspot:Mo,ibxos:Mo,iliadboxos:Mo,neen:{$:0,succ:{jc:Mo}},tim:{$:0,succ:{open:{$:0,succ:{jelastic:Xo}}}},"16-b":Mo,"32-b":Mo,"64-b":Mo,"123homepage":Mo,myspreadshop:Mo,syncloud:Mo}},je:{$:1,succ:{co:zo,net:zo,org:zo,of:Mo}},jm:Vo,jo:{$:1,succ:{com:zo,org:zo,net:zo,edu:zo,sch:zo,gov:zo,mil:zo,name:zo}},jobs:zo,jp:{$:1,succ:{ac:zo,ad:zo,co:zo,ed:zo,go:zo,gr:zo,lg:zo,ne:{$:1,succ:{aseinet:fi={$:0,succ:{user:Mo}},gehirn:Mo,ivory:Mo,"mail-box":Mo,mints:Mo,mokuren:Mo,opal:Mo,sakura:Mo,sumomo:Mo,topaz:Mo}},or:zo,aichi:{$:1,succ:{aisai:zo,ama:zo,anjo:zo,asuke:zo,chiryu:zo,chita:zo,fuso:zo,gamagori:zo,handa:zo,hazu:zo,hekinan:zo,higashiura:zo,ichinomiya:zo,inazawa:zo,inuyama:zo,isshiki:zo,iwakura:zo,kanie:zo,kariya:zo,kasugai:zo,kira:zo,kiyosu:zo,komaki:zo,konan:zo,kota:zo,mihama:zo,miyoshi:zo,nishio:zo,nisshin:zo,obu:zo,oguchi:zo,oharu:zo,okazaki:zo,owariasahi:zo,seto:zo,shikatsu:zo,shinshiro:zo,shitara:zo,tahara:zo,takahama:zo,tobishima:zo,toei:zo,togo:zo,tokai:zo,tokoname:zo,toyoake:zo,toyohashi:zo,toyokawa:zo,toyone:zo,toyota:zo,tsushima:zo,yatomi:zo}},akita:{$:1,succ:{akita:zo,daisen:zo,fujisato:zo,gojome:zo,hachirogata:zo,happou:zo,higashinaruse:zo,honjo:zo,honjyo:zo,ikawa:zo,kamikoani:zo,kamioka:zo,katagami:zo,kazuno:zo,kitaakita:zo,kosaka:zo,kyowa:zo,misato:zo,mitane:zo,moriyoshi:zo,nikaho:zo,noshiro:zo,odate:zo,oga:zo,ogata:zo,semboku:zo,yokote:zo,yurihonjo:zo}},aomori:{$:1,succ:{aomori:zo,gonohe:zo,hachinohe:zo,hashikami:zo,hiranai:zo,hirosaki:zo,itayanagi:zo,kuroishi:zo,misawa:zo,mutsu:zo,nakadomari:zo,noheji:zo,oirase:zo,owani:zo,rokunohe:zo,sannohe:zo,shichinohe:zo,shingo:zo,takko:zo,towada:zo,tsugaru:zo,tsuruta:zo}},chiba:{$:1,succ:{abiko:zo,asahi:zo,chonan:zo,chosei:zo,choshi:zo,chuo:zo,funabashi:zo,futtsu:zo,hanamigawa:zo,ichihara:zo,ichikawa:zo,ichinomiya:zo,inzai:zo,isumi:zo,kamagaya:zo,kamogawa:zo,kashiwa:zo,katori:zo,katsuura:zo,kimitsu:zo,kisarazu:zo,kozaki:zo,kujukuri:zo,kyonan:zo,matsudo:zo,midori:zo,mihama:zo,minamiboso:zo,mobara:zo,mutsuzawa:zo,nagara:zo,nagareyama:zo,narashino:zo,narita:zo,noda:zo,oamishirasato:zo,omigawa:zo,onjuku:zo,otaki:zo,sakae:zo,sakura:zo,shimofusa:zo,shirako:zo,shiroi:zo,shisui:zo,sodegaura:zo,sosa:zo,tako:zo,tateyama:zo,togane:zo,tohnosho:zo,tomisato:zo,urayasu:zo,yachimata:zo,yachiyo:zo,yokaichiba:zo,yokoshibahikari:zo,yotsukaido:zo}},ehime:{$:1,succ:{ainan:zo,honai:zo,ikata:zo,imabari:zo,iyo:zo,kamijima:zo,kihoku:zo,kumakogen:zo,masaki:zo,matsuno:zo,matsuyama:zo,namikata:zo,niihama:zo,ozu:zo,saijo:zo,seiyo:zo,shikokuchuo:zo,tobe:zo,toon:zo,uchiko:zo,uwajima:zo,yawatahama:zo}},fukui:{$:1,succ:{echizen:zo,eiheiji:zo,fukui:zo,ikeda:zo,katsuyama:zo,mihama:zo,minamiechizen:zo,obama:zo,ohi:zo,ono:zo,sabae:zo,sakai:zo,takahama:zo,tsuruga:zo,wakasa:zo}},fukuoka:{$:1,succ:{ashiya:zo,buzen:zo,chikugo:zo,chikuho:zo,chikujo:zo,chikushino:zo,chikuzen:zo,chuo:zo,dazaifu:zo,fukuchi:zo,hakata:zo,higashi:zo,hirokawa:zo,hisayama:zo,iizuka:zo,inatsuki:zo,kaho:zo,kasuga:zo,kasuya:zo,kawara:zo,keisen:zo,koga:zo,kurate:zo,kurogi:zo,kurume:zo,minami:zo,miyako:zo,miyama:zo,miyawaka:zo,mizumaki:zo,munakata:zo,nakagawa:zo,nakama:zo,nishi:zo,nogata:zo,ogori:zo,okagaki:zo,okawa:zo,oki:zo,omuta:zo,onga:zo,onojo:zo,oto:zo,saigawa:zo,sasaguri:zo,shingu:zo,shinyoshitomi:zo,shonai:zo,soeda:zo,sue:zo,tachiarai:zo,tagawa:zo,takata:zo,toho:zo,toyotsu:zo,tsuiki:zo,ukiha:zo,umi:zo,usui:zo,yamada:zo,yame:zo,yanagawa:zo,yukuhashi:zo}},fukushima:{$:1,succ:{aizubange:zo,aizumisato:zo,aizuwakamatsu:zo,asakawa:zo,bandai:zo,date:zo,fukushima:zo,furudono:zo,futaba:zo,hanawa:zo,higashi:zo,hirata:zo,hirono:zo,iitate:zo,inawashiro:zo,ishikawa:zo,iwaki:zo,izumizaki:zo,kagamiishi:zo,kaneyama:zo,kawamata:zo,kitakata:zo,kitashiobara:zo,koori:zo,koriyama:zo,kunimi:zo,miharu:zo,mishima:zo,namie:zo,nango:zo,nishiaizu:zo,nishigo:zo,okuma:zo,omotego:zo,ono:zo,otama:zo,samegawa:zo,shimogo:zo,shirakawa:zo,showa:zo,soma:zo,sukagawa:zo,taishin:zo,tamakawa:zo,tanagura:zo,tenei:zo,yabuki:zo,yamato:zo,yamatsuri:zo,yanaizu:zo,yugawa:zo}},gifu:{$:1,succ:{anpachi:zo,ena:zo,gifu:zo,ginan:zo,godo:zo,gujo:zo,hashima:zo,hichiso:zo,hida:zo,higashishirakawa:zo,ibigawa:zo,ikeda:zo,kakamigahara:zo,kani:zo,kasahara:zo,kasamatsu:zo,kawaue:zo,kitagata:zo,mino:zo,minokamo:zo,mitake:zo,mizunami:zo,motosu:zo,nakatsugawa:zo,ogaki:zo,sakahogi:zo,seki:zo,sekigahara:zo,shirakawa:zo,tajimi:zo,takayama:zo,tarui:zo,toki:zo,tomika:zo,wanouchi:zo,yamagata:zo,yaotsu:zo,yoro:zo}},gunma:{$:1,succ:{annaka:zo,chiyoda:zo,fujioka:zo,higashiagatsuma:zo,isesaki:zo,itakura:zo,kanna:zo,kanra:zo,katashina:zo,kawaba:zo,kiryu:zo,kusatsu:zo,maebashi:zo,meiwa:zo,midori:zo,minakami:zo,naganohara:zo,nakanojo:zo,nanmoku:zo,numata:zo,oizumi:zo,ora:zo,ota:zo,shibukawa:zo,shimonita:zo,shinto:zo,showa:zo,takasaki:zo,takayama:zo,tamamura:zo,tatebayashi:zo,tomioka:zo,tsukiyono:zo,tsumagoi:zo,ueno:zo,yoshioka:zo}},hiroshima:{$:1,succ:{asaminami:zo,daiwa:zo,etajima:zo,fuchu:zo,fukuyama:zo,hatsukaichi:zo,higashihiroshima:zo,hongo:zo,jinsekikogen:zo,kaita:zo,kui:zo,kumano:zo,kure:zo,mihara:zo,miyoshi:zo,naka:zo,onomichi:zo,osakikamijima:zo,otake:zo,saka:zo,sera:zo,seranishi:zo,shinichi:zo,shobara:zo,takehara:zo}},hokkaido:{$:1,succ:{abashiri:zo,abira:zo,aibetsu:zo,akabira:zo,akkeshi:zo,asahikawa:zo,ashibetsu:zo,ashoro:zo,assabu:zo,atsuma:zo,bibai:zo,biei:zo,bifuka:zo,bihoro:zo,biratori:zo,chippubetsu:zo,chitose:zo,date:zo,ebetsu:zo,embetsu:zo,eniwa:zo,erimo:zo,esan:zo,esashi:zo,fukagawa:zo,fukushima:zo,furano:zo,furubira:zo,haboro:zo,hakodate:zo,hamatonbetsu:zo,hidaka:zo,higashikagura:zo,higashikawa:zo,hiroo:zo,hokuryu:zo,hokuto:zo,honbetsu:zo,horokanai:zo,horonobe:zo,ikeda:zo,imakane:zo,ishikari:zo,iwamizawa:zo,iwanai:zo,kamifurano:zo,kamikawa:zo,kamishihoro:zo,kamisunagawa:zo,kamoenai:zo,kayabe:zo,kembuchi:zo,kikonai:zo,kimobetsu:zo,kitahiroshima:zo,kitami:zo,kiyosato:zo,koshimizu:zo,kunneppu:zo,kuriyama:zo,kuromatsunai:zo,kushiro:zo,kutchan:zo,kyowa:zo,mashike:zo,matsumae:zo,mikasa:zo,minamifurano:zo,mombetsu:zo,moseushi:zo,mukawa:zo,muroran:zo,naie:zo,nakagawa:zo,nakasatsunai:zo,nakatombetsu:zo,nanae:zo,nanporo:zo,nayoro:zo,nemuro:zo,niikappu:zo,niki:zo,nishiokoppe:zo,noboribetsu:zo,numata:zo,obihiro:zo,obira:zo,oketo:zo,okoppe:zo,otaru:zo,otobe:zo,otofuke:zo,otoineppu:zo,oumu:zo,ozora:zo,pippu:zo,rankoshi:zo,rebun:zo,rikubetsu:zo,rishiri:zo,rishirifuji:zo,saroma:zo,sarufutsu:zo,shakotan:zo,shari:zo,shibecha:zo,shibetsu:zo,shikabe:zo,shikaoi:zo,shimamaki:zo,shimizu:zo,shimokawa:zo,shinshinotsu:zo,shintoku:zo,shiranuka:zo,shiraoi:zo,shiriuchi:zo,sobetsu:zo,sunagawa:zo,taiki:zo,takasu:zo,takikawa:zo,takinoue:zo,teshikaga:zo,tobetsu:zo,tohma:zo,tomakomai:zo,tomari:zo,toya:zo,toyako:zo,toyotomi:zo,toyoura:zo,tsubetsu:zo,tsukigata:zo,urakawa:zo,urausu:zo,uryu:zo,utashinai:zo,wakkanai:zo,wassamu:zo,yakumo:zo,yoichi:zo}},hyogo:{$:1,succ:{aioi:zo,akashi:zo,ako:zo,amagasaki:zo,aogaki:zo,asago:zo,ashiya:zo,awaji:zo,fukusaki:zo,goshiki:zo,harima:zo,himeji:zo,ichikawa:zo,inagawa:zo,itami:zo,kakogawa:zo,kamigori:zo,kamikawa:zo,kasai:zo,kasuga:zo,kawanishi:zo,miki:zo,minamiawaji:zo,nishinomiya:zo,nishiwaki:zo,ono:zo,sanda:zo,sannan:zo,sasayama:zo,sayo:zo,shingu:zo,shinonsen:zo,shiso:zo,sumoto:zo,taishi:zo,taka:zo,takarazuka:zo,takasago:zo,takino:zo,tamba:zo,tatsuno:zo,toyooka:zo,yabu:zo,yashiro:zo,yoka:zo,yokawa:zo}},ibaraki:{$:1,succ:{ami:zo,asahi:zo,bando:zo,chikusei:zo,daigo:zo,fujishiro:zo,hitachi:zo,hitachinaka:zo,hitachiomiya:zo,hitachiota:zo,ibaraki:zo,ina:zo,inashiki:zo,itako:zo,iwama:zo,joso:zo,kamisu:zo,kasama:zo,kashima:zo,kasumigaura:zo,koga:zo,miho:zo,mito:zo,moriya:zo,naka:zo,namegata:zo,oarai:zo,ogawa:zo,omitama:zo,ryugasaki:zo,sakai:zo,sakuragawa:zo,shimodate:zo,shimotsuma:zo,shirosato:zo,sowa:zo,suifu:zo,takahagi:zo,tamatsukuri:zo,tokai:zo,tomobe:zo,tone:zo,toride:zo,tsuchiura:zo,tsukuba:zo,uchihara:zo,ushiku:zo,yachiyo:zo,yamagata:zo,yawara:zo,yuki:zo}},ishikawa:{$:1,succ:{anamizu:zo,hakui:zo,hakusan:zo,kaga:zo,kahoku:zo,kanazawa:zo,kawakita:zo,komatsu:zo,nakanoto:zo,nanao:zo,nomi:zo,nonoichi:zo,noto:zo,shika:zo,suzu:zo,tsubata:zo,tsurugi:zo,uchinada:zo,wajima:zo}},iwate:{$:1,succ:{fudai:zo,fujisawa:zo,hanamaki:zo,hiraizumi:zo,hirono:zo,ichinohe:zo,ichinoseki:zo,iwaizumi:zo,iwate:zo,joboji:zo,kamaishi:zo,kanegasaki:zo,karumai:zo,kawai:zo,kitakami:zo,kuji:zo,kunohe:zo,kuzumaki:zo,miyako:zo,mizusawa:zo,morioka:zo,ninohe:zo,noda:zo,ofunato:zo,oshu:zo,otsuchi:zo,rikuzentakata:zo,shiwa:zo,shizukuishi:zo,sumita:zo,tanohata:zo,tono:zo,yahaba:zo,yamada:zo}},kagawa:{$:1,succ:{ayagawa:zo,higashikagawa:zo,kanonji:zo,kotohira:zo,manno:zo,marugame:zo,mitoyo:zo,naoshima:zo,sanuki:zo,tadotsu:zo,takamatsu:zo,tonosho:zo,uchinomi:zo,utazu:zo,zentsuji:zo}},kagoshima:{$:1,succ:{akune:zo,amami:zo,hioki:zo,isa:zo,isen:zo,izumi:zo,kagoshima:zo,kanoya:zo,kawanabe:zo,kinko:zo,kouyama:zo,makurazaki:zo,matsumoto:zo,minamitane:zo,nakatane:zo,nishinoomote:zo,satsumasendai:zo,soo:zo,tarumizu:zo,yusui:zo}},kanagawa:{$:1,succ:{aikawa:zo,atsugi:zo,ayase:zo,chigasaki:zo,ebina:zo,fujisawa:zo,hadano:zo,hakone:zo,hiratsuka:zo,isehara:zo,kaisei:zo,kamakura:zo,kiyokawa:zo,matsuda:zo,minamiashigara:zo,miura:zo,nakai:zo,ninomiya:zo,odawara:zo,oi:zo,oiso:zo,sagamihara:zo,samukawa:zo,tsukui:zo,yamakita:zo,yamato:zo,yokosuka:zo,yugawara:zo,zama:zo,zushi:zo}},kochi:{$:1,succ:{aki:zo,geisei:zo,hidaka:zo,higashitsuno:zo,ino:zo,kagami:zo,kami:zo,kitagawa:zo,kochi:zo,mihara:zo,motoyama:zo,muroto:zo,nahari:zo,nakamura:zo,nankoku:zo,nishitosa:zo,niyodogawa:zo,ochi:zo,okawa:zo,otoyo:zo,otsuki:zo,sakawa:zo,sukumo:zo,susaki:zo,tosa:zo,tosashimizu:zo,toyo:zo,tsuno:zo,umaji:zo,yasuda:zo,yusuhara:zo}},kumamoto:{$:1,succ:{amakusa:zo,arao:zo,aso:zo,choyo:zo,gyokuto:zo,kamiamakusa:zo,kikuchi:zo,kumamoto:zo,mashiki:zo,mifune:zo,minamata:zo,minamioguni:zo,nagasu:zo,nishihara:zo,oguni:zo,ozu:zo,sumoto:zo,takamori:zo,uki:zo,uto:zo,yamaga:zo,yamato:zo,yatsushiro:zo}},kyoto:{$:1,succ:{ayabe:zo,fukuchiyama:zo,higashiyama:zo,ide:zo,ine:zo,joyo:zo,kameoka:zo,kamo:zo,kita:zo,kizu:zo,kumiyama:zo,kyotamba:zo,kyotanabe:zo,kyotango:zo,maizuru:zo,minami:zo,minamiyamashiro:zo,miyazu:zo,muko:zo,nagaokakyo:zo,nakagyo:zo,nantan:zo,oyamazaki:zo,sakyo:zo,seika:zo,tanabe:zo,uji:zo,ujitawara:zo,wazuka:zo,yamashina:zo,yawata:zo}},mie:{$:1,succ:{asahi:zo,inabe:zo,ise:zo,kameyama:zo,kawagoe:zo,kiho:zo,kisosaki:zo,kiwa:zo,komono:zo,kumano:zo,kuwana:zo,matsusaka:zo,meiwa:zo,mihama:zo,minamiise:zo,misugi:zo,miyama:zo,nabari:zo,shima:zo,suzuka:zo,tado:zo,taiki:zo,taki:zo,tamaki:zo,toba:zo,tsu:zo,udono:zo,ureshino:zo,watarai:zo,yokkaichi:zo}},miyagi:{$:1,succ:{furukawa:zo,higashimatsushima:zo,ishinomaki:zo,iwanuma:zo,kakuda:zo,kami:zo,kawasaki:zo,marumori:zo,matsushima:zo,minamisanriku:zo,misato:zo,murata:zo,natori:zo,ogawara:zo,ohira:zo,onagawa:zo,osaki:zo,rifu:zo,semine:zo,shibata:zo,shichikashuku:zo,shikama:zo,shiogama:zo,shiroishi:zo,tagajo:zo,taiwa:zo,tome:zo,tomiya:zo,wakuya:zo,watari:zo,yamamoto:zo,zao:zo}},miyazaki:{$:1,succ:{aya:zo,ebino:zo,gokase:zo,hyuga:zo,kadogawa:zo,kawaminami:zo,kijo:zo,kitagawa:zo,kitakata:zo,kitaura:zo,kobayashi:zo,kunitomi:zo,kushima:zo,mimata:zo,miyakonojo:zo,miyazaki:zo,morotsuka:zo,nichinan:zo,nishimera:zo,nobeoka:zo,saito:zo,shiiba:zo,shintomi:zo,takaharu:zo,takanabe:zo,takazaki:zo,tsuno:zo}},nagano:{$:1,succ:{achi:zo,agematsu:zo,anan:zo,aoki:zo,asahi:zo,azumino:zo,chikuhoku:zo,chikuma:zo,chino:zo,fujimi:zo,hakuba:zo,hara:zo,hiraya:zo,iida:zo,iijima:zo,iiyama:zo,iizuna:zo,ikeda:zo,ikusaka:zo,ina:zo,karuizawa:zo,kawakami:zo,kiso:zo,kisofukushima:zo,kitaaiki:zo,komagane:zo,komoro:zo,matsukawa:zo,matsumoto:zo,miasa:zo,minamiaiki:zo,minamimaki:zo,minamiminowa:zo,minowa:zo,miyada:zo,miyota:zo,mochizuki:zo,nagano:zo,nagawa:zo,nagiso:zo,nakagawa:zo,nakano:zo,nozawaonsen:zo,obuse:zo,ogawa:zo,okaya:zo,omachi:zo,omi:zo,ookuwa:zo,ooshika:zo,otaki:zo,otari:zo,sakae:zo,sakaki:zo,saku:zo,sakuho:zo,shimosuwa:zo,shinanomachi:zo,shiojiri:zo,suwa:zo,suzaka:zo,takagi:zo,takamori:zo,takayama:zo,tateshina:zo,tatsuno:zo,togakushi:zo,togura:zo,tomi:zo,ueda:zo,wada:zo,yamagata:zo,yamanouchi:zo,yasaka:zo,yasuoka:zo}},nagasaki:{$:1,succ:{chijiwa:zo,futsu:zo,goto:zo,hasami:zo,hirado:zo,iki:zo,isahaya:zo,kawatana:zo,kuchinotsu:zo,matsuura:zo,nagasaki:zo,obama:zo,omura:zo,oseto:zo,saikai:zo,sasebo:zo,seihi:zo,shimabara:zo,shinkamigoto:zo,togitsu:zo,tsushima:zo,unzen:zo}},nara:{$:1,succ:{ando:zo,gose:zo,heguri:zo,higashiyoshino:zo,ikaruga:zo,ikoma:zo,kamikitayama:zo,kanmaki:zo,kashiba:zo,kashihara:zo,katsuragi:zo,kawai:zo,kawakami:zo,kawanishi:zo,koryo:zo,kurotaki:zo,mitsue:zo,miyake:zo,nara:zo,nosegawa:zo,oji:zo,ouda:zo,oyodo:zo,sakurai:zo,sango:zo,shimoichi:zo,shimokitayama:zo,shinjo:zo,soni:zo,takatori:zo,tawaramoto:zo,tenkawa:zo,tenri:zo,uda:zo,yamatokoriyama:zo,yamatotakada:zo,yamazoe:zo,yoshino:zo}},niigata:{$:1,succ:{aga:zo,agano:zo,gosen:zo,itoigawa:zo,izumozaki:zo,joetsu:zo,kamo:zo,kariwa:zo,kashiwazaki:zo,minamiuonuma:zo,mitsuke:zo,muika:zo,murakami:zo,myoko:zo,nagaoka:zo,niigata:zo,ojiya:zo,omi:zo,sado:zo,sanjo:zo,seiro:zo,seirou:zo,sekikawa:zo,shibata:zo,tagami:zo,tainai:zo,tochio:zo,tokamachi:zo,tsubame:zo,tsunan:zo,uonuma:zo,yahiko:zo,yoita:zo,yuzawa:zo}},oita:{$:1,succ:{beppu:zo,bungoono:zo,bungotakada:zo,hasama:zo,hiji:zo,himeshima:zo,hita:zo,kamitsue:zo,kokonoe:zo,kuju:zo,kunisaki:zo,kusu:zo,oita:zo,saiki:zo,taketa:zo,tsukumi:zo,usa:zo,usuki:zo,yufu:zo}},okayama:{$:1,succ:{akaiwa:zo,asakuchi:zo,bizen:zo,hayashima:zo,ibara:zo,kagamino:zo,kasaoka:zo,kibichuo:zo,kumenan:zo,kurashiki:zo,maniwa:zo,misaki:zo,nagi:zo,niimi:zo,nishiawakura:zo,okayama:zo,satosho:zo,setouchi:zo,shinjo:zo,shoo:zo,soja:zo,takahashi:zo,tamano:zo,tsuyama:zo,wake:zo,yakage:zo}},okinawa:{$:1,succ:{aguni:zo,ginowan:zo,ginoza:zo,gushikami:zo,haebaru:zo,higashi:zo,hirara:zo,iheya:zo,ishigaki:zo,ishikawa:zo,itoman:zo,izena:zo,kadena:zo,kin:zo,kitadaito:zo,kitanakagusuku:zo,kumejima:zo,kunigami:zo,minamidaito:zo,motobu:zo,nago:zo,naha:zo,nakagusuku:zo,nakijin:zo,nanjo:zo,nishihara:zo,ogimi:zo,okinawa:zo,onna:zo,shimoji:zo,taketomi:zo,tarama:zo,tokashiki:zo,tomigusuku:zo,tonaki:zo,urasoe:zo,uruma:zo,yaese:zo,yomitan:zo,yonabaru:zo,yonaguni:zo,zamami:zo}},osaka:{$:1,succ:{abeno:zo,chihayaakasaka:zo,chuo:zo,daito:zo,fujiidera:zo,habikino:zo,hannan:zo,higashiosaka:zo,higashisumiyoshi:zo,higashiyodogawa:zo,hirakata:zo,ibaraki:zo,ikeda:zo,izumi:zo,izumiotsu:zo,izumisano:zo,kadoma:zo,kaizuka:zo,kanan:zo,kashiwara:zo,katano:zo,kawachinagano:zo,kishiwada:zo,kita:zo,kumatori:zo,matsubara:zo,minato:zo,minoh:zo,misaki:zo,moriguchi:zo,neyagawa:zo,nishi:zo,nose:zo,osakasayama:zo,sakai:zo,sayama:zo,sennan:zo,settsu:zo,shijonawate:zo,shimamoto:zo,suita:zo,tadaoka:zo,taishi:zo,tajiri:zo,takaishi:zo,takatsuki:zo,tondabayashi:zo,toyonaka:zo,toyono:zo,yao:zo}},saga:{$:1,succ:{ariake:zo,arita:zo,fukudomi:zo,genkai:zo,hamatama:zo,hizen:zo,imari:zo,kamimine:zo,kanzaki:zo,karatsu:zo,kashima:zo,kitagata:zo,kitahata:zo,kiyama:zo,kouhoku:zo,kyuragi:zo,nishiarita:zo,ogi:zo,omachi:zo,ouchi:zo,saga:zo,shiroishi:zo,taku:zo,tara:zo,tosu:zo,yoshinogari:zo}},saitama:{$:1,succ:{arakawa:zo,asaka:zo,chichibu:zo,fujimi:zo,fujimino:zo,fukaya:zo,hanno:zo,hanyu:zo,hasuda:zo,hatogaya:zo,hatoyama:zo,hidaka:zo,higashichichibu:zo,higashimatsuyama:zo,honjo:zo,ina:zo,iruma:zo,iwatsuki:zo,kamiizumi:zo,kamikawa:zo,kamisato:zo,kasukabe:zo,kawagoe:zo,kawaguchi:zo,kawajima:zo,kazo:zo,kitamoto:zo,koshigaya:zo,kounosu:zo,kuki:zo,kumagaya:zo,matsubushi:zo,minano:zo,misato:zo,miyashiro:zo,miyoshi:zo,moroyama:zo,nagatoro:zo,namegawa:zo,niiza:zo,ogano:zo,ogawa:zo,ogose:zo,okegawa:zo,omiya:zo,otaki:zo,ranzan:zo,ryokami:zo,saitama:zo,sakado:zo,satte:zo,sayama:zo,shiki:zo,shiraoka:zo,soka:zo,sugito:zo,toda:zo,tokigawa:zo,tokorozawa:zo,tsurugashima:zo,urawa:zo,warabi:zo,yashio:zo,yokoze:zo,yono:zo,yorii:zo,yoshida:zo,yoshikawa:zo,yoshimi:zo}},shiga:{$:1,succ:{aisho:zo,gamo:zo,higashiomi:zo,hikone:zo,koka:zo,konan:zo,kosei:zo,koto:zo,kusatsu:zo,maibara:zo,moriyama:zo,nagahama:zo,nishiazai:zo,notogawa:zo,omihachiman:zo,otsu:zo,ritto:zo,ryuoh:zo,takashima:zo,takatsuki:zo,torahime:zo,toyosato:zo,yasu:zo}},shimane:{$:1,succ:{akagi:zo,ama:zo,gotsu:zo,hamada:zo,higashiizumo:zo,hikawa:zo,hikimi:zo,izumo:zo,kakinoki:zo,masuda:zo,matsue:zo,misato:zo,nishinoshima:zo,ohda:zo,okinoshima:zo,okuizumo:zo,shimane:zo,tamayu:zo,tsuwano:zo,unnan:zo,yakumo:zo,yasugi:zo,yatsuka:zo}},shizuoka:{$:1,succ:{arai:zo,atami:zo,fuji:zo,fujieda:zo,fujikawa:zo,fujinomiya:zo,fukuroi:zo,gotemba:zo,haibara:zo,hamamatsu:zo,higashiizu:zo,ito:zo,iwata:zo,izu:zo,izunokuni:zo,kakegawa:zo,kannami:zo,kawanehon:zo,kawazu:zo,kikugawa:zo,kosai:zo,makinohara:zo,matsuzaki:zo,minamiizu:zo,mishima:zo,morimachi:zo,nishiizu:zo,numazu:zo,omaezaki:zo,shimada:zo,shimizu:zo,shimoda:zo,shizuoka:zo,susono:zo,yaizu:zo,yoshida:zo}},tochigi:{$:1,succ:{ashikaga:zo,bato:zo,haga:zo,ichikai:zo,iwafune:zo,kaminokawa:zo,kanuma:zo,karasuyama:zo,kuroiso:zo,mashiko:zo,mibu:zo,moka:zo,motegi:zo,nasu:zo,nasushiobara:zo,nikko:zo,nishikata:zo,nogi:zo,ohira:zo,ohtawara:zo,oyama:zo,sakura:zo,sano:zo,shimotsuke:zo,shioya:zo,takanezawa:zo,tochigi:zo,tsuga:zo,ujiie:zo,utsunomiya:zo,yaita:zo}},tokushima:{$:1,succ:{aizumi:zo,anan:zo,ichiba:zo,itano:zo,kainan:zo,komatsushima:zo,matsushige:zo,mima:zo,minami:zo,miyoshi:zo,mugi:zo,nakagawa:zo,naruto:zo,sanagochi:zo,shishikui:zo,tokushima:zo,wajiki:zo}},tokyo:{$:1,succ:{adachi:zo,akiruno:zo,akishima:zo,aogashima:zo,arakawa:zo,bunkyo:zo,chiyoda:zo,chofu:zo,chuo:zo,edogawa:zo,fuchu:zo,fussa:zo,hachijo:zo,hachioji:zo,hamura:zo,higashikurume:zo,higashimurayama:zo,higashiyamato:zo,hino:zo,hinode:zo,hinohara:zo,inagi:zo,itabashi:zo,katsushika:zo,kita:zo,kiyose:zo,kodaira:zo,koganei:zo,kokubunji:zo,komae:zo,koto:zo,kouzushima:zo,kunitachi:zo,machida:zo,meguro:zo,minato:zo,mitaka:zo,mizuho:zo,musashimurayama:zo,musashino:zo,nakano:zo,nerima:zo,ogasawara:zo,okutama:zo,ome:zo,oshima:zo,ota:zo,setagaya:zo,shibuya:zo,shinagawa:zo,shinjuku:zo,suginami:zo,sumida:zo,tachikawa:zo,taito:zo,tama:zo,toshima:zo}},tottori:{$:1,succ:{chizu:zo,hino:zo,kawahara:zo,koge:zo,kotoura:zo,misasa:zo,nanbu:zo,nichinan:zo,sakaiminato:zo,tottori:zo,wakasa:zo,yazu:zo,yonago:zo}},toyama:{$:1,succ:{asahi:zo,fuchu:zo,fukumitsu:zo,funahashi:zo,himi:zo,imizu:zo,inami:zo,johana:zo,kamiichi:zo,kurobe:zo,nakaniikawa:zo,namerikawa:zo,nanto:zo,nyuzen:zo,oyabe:zo,taira:zo,takaoka:zo,tateyama:zo,toga:zo,tonami:zo,toyama:zo,unazuki:zo,uozu:zo,yamada:zo}},wakayama:{$:1,succ:{arida:zo,aridagawa:zo,gobo:zo,hashimoto:zo,hidaka:zo,hirogawa:zo,inami:zo,iwade:zo,kainan:zo,kamitonda:zo,katsuragi:zo,kimino:zo,kinokawa:zo,kitayama:zo,koya:zo,koza:zo,kozagawa:zo,kudoyama:zo,kushimoto:zo,mihama:zo,misato:zo,nachikatsuura:zo,shingu:zo,shirahama:zo,taiji:zo,tanabe:zo,wakayama:zo,yuasa:zo,yura:zo}},yamagata:{$:1,succ:{asahi:zo,funagata:zo,higashine:zo,iide:zo,kahoku:zo,kaminoyama:zo,kaneyama:zo,kawanishi:zo,mamurogawa:zo,mikawa:zo,murayama:zo,nagai:zo,nakayama:zo,nanyo:zo,nishikawa:zo,obanazawa:zo,oe:zo,oguni:zo,ohkura:zo,oishida:zo,sagae:zo,sakata:zo,sakegawa:zo,shinjo:zo,shirataka:zo,shonai:zo,takahata:zo,tendo:zo,tozawa:zo,tsuruoka:zo,yamagata:zo,yamanobe:zo,yonezawa:zo,yuza:zo}},yamaguchi:{$:1,succ:{abu:zo,hagi:zo,hikari:zo,hofu:zo,iwakuni:zo,kudamatsu:zo,mitou:zo,nagato:zo,oshima:zo,shimonoseki:zo,shunan:zo,tabuse:zo,tokuyama:zo,toyota:zo,ube:zo,yuu:zo}},yamanashi:{$:1,succ:{chuo:zo,doshi:zo,fuefuki:zo,fujikawa:zo,fujikawaguchiko:zo,fujiyoshida:zo,hayakawa:zo,hokuto:zo,ichikawamisato:zo,kai:zo,kofu:zo,koshu:zo,kosuge:zo,"minami-alps":zo,minobu:zo,nakamichi:zo,nanbu:zo,narusawa:zo,nirasaki:zo,nishikatsura:zo,oshino:zo,otsuki:zo,showa:zo,tabayama:zo,tsuru:zo,uenohara:zo,yamanakako:zo,yamanashi:zo}},"xn--4pvxs":zo,"栃木":zo,"xn--vgu402c":zo,"愛知":zo,"xn--c3s14m":zo,"愛媛":zo,"xn--f6qx53a":zo,"兵庫":zo,"xn--8pvr4u":zo,"熊本":zo,"xn--uist22h":zo,"茨城":zo,"xn--djrs72d6uy":zo,"北海道":zo,"xn--mkru45i":zo,"千葉":zo,"xn--0trq7p7nn":zo,"和歌山":zo,"xn--8ltr62k":zo,"長崎":zo,"xn--2m4a15e":zo,"長野":zo,"xn--efvn9s":zo,"新潟":zo,"xn--32vp30h":zo,"青森":zo,"xn--4it797k":zo,"静岡":zo,"xn--1lqs71d":zo,"東京":zo,"xn--5rtp49c":zo,"石川":zo,"xn--5js045d":zo,"埼玉":zo,"xn--ehqz56n":zo,"三重":zo,"xn--1lqs03n":zo,"京都":zo,"xn--qqqt11m":zo,"佐賀":zo,"xn--kbrq7o":zo,"大分":zo,"xn--pssu33l":zo,"大阪":zo,"xn--ntsq17g":zo,"奈良":zo,"xn--uisz3g":zo,"宮城":zo,"xn--6btw5a":zo,"宮崎":zo,"xn--1ctwo":zo,"富山":zo,"xn--6orx2r":zo,"山口":zo,"xn--rht61e":zo,"山形":zo,"xn--rht27z":zo,"山梨":zo,"xn--djty4k":zo,"岩手":zo,"xn--nit225k":zo,"岐阜":zo,"xn--rht3d":zo,"岡山":zo,"xn--klty5x":zo,"島根":zo,"xn--kltx9a":zo,"広島":zo,"xn--kltp7d":zo,"徳島":zo,"xn--uuwu58a":zo,"沖縄":zo,"xn--zbx025d":zo,"滋賀":zo,"xn--ntso0iqx3a":zo,"神奈川":zo,"xn--elqq16h":zo,"福井":zo,"xn--4it168d":zo,"福岡":zo,"xn--klt787d":zo,"福島":zo,"xn--rny31h":zo,"秋田":zo,"xn--7t0a264c":zo,"群馬":zo,"xn--5rtq34k":zo,"香川":zo,"xn--k7yn95e":zo,"高知":zo,"xn--tor131o":zo,"鳥取":zo,"xn--d5qv7z876c":zo,"鹿児島":zo,kawasaki:Vo,kitakyushu:Vo,kobe:Vo,nagoya:Vo,sapporo:Vo,sendai:Vo,yokohama:Vo,buyshop:Mo,fashionstore:Mo,handcrafted:Mo,kawaiishop:Mo,supersale:Mo,theshop:Mo,usercontent:Mo,angry:Mo,babyblue:Mo,babymilk:Mo,backdrop:Mo,bambina:Mo,bitter:Mo,blush:Mo,boo:Mo,boy:Mo,boyfriend:Mo,but:Mo,candypop:Mo,capoo:Mo,catfood:Mo,cheap:Mo,chicappa:Mo,chillout:Mo,chips:Mo,chowder:Mo,chu:Mo,ciao:Mo,cocotte:Mo,coolblog:Mo,cranky:Mo,cutegirl:Mo,daa:Mo,deca:Mo,deci:Mo,digick:Mo,egoism:Mo,fakefur:Mo,fem:Mo,flier:Mo,floppy:Mo,fool:Mo,frenchkiss:Mo,girlfriend:Mo,girly:Mo,gloomy:Mo,gonna:Mo,greater:Mo,hacca:Mo,heavy:Mo,her:Mo,hiho:Mo,hippy:Mo,holy:Mo,hungry:Mo,icurus:Mo,itigo:Mo,jellybean:Mo,kikirara:Mo,kill:Mo,kilo:Mo,kuron:Mo,littlestar:Mo,lolipopmc:Mo,lolitapunk:Mo,lomo:Mo,lovepop:Mo,lovesick:Mo,main:Mo,mods:Mo,mond:Mo,mongolian:Mo,moo:Mo,namaste:Mo,nikita:Mo,nobushi:Mo,noor:Mo,oops:Mo,parallel:Mo,parasite:Mo,pecori:Mo,peewee:Mo,penne:Mo,pepper:Mo,perma:Mo,pigboat:Mo,pinoko:Mo,punyu:Mo,pupu:Mo,pussycat:Mo,pya:Mo,raindrop:Mo,readymade:Mo,sadist:Mo,schoolbus:Mo,secret:Mo,staba:Mo,stripper:Mo,sub:Mo,sunnyday:Mo,thick:Mo,tonkotsu:Mo,under:Mo,upper:Mo,velvet:Mo,verse:Mo,versus:Mo,vivian:Mo,watson:Mo,weblike:Mo,whitesnow:Mo,zombie:Mo,blogspot:Mo,"2-d":Mo,bona:Mo,crap:Mo,daynight:Mo,eek:Mo,flop:Mo,halfmoon:Mo,jeez:Mo,matrix:Mo,mimoza:Mo,netgamers:Mo,nyanta:Mo,o0o0:Mo,rdy:Mo,rgr:Mo,rulez:Mo,sakurastorage:{$:0,succ:{isk01:Ko,isk02:Ko}},saloon:Mo,sblo:Mo,skr:Mo,tank:Mo,"uh-oh":Mo,undo:Mo,webaccel:{$:0,succ:{rs:Mo,user:Mo}},websozai:Mo,xii:Mo}},ke:{$:1,succ:{ac:zo,co:Wo,go:zo,info:zo,me:zo,mobi:zo,ne:zo,or:zo,sc:zo}},kg:{$:1,succ:{org:zo,net:zo,com:zo,edu:zo,gov:zo,mil:zo,blog:Mo,io:Mo,jp:Mo,tv:Mo,uk:Mo,us:Mo}},kh:Vo,ki:bi={$:1,succ:{edu:zo,biz:zo,net:zo,org:zo,gov:zo,info:zo,com:zo}},km:{$:1,succ:{org:zo,nom:zo,gov:zo,prd:zo,tm:zo,edu:zo,mil:zo,ass:zo,com:zo,coop:zo,asso:zo,presse:zo,medecin:zo,notaires:zo,pharmaciens:zo,veterinaire:zo,gouv:zo}},kn:{$:1,succ:{net:zo,org:zo,edu:zo,gov:zo}},kp:{$:1,succ:{com:zo,edu:zo,gov:zo,org:zo,rep:zo,tra:zo}},kr:{$:1,succ:{ac:zo,co:zo,es:zo,go:zo,hs:zo,kg:zo,mil:zo,ms:zo,ne:zo,or:zo,pe:zo,re:zo,sc:zo,busan:zo,chungbuk:zo,chungnam:zo,daegu:zo,daejeon:zo,gangwon:zo,gwangju:zo,gyeongbuk:zo,gyeonggi:zo,gyeongnam:zo,incheon:zo,jeju:zo,jeonbuk:zo,jeonnam:zo,seoul:zo,ulsan:zo,blogspot:Mo}},kw:{$:1,succ:{com:zo,edu:zo,emb:zo,gov:zo,ind:zo,net:zo,org:zo}},ky:ci,kz:{$:1,succ:{org:zo,edu:zo,net:zo,gov:zo,mil:zo,com:zo,jcloud:Mo,kazteleport:{$:0,succ:{upaas:Mo}}}},la:{$:1,succ:{int:zo,net:zo,info:zo,edu:zo,gov:zo,per:zo,com:zo,org:zo,bnr:Mo,c:Mo}},lb:qo,lc:{$:1,succ:{com:zo,net:zo,co:zo,org:zo,edu:zo,gov:zo,oy:Mo}},li:{$:1,succ:{blogspot:Mo,caa:Mo}},lk:{$:1,succ:{gov:zo,sch:zo,net:zo,int:zo,com:zo,org:zo,edu:zo,ngo:zo,soc:zo,web:zo,ltd:zo,assn:zo,grp:zo,hotel:zo,ac:zo}},lr:qo,ls:{$:1,succ:{ac:zo,biz:zo,co:zo,edu:zo,gov:zo,info:zo,net:zo,org:zo,sc:zo,de:Mo}},lt:vi={$:1,succ:{gov:zo,blogspot:Mo}},lu:{$:1,succ:{blogspot:Mo,"123website":Mo}},lv:{$:1,succ:{com:zo,edu:zo,gov:zo,org:zo,mil:zo,id:zo,net:zo,asn:zo,conf:zo}},ly:{$:1,succ:{com:zo,net:zo,gov:zo,plc:zo,edu:zo,sch:zo,med:zo,org:zo,id:zo}},ma:{$:1,succ:{co:zo,net:zo,gov:zo,org:zo,ac:zo,press:zo}},mc:{$:1,succ:{tm:zo,asso:zo}},md:{$:1,succ:{blogspot:Mo,at:Mo,de:Mo,jp:Mo,to:Mo}},me:{$:1,succ:{co:zo,net:zo,org:zo,edu:zo,ac:zo,gov:zo,its:zo,priv:zo,c66:Mo,daplie:{$:2,succ:{localhost:Mo}},edgestack:Mo,filegear:Mo,"filegear-au":Mo,"filegear-de":Mo,"filegear-gb":Mo,"filegear-ie":Mo,"filegear-jp":Mo,"filegear-sg":Mo,glitch:Mo,ravendb:Mo,lohmus:Mo,barsy:Mo,mcpe:Mo,mcdir:Mo,soundcast:Mo,tcp4:Mo,brasilia:Mo,ddns:Mo,dnsfor:Mo,hopto:Mo,loginto:Mo,noip:Mo,webhop:Mo,vp4:Mo,diskstation:Mo,dscloud:Mo,i234:Mo,myds:Mo,synology:Mo,transip:ui,wedeploy:Mo,yombo:Mo,nohost:Mo}},mg:{$:1,succ:{org:zo,nom:zo,gov:zo,prd:zo,tm:zo,edu:zo,mil:zo,com:zo,co:zo}},mh:zo,mil:zo,mk:{$:1,succ:{com:zo,org:zo,net:zo,edu:zo,gov:zo,inf:zo,name:zo,blogspot:Mo}},ml:{$:1,succ:{com:zo,edu:zo,gouv:zo,gov:zo,net:zo,org:zo,presse:zo}},mm:Vo,mn:{$:1,succ:{gov:zo,edu:zo,org:zo,nyc:Mo}},mo:qo,mobi:{$:1,succ:{barsy:Mo,dscloud:Mo}},mp:{$:1,succ:{ju:Mo}},mq:zo,mr:vi,ms:{$:1,succ:{com:zo,edu:zo,gov:zo,net:zo,org:zo,lab:Mo,minisite:Mo}},mt:{$:1,succ:{com:Wo,edu:zo,net:zo,org:zo}},mu:{$:1,succ:{com:zo,net:zo,org:zo,gov:zo,ac:zo,co:zo,or:zo}},museum:{$:1,succ:{academy:zo,agriculture:zo,air:zo,airguard:zo,alabama:zo,alaska:zo,amber:zo,ambulance:zo,american:zo,americana:zo,americanantiques:zo,americanart:zo,amsterdam:zo,and:zo,annefrank:zo,anthro:zo,anthropology:zo,antiques:zo,aquarium:zo,arboretum:zo,archaeological:zo,archaeology:zo,architecture:zo,art:zo,artanddesign:zo,artcenter:zo,artdeco:zo,arteducation:zo,artgallery:zo,arts:zo,artsandcrafts:zo,asmatart:zo,assassination:zo,assisi:zo,association:zo,astronomy:zo,atlanta:zo,austin:zo,australia:zo,automotive:zo,aviation:zo,axis:zo,badajoz:zo,baghdad:zo,bahn:zo,bale:zo,baltimore:zo,barcelona:zo,baseball:zo,basel:zo,baths:zo,bauern:zo,beauxarts:zo,beeldengeluid:zo,bellevue:zo,bergbau:zo,berkeley:zo,berlin:zo,bern:zo,bible:zo,bilbao:zo,bill:zo,birdart:zo,birthplace:zo,bonn:zo,boston:zo,botanical:zo,botanicalgarden:zo,botanicgarden:zo,botany:zo,brandywinevalley:zo,brasil:zo,bristol:zo,british:zo,britishcolumbia:zo,broadcast:zo,brunel:zo,brussel:zo,brussels:zo,bruxelles:zo,building:zo,burghof:zo,bus:zo,bushey:zo,cadaques:zo,california:zo,cambridge:zo,can:zo,canada:zo,capebreton:zo,carrier:zo,cartoonart:zo,casadelamoneda:zo,castle:zo,castres:zo,celtic:zo,center:zo,chattanooga:zo,cheltenham:zo,chesapeakebay:zo,chicago:zo,children:zo,childrens:zo,childrensgarden:zo,chiropractic:zo,chocolate:zo,christiansburg:zo,cincinnati:zo,cinema:zo,circus:zo,civilisation:zo,civilization:zo,civilwar:zo,clinton:zo,clock:zo,coal:zo,coastaldefence:zo,cody:zo,coldwar:zo,collection:zo,colonialwilliamsburg:zo,coloradoplateau:zo,columbia:zo,columbus:zo,communication:zo,communications:zo,community:zo,computer:zo,computerhistory:zo,"xn--comunicaes-v6a2o":zo,"comunicações":zo,contemporary:zo,contemporaryart:zo,convent:zo,copenhagen:zo,corporation:zo,"xn--correios-e-telecomunicaes-ghc29a":zo,"correios-e-telecomunicações":zo,corvette:zo,costume:zo,countryestate:zo,county:zo,crafts:zo,cranbrook:zo,creation:zo,cultural:zo,culturalcenter:zo,culture:zo,cyber:zo,cymru:zo,dali:zo,dallas:zo,database:zo,ddr:zo,decorativearts:zo,delaware:zo,delmenhorst:zo,denmark:zo,depot:zo,design:zo,detroit:zo,dinosaur:zo,discovery:zo,dolls:zo,donostia:zo,durham:zo,eastafrica:zo,eastcoast:zo,education:zo,educational:zo,egyptian:zo,eisenbahn:zo,elburg:zo,elvendrell:zo,embroidery:zo,encyclopedic:zo,england:zo,entomology:zo,environment:zo,environmentalconservation:zo,epilepsy:zo,essex:zo,estate:zo,ethnology:zo,exeter:zo,exhibition:zo,family:zo,farm:zo,farmequipment:zo,farmers:zo,farmstead:zo,field:zo,figueres:zo,filatelia:zo,film:zo,fineart:zo,finearts:zo,finland:zo,flanders:zo,florida:zo,force:zo,fortmissoula:zo,fortworth:zo,foundation:zo,francaise:zo,frankfurt:zo,franziskaner:zo,freemasonry:zo,freiburg:zo,fribourg:zo,frog:zo,fundacio:zo,furniture:zo,gallery:zo,garden:zo,gateway:zo,geelvinck:zo,gemological:zo,geology:zo,georgia:zo,giessen:zo,glas:zo,glass:zo,gorge:zo,grandrapids:zo,graz:zo,guernsey:zo,halloffame:zo,hamburg:zo,handson:zo,harvestcelebration:zo,hawaii:zo,health:zo,heimatunduhren:zo,hellas:zo,helsinki:zo,hembygdsforbund:zo,heritage:zo,histoire:zo,historical:zo,historicalsociety:zo,historichouses:zo,historisch:zo,historisches:zo,history:zo,historyofscience:zo,horology:zo,house:zo,humanities:zo,illustration:zo,imageandsound:zo,indian:zo,indiana:zo,indianapolis:zo,indianmarket:zo,intelligence:zo,interactive:zo,iraq:zo,iron:zo,isleofman:zo,jamison:zo,jefferson:zo,jerusalem:zo,jewelry:zo,jewish:zo,jewishart:zo,jfk:zo,journalism:zo,judaica:zo,judygarland:zo,juedisches:zo,juif:zo,karate:zo,karikatur:zo,kids:zo,koebenhavn:zo,koeln:zo,kunst:zo,kunstsammlung:zo,kunstunddesign:zo,labor:zo,labour:zo,lajolla:zo,lancashire:zo,landes:zo,lans:zo,"xn--lns-qla":zo,"läns":zo,larsson:zo,lewismiller:zo,lincoln:zo,linz:zo,living:zo,livinghistory:zo,localhistory:zo,london:zo,losangeles:zo,louvre:zo,loyalist:zo,lucerne:zo,luxembourg:zo,luzern:zo,mad:zo,madrid:zo,mallorca:zo,manchester:zo,mansion:zo,mansions:zo,manx:zo,marburg:zo,maritime:zo,maritimo:zo,maryland:zo,marylhurst:zo,media:zo,medical:zo,medizinhistorisches:zo,meeres:zo,memorial:zo,mesaverde:zo,michigan:zo,midatlantic:zo,military:zo,mill:zo,miners:zo,mining:zo,minnesota:zo,missile:zo,missoula:zo,modern:zo,moma:zo,money:zo,monmouth:zo,monticello:zo,montreal:zo,moscow:zo,motorcycle:zo,muenchen:zo,muenster:zo,mulhouse:zo,muncie:zo,museet:zo,museumcenter:zo,museumvereniging:zo,music:zo,national:zo,nationalfirearms:zo,nationalheritage:zo,nativeamerican:zo,naturalhistory:zo,naturalhistorymuseum:zo,naturalsciences:zo,nature:zo,naturhistorisches:zo,natuurwetenschappen:zo,naumburg:zo,naval:zo,nebraska:zo,neues:zo,newhampshire:zo,newjersey:zo,newmexico:zo,newport:zo,newspaper:zo,newyork:zo,niepce:zo,norfolk:zo,north:zo,nrw:zo,nyc:zo,nyny:zo,oceanographic:zo,oceanographique:zo,omaha:zo,online:zo,ontario:zo,openair:zo,oregon:zo,oregontrail:zo,otago:zo,oxford:zo,pacific:zo,paderborn:zo,palace:zo,paleo:zo,palmsprings:zo,panama:zo,paris:zo,pasadena:zo,pharmacy:zo,philadelphia:zo,philadelphiaarea:zo,philately:zo,phoenix:zo,photography:zo,pilots:zo,pittsburgh:zo,planetarium:zo,plantation:zo,plants:zo,plaza:zo,portal:zo,portland:zo,portlligat:zo,"posts-and-telecommunications":zo,preservation:zo,presidio:zo,press:zo,project:zo,public:zo,pubol:zo,quebec:zo,railroad:zo,railway:zo,research:zo,resistance:zo,riodejaneiro:zo,rochester:zo,rockart:zo,roma:zo,russia:zo,saintlouis:zo,salem:zo,salvadordali:zo,salzburg:zo,sandiego:zo,sanfrancisco:zo,santabarbara:zo,santacruz:zo,santafe:zo,saskatchewan:zo,satx:zo,savannahga:zo,schlesisches:zo,schoenbrunn:zo,schokoladen:zo,school:zo,schweiz:zo,science:zo,scienceandhistory:zo,scienceandindustry:zo,sciencecenter:zo,sciencecenters:zo,"science-fiction":zo,sciencehistory:zo,sciences:zo,sciencesnaturelles:zo,scotland:zo,seaport:zo,settlement:zo,settlers:zo,shell:zo,sherbrooke:zo,sibenik:zo,silk:zo,ski:zo,skole:zo,society:zo,sologne:zo,soundandvision:zo,southcarolina:zo,southwest:zo,space:zo,spy:zo,square:zo,stadt:zo,stalbans:zo,starnberg:zo,state:zo,stateofdelaware:zo,station:zo,steam:zo,steiermark:zo,stjohn:zo,stockholm:zo,stpetersburg:zo,stuttgart:zo,suisse:zo,surgeonshall:zo,surrey:zo,svizzera:zo,sweden:zo,sydney:zo,tank:zo,tcm:zo,technology:zo,telekommunikation:zo,television:zo,texas:zo,textile:zo,theater:zo,time:zo,timekeeping:zo,topology:zo,torino:zo,touch:zo,town:zo,transport:zo,tree:zo,trolley:zo,trust:zo,trustee:zo,uhren:zo,ulm:zo,undersea:zo,university:zo,usa:zo,usantiques:zo,usarts:zo,uscountryestate:zo,usculture:zo,usdecorativearts:zo,usgarden:zo,ushistory:zo,ushuaia:zo,uslivinghistory:zo,utah:zo,uvic:zo,valley:zo,vantaa:zo,versailles:zo,viking:zo,village:zo,virginia:zo,virtual:zo,virtuel:zo,vlaanderen:zo,volkenkunde:zo,wales:zo,wallonie:zo,war:zo,washingtondc:zo,watchandclock:zo,"watch-and-clock":zo,western:zo,westfalen:zo,whaling:zo,wildlife:zo,williamsburg:zo,windmill:zo,workshop:zo,york:zo,yorkshire:zo,yosemite:zo,youth:zo,zoological:zo,zoology:zo,"xn--9dbhblg6di":zo,"ירושלים":zo,"xn--h1aegh":zo,"иком":zo}},mv:{$:1,succ:{aero:zo,biz:zo,com:zo,coop:zo,edu:zo,gov:zo,info:zo,int:zo,mil:zo,museum:zo,name:zo,net:zo,org:zo,pro:zo}},mw:{$:1,succ:{ac:zo,biz:zo,co:zo,com:zo,coop:zo,edu:zo,gov:zo,int:zo,museum:zo,net:zo,org:zo}},mx:{$:1,succ:{com:zo,org:zo,gob:zo,edu:zo,net:zo,blogspot:Mo}},my:{$:1,succ:{biz:zo,com:zo,edu:zo,gov:zo,mil:zo,name:zo,net:zo,org:zo,blogspot:Mo}},mz:{$:1,succ:{ac:zo,adv:zo,co:zo,edu:zo,gov:zo,mil:zo,net:zo,org:zo}},na:{$:1,succ:{info:zo,pro:zo,name:zo,school:zo,or:zo,dr:zo,us:zo,mx:zo,ca:zo,in:zo,cc:zo,tv:zo,ws:zo,mobi:zo,co:zo,com:zo,org:zo}},name:{$:1,succ:{her:ki={$:0,succ:{forgot:Mo}},his:ki}},nc:{$:1,succ:{asso:zo,nom:zo}},ne:zo,net:{$:1,succ:{adobeaemcloud:Mo,"adobeio-static":Mo,adobeioruntime:Mo,akadns:Mo,akamai:Mo,"akamai-staging":Mo,akamaiedge:Mo,"akamaiedge-staging":Mo,akamaihd:Mo,"akamaihd-staging":Mo,akamaiorigin:Mo,"akamaiorigin-staging":Mo,akamaized:Mo,"akamaized-staging":Mo,edgekey:Mo,"edgekey-staging":Mo,edgesuite:Mo,"edgesuite-staging":Mo,alwaysdata:Mo,myamaze:Mo,cloudfront:Mo,t3l3p0rt:Mo,appudo:Mo,"atlassian-dev":{$:0,succ:{prod:{$:0,succ:{cdn:Mo}}}},myfritz:Mo,onavstack:Mo,shopselect:Mo,blackbaudcdn:Mo,boomla:Mo,bplaced:Mo,square7:Mo,gb:Mo,hu:Mo,jp:Mo,se:Mo,uk:Mo,in:Mo,clickrising:Mo,cloudaccess:Mo,"cdn77-ssl":Mo,cdn77:{$:0,succ:{r:Mo}},"feste-ip":Mo,"knx-server":Mo,"static-access":Mo,cryptonomic:Uo,dattolocal:Mo,mydatto:Mo,debian:Mo,bitbridge:Mo,"at-band-camp":Mo,blogdns:Mo,"broke-it":Mo,buyshouses:Mo,dnsalias:Mo,dnsdojo:Mo,"does-it":Mo,dontexist:Mo,dynalias:Mo,dynathome:Mo,endofinternet:Mo,"from-az":Mo,"from-co":Mo,"from-la":Mo,"from-ny":Mo,"gets-it":Mo,"ham-radio-op":Mo,homeftp:Mo,homeip:Mo,homelinux:Mo,homeunix:Mo,"in-the-band":Mo,"is-a-chef":Mo,"is-a-geek":Mo,"isa-geek":Mo,"kicks-ass":Mo,"office-on-the":Mo,podzone:Mo,"scrapper-site":Mo,selfip:Mo,"sells-it":Mo,servebbs:Mo,serveftp:Mo,thruhere:Mo,webhop:Mo,definima:Mo,casacam:Mo,dynu:Mo,dynv6:Mo,twmail:Mo,ru:Mo,channelsdvr:{$:2,succ:{u:Mo}},fastlylb:{$:2,succ:{map:Mo}},fastly:{$:0,succ:{freetls:Mo,map:Mo,prod:{$:0,succ:{a:Mo,global:Mo}},ssl:{$:0,succ:{a:Mo,b:Mo,global:Mo}}}},edgeapp:Mo,flynnhosting:Mo,"cdn-edges":Mo,heteml:Mo,cloudfunctions:Mo,moonscale:Mo,"in-dsl":Mo,"in-vpn":Mo,ipifony:Mo,iobb:Mo,cloudjiffy:{$:2,succ:{"fra1-de":Mo,"west1-us":Mo}},elastx:{$:0,succ:{"jls-sto1":Mo,"jls-sto2":Mo,"jls-sto3":Mo}},faststacks:Mo,massivegrid:{$:0,succ:{paas:{$:0,succ:{"fr-1":Mo,"lon-1":Mo,"lon-2":Mo,"ny-1":Mo,"ny-2":Mo,"sg-1":Mo}}}},saveincloud:{$:0,succ:{jelastic:Mo,"nordeste-idc":Mo}},scaleforce:di,tsukaeru:li,kinghost:Mo,uni5:Mo,krellian:Mo,barsy:Mo,memset:Mo,azurewebsites:Mo,"azure-mobile":Mo,cloudapp:Mo,azurestaticapps:{$:2,succ:{1:Mo,2:Mo,3:Mo,centralus:Mo,eastasia:Mo,eastus2:Mo,westeurope:Mo,westus2:Mo}},dnsup:Mo,hicam:Mo,"now-dns":Mo,ownip:Mo,vpndns:Mo,"eating-organic":Mo,mydissent:Mo,myeffect:Mo,mymediapc:Mo,mypsx:Mo,mysecuritycamera:Mo,nhlfan:Mo,"no-ip":Mo,pgafan:Mo,privatizehealthinsurance:Mo,bounceme:Mo,ddns:Mo,redirectme:Mo,serveblog:Mo,serveminecraft:Mo,sytes:Mo,cloudycluster:Mo,ovh:{$:0,succ:{webpaas:Uo,hosting:Uo}},bar0:Mo,bar1:Mo,bar2:Mo,rackmaze:Mo,squares:Mo,schokokeks:Mo,"firewall-gateway":Mo,seidat:Mo,senseering:Mo,siteleaf:Mo,"vps-host":{$:2,succ:{jelastic:{$:0,succ:{atl:Mo,njs:Mo,ric:Mo}}}},myspreadshop:Mo,srcf:{$:0,succ:{soc:Mo,user:Mo}},supabase:Mo,dsmynas:Mo,familyds:Mo,tailscale:{$:0,succ:{beta:Mo}},ts:Mo,torproject:{$:2,succ:{pages:Mo}},"reserve-online":Mo,"community-pro":Mo,meinforum:Mo,yandexcloud:{$:2,succ:{storage:Mo,website:Mo}},za:Mo}},nf:{$:1,succ:{com:zo,net:zo,per:zo,rec:zo,web:zo,arts:zo,firm:zo,info:zo,other:zo,store:zo}},ng:{$:1,succ:{com:Wo,edu:zo,gov:zo,i:zo,mil:zo,mobi:zo,name:zo,net:zo,org:zo,sch:zo,col:Mo,firm:Mo,gen:Mo,ltd:Mo,ngo:Mo}},ni:{$:1,succ:{ac:zo,biz:zo,co:zo,com:zo,edu:zo,gob:zo,in:zo,info:zo,int:zo,mil:zo,net:zo,nom:zo,org:zo,web:zo}},nl:{$:1,succ:{co:Mo,"hosting-cluster":Mo,blogspot:Mo,gov:Mo,khplay:Mo,"123website":Mo,myspreadshop:Mo,transurl:Uo,cistron:Mo,demon:Mo}},no:{$:1,succ:{fhs:zo,vgs:zo,fylkesbibl:zo,folkebibl:zo,museum:zo,idrett:zo,priv:zo,mil:zo,stat:zo,dep:zo,kommune:zo,herad:zo,aa:Di={$:1,succ:{gs:zo}},ah:Di,bu:Di,fm:Di,hl:Di,hm:Di,"jan-mayen":Di,mr:Di,nl:Di,nt:Di,of:Di,ol:Di,oslo:Di,rl:Di,sf:Di,st:Di,svalbard:Di,tm:Di,tr:Di,va:Di,vf:Di,akrehamn:zo,"xn--krehamn-dxa":zo,"åkrehamn":zo,algard:zo,"xn--lgrd-poac":zo,"ålgård":zo,arna:zo,brumunddal:zo,bryne:zo,bronnoysund:zo,"xn--brnnysund-m8ac":zo,"brønnøysund":zo,drobak:zo,"xn--drbak-wua":zo,"drøbak":zo,egersund:zo,fetsund:zo,floro:zo,"xn--flor-jra":zo,"florø":zo,fredrikstad:zo,hokksund:zo,honefoss:zo,"xn--hnefoss-q1a":zo,"hønefoss":zo,jessheim:zo,jorpeland:zo,"xn--jrpeland-54a":zo,"jørpeland":zo,kirkenes:zo,kopervik:zo,krokstadelva:zo,langevag:zo,"xn--langevg-jxa":zo,"langevåg":zo,leirvik:zo,mjondalen:zo,"xn--mjndalen-64a":zo,"mjøndalen":zo,"mo-i-rana":zo,mosjoen:zo,"xn--mosjen-eya":zo,"mosjøen":zo,nesoddtangen:zo,orkanger:zo,osoyro:zo,"xn--osyro-wua":zo,"osøyro":zo,raholt:zo,"xn--rholt-mra":zo,"råholt":zo,sandnessjoen:zo,"xn--sandnessjen-ogb":zo,"sandnessjøen":zo,skedsmokorset:zo,slattum:zo,spjelkavik:zo,stathelle:zo,stavern:zo,stjordalshalsen:zo,"xn--stjrdalshalsen-sqb":zo,"stjørdalshalsen":zo,tananger:zo,tranby:zo,vossevangen:zo,afjord:zo,"xn--fjord-lra":zo,"åfjord":zo,agdenes:zo,al:zo,"xn--l-1fa":zo,"ål":zo,alesund:zo,"xn--lesund-hua":zo,"ålesund":zo,alstahaug:zo,alta:zo,"xn--lt-liac":zo,"áltá":zo,alaheadju:zo,"xn--laheadju-7ya":zo,"álaheadju":zo,alvdal:zo,amli:zo,"xn--mli-tla":zo,"åmli":zo,amot:zo,"xn--mot-tla":zo,"åmot":zo,andebu:zo,andoy:zo,"xn--andy-ira":zo,"andøy":zo,andasuolo:zo,ardal:zo,"xn--rdal-poa":zo,"årdal":zo,aremark:zo,arendal:zo,"xn--s-1fa":zo,"ås":zo,aseral:zo,"xn--seral-lra":zo,"åseral":zo,asker:zo,askim:zo,askvoll:zo,askoy:zo,"xn--asky-ira":zo,"askøy":zo,asnes:zo,"xn--snes-poa":zo,"åsnes":zo,audnedaln:zo,aukra:zo,aure:zo,aurland:zo,"aurskog-holand":zo,"xn--aurskog-hland-jnb":zo,"aurskog-høland":zo,austevoll:zo,austrheim:zo,averoy:zo,"xn--avery-yua":zo,"averøy":zo,balestrand:zo,ballangen:zo,balat:zo,"xn--blt-elab":zo,"bálát":zo,balsfjord:zo,bahccavuotna:zo,"xn--bhccavuotna-k7a":zo,"báhccavuotna":zo,bamble:zo,bardu:zo,beardu:zo,beiarn:zo,bajddar:zo,"xn--bjddar-pta":zo,"bájddar":zo,baidar:zo,"xn--bidr-5nac":zo,"báidár":zo,berg:zo,bergen:zo,berlevag:zo,"xn--berlevg-jxa":zo,"berlevåg":zo,bearalvahki:zo,"xn--bearalvhki-y4a":zo,"bearalváhki":zo,bindal:zo,birkenes:zo,bjarkoy:zo,"xn--bjarky-fya":zo,"bjarkøy":zo,bjerkreim:zo,bjugn:zo,bodo:zo,"xn--bod-2na":zo,"bodø":zo,badaddja:zo,"xn--bdddj-mrabd":zo,"bådåddjå":zo,budejju:zo,bokn:zo,bremanger:zo,bronnoy:zo,"xn--brnny-wuac":zo,"brønnøy":zo,bygland:zo,bykle:zo,barum:zo,"xn--brum-voa":zo,"bærum":zo,telemark:{$:0,succ:{bo:zo,"xn--b-5ga":zo,"bø":zo}},nordland:{$:0,succ:{bo:zo,"xn--b-5ga":zo,"bø":zo,heroy:zo,"xn--hery-ira":zo,"herøy":zo}},bievat:zo,"xn--bievt-0qa":zo,"bievát":zo,bomlo:zo,"xn--bmlo-gra":zo,"bømlo":zo,batsfjord:zo,"xn--btsfjord-9za":zo,"båtsfjord":zo,bahcavuotna:zo,"xn--bhcavuotna-s4a":zo,"báhcavuotna":zo,dovre:zo,drammen:zo,drangedal:zo,dyroy:zo,"xn--dyry-ira":zo,"dyrøy":zo,donna:zo,"xn--dnna-gra":zo,"dønna":zo,eid:zo,eidfjord:zo,eidsberg:zo,eidskog:zo,eidsvoll:zo,eigersund:zo,elverum:zo,enebakk:zo,engerdal:zo,etne:zo,etnedal:zo,evenes:zo,evenassi:zo,"xn--eveni-0qa01ga":zo,"evenášši":zo,"evje-og-hornnes":zo,farsund:zo,fauske:zo,fuossko:zo,fuoisku:zo,fedje:zo,fet:zo,finnoy:zo,"xn--finny-yua":zo,"finnøy":zo,fitjar:zo,fjaler:zo,fjell:zo,flakstad:zo,flatanger:zo,flekkefjord:zo,flesberg:zo,flora:zo,fla:zo,"xn--fl-zia":zo,"flå":zo,folldal:zo,forsand:zo,fosnes:zo,frei:zo,frogn:zo,froland:zo,frosta:zo,frana:zo,"xn--frna-woa":zo,"fræna":zo,froya:zo,"xn--frya-hra":zo,"frøya":zo,fusa:zo,fyresdal:zo,forde:zo,"xn--frde-gra":zo,"førde":zo,gamvik:zo,gangaviika:zo,"xn--ggaviika-8ya47h":zo,"gáŋgaviika":zo,gaular:zo,gausdal:zo,gildeskal:zo,"xn--gildeskl-g0a":zo,"gildeskål":zo,giske:zo,gjemnes:zo,gjerdrum:zo,gjerstad:zo,gjesdal:zo,gjovik:zo,"xn--gjvik-wua":zo,"gjøvik":zo,gloppen:zo,gol:zo,gran:zo,grane:zo,granvin:zo,gratangen:zo,grimstad:zo,grong:zo,kraanghke:zo,"xn--kranghke-b0a":zo,"kråanghke":zo,grue:zo,gulen:zo,hadsel:zo,halden:zo,halsa:zo,hamar:zo,hamaroy:zo,habmer:zo,"xn--hbmer-xqa":zo,"hábmer":zo,hapmir:zo,"xn--hpmir-xqa":zo,"hápmir":zo,hammerfest:zo,hammarfeasta:zo,"xn--hmmrfeasta-s4ac":zo,"hámmárfeasta":zo,haram:zo,hareid:zo,harstad:zo,hasvik:zo,aknoluokta:zo,"xn--koluokta-7ya57h":zo,"ákŋoluokta":zo,hattfjelldal:zo,aarborte:zo,haugesund:zo,hemne:zo,hemnes:zo,hemsedal:zo,"more-og-romsdal":{$:0,succ:{heroy:zo,sande:zo}},"xn--mre-og-romsdal-qqb":{$:0,succ:{"xn--hery-ira":zo,sande:zo}},"møre-og-romsdal":{$:0,succ:{"herøy":zo,sande:zo}},hitra:zo,hjartdal:zo,hjelmeland:zo,hobol:zo,"xn--hobl-ira":zo,"hobøl":zo,hof:zo,hol:zo,hole:zo,holmestrand:zo,holtalen:zo,"xn--holtlen-hxa":zo,"holtålen":zo,hornindal:zo,horten:zo,hurdal:zo,hurum:zo,hvaler:zo,hyllestad:zo,hagebostad:zo,"xn--hgebostad-g3a":zo,"hægebostad":zo,hoyanger:zo,"xn--hyanger-q1a":zo,"høyanger":zo,hoylandet:zo,"xn--hylandet-54a":zo,"høylandet":zo,ha:zo,"xn--h-2fa":zo,"hå":zo,ibestad:zo,inderoy:zo,"xn--indery-fya":zo,"inderøy":zo,iveland:zo,jevnaker:zo,jondal:zo,jolster:zo,"xn--jlster-bya":zo,"jølster":zo,karasjok:zo,karasjohka:zo,"xn--krjohka-hwab49j":zo,"kárášjohka":zo,karlsoy:zo,galsa:zo,"xn--gls-elac":zo,"gálsá":zo,karmoy:zo,"xn--karmy-yua":zo,"karmøy":zo,kautokeino:zo,guovdageaidnu:zo,klepp:zo,klabu:zo,"xn--klbu-woa":zo,"klæbu":zo,kongsberg:zo,kongsvinger:zo,kragero:zo,"xn--krager-gya":zo,"kragerø":zo,kristiansand:zo,kristiansund:zo,krodsherad:zo,"xn--krdsherad-m8a":zo,"krødsherad":zo,kvalsund:zo,rahkkeravju:zo,"xn--rhkkervju-01af":zo,"ráhkkerávju":zo,kvam:zo,kvinesdal:zo,kvinnherad:zo,kviteseid:zo,kvitsoy:zo,"xn--kvitsy-fya":zo,"kvitsøy":zo,kvafjord:zo,"xn--kvfjord-nxa":zo,"kvæfjord":zo,giehtavuoatna:zo,kvanangen:zo,"xn--kvnangen-k0a":zo,"kvænangen":zo,navuotna:zo,"xn--nvuotna-hwa":zo,"návuotna":zo,kafjord:zo,"xn--kfjord-iua":zo,"kåfjord":zo,gaivuotna:zo,"xn--givuotna-8ya":zo,"gáivuotna":zo,larvik:zo,lavangen:zo,lavagis:zo,loabat:zo,"xn--loabt-0qa":zo,"loabát":zo,lebesby:zo,davvesiida:zo,leikanger:zo,leirfjord:zo,leka:zo,leksvik:zo,lenvik:zo,leangaviika:zo,"xn--leagaviika-52b":zo,"leaŋgaviika":zo,lesja:zo,levanger:zo,lier:zo,lierne:zo,lillehammer:zo,lillesand:zo,lindesnes:zo,lindas:zo,"xn--linds-pra":zo,"lindås":zo,lom:zo,loppa:zo,lahppi:zo,"xn--lhppi-xqa":zo,"láhppi":zo,lund:zo,lunner:zo,luroy:zo,"xn--lury-ira":zo,"lurøy":zo,luster:zo,lyngdal:zo,lyngen:zo,ivgu:zo,lardal:zo,lerdal:zo,"xn--lrdal-sra":zo,"lærdal":zo,lodingen:zo,"xn--ldingen-q1a":zo,"lødingen":zo,lorenskog:zo,"xn--lrenskog-54a":zo,"lørenskog":zo,loten:zo,"xn--lten-gra":zo,"løten":zo,malvik:zo,masoy:zo,"xn--msy-ula0h":zo,"måsøy":zo,muosat:zo,"xn--muost-0qa":zo,"muosát":zo,mandal:zo,marker:zo,marnardal:zo,masfjorden:zo,meland:zo,meldal:zo,melhus:zo,meloy:zo,"xn--mely-ira":zo,"meløy":zo,meraker:zo,"xn--merker-kua":zo,"meråker":zo,moareke:zo,"xn--moreke-jua":zo,"moåreke":zo,midsund:zo,"midtre-gauldal":zo,modalen:zo,modum:zo,molde:zo,moskenes:zo,moss:zo,mosvik:zo,malselv:zo,"xn--mlselv-iua":zo,"målselv":zo,malatvuopmi:zo,"xn--mlatvuopmi-s4a":zo,"málatvuopmi":zo,namdalseid:zo,aejrie:zo,namsos:zo,namsskogan:zo,naamesjevuemie:zo,"xn--nmesjevuemie-tcba":zo,"nååmesjevuemie":zo,laakesvuemie:zo,nannestad:zo,narvik:zo,narviika:zo,naustdal:zo,"nedre-eiker":zo,akershus:xi={$:0,succ:{nes:zo}},buskerud:xi,nesna:zo,nesodden:zo,nesseby:zo,unjarga:zo,"xn--unjrga-rta":zo,"unjárga":zo,nesset:zo,nissedal:zo,nittedal:zo,"nord-aurdal":zo,"nord-fron":zo,"nord-odal":zo,norddal:zo,nordkapp:zo,davvenjarga:zo,"xn--davvenjrga-y4a":zo,"davvenjárga":zo,"nordre-land":zo,nordreisa:zo,raisa:zo,"xn--risa-5na":zo,"ráisa":zo,"nore-og-uvdal":zo,notodden:zo,naroy:zo,"xn--nry-yla5g":zo,"nærøy":zo,notteroy:zo,"xn--nttery-byae":zo,"nøtterøy":zo,odda:zo,oksnes:zo,"xn--ksnes-uua":zo,"øksnes":zo,oppdal:zo,oppegard:zo,"xn--oppegrd-ixa":zo,"oppegård":zo,orkdal:zo,orland:zo,"xn--rland-uua":zo,"ørland":zo,orskog:zo,"xn--rskog-uua":zo,"ørskog":zo,orsta:zo,"xn--rsta-fra":zo,"ørsta":zo,hedmark:{$:0,succ:{os:zo,valer:zo,"xn--vler-qoa":zo,"våler":zo}},hordaland:{$:0,succ:{os:zo}},osen:zo,osteroy:zo,"xn--ostery-fya":zo,"osterøy":zo,"ostre-toten":zo,"xn--stre-toten-zcb":zo,"østre-toten":zo,overhalla:zo,"ovre-eiker":zo,"xn--vre-eiker-k8a":zo,"øvre-eiker":zo,oyer:zo,"xn--yer-zna":zo,"øyer":zo,oygarden:zo,"xn--ygarden-p1a":zo,"øygarden":zo,"oystre-slidre":zo,"xn--ystre-slidre-ujb":zo,"øystre-slidre":zo,porsanger:zo,porsangu:zo,"xn--porsgu-sta26f":zo,"porsáŋgu":zo,porsgrunn:zo,radoy:zo,"xn--rady-ira":zo,"radøy":zo,rakkestad:zo,rana:zo,ruovat:zo,randaberg:zo,rauma:zo,rendalen:zo,rennebu:zo,rennesoy:zo,"xn--rennesy-v1a":zo,"rennesøy":zo,rindal:zo,ringebu:zo,ringerike:zo,ringsaker:zo,rissa:zo,risor:zo,"xn--risr-ira":zo,"risør":zo,roan:zo,rollag:zo,rygge:zo,ralingen:zo,"xn--rlingen-mxa":zo,"rælingen":zo,rodoy:zo,"xn--rdy-0nab":zo,"rødøy":zo,romskog:zo,"xn--rmskog-bya":zo,"rømskog":zo,roros:zo,"xn--rros-gra":zo,"røros":zo,rost:zo,"xn--rst-0na":zo,"røst":zo,royken:zo,"xn--ryken-vua":zo,"røyken":zo,royrvik:zo,"xn--ryrvik-bya":zo,"røyrvik":zo,rade:zo,"xn--rde-ula":zo,"råde":zo,salangen:zo,siellak:zo,saltdal:zo,salat:zo,"xn--slt-elab":zo,"sálát":zo,"xn--slat-5na":zo,"sálat":zo,samnanger:zo,vestfold:{$:0,succ:{sande:zo}},sandefjord:zo,sandnes:zo,sandoy:zo,"xn--sandy-yua":zo,"sandøy":zo,sarpsborg:zo,sauda:zo,sauherad:zo,sel:zo,selbu:zo,selje:zo,seljord:zo,sigdal:zo,siljan:zo,sirdal:zo,skaun:zo,skedsmo:zo,ski:zo,skien:zo,skiptvet:zo,skjervoy:zo,"xn--skjervy-v1a":zo,"skjervøy":zo,skierva:zo,"xn--skierv-uta":zo,"skiervá":zo,skjak:zo,"xn--skjk-soa":zo,"skjåk":zo,skodje:zo,skanland:zo,"xn--sknland-fxa":zo,"skånland":zo,skanit:zo,"xn--sknit-yqa":zo,"skánit":zo,smola:zo,"xn--smla-hra":zo,"smøla":zo,snillfjord:zo,snasa:zo,"xn--snsa-roa":zo,"snåsa":zo,snoasa:zo,snaase:zo,"xn--snase-nra":zo,"snåase":zo,sogndal:zo,sokndal:zo,sola:zo,solund:zo,songdalen:zo,sortland:zo,spydeberg:zo,stange:zo,stavanger:zo,steigen:zo,steinkjer:zo,stjordal:zo,"xn--stjrdal-s1a":zo,"stjørdal":zo,stokke:zo,"stor-elvdal":zo,stord:zo,stordal:zo,storfjord:zo,omasvuotna:zo,strand:zo,stranda:zo,stryn:zo,sula:zo,suldal:zo,sund:zo,sunndal:zo,surnadal:zo,sveio:zo,svelvik:zo,sykkylven:zo,sogne:zo,"xn--sgne-gra":zo,"søgne":zo,somna:zo,"xn--smna-gra":zo,"sømna":zo,"sondre-land":zo,"xn--sndre-land-0cb":zo,"søndre-land":zo,"sor-aurdal":zo,"xn--sr-aurdal-l8a":zo,"sør-aurdal":zo,"sor-fron":zo,"xn--sr-fron-q1a":zo,"sør-fron":zo,"sor-odal":zo,"xn--sr-odal-q1a":zo,"sør-odal":zo,"sor-varanger":zo,"xn--sr-varanger-ggb":zo,"sør-varanger":zo,"matta-varjjat":zo,"xn--mtta-vrjjat-k7af":zo,"mátta-várjjat":zo,sorfold:zo,"xn--srfold-bya":zo,"sørfold":zo,sorreisa:zo,"xn--srreisa-q1a":zo,"sørreisa":zo,sorum:zo,"xn--srum-gra":zo,"sørum":zo,tana:zo,deatnu:zo,time:zo,tingvoll:zo,tinn:zo,tjeldsund:zo,dielddanuorri:zo,tjome:zo,"xn--tjme-hra":zo,"tjøme":zo,tokke:zo,tolga:zo,torsken:zo,tranoy:zo,"xn--trany-yua":zo,"tranøy":zo,tromso:zo,"xn--troms-zua":zo,"tromsø":zo,tromsa:zo,romsa:zo,trondheim:zo,troandin:zo,trysil:zo,trana:zo,"xn--trna-woa":zo,"træna":zo,trogstad:zo,"xn--trgstad-r1a":zo,"trøgstad":zo,tvedestrand:zo,tydal:zo,tynset:zo,tysfjord:zo,divtasvuodna:zo,divttasvuotna:zo,tysnes:zo,tysvar:zo,"xn--tysvr-vra":zo,"tysvær":zo,tonsberg:zo,"xn--tnsberg-q1a":zo,"tønsberg":zo,ullensaker:zo,ullensvang:zo,ulvik:zo,utsira:zo,vadso:zo,"xn--vads-jra":zo,"vadsø":zo,cahcesuolo:zo,"xn--hcesuolo-7ya35b":zo,"čáhcesuolo":zo,vaksdal:zo,valle:zo,vang:zo,vanylven:zo,vardo:zo,"xn--vard-jra":zo,"vardø":zo,varggat:zo,"xn--vrggt-xqad":zo,"várggát":zo,vefsn:zo,vaapste:zo,vega:zo,vegarshei:zo,"xn--vegrshei-c0a":zo,"vegårshei":zo,vennesla:zo,verdal:zo,verran:zo,vestby:zo,vestnes:zo,"vestre-slidre":zo,"vestre-toten":zo,vestvagoy:zo,"xn--vestvgy-ixa6o":zo,"vestvågøy":zo,vevelstad:zo,vik:zo,vikna:zo,vindafjord:zo,volda:zo,voss:zo,varoy:zo,"xn--vry-yla5g":zo,"værøy":zo,vagan:zo,"xn--vgan-qoa":zo,"vågan":zo,voagat:zo,vagsoy:zo,"xn--vgsy-qoa0j":zo,"vågsøy":zo,vaga:zo,"xn--vg-yiab":zo,"vågå":zo,ostfold:{$:0,succ:{valer:zo}},"xn--stfold-9xa":{$:0,succ:{"xn--vler-qoa":zo}},"østfold":{$:0,succ:{"våler":zo}},co:Mo,blogspot:Mo,"123hjemmeside":Mo,myspreadshop:Mo}},np:Vo,nr:bi,nu:{$:1,succ:{merseine:Mo,mine:Mo,shacknet:Mo,enterprisecloud:Mo}},nz:{$:1,succ:{ac:zo,co:Wo,cri:zo,geek:zo,gen:zo,govt:zo,health:zo,iwi:zo,kiwi:zo,maori:zo,mil:zo,"xn--mori-qsa":zo,"māori":zo,net:zo,org:zo,parliament:zo,school:zo}},om:{$:1,succ:{co:zo,com:zo,edu:zo,gov:zo,med:zo,museum:zo,net:zo,org:zo,pro:zo}},onion:zo,org:{$:1,succ:{altervista:Mo,amune:{$:0,succ:{tele:Mo}},pimienta:Mo,poivron:Mo,potager:Mo,sweetpepper:Mo,ae:Mo,us:Mo,certmgr:Mo,cdn77:{$:0,succ:{c:Mo,rsc:Mo}},"cdn77-secure":{$:0,succ:{origin:{$:0,succ:{ssl:Mo}}}},cloudns:Mo,duckdns:Mo,tunk:Mo,dyndns:{$:2,succ:{go:Mo,home:Mo}},blogdns:Mo,blogsite:Mo,boldlygoingnowhere:Mo,dnsalias:Mo,dnsdojo:Mo,doesntexist:Mo,dontexist:Mo,doomdns:Mo,dvrdns:Mo,dynalias:Mo,endofinternet:Mo,endoftheinternet:Mo,"from-me":Mo,"game-host":Mo,gotdns:Mo,"hobby-site":Mo,homedns:Mo,homeftp:Mo,homelinux:Mo,homeunix:Mo,"is-a-bruinsfan":Mo,"is-a-candidate":Mo,"is-a-celticsfan":Mo,"is-a-chef":Mo,"is-a-geek":Mo,"is-a-knight":Mo,"is-a-linux-user":Mo,"is-a-patsfan":Mo,"is-a-soxfan":Mo,"is-found":Mo,"is-lost":Mo,"is-saved":Mo,"is-very-bad":Mo,"is-very-evil":Mo,"is-very-good":Mo,"is-very-nice":Mo,"is-very-sweet":Mo,"isa-geek":Mo,"kicks-ass":Mo,misconfused:Mo,podzone:Mo,readmyblog:Mo,selfip:Mo,sellsyourhome:Mo,servebbs:Mo,serveftp:Mo,servegame:Mo,"stuff-4-sale":Mo,webhop:Mo,ddnss:Mo,accesscam:Mo,camdvr:Mo,freeddns:Mo,mywire:Mo,webredirect:Mo,eu:{$:2,succ:{al:Mo,asso:Mo,at:Mo,au:Mo,be:Mo,bg:Mo,ca:Mo,cd:Mo,ch:Mo,cn:Mo,cy:Mo,cz:Mo,de:Mo,dk:Mo,edu:Mo,ee:Mo,es:Mo,fi:Mo,fr:Mo,gr:Mo,hr:Mo,hu:Mo,ie:Mo,il:Mo,in:Mo,int:Mo,is:Mo,it:Mo,jp:Mo,kr:Mo,lt:Mo,lu:Mo,lv:Mo,mc:Mo,me:Mo,mk:Mo,mt:Mo,my:Mo,net:Mo,ng:Mo,nl:Mo,no:Mo,nz:Mo,paris:Mo,pl:Mo,pt:Mo,"q-a":Mo,ro:Mo,ru:Mo,se:Mo,si:Mo,sk:Mo,tr:Mo,uk:Mo,us:Mo}},twmail:Mo,fedorainfracloud:Mo,fedorapeople:Mo,fedoraproject:{$:0,succ:{cloud:Mo,os:oi,stg:{$:0,succ:{os:oi}}}},freedesktop:Mo,hepforge:Mo,"in-dsl":Mo,"in-vpn":Mo,js:Mo,barsy:Mo,mayfirst:Mo,"mozilla-iot":Mo,bmoattachments:Mo,dynserv:Mo,"now-dns":Mo,"cable-modem":Mo,collegefan:Mo,couchpotatofries:Mo,mlbfan:Mo,mysecuritycamera:Mo,nflfan:Mo,"read-books":Mo,ufcfan:Mo,hopto:Mo,myftp:Mo,"no-ip":Mo,zapto:Mo,httpbin:Mo,pubtls:Mo,jpn:Mo,"my-firewall":Mo,myfirewall:Mo,spdns:Mo,"small-web":Mo,dsmynas:Mo,familyds:Mo,teckids:Ko,tuxfamily:Mo,diskstation:Mo,hk:Mo,wmflabs:Mo,toolforge:Mo,wmcloud:Mo,za:Mo}},pa:{$:1,succ:{ac:zo,gob:zo,com:zo,org:zo,sld:zo,edu:zo,net:zo,ing:zo,abo:zo,med:zo,nom:zo}},pe:{$:1,succ:{edu:zo,gob:zo,nom:zo,mil:zo,org:zo,com:zo,net:zo,blogspot:Mo}},pf:{$:1,succ:{com:zo,org:zo,edu:zo}},pg:Vo,ph:{$:1,succ:{com:zo,net:zo,org:zo,gov:zo,edu:zo,ngo:zo,mil:zo,i:zo}},pk:{$:1,succ:{com:zo,net:zo,edu:zo,org:zo,fam:zo,biz:zo,web:zo,gov:zo,gob:zo,gok:zo,gon:zo,gop:zo,gos:zo,info:zo}},pl:{$:1,succ:{com:zo,net:zo,org:zo,aid:zo,agro:zo,atm:zo,auto:zo,biz:zo,edu:zo,gmina:zo,gsm:zo,info:zo,mail:zo,miasta:zo,media:zo,mil:zo,nieruchomosci:zo,nom:zo,pc:zo,powiat:zo,priv:zo,realestate:zo,rel:zo,sex:zo,shop:zo,sklep:zo,sos:zo,szkola:zo,targi:zo,tm:zo,tourism:zo,travel:zo,turystyka:zo,gov:{$:1,succ:{ap:zo,ic:zo,is:zo,us:zo,kmpsp:zo,kppsp:zo,kwpsp:zo,psp:zo,wskr:zo,kwp:zo,mw:zo,ug:zo,um:zo,umig:zo,ugim:zo,upow:zo,uw:zo,starostwo:zo,pa:zo,po:zo,psse:zo,pup:zo,rzgw:zo,sa:zo,so:zo,sr:zo,wsa:zo,sko:zo,uzs:zo,wiih:zo,winb:zo,pinb:zo,wios:zo,witd:zo,wzmiuw:zo,piw:zo,wiw:zo,griw:zo,wif:zo,oum:zo,sdn:zo,zp:zo,uppo:zo,mup:zo,wuoz:zo,konsulat:zo,oirm:zo}},augustow:zo,"babia-gora":zo,bedzin:zo,beskidy:zo,bialowieza:zo,bialystok:zo,bielawa:zo,bieszczady:zo,boleslawiec:zo,bydgoszcz:zo,bytom:zo,cieszyn:zo,czeladz:zo,czest:zo,dlugoleka:zo,elblag:zo,elk:zo,glogow:zo,gniezno:zo,gorlice:zo,grajewo:zo,ilawa:zo,jaworzno:zo,"jelenia-gora":zo,jgora:zo,kalisz:zo,"kazimierz-dolny":zo,karpacz:zo,kartuzy:zo,kaszuby:zo,katowice:zo,kepno:zo,ketrzyn:zo,klodzko:zo,kobierzyce:zo,kolobrzeg:zo,konin:zo,konskowola:zo,kutno:zo,lapy:zo,lebork:zo,legnica:zo,lezajsk:zo,limanowa:zo,lomza:zo,lowicz:zo,lubin:zo,lukow:zo,malbork:zo,malopolska:zo,mazowsze:zo,mazury:zo,mielec:zo,mielno:zo,mragowo:zo,naklo:zo,nowaruda:zo,nysa:zo,olawa:zo,olecko:zo,olkusz:zo,olsztyn:zo,opoczno:zo,opole:zo,ostroda:zo,ostroleka:zo,ostrowiec:zo,ostrowwlkp:zo,pila:zo,pisz:zo,podhale:zo,podlasie:zo,polkowice:zo,pomorze:zo,pomorskie:zo,prochowice:zo,pruszkow:zo,przeworsk:zo,pulawy:zo,radom:zo,"rawa-maz":zo,rybnik:zo,rzeszow:zo,sanok:zo,sejny:zo,slask:zo,slupsk:zo,sosnowiec:zo,"stalowa-wola":zo,skoczow:zo,starachowice:zo,stargard:zo,suwalki:zo,swidnica:zo,swiebodzin:zo,swinoujscie:zo,szczecin:zo,szczytno:zo,tarnobrzeg:zo,tgory:zo,turek:zo,tychy:zo,ustka:zo,walbrzych:zo,warmia:zo,warszawa:zo,waw:zo,wegrow:zo,wielun:zo,wlocl:zo,wloclawek:zo,wodzislaw:zo,wolomin:zo,wroclaw:zo,zachpomor:zo,zagan:zo,zarow:zo,zgora:zo,zgorzelec:zo,beep:Mo,"ecommerce-shop":Mo,shoparena:Mo,homesklep:Mo,sdscloud:Mo,unicloud:Mo,krasnik:Mo,leczna:Mo,lubartow:Mo,lublin:Mo,poniatowa:Mo,swidnik:Mo,co:Mo,simplesite:Mo,art:Mo,gliwice:Mo,krakow:Mo,poznan:Mo,wroc:Mo,zakopane:Mo,myspreadshop:Mo,gda:Mo,gdansk:Mo,gdynia:Mo,med:Mo,sopot:Mo}},pm:{$:1,succ:{own:Mo,name:Mo}},pn:{$:1,succ:{gov:zo,co:zo,org:zo,edu:zo,net:zo}},post:zo,pr:{$:1,succ:{com:zo,net:zo,org:zo,gov:zo,edu:zo,isla:zo,pro:zo,biz:zo,info:zo,name:zo,est:zo,prof:zo,ac:zo}},pro:{$:1,succ:{aaa:zo,aca:zo,acct:zo,avocat:zo,bar:zo,cpa:zo,eng:zo,jur:zo,law:zo,med:zo,recht:zo,cloudns:Mo,dnstrace:{$:0,succ:{bci:Mo}},barsy:Mo}},ps:{$:1,succ:{edu:zo,gov:zo,sec:zo,plo:zo,com:zo,org:zo,net:zo}},pt:{$:1,succ:{net:zo,gov:zo,org:zo,edu:zo,int:zo,publ:zo,com:zo,nome:zo,blogspot:Mo,"123paginaweb":Mo}},pw:{$:1,succ:{co:zo,ne:zo,or:zo,ed:zo,go:zo,belau:zo,cloudns:Mo,x443:Mo}},py:{$:1,succ:{com:zo,coop:zo,edu:zo,gov:zo,mil:zo,net:zo,org:zo}},qa:{$:1,succ:{com:zo,edu:zo,gov:zo,mil:zo,name:zo,net:zo,org:zo,sch:zo,blogspot:Mo}},re:{$:1,succ:{asso:zo,com:zo,nom:zo,blogspot:Mo}},ro:{$:1,succ:{arts:zo,com:zo,firm:zo,info:zo,nom:zo,nt:zo,org:zo,rec:zo,store:zo,tm:zo,www:zo,co:Mo,shop:Mo,blogspot:Mo,barsy:Mo}},rs:{$:1,succ:{ac:zo,co:zo,edu:zo,gov:zo,in:zo,org:zo,brendly:{$:0,succ:{shop:Mo}},blogspot:Mo,ua:Mo,ox:Mo}},ru:{$:1,succ:{ac:Mo,edu:Mo,gov:Mo,int:Mo,mil:Mo,test:Mo,eurodir:Mo,adygeya:Mo,bashkiria:Mo,bir:Mo,cbg:Mo,com:Mo,dagestan:Mo,grozny:Mo,kalmykia:Mo,kustanai:Mo,marine:Mo,mordovia:Mo,msk:Mo,mytis:Mo,nalchik:Mo,nov:Mo,pyatigorsk:Mo,spb:Mo,vladikavkaz:Mo,vladimir:Mo,blogspot:Mo,na4u:Mo,mircloud:Mo,regruhosting:li,myjino:{$:2,succ:{hosting:Uo,landing:Uo,spectrum:Uo,vps:Uo}},cldmail:{$:0,succ:{hb:Mo}},mcdir:{$:2,succ:{vps:Mo}},mcpre:Mo,net:Mo,org:Mo,pp:Mo,"123sait":Mo,lk3:Mo,ras:Mo}},rw:{$:1,succ:{ac:zo,co:zo,coop:zo,gov:zo,mil:zo,net:zo,org:zo}},sa:{$:1,succ:{com:zo,net:zo,org:zo,gov:zo,med:zo,pub:zo,edu:zo,sch:zo}},sb:qo,sc:qo,sd:{$:1,succ:{com:zo,net:zo,org:zo,edu:zo,med:zo,tv:zo,gov:zo,info:zo}},se:{$:1,succ:{a:zo,ac:zo,b:zo,bd:zo,brand:zo,c:zo,d:zo,e:zo,f:zo,fh:zo,fhsk:zo,fhv:zo,g:zo,h:zo,i:zo,k:zo,komforb:zo,kommunalforbund:zo,komvux:zo,l:zo,lanbib:zo,m:zo,n:zo,naturbruksgymn:zo,o:zo,org:zo,p:zo,parti:zo,pp:zo,press:zo,r:zo,s:zo,t:zo,tm:zo,u:zo,w:zo,x:zo,y:zo,z:zo,com:Mo,blogspot:Mo,conf:Mo,iopsys:Mo,"123minsida":Mo,itcouldbewor:Mo,myspreadshop:Mo,paba:{$:0,succ:{su:Mo}}}},sg:{$:1,succ:{com:zo,net:zo,org:zo,gov:zo,edu:zo,per:zo,blogspot:Mo,enscaled:Mo}},sh:{$:1,succ:{com:zo,net:zo,gov:zo,org:zo,mil:zo,bip:Mo,hashbang:Mo,platform:{$:0,succ:{bc:Mo,ent:Mo,eu:Mo,us:Mo}},now:Mo,vxl:Mo,wedeploy:Mo}},si:{$:1,succ:{gitapp:Mo,gitpage:Mo,blogspot:Mo}},sj:zo,sk:Wo,sl:qo,sm:zo,sn:{$:1,succ:{art:zo,com:zo,edu:zo,gouv:zo,org:zo,perso:zo,univ:zo,blogspot:Mo}},so:{$:1,succ:{com:zo,edu:zo,gov:zo,me:zo,net:zo,org:zo,sch:Mo}},sr:zo,ss:{$:1,succ:{biz:zo,com:zo,edu:zo,gov:zo,me:zo,net:zo,org:zo,sch:zo}},st:{$:1,succ:{co:zo,com:zo,consulado:zo,edu:zo,embaixada:zo,mil:zo,net:zo,org:zo,principe:zo,saotome:zo,store:zo,kirara:Mo,noho:Mo}},su:{$:1,succ:{abkhazia:Mo,adygeya:Mo,aktyubinsk:Mo,arkhangelsk:Mo,armenia:Mo,ashgabad:Mo,azerbaijan:Mo,balashov:Mo,bashkiria:Mo,bryansk:Mo,bukhara:Mo,chimkent:Mo,dagestan:Mo,"east-kazakhstan":Mo,exnet:Mo,georgia:Mo,grozny:Mo,ivanovo:Mo,jambyl:Mo,kalmykia:Mo,kaluga:Mo,karacol:Mo,karaganda:Mo,karelia:Mo,khakassia:Mo,krasnodar:Mo,kurgan:Mo,kustanai:Mo,lenug:Mo,mangyshlak:Mo,mordovia:Mo,msk:Mo,murmansk:Mo,nalchik:Mo,navoi:Mo,"north-kazakhstan":Mo,nov:Mo,obninsk:Mo,penza:Mo,pokrovsk:Mo,sochi:Mo,spb:Mo,tashkent:Mo,termez:Mo,togliatti:Mo,troitsk:Mo,tselinograd:Mo,tula:Mo,tuva:Mo,vladikavkaz:Mo,vladimir:Mo,vologda:Mo}},sv:{$:1,succ:{com:zo,edu:zo,gob:zo,org:zo,red:zo}},sx:Ho,sy:gi,sz:{$:1,succ:{co:zo,ac:zo,org:zo}},tc:{$:1,succ:{ch:Mo,me:Mo,we:Mo}},td:Wo,tel:zo,tf:{$:1,succ:{sch:Mo}},tg:zo,th:{$:1,succ:{ac:zo,co:zo,go:zo,in:zo,mi:zo,net:zo,or:zo,online:Mo,shop:Mo}},tj:{$:1,succ:{ac:zo,biz:zo,co:zo,com:zo,edu:zo,go:zo,gov:zo,int:zo,mil:zo,name:zo,net:zo,nic:zo,org:zo,test:zo,web:zo}},tk:zo,tl:Ho,tm:{$:1,succ:{com:zo,co:zo,org:zo,net:zo,nom:zo,gov:zo,mil:zo,edu:zo}},tn:{$:1,succ:{com:zo,ens:zo,fin:zo,gov:zo,ind:zo,info:zo,intl:zo,mincom:zo,nat:zo,net:zo,org:zo,perso:zo,tourism:zo,orangecloud:Mo}},to:{$:1,succ:{611:Mo,com:zo,gov:zo,net:zo,org:zo,edu:zo,mil:zo,oya:Mo,rdv:Mo,x0:Mo,vpnplus:Mo,quickconnect:Qo,nyan:Mo}},tr:{$:1,succ:{av:zo,bbs:zo,bel:zo,biz:zo,com:Wo,dr:zo,edu:zo,gen:zo,gov:zo,info:zo,mil:zo,k12:zo,kep:zo,name:zo,net:zo,org:zo,pol:zo,tel:zo,tsk:zo,tv:zo,web:zo,nc:Ho}},tt:{$:1,succ:{co:zo,com:zo,org:zo,net:zo,biz:zo,info:zo,pro:zo,int:zo,coop:zo,jobs:zo,mobi:zo,travel:zo,museum:zo,aero:zo,name:zo,gov:zo,edu:zo}},tv:{$:1,succ:{dyndns:Mo,"better-than":Mo,"on-the-web":Mo,"worse-than":Mo,from:Mo,sakura:Mo}},tw:{$:1,succ:{edu:zo,gov:zo,mil:zo,com:{$:1,succ:{mymailer:Mo}},net:zo,org:zo,idv:zo,game:zo,ebiz:zo,club:zo,"xn--zf0ao64a":zo,"網路":zo,"xn--uc0atv":zo,"組織":zo,"xn--czrw28b":zo,"商業":zo,url:Mo,blogspot:Mo}},tz:{$:1,succ:{ac:zo,co:zo,go:zo,hotel:zo,info:zo,me:zo,mil:zo,mobi:zo,ne:zo,or:zo,sc:zo,tv:zo}},ua:{$:1,succ:{com:zo,edu:zo,gov:zo,in:zo,net:zo,org:zo,cherkassy:zo,cherkasy:zo,chernigov:zo,chernihiv:zo,chernivtsi:zo,chernovtsy:zo,ck:zo,cn:zo,cr:zo,crimea:zo,cv:zo,dn:zo,dnepropetrovsk:zo,dnipropetrovsk:zo,donetsk:zo,dp:zo,if:zo,"ivano-frankivsk":zo,kh:zo,kharkiv:zo,kharkov:zo,kherson:zo,khmelnitskiy:zo,khmelnytskyi:zo,kiev:zo,kirovograd:zo,km:zo,kr:zo,krym:zo,ks:zo,kv:zo,kyiv:zo,lg:zo,lt:zo,lugansk:zo,lutsk:zo,lv:zo,lviv:zo,mk:zo,mykolaiv:zo,nikolaev:zo,od:zo,odesa:zo,odessa:zo,pl:zo,poltava:zo,rivne:zo,rovno:zo,rv:zo,sb:zo,sebastopol:zo,sevastopol:zo,sm:zo,sumy:zo,te:zo,ternopil:zo,uz:zo,uzhgorod:zo,vinnica:zo,vinnytsia:zo,vn:zo,volyn:zo,yalta:zo,zaporizhzhe:zo,zaporizhzhia:zo,zhitomir:zo,zhytomyr:zo,zp:zo,zt:zo,cc:Mo,inf:Mo,ltd:Mo,cx:Mo,ie:Mo,biz:Mo,co:Mo,pp:Mo,v:Mo}},ug:{$:1,succ:{co:zo,or:zo,ac:zo,sc:zo,go:zo,ne:zo,com:zo,org:zo,blogspot:Mo}},uk:{$:1,succ:{ac:zo,co:{$:1,succ:{bytemark:{$:0,succ:{dh:Mo,vm:Mo}},blogspot:Mo,layershift:di,barsy:Mo,barsyonline:Mo,retrosnub:mi,"nh-serv":Mo,"no-ip":Mo,wellbeingzone:Mo,adimo:Mo,myspreadshop:Mo}},gov:{$:1,succ:{campaign:Mo,service:Mo,api:Mo,homeoffice:Mo}},ltd:zo,me:zo,net:zo,nhs:zo,org:{$:1,succ:{glug:Mo,lug:Mo,lugs:Mo,affinitylottery:Mo,raffleentry:Mo,weeklylottery:Mo}},plc:zo,police:zo,sch:Vo,conn:Mo,copro:Mo,hosp:Mo,"independent-commission":Mo,"independent-inquest":Mo,"independent-inquiry":Mo,"independent-panel":Mo,"independent-review":Mo,"public-inquiry":Mo,"royal-commission":Mo,pymnt:Mo,barsy:Mo}},us:{$:1,succ:{dni:zo,fed:zo,isa:zo,kids:zo,nsn:zo,ak:Ci={$:1,succ:{k12:zo,cc:zo,lib:zo}},al:Ci,ar:Ci,as:Ci,az:Ci,ca:Ci,co:Ci,ct:Ci,dc:Ci,de:{$:1,succ:{k12:zo,cc:zo,lib:Mo}},fl:Ci,ga:Ci,gu:Ci,hi:Ai={$:1,succ:{cc:zo,lib:zo}},ia:Ci,id:Ci,il:Ci,in:Ci,ks:Ci,ky:Ci,la:Ci,ma:{$:1,succ:{k12:{$:1,succ:{pvt:zo,chtr:zo,paroch:zo}},cc:zo,lib:zo}},md:Ci,me:Ci,mi:{$:1,succ:{k12:zo,cc:zo,lib:zo,"ann-arbor":zo,cog:zo,dst:zo,eaton:zo,gen:zo,mus:zo,tec:zo,washtenaw:zo}},mn:Ci,mo:Ci,ms:Ci,mt:Ci,nc:Ci,nd:Ai,ne:Ci,nh:Ci,nj:Ci,nm:Ci,nv:Ci,ny:Ci,oh:Ci,ok:Ci,or:Ci,pa:Ci,pr:Ci,ri:Ai,sc:Ci,sd:Ai,tn:Ci,tx:Ci,ut:Ci,vi:Ci,vt:Ci,va:Ci,wa:Ci,wi:Ci,wv:{$:1,succ:{cc:zo}},wy:Ci,graphox:Mo,cloudns:Mo,drud:Mo,"is-by":Mo,"land-4-sale":Mo,"stuff-4-sale":Mo,enscaled:{$:0,succ:{phx:Mo}},mircloud:Mo,freeddns:Mo,golffan:Mo,noip:Mo,pointto:Mo,platterp:Mo}},uy:{$:1,succ:{com:Wo,edu:zo,gub:zo,mil:zo,net:zo,org:zo}},uz:{$:1,succ:{co:zo,com:zo,net:zo,org:zo}},va:zo,vc:{$:1,succ:{com:zo,net:zo,org:zo,gov:zo,mil:zo,edu:zo,gv:{$:2,succ:{d:Mo}},"0e":Mo}},ve:{$:1,succ:{arts:zo,bib:zo,co:zo,com:zo,e12:zo,edu:zo,firm:zo,gob:zo,gov:zo,info:zo,int:zo,mil:zo,net:zo,nom:zo,org:zo,rar:zo,rec:zo,store:zo,tec:zo,web:zo}},vg:{$:1,succ:{at:Mo}},vi:{$:1,succ:{co:zo,com:zo,k12:zo,net:zo,org:zo}},vn:{$:1,succ:{com:zo,net:zo,org:zo,edu:zo,gov:zo,int:zo,ac:zo,biz:zo,info:zo,name:zo,pro:zo,health:zo,blogspot:Mo}},vu:{$:1,succ:{com:zo,edu:zo,net:zo,org:zo,cn:Mo,blog:Mo,dev:Mo,me:Mo}},wf:{$:1,succ:{biz:Mo,sch:Mo}},ws:{$:1,succ:{com:zo,net:zo,org:zo,gov:zo,edu:zo,advisor:Uo,cloud66:Mo,dyndns:Mo,mypets:Mo}},yt:{$:1,succ:{org:Mo}},"xn--mgbaam7a8h":zo,"امارات":zo,"xn--y9a3aq":zo,"հայ":zo,"xn--54b7fta0cc":zo,"বাংলা":zo,"xn--90ae":zo,"бг":zo,"xn--mgbcpq6gpa1a":zo,"البحرين":zo,"xn--90ais":zo,"бел":zo,"xn--fiqs8s":zo,"中国":zo,"xn--fiqz9s":zo,"中國":zo,"xn--lgbbat1ad8j":zo,"الجزائر":zo,"xn--wgbh1c":zo,"مصر":zo,"xn--e1a4c":zo,"ею":zo,"xn--qxa6a":zo,"ευ":zo,"xn--mgbah1a3hjkrd":zo,"موريتانيا":zo,"xn--node":zo,"გე":zo,"xn--qxam":zo,"ελ":zo,"xn--j6w193g":{$:1,succ:{"xn--55qx5d":zo,"xn--wcvs22d":zo,"xn--mxtq1m":zo,"xn--gmqw5a":zo,"xn--od0alg":zo,"xn--uc0atv":zo}},"香港":{$:1,succ:{"公司":zo,"教育":zo,"政府":zo,"個人":zo,"網絡":zo,"組織":zo}},"xn--2scrj9c":zo,"ಭಾರತ":zo,"xn--3hcrj9c":zo,"ଭାରତ":zo,"xn--45br5cyl":zo,"ভাৰত":zo,"xn--h2breg3eve":zo,"भारतम्":zo,"xn--h2brj9c8c":zo,"भारोत":zo,"xn--mgbgu82a":zo,"ڀارت":zo,"xn--rvc1e0am3e":zo,"ഭാരതം":zo,"xn--h2brj9c":zo,"भारत":zo,"xn--mgbbh1a":zo,"بارت":zo,"xn--mgbbh1a71e":zo,"بھارت":zo,"xn--fpcrj9c3d":zo,"భారత్":zo,"xn--gecrj9c":zo,"ભારત":zo,"xn--s9brj9c":zo,"ਭਾਰਤ":zo,"xn--45brj9c":zo,"ভারত":zo,"xn--xkc2dl3a5ee0h":zo,"இந்தியா":zo,"xn--mgba3a4f16a":zo,"ایران":zo,"xn--mgba3a4fra":zo,"ايران":zo,"xn--mgbtx2b":zo,"عراق":zo,"xn--mgbayh7gpa":zo,"الاردن":zo,"xn--3e0b707e":zo,"한국":zo,"xn--80ao21a":zo,"қаз":zo,"xn--q7ce6a":zo,"ລາວ":zo,"xn--fzc2c9e2c":zo,"ලංකා":zo,"xn--xkc2al3hye2a":zo,"இலங்கை":zo,"xn--mgbc0a9azcg":zo,"المغرب":zo,"xn--d1alf":zo,"мкд":zo,"xn--l1acc":zo,"мон":zo,"xn--mix891f":zo,"澳門":zo,"xn--mix082f":zo,"澳门":zo,"xn--mgbx4cd0ab":zo,"مليسيا":zo,"xn--mgb9awbf":zo,"عمان":zo,"xn--mgbai9azgqp6j":zo,"پاکستان":zo,"xn--mgbai9a5eva00b":zo,"پاكستان":zo,"xn--ygbi2ammx":zo,"فلسطين":zo,"xn--90a3ac":{$:1,succ:{"xn--o1ac":zo,"xn--c1avg":zo,"xn--90azh":zo,"xn--d1at":zo,"xn--o1ach":zo,"xn--80au":zo}},"срб":{$:1,succ:{"пр":zo,"орг":zo,"обр":zo,"од":zo,"упр":zo,"ак":zo}},"xn--p1ai":zo,"рф":zo,"xn--wgbl6a":zo,"قطر":zo,"xn--mgberp4a5d4ar":zo,"السعودية":zo,"xn--mgberp4a5d4a87g":zo,"السعودیة":zo,"xn--mgbqly7c0a67fbc":zo,"السعودیۃ":zo,"xn--mgbqly7cvafr":zo,"السعوديه":zo,"xn--mgbpl2fh":zo,"سودان":zo,"xn--yfro4i67o":zo,"新加坡":zo,"xn--clchc0ea0b2g2a9gcd":zo,"சிங்கப்பூர்":zo,"xn--ogbpf8fl":zo,"سورية":zo,"xn--mgbtf8fl":zo,"سوريا":zo,"xn--o3cw4h":{$:1,succ:{"xn--12c1fe0br":zo,"xn--12co0c3b4eva":zo,"xn--h3cuzk1di":zo,"xn--o3cyx2a":zo,"xn--m3ch0j3a":zo,"xn--12cfi8ixb8l":zo}},"ไทย":{$:1,succ:{"ศึกษา":zo,"ธุรกิจ":zo,"รัฐบาล":zo,"ทหาร":zo,"เน็ต":zo,"องค์กร":zo}},"xn--pgbs0dh":zo,"تونس":zo,"xn--kpry57d":zo,"台灣":zo,"xn--kprw13d":zo,"台湾":zo,"xn--nnx388a":zo,"臺灣":zo,"xn--j1amh":zo,"укр":zo,"xn--mgb2ddes":zo,"اليمن":zo,xxx:zo,ye:gi,za:{$:0,succ:{ac:zo,agric:zo,alt:zo,co:Wo,edu:zo,gov:zo,grondar:zo,law:zo,mil:zo,net:zo,ngo:zo,nic:zo,nis:zo,nom:zo,org:zo,school:zo,tm:zo,web:zo}},zm:{$:1,succ:{ac:zo,biz:zo,co:zo,com:zo,edu:zo,gov:zo,info:zo,mil:zo,net:zo,org:zo,sch:zo}},zw:{$:1,succ:{ac:zo,co:zo,gov:zo,mil:zo,org:zo}},aaa:zo,aarp:zo,abarth:zo,abb:zo,abbott:zo,abbvie:zo,abc:zo,able:zo,abogado:zo,abudhabi:zo,academy:{$:1,succ:{official:Mo}},accenture:zo,accountant:zo,accountants:zo,aco:zo,actor:zo,ads:zo,adult:zo,aeg:zo,aetna:zo,afl:zo,africa:zo,agakhan:zo,agency:zo,aig:zo,airbus:zo,airforce:zo,airtel:zo,akdn:zo,alfaromeo:zo,alibaba:zo,alipay:zo,allfinanz:zo,allstate:zo,ally:zo,alsace:zo,alstom:zo,amazon:zo,americanexpress:zo,americanfamily:zo,amex:zo,amfam:zo,amica:zo,amsterdam:zo,analytics:zo,android:zo,anquan:zo,anz:zo,aol:zo,apartments:zo,app:{$:1,succ:{beget:Uo,clerk:Mo,clerkstage:Mo,wnext:Mo,platform0:Mo,deta:Mo,ondigitalocean:Mo,easypanel:Mo,encr:Mo,edgecompute:Mo,fireweb:Mo,onflashdrive:Mo,framer:Mo,run:{$:2,succ:{a:Mo}},web:Mo,hasura:Mo,loginline:Mo,messerli:Mo,netlify:Mo,ngrok:Mo,"ngrok-free":Mo,developer:Uo,noop:Mo,northflank:Uo,snowflake:{$:2,succ:{privatelink:Mo}},streamlit:Mo,telebit:Mo,typedream:Mo,vercel:Mo,bookonline:Mo}},apple:zo,aquarelle:zo,arab:zo,aramco:zo,archi:zo,army:zo,art:zo,arte:zo,asda:zo,associates:zo,athleta:zo,attorney:zo,auction:zo,audi:zo,audible:zo,audio:zo,auspost:zo,author:zo,auto:zo,autos:zo,avianca:zo,aws:zo,axa:zo,azure:zo,baby:zo,baidu:zo,banamex:zo,bananarepublic:zo,band:zo,bank:zo,bar:zo,barcelona:zo,barclaycard:zo,barclays:zo,barefoot:zo,bargains:zo,baseball:zo,basketball:{$:1,succ:{aus:Mo,nz:Mo}},bauhaus:zo,bayern:zo,bbc:zo,bbt:zo,bbva:zo,bcg:zo,bcn:zo,beats:zo,beauty:zo,beer:zo,bentley:zo,berlin:zo,best:zo,bestbuy:zo,bet:zo,bharti:zo,bible:zo,bid:zo,bike:zo,bing:zo,bingo:zo,bio:zo,black:zo,blackfriday:zo,blockbuster:zo,blog:zo,bloomberg:zo,blue:zo,bms:zo,bmw:zo,bnpparibas:zo,boats:zo,boehringer:zo,bofa:zo,bom:zo,bond:zo,boo:zo,book:zo,booking:zo,bosch:zo,bostik:zo,boston:zo,bot:zo,boutique:zo,box:zo,bradesco:zo,bridgestone:zo,broadway:zo,broker:zo,brother:zo,brussels:zo,build:zo,builders:{$:1,succ:{cloudsite:Mo}},business:Go={$:1,succ:{co:Mo}},buy:zo,buzz:zo,bzh:zo,cab:zo,cafe:zo,cal:zo,call:zo,calvinklein:zo,cam:zo,camera:zo,camp:zo,canon:zo,capetown:zo,capital:zo,capitalone:zo,car:zo,caravan:zo,cards:zo,care:zo,career:zo,careers:zo,cars:zo,casa:{$:1,succ:{nabu:{$:0,succ:{ui:Mo}}}},case:zo,cash:zo,casino:zo,catering:zo,catholic:zo,cba:zo,cbn:zo,cbre:zo,cbs:zo,center:zo,ceo:zo,cern:zo,cfa:zo,cfd:zo,chanel:zo,channel:zo,charity:zo,chase:zo,chat:zo,cheap:zo,chintai:zo,christmas:zo,chrome:zo,church:zo,cipriani:zo,circle:zo,cisco:zo,citadel:zo,citi:zo,citic:zo,city:zo,cityeats:zo,claims:zo,cleaning:zo,click:zo,clinic:zo,clinique:zo,clothing:zo,cloud:{$:1,succ:{banzai:Uo,elementor:Mo,encoway:{$:0,succ:{eu:Mo}},statics:Uo,ravendb:Mo,axarnet:{$:0,succ:{"es-1":Mo}},diadem:Mo,jelastic:{$:0,succ:{vip:Mo}},jele:Mo,"jenv-aruba":{$:0,succ:{aruba:{$:0,succ:{eur:{$:0,succ:{it1:Mo}}}},it1:Mo}},keliweb:{$:2,succ:{cs:Mo}},oxa:{$:2,succ:{tn:Mo,uk:Mo}},primetel:{$:2,succ:{uk:Mo}},reclaim:{$:0,succ:{ca:Mo,uk:Mo,us:Mo}},trendhosting:{$:0,succ:{ch:Mo,de:Mo}},jotelulu:Mo,kuleuven:Mo,linkyard:Mo,magentosite:Uo,perspecta:Mo,vapor:Mo,"on-rancher":Uo,scw:{$:0,succ:{baremetal:{$:0,succ:{"fr-par-1":Mo,"fr-par-2":Mo,"nl-ams-1":Mo}},"fr-par":{$:0,succ:{fnc:{$:2,succ:{functions:Mo}},k8s:Yo={$:2,succ:{nodes:Mo}},s3:Mo,"s3-website":Mo,whm:Mo}},instances:{$:0,succ:{priv:Mo,pub:Mo}},k8s:Mo,"nl-ams":{$:0,succ:{k8s:Yo,s3:Mo,"s3-website":Mo,whm:Mo}},"pl-waw":{$:0,succ:{k8s:Yo,s3:Mo,"s3-website":Mo}},scalebook:Mo,smartlabeling:Mo}},sensiosite:Uo,trafficplex:Mo,urown:Mo,voorloper:Mo}},club:{$:1,succ:{cloudns:Mo,jele:Mo,barsy:Mo}},clubmed:zo,coach:zo,codes:{$:1,succ:{owo:Uo}},coffee:zo,college:zo,cologne:zo,comcast:zo,commbank:zo,community:{$:1,succ:{nog:Mo,ravendb:Mo,myforum:Mo}},company:zo,compare:zo,computer:zo,comsec:zo,condos:zo,construction:zo,consulting:zo,contact:zo,contractors:zo,cooking:zo,cookingchannel:zo,cool:{$:1,succ:{elementor:Mo,de:Mo}},corsica:zo,country:zo,coupon:zo,coupons:zo,courses:zo,cpa:zo,credit:zo,creditcard:zo,creditunion:zo,cricket:zo,crown:zo,crs:zo,cruise:zo,cruises:zo,cuisinella:zo,cymru:zo,cyou:zo,dabur:zo,dad:zo,dance:zo,data:zo,date:zo,dating:zo,datsun:zo,day:zo,dclk:zo,dds:zo,deal:zo,dealer:zo,deals:zo,degree:zo,delivery:zo,dell:zo,deloitte:zo,delta:zo,democrat:zo,dental:zo,dentist:zo,desi:zo,design:{$:1,succ:{bss:Mo}},dev:{$:1,succ:{autocode:Mo,lcl:Uo,lclstage:Uo,stg:Uo,stgstage:Uo,pages:Mo,r2:Mo,workers:Mo,curv:Mo,deno:Mo,"deno-staging":Mo,deta:Mo,fly:Mo,githubpreview:Mo,gateway:Uo,iserv:Mo,localcert:{$:0,succ:{user:Uo}},loginline:Mo,mediatech:Mo,ngrok:Mo,"ngrok-free":Mo,"platter-app":Mo,shiftcrypto:Mo,vercel:Mo,webhare:Uo}},dhl:zo,diamonds:zo,diet:zo,digital:{$:1,succ:{cloudapps:{$:2,succ:{london:Mo}}}},direct:zo,directory:zo,discount:zo,discover:zo,dish:zo,diy:zo,dnp:zo,docs:zo,doctor:zo,dog:zo,domains:zo,dot:zo,download:zo,drive:zo,dtv:zo,dubai:zo,dunlop:zo,dupont:zo,durban:zo,dvag:zo,dvr:zo,earth:{$:1,succ:{dapps:{$:0,succ:{"*":Mo,bzz:Uo}}}},eat:zo,eco:zo,edeka:zo,education:Go,email:zo,emerck:zo,energy:zo,engineer:zo,engineering:zo,enterprises:zo,epson:zo,equipment:zo,ericsson:zo,erni:zo,esq:zo,estate:{$:1,succ:{compute:Uo}},etisalat:zo,eurovision:zo,eus:{$:1,succ:{party:fi}},events:{$:1,succ:{koobin:Mo,co:Mo}},exchange:zo,expert:zo,exposed:zo,express:zo,extraspace:zo,fage:zo,fail:zo,fairwinds:zo,faith:pi={$:1,succ:{ybo:Mo}},family:zo,fan:zo,fans:zo,farm:{$:1,succ:{storj:Mo}},farmers:zo,fashion:zo,fast:zo,fedex:zo,feedback:zo,ferrari:zo,ferrero:zo,fiat:zo,fidelity:zo,fido:zo,film:zo,final:zo,finance:zo,financial:Go,fire:zo,firestone:zo,firmdale:zo,fish:zo,fishing:zo,fit:zo,fitness:zo,flickr:zo,flights:zo,flir:zo,florist:zo,flowers:zo,fly:zo,foo:zo,food:zo,foodnetwork:zo,football:zo,ford:zo,forex:zo,forsale:zo,forum:zo,foundation:zo,fox:zo,free:zo,fresenius:zo,frl:zo,frogans:zo,frontdoor:zo,frontier:zo,ftr:zo,fujitsu:zo,fun:zo,fund:zo,furniture:zo,futbol:zo,fyi:zo,gal:zo,gallery:zo,gallo:zo,gallup:zo,game:zo,games:zo,gap:zo,garden:zo,gay:zo,gbiz:zo,gdn:{$:1,succ:{cnpy:Mo}},gea:zo,gent:zo,genting:zo,george:zo,ggee:zo,gift:zo,gifts:zo,gives:zo,giving:zo,glass:zo,gle:zo,global:zo,globo:zo,gmail:zo,gmbh:zo,gmo:zo,gmx:zo,godaddy:zo,gold:zo,goldpoint:zo,golf:zo,goo:zo,goodyear:zo,goog:{$:1,succ:{cloud:Mo,translate:Mo,usercontent:Uo}},google:zo,gop:zo,got:zo,grainger:zo,graphics:zo,gratis:zo,green:zo,gripe:zo,grocery:zo,group:{$:1,succ:{discourse:Mo}},guardian:zo,gucci:zo,guge:zo,guide:zo,guitars:zo,guru:zo,hair:zo,hamburg:zo,hangout:zo,haus:zo,hbo:zo,hdfc:zo,hdfcbank:zo,health:{$:1,succ:{hra:Mo}},healthcare:zo,help:zo,helsinki:zo,here:zo,hermes:zo,hgtv:zo,hiphop:zo,hisamitsu:zo,hitachi:zo,hiv:zo,hkt:zo,hockey:zo,holdings:zo,holiday:zo,homedepot:zo,homegoods:zo,homes:zo,homesense:zo,honda:zo,horse:zo,hospital:zo,host:{$:1,succ:{cloudaccess:Mo,freesite:Mo,easypanel:Mo,fastvps:Mo,myfast:Mo,tempurl:Mo,wpmudev:Mo,jele:Mo,mircloud:Mo,pcloud:Mo,half:Mo}},hosting:{$:1,succ:{opencraft:Mo}},hot:zo,hoteles:zo,hotels:zo,hotmail:zo,house:zo,how:zo,hsbc:zo,hughes:zo,hyatt:zo,hyundai:zo,ibm:zo,icbc:zo,ice:zo,icu:zo,ieee:zo,ifm:zo,ikano:zo,imamat:zo,imdb:zo,immo:zo,immobilien:zo,inc:zo,industries:zo,infiniti:zo,ing:zo,ink:zo,institute:zo,insurance:zo,insure:zo,international:zo,intuit:zo,investments:zo,ipiranga:zo,irish:zo,ismaili:zo,ist:zo,istanbul:zo,itau:zo,itv:zo,jaguar:zo,java:zo,jcb:zo,jeep:zo,jetzt:zo,jewelry:zo,jio:zo,jll:zo,jmp:zo,jnj:zo,joburg:zo,jot:zo,joy:zo,jpmorgan:zo,jprs:zo,juegos:zo,juniper:zo,kaufen:zo,kddi:zo,kerryhotels:zo,kerrylogistics:zo,kerryproperties:zo,kfh:zo,kia:zo,kids:zo,kim:zo,kinder:zo,kindle:zo,kitchen:zo,kiwi:zo,koeln:zo,komatsu:zo,kosher:zo,kpmg:zo,kpn:zo,krd:{$:1,succ:{co:Mo,edu:Mo}},kred:zo,kuokgroup:zo,kyoto:zo,lacaixa:zo,lamborghini:zo,lamer:zo,lancaster:zo,lancia:zo,land:{$:1,succ:{static:{$:2,succ:{dev:Mo,sites:Mo}}}},landrover:zo,lanxess:zo,lasalle:zo,lat:zo,latino:zo,latrobe:zo,law:zo,lawyer:zo,lds:zo,lease:zo,leclerc:zo,lefrak:zo,legal:zo,lego:zo,lexus:zo,lgbt:zo,lidl:zo,life:zo,lifeinsurance:zo,lifestyle:zo,lighting:zo,like:zo,lilly:zo,limited:zo,limo:zo,lincoln:zo,link:{$:1,succ:{cyon:Mo,mypep:Mo,dweb:Uo}},lipsy:zo,live:{$:1,succ:{hlx:Mo}},living:zo,llc:zo,llp:zo,loan:zo,loans:zo,locker:zo,locus:zo,lol:{$:1,succ:{omg:Mo}},london:zo,lotte:zo,lotto:zo,love:zo,lpl:zo,lplfinancial:zo,ltd:zo,ltda:zo,lundbeck:zo,luxe:zo,luxury:zo,madrid:zo,maif:zo,maison:zo,makeup:zo,man:zo,management:{$:1,succ:{router:Mo}},mango:zo,map:zo,market:zo,marketing:zo,markets:zo,marriott:zo,marshalls:zo,maserati:zo,mattel:zo,mba:zo,mckinsey:zo,med:zo,media:yi={$:1,succ:{framer:Mo}},meet:zo,melbourne:zo,meme:zo,memorial:zo,men:zo,menu:wi={$:1,succ:{barsy:Mo}},merckmsd:zo,miami:zo,microsoft:zo,mini:zo,mint:zo,mit:zo,mitsubishi:zo,mlb:zo,mls:zo,mma:zo,mobile:zo,moda:zo,moe:zo,moi:zo,mom:zo,monash:zo,money:zo,monster:zo,mormon:zo,mortgage:zo,moscow:zo,moto:zo,motorcycles:zo,mov:zo,movie:zo,msd:zo,mtn:zo,mtr:zo,music:zo,mutual:zo,nab:zo,nagoya:zo,natura:zo,navy:zo,nba:zo,nec:zo,netbank:zo,netflix:zo,network:{$:1,succ:{alces:Uo,co:Mo,arvo:Mo,azimuth:Mo,tlon:Mo}},neustar:zo,new:zo,news:{$:1,succ:{noticeable:Mo}},next:zo,nextdirect:zo,nexus:zo,nfl:zo,ngo:zo,nhk:zo,nico:zo,nike:zo,nikon:zo,ninja:zo,nissan:zo,nissay:zo,nokia:zo,northwesternmutual:zo,norton:zo,now:zo,nowruz:zo,nowtv:zo,nra:zo,nrw:zo,ntt:zo,nyc:zo,obi:zo,observer:zo,office:zo,okinawa:zo,olayan:zo,olayangroup:zo,oldnavy:zo,ollo:zo,omega:zo,one:{$:1,succ:{onred:{$:2,succ:{staging:Mo}},service:Mo,homelink:Mo}},ong:zo,onl:zo,online:{$:1,succ:{eero:Mo,"eero-stage":Mo,barsy:Mo}},ooo:zo,open:zo,oracle:zo,orange:{$:1,succ:{tech:Mo}},organic:zo,origins:zo,osaka:zo,otsuka:zo,ott:zo,ovh:{$:1,succ:{nerdpol:Mo}},page:{$:1,succ:{hlx:Mo,hlx3:Mo,translated:Mo,codeberg:Mo,pdns:Mo,plesk:Mo,prvcy:Mo,rocky:Mo,magnet:Mo}},panasonic:zo,paris:zo,pars:zo,partners:zo,parts:zo,party:pi,passagens:zo,pay:zo,pccw:zo,pet:zo,pfizer:zo,pharmacy:zo,phd:zo,philips:zo,phone:zo,photo:zo,photography:zo,photos:yi,physio:zo,pics:zo,pictet:zo,pictures:{$:1,succ:{1337:Mo}},pid:zo,pin:zo,ping:zo,pink:zo,pioneer:zo,pizza:{$:1,succ:{ngrok:Mo}},place:Go,play:zo,playstation:zo,plumbing:zo,plus:zo,pnc:zo,pohl:zo,poker:zo,politie:zo,porn:{$:1,succ:{indie:Mo}},pramerica:zo,praxi:zo,press:zo,prime:zo,prod:zo,productions:zo,prof:zo,progressive:zo,promo:zo,properties:zo,property:zo,protection:zo,pru:zo,prudential:zo,pub:wi,pwc:zo,qpon:zo,quebec:zo,quest:zo,racing:zo,radio:zo,read:zo,realestate:zo,realtor:zo,realty:zo,recipes:zo,red:zo,redstone:zo,redumbrella:zo,rehab:zo,reise:zo,reisen:zo,reit:zo,reliance:zo,ren:zo,rent:zo,rentals:zo,repair:zo,report:zo,republican:zo,rest:zo,restaurant:zo,review:pi,reviews:zo,rexroth:zo,rich:zo,richardli:zo,ricoh:zo,ril:zo,rio:zo,rip:{$:1,succ:{clan:Mo}},rocher:zo,rocks:{$:1,succ:{myddns:Mo,"lima-city":Mo,webspace:Mo}},rodeo:zo,rogers:zo,room:zo,rsvp:zo,rugby:zo,ruhr:zo,run:{$:1,succ:{hs:Mo,development:Mo,ravendb:Mo,servers:Mo,build:Uo,code:Uo,database:Uo,migration:Uo,onporter:Mo,repl:Mo}},rwe:zo,ryukyu:zo,saarland:zo,safe:zo,safety:zo,sakura:zo,sale:zo,salon:zo,samsclub:zo,samsung:zo,sandvik:zo,sandvikcoromant:zo,sanofi:zo,sap:zo,sarl:zo,sas:zo,save:zo,saxo:zo,sbi:zo,sbs:zo,sca:zo,scb:zo,schaeffler:zo,schmidt:zo,scholarships:zo,school:zo,schule:zo,schwarz:zo,science:pi,scot:{$:1,succ:{edu:Mo,gov:{$:2,succ:{service:Mo}}}},search:zo,seat:zo,secure:zo,security:zo,seek:zo,select:zo,sener:zo,services:{$:1,succ:{loginline:Mo}},seven:zo,sew:zo,sex:zo,sexy:zo,sfr:zo,shangrila:zo,sharp:zo,shaw:zo,shell:zo,shia:zo,shiksha:zo,shoes:zo,shop:{$:1,succ:{base:Mo,hoplix:Mo,barsy:Mo}},shopping:zo,shouji:zo,show:zo,showtime:zo,silk:zo,sina:zo,singles:zo,site:{$:1,succ:{cloudera:Uo,cyon:Mo,fnwk:Mo,folionetwork:Mo,fastvps:Mo,jele:Mo,lelux:Mo,loginline:Mo,barsy:Mo,mintere:Mo,omniwe:Mo,opensocial:Mo,platformsh:Uo,tst:Uo,byen:Mo,srht:Mo,novecore:Mo}},ski:zo,skin:zo,sky:zo,skype:zo,sling:zo,smart:zo,smile:zo,sncf:zo,soccer:zo,social:zo,softbank:zo,software:zo,sohu:zo,solar:zo,solutions:{$:1,succ:{diher:Uo}},song:zo,sony:zo,soy:zo,spa:zo,space:{$:1,succ:{myfast:Mo,uber:Mo,xs4all:Mo}},sport:zo,spot:zo,srl:zo,stada:zo,staples:zo,star:zo,statebank:zo,statefarm:zo,stc:zo,stcgroup:zo,stockholm:zo,storage:zo,store:{$:1,succ:{sellfy:Mo,shopware:Mo,storebase:Mo}},stream:zo,studio:zo,study:zo,style:zo,sucks:zo,supplies:zo,supply:zo,support:wi,surf:zo,surgery:zo,suzuki:zo,swatch:zo,swiss:zo,sydney:zo,systems:{$:1,succ:{knightpoint:Mo}},tab:zo,taipei:zo,talk:zo,taobao:zo,target:zo,tatamotors:zo,tatar:zo,tattoo:zo,tax:zo,taxi:zo,tci:zo,tdk:zo,team:{$:1,succ:{discourse:Mo,jelastic:Mo}},tech:zo,technology:Go,temasek:zo,tennis:zo,teva:zo,thd:zo,theater:zo,theatre:zo,tiaa:zo,tickets:zo,tienda:zo,tiffany:zo,tips:zo,tires:zo,tirol:zo,tjmaxx:zo,tjx:zo,tkmaxx:zo,tmall:zo,today:{$:1,succ:{prequalifyme:Mo}},tokyo:zo,tools:zo,top:{$:1,succ:{"now-dns":Mo,ntdll:Mo}},toray:zo,toshiba:zo,total:zo,tours:zo,town:zo,toyota:zo,toys:zo,trade:pi,trading:zo,training:zo,travel:zo,travelchannel:zo,travelers:zo,travelersinsurance:zo,trust:zo,trv:zo,tube:zo,tui:zo,tunes:zo,tushu:zo,tvs:zo,ubank:zo,ubs:zo,unicom:zo,university:zo,uno:zo,uol:zo,ups:zo,vacations:zo,vana:zo,vanguard:zo,vegas:zo,ventures:zo,verisign:zo,versicherung:zo,vet:zo,viajes:zo,video:zo,vig:zo,viking:zo,villas:zo,vin:zo,vip:zo,virgin:zo,visa:zo,vision:zo,viva:zo,vivo:zo,vlaanderen:zo,vodka:zo,volkswagen:zo,volvo:zo,vote:zo,voting:zo,voto:zo,voyage:zo,vuelos:zo,wales:zo,walmart:zo,walter:zo,wang:zo,wanggou:zo,watch:zo,watches:zo,weather:zo,weatherchannel:zo,webcam:zo,weber:zo,website:yi,wedding:zo,weibo:zo,weir:zo,whoswho:zo,wien:zo,wiki:yi,williamhill:zo,win:zo,windows:zo,wine:zo,winners:zo,wme:zo,wolterskluwer:zo,woodside:zo,work:zo,works:zo,world:zo,wow:zo,wtc:zo,wtf:zo,xbox:zo,xerox:zo,xfinity:zo,xihuan:zo,xin:zo,"xn--11b4c3d":zo,"कॉम":zo,"xn--1ck2e1b":zo,"セール":zo,"xn--1qqw23a":zo,"佛山":zo,"xn--30rr7y":zo,"慈善":zo,"xn--3bst00m":zo,"集团":zo,"xn--3ds443g":zo,"在线":zo,"xn--3pxu8k":zo,"点看":zo,"xn--42c2d9a":zo,"คอม":zo,"xn--45q11c":zo,"八卦":zo,"xn--4gbrim":zo,"موقع":zo,"xn--55qw42g":zo,"公益":zo,"xn--55qx5d":zo,"公司":zo,"xn--5su34j936bgsg":zo,"香格里拉":zo,"xn--5tzm5g":zo,"网站":zo,"xn--6frz82g":zo,"移动":zo,"xn--6qq986b3xl":zo,"我爱你":zo,"xn--80adxhks":zo,"москва":zo,"xn--80aqecdr1a":zo,"католик":zo,"xn--80asehdb":zo,"онлайн":zo,"xn--80aswg":zo,"сайт":zo,"xn--8y0a063a":zo,"联通":zo,"xn--9dbq2a":zo,"קום":zo,"xn--9et52u":zo,"时尚":zo,"xn--9krt00a":zo,"微博":zo,"xn--b4w605ferd":zo,"淡马锡":zo,"xn--bck1b9a5dre4c":zo,"ファッション":zo,"xn--c1avg":zo,"орг":zo,"xn--c2br7g":zo,"नेट":zo,"xn--cck2b3b":zo,"ストア":zo,"xn--cckwcxetd":zo,"アマゾン":zo,"xn--cg4bki":zo,"삼성":zo,"xn--czr694b":zo,"商标":zo,"xn--czrs0t":zo,"商店":zo,"xn--czru2d":zo,"商城":zo,"xn--d1acj3b":zo,"дети":zo,"xn--eckvdtc9d":zo,"ポイント":zo,"xn--efvy88h":zo,"新闻":zo,"xn--fct429k":zo,"家電":zo,"xn--fhbei":zo,"كوم":zo,"xn--fiq228c5hs":zo,"中文网":zo,"xn--fiq64b":zo,"中信":zo,"xn--fjq720a":zo,"娱乐":zo,"xn--flw351e":zo,"谷歌":zo,"xn--fzys8d69uvgm":zo,"電訊盈科":zo,"xn--g2xx48c":zo,"购物":zo,"xn--gckr3f0f":zo,"クラウド":zo,"xn--gk3at1e":zo,"通販":zo,"xn--hxt814e":zo,"网店":zo,"xn--i1b6b1a6a2e":zo,"संगठन":zo,"xn--imr513n":zo,"餐厅":zo,"xn--io0a7i":zo,"网络":zo,"xn--j1aef":zo,"ком":zo,"xn--jlq480n2rg":zo,"亚马逊":zo,"xn--jvr189m":zo,"食品":zo,"xn--kcrx77d1x4a":zo,"飞利浦":zo,"xn--kput3i":zo,"手机":zo,"xn--mgba3a3ejt":zo,"ارامكو":zo,"xn--mgba7c0bbn0a":zo,"العليان":zo,"xn--mgbaakc7dvf":zo,"اتصالات":zo,"xn--mgbab2bd":zo,"بازار":zo,"xn--mgbca7dzdo":zo,"ابوظبي":zo,"xn--mgbi4ecexp":zo,"كاثوليك":zo,"xn--mgbt3dhd":zo,"همراه":zo,"xn--mk1bu44c":zo,"닷컴":zo,"xn--mxtq1m":zo,"政府":zo,"xn--ngbc5azd":zo,"شبكة":zo,"xn--ngbe9e0a":zo,"بيتك":zo,"xn--ngbrx":zo,"عرب":zo,"xn--nqv7f":zo,"机构":zo,"xn--nqv7fs00ema":zo,"组织机构":zo,"xn--nyqy26a":zo,"健康":zo,"xn--otu796d":zo,"招聘":zo,"xn--p1acf":{$:1,succ:{"xn--90amc":Mo,"xn--j1aef":Mo,"xn--j1ael8b":Mo,"xn--h1ahn":Mo,"xn--j1adp":Mo,"xn--c1avg":Mo,"xn--80aaa0cvac":Mo,"xn--h1aliz":Mo,"xn--90a1af":Mo,"xn--41a":Mo}},"рус":{$:1,succ:{"биз":Mo,"ком":Mo,"крым":Mo,"мир":Mo,"мск":Mo,"орг":Mo,"самара":Mo,"сочи":Mo,"спб":Mo,"я":Mo}},"xn--pssy2u":zo,"大拿":zo,"xn--q9jyb4c":zo,"みんな":zo,"xn--qcka1pmc":zo,"グーグル":zo,"xn--rhqv96g":zo,"世界":zo,"xn--rovu88b":zo,"書籍":zo,"xn--ses554g":zo,"网址":zo,"xn--t60b56a":zo,"닷넷":zo,"xn--tckwe":zo,"コム":zo,"xn--tiq49xqyj":zo,"天主教":zo,"xn--unup4y":zo,"游戏":zo,"xn--vermgensberater-ctb":zo,"vermögensberater":zo,"xn--vermgensberatung-pwb":zo,"vermögensberatung":zo,"xn--vhquv":zo,"企业":zo,"xn--vuq861b":zo,"信息":zo,"xn--w4r85el8fhu5dnra":zo,"嘉里大酒店":zo,"xn--w4rs40l":zo,"嘉里":zo,"xn--xhq521b":zo,"广东":zo,"xn--zfr164b":zo,"政务":zo,xyz:{$:1,succ:{blogsite:Mo,localzone:Mo,crafting:Mo,zapto:Mo,telebit:Uo}},yachts:zo,yahoo:zo,yamaxun:zo,yandex:zo,yodobashi:zo,yoga:zo,yokohama:zo,you:zo,youtube:zo,yun:zo,zappos:zo,zara:zo,zero:zo,zip:zo,zone:{$:1,succ:{cloud66:Mo,hs:Mo,triton:Uo,lima:Mo}},zuerich:zo}};function Si(e,t,n,r){for(var a=null,o=t;void 0!==o&&(0!=(o.$&r)&&(a={index:n+1,isIcann:1===o.$,isPrivate:2===o.$}),-1!==n);){var i=o.succ;o=i&&(i[e[n]]||i["*"]),n-=1}return a}function ji(e,t,n){if(!0!==function(e,t,n){if(!1===t.allowPrivateDomains&&e.length>3){var r=e.length-1,a=e.charCodeAt(r),o=e.charCodeAt(r-1),i=e.charCodeAt(r-2),u=e.charCodeAt(r-3);if(109===a&&111===o&&99===i&&46===u)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="com",!0;if(103===a&&114===o&&111===i&&46===u)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="org",!0;if(117===a&&100===o&&101===i&&46===u)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="edu",!0;if(118===a&&111===o&&103===i&&46===u)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="gov",!0;if(116===a&&101===o&&110===i&&46===u)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="net",!0;if(101===a&&100===o&&46===i)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="de",!0}return!1}(e,t,n)){var r=e.split("."),a=(!0===t.allowPrivateDomains?2:0)|(!0===t.allowIcannDomains?1:0),o=Si(r,Ei,r.length-1,a);if(null!==o)return n.isIcann=o.isIcann,n.isPrivate=o.isPrivate,void(n.publicSuffix=r.slice(o.index+1).join("."));var i=Si(r,Fi,r.length-1,a);if(null!==i)return n.isIcann=i.isIcann,n.isPrivate=i.isPrivate,void(n.publicSuffix=r.slice(i.index).join("."));n.isIcann=!1,n.isPrivate=!1,n.publicSuffix=r[r.length-1]}}var Ti,_i=c+P,Ri=P+c,Oi=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"isValidDomainOrHostname",value:function(e){var t=e;if(t===P)return!0;t.endsWith(_i)&&(t=t.substring(0,t.length-2)),t.startsWith(Ri)&&(t=t.substring(2));var n=function(e){return No(e,5,ji,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{domain:null,domainWithoutSuffix:null,hostname:null,isIcann:null,isIp:null,isPrivate:null,publicSuffix:null,subdomain:null})}(t);return t===n.domain||t===n.hostname}}]),e}();e.QuoteType=void 0,(Ti=e.QuoteType||(e.QuoteType={})).None="none",Ti.Single="single",Ti.Double="double";var Bi,Pi=function(){function t(){_classCallCheck(this,t)}return _createClass(t,null,[{key:"escapeUnescapedOccurrences",value:function(e,t){for(var n=o,r=0;r<e.length;r+=1)e[r]!==t||0!==r&&e[r-1]===g||(n+=g),n+=e[r];return n}},{key:"unescapeSingleEscapedOccurrences",value:function(e,t){for(var n=o,r=0;r<e.length;r+=1)e[r]!==t||e[r-1]!==g||1!==r&&e[r-2]===g||(n=n.slice(0,-1)),n+=e[r];return n}},{key:"getStringQuoteType",value:function(t){if(t.length>1){if(t.startsWith(D)&&t.endsWith(D))return e.QuoteType.Single;if(t.startsWith(k)&&t.endsWith(k))return e.QuoteType.Double}return e.QuoteType.None}},{key:"setStringQuoteType",value:function(n,r){var a=t.getStringQuoteType(n);switch(r){case e.QuoteType.None:return a===e.QuoteType.Single?t.escapeUnescapedOccurrences(n.slice(1,-1),D):a===e.QuoteType.Double?t.escapeUnescapedOccurrences(n.slice(1,-1),k):n;case e.QuoteType.Single:return a===e.QuoteType.None?D+t.escapeUnescapedOccurrences(n,D)+D:a===e.QuoteType.Double?D+t.escapeUnescapedOccurrences(t.unescapeSingleEscapedOccurrences(n.slice(1,-1),k),D)+D:n;case e.QuoteType.Double:return a===e.QuoteType.None?k+t.escapeUnescapedOccurrences(n,k)+k:a!==e.QuoteType.Double?k+t.escapeUnescapedOccurrences(t.unescapeSingleEscapedOccurrences(n.slice(1,-1),D),k)+k:n;default:return n}}},{key:"removeQuotes",value:function(e){return e.length>1&&(e[0]===D||e[0]===k)&&e[0]===e[e.length-1]?e.slice(1,-1):e}},{key:"quoteAndJoinStrings",value:function(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.QuoteType.Single,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"".concat(s).concat(i);return n.map((function(e){return t.setStringQuoteType(e,r)})).join(a)}}]),t}();!function(e){e.App="pipe_separated_apps",e.Csp="csp_value",e.DenyAllow="pipe_separated_denyallow_domains",e.Domain="pipe_separated_domains",e.Method="pipe_separated_methods",e.Permissions="permissions_value",e.ReferrerPolicy="referrerpolicy_value",e.StealthOption="pipe_separated_stealth_options"}(Bi||(Bi={}));var Ii=function(e){return!e.includes(P)&&e.split(c).every((function(e){return function(e){if(0===e.length)return!1;for(var t=0;t<e.length;t+=1){var n=e[t];if(!ga.has(n))return!1}return!0}(e)}))},Ni=function(e){return ba.has(e)},Li=function(e){return va.has(e)},$i=function(t){if(Pi.getStringQuoteType(t)!==e.QuoteType.Double)return!1;var n=Pi.removeQuotes(t);try{new URL(n)}catch(e){return!1}return!0},zi=function(e){return!e.includes(P)&&Oi.isValidDomainOrHostname(e)},Mi=function(e){return Oi.isValidDomainOrHostname(e)},qi=function(e,t){var n=[];if(t.forEach((function(e){e.exception&&n.push(e.value)})),n.length>0){var r=Pi.quoteAndJoinStrings(n);return Xa("".concat(La,": '").concat(e,"': ").concat(r))}return{valid:!0}},Ui=function(e,t){var n=t[0].exception,r=[];if(t.forEach((function(e){e.exception!==n&&r.push(e.value)})),r.length>0){var a=Pi.quoteAndJoinStrings(r);return Xa("".concat(Ra,": '").concat(e,"': ").concat(a))}return{valid:!0}},Wi=function(e,t,n,r){var a,o,i=e.modifier.value,u=Ga(i);if(null===(a=e.value)||void 0===a||!a.value)return u;try{o=t(e.value.value,I)}catch(e){return e instanceof yt?{valid:!1,error:e.message}:u}var s=[];if(o.children.forEach((function(e){n(e.value)||s.push(e.value)})),s.length>0){var c=Pi.quoteAndJoinStrings(s);return Xa("".concat(Ea,": '").concat(i,"': ").concat(c))}return r?r(i,o.children):{valid:!0}},Hi=function(t,n,r){return t===P||t===ka?{valid:!0}:t.startsWith(x)&&t.endsWith(C)?function(t,n,r){for(var a=[],o=0;o<t.length;o+=1){var i=t[o].trim();if(0!==i.length&&"self"!==i.toLowerCase()){if(Pi.getStringQuoteType(i)!==e.QuoteType.Double)return Xa("".concat(Ta,": '").concat(r,"': '").concat(n,"': '").concat(Pi.removeQuotes(i),"'"));$i(i)||a.push(i)}}if(a.length>0){var u=Pi.quoteAndJoinStrings(a);return Xa("".concat(ja,": '").concat(r,"': '").concat(n,"': ").concat(u))}return{valid:!0}}(t.slice(1,-1).split(i),n,r):Xa("".concat(qa,": '").concat(r,"'"))},Vi=function(e,t,n){if(!e)return Xa("".concat(qa,": '").concat(t,"'"));if(e.includes(s))return Xa("".concat(Pa,": '").concat(t,"': '").concat(n,"'"));var r=_slicedToArray(e.split("="),2),a=r[0],o=r[1];return wa.has(a)?Hi(o,a,t):Xa("".concat(Sa,": '").concat(t,"': '").concat(a,"'"))},Xi=(_defineProperty2(n={},Bi.App,(function(e){return Wi(e,(function(e){return ia.parse(e)}),Ii)})),_defineProperty2(n,Bi.Csp,(function(t){var n,r=t.modifier.value;if(null===(n=t.value)||void 0===n||!n.value)return Ga(r);var a=t.value.value.split(d).filter((function(e){return!!e})),o=Xa("".concat(qa,": '").concat(r,"': \"").concat(t.value.value,'"'));if(0===a.length)return o;for(var u=[],s=0;s<a.length;s+=1){var c=a[s].trim();if(!c)return o;var l=_toArray2(c.split(i)),f=l[0],p=l.slice(1);if(!f)return o;if(ya.has(f)){if(0===p.length)return Xa("".concat(Oa,": '").concat(r,"': '").concat(f,"'"))}else{if(ya.has(Pi.removeQuotes(f)))return Xa("".concat(Ba,": '").concat(r,"': ").concat(f));u.push(f)}}if(u.length>0){var h=Pi.quoteAndJoinStrings(u,e.QuoteType.Double);return Xa("".concat(Aa,": '").concat(r,"': ").concat(h))}return{valid:!0}})),_defineProperty2(n,Bi.DenyAllow,(function(e){return Wi(e,cn.parse,zi,qi)})),_defineProperty2(n,Bi.Domain,(function(e){return Wi(e,cn.parse,Mi)})),_defineProperty2(n,Bi.Method,(function(e){return Wi(e,(function(e){return ua.parse(e)}),Ni,Ui)})),_defineProperty2(n,Bi.Permissions,(function(e){var t;if(null===(t=e.value)||void 0===t||!t.value)return Ga(e.modifier.value);for(var n=e.modifier.value,r=e.value.value,a=e.value.value.split("".concat(m).concat(s)),o=0;o<a.length;o+=1){var i=a[o].trim(),u=Vi(i,n,r);if(!u.valid)return u}return{valid:!0}})),_defineProperty2(n,Bi.ReferrerPolicy,(function(e){var t;if(null===(t=e.value)||void 0===t||!t.value)return Ga(e.modifier.value);var n=e.modifier.value,r=e.value.value;return Da.has(r)?{valid:!0}:Xa("".concat(_a,": '").concat(n,"': '").concat(r,"'"))})),_defineProperty2(n,Bi.StealthOption,(function(e){return Wi(e,(function(e){return sa.parse(e)}),Li,qi)})),n),Gi=function(e,t){var n,r;if(function(e){return Object.keys(Xi).includes(e)}(t))return(0,Xi[t])(e);var a,o=e.modifier.value;if(null===(n=e.value)||void 0===n||!n.value)return Ga(o);try{a=To(t)}catch(e){throw new Error("".concat(Wa,": '").concat(o,"'"))}return a.test(null===(r=e.value)||void 0===r?void 0:r.value)?{valid:!0}:Xa("".concat(qa,": '").concat(o,"'"))},Yi=function(e,t,n){var r=Ya(e,t,n.modifier.value);return(null==r?void 0:r.docs)||null},Ki=_createClass((function t(){var n,r,a=this;_classCallCheck(this,t),_defineProperty2(this,"modifiersData",void 0),_defineProperty2(this,"allModifierNames",void 0),_defineProperty2(this,"exists",(function(e){return a.allModifierNames.has(e.modifier.value)})),_defineProperty2(this,"validate",(function(t,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=_r(n);if(o.modifier.value.startsWith(h)){if(!o.modifier.value.split("").every((function(e){return e===h})))return Xa("".concat(Fa,": '").concat(o.modifier.value,"'"));o.modifier.value=h}return a.exists(o)?t===e.AdblockSyntax.Common?{valid:!0}:function(t,n,r,a){if(n===e.AdblockSyntax.Common)throw new Error("Syntax should be specific, '".concat(e.AdblockSyntax.Common,"' is not supported"));var o=r.modifier.value,u=ma[n];if(!u)throw new Error("Unknown syntax: ".concat(n));var s=Ya(t,u,o);if(!s)return Xa("".concat($a,": '").concat(o,"'"));if(s[na.Removed])return Xa("".concat(za,": '").concat(o,"'"));if(s[na.Deprecated]){if(!s[na.DeprecationMessage])throw new Error("".concat(Ha,": '").concat(o,"'"));return{valid:!0,warn:s[na.DeprecationMessage].replace(w,i)}}if(s[na.BlockOnly]&&a)return Xa("".concat(xa,": '").concat(o,"'"));if(s[na.ExceptionOnly]&&!a)return Xa("".concat(Ca,": '").concat(o,"'"));if(!s[na.Negatable]&&r.exception)return Xa("".concat(Na,": '").concat(o,"'"));if(s[na.Assignable]){if(!r.value)return s[na.ValueOptional]?{valid:!0}:Ga(o);if(!s[na.ValueFormat])throw new Error("".concat(Va,": '").concat(o,"'"));return Gi(r,s[na.ValueFormat])}return null!=r&&r.value?Xa("".concat(Ma,": '").concat(o,"'")):{valid:!0}}(a.modifiersData,t,o,r):Xa("".concat(Ia,": '").concat(o.modifier.value,"'"))})),_defineProperty2(this,"getAdgDocumentationLink",(function(t){return a.exists(t)?Yi(a.modifiersData,ma[e.AdblockSyntax.Adg],t):null})),_defineProperty2(this,"getUboDocumentationLink",(function(t){return a.exists(t)?Yi(a.modifiersData,ma[e.AdblockSyntax.Ubo],t):null})),_defineProperty2(this,"getAbpDocumentationLink",(function(t){return a.exists(t)?Yi(a.modifiersData,ma[e.AdblockSyntax.Abp],t):null})),this.modifiersData=ha(),this.allModifierNames=(n=this.modifiersData,r=new Set,n.forEach((function(e){Object.keys(e).forEach((function(t){var n=e[t];r.add(n.name),n.aliases&&n.aliases.forEach((function(e){return r.add(e)}))}))})),r)})),Qi=new Ki,Ji=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"convertToAdg",value:function(e){throw new la}},{key:"convertToAbp",value:function(e){throw new la}},{key:"convertToUbo",value:function(e){throw new la}}]),e}(),Zi=function(e){_inherits(n,e);var t=_createSuper(n);function n(){return _classCallCheck(this,n),t.apply(this,arguments)}return _createClass(n,null,[{key:"convertToAdg",value:function(e){throw new la}},{key:"convertToAbp",value:function(e){throw new la}},{key:"convertToUbo",value:function(e){throw new la}}]),n}(Ji);function eu(e,t){return{result:e,isConverted:t}}function tu(e,t){return eu(e,t)}var nu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){if(t.type===e.CommentRuleType.CommentRule){if(t.type===e.CommentRuleType.CommentRule&&t.marker.value===e.CommentMarker.Hashmark){var n=_r(t);return n.marker.value=e.CommentMarker.Regular,n.text.value="".concat(i).concat(e.CommentMarker.Hashmark).concat(n.text.value),tu([n],!0)}return tu([t],!1)}return tu([t],!1)}}]),r}(Zi),ru="^",au=f,ou=c+l,iu=p+p,uu="^(http|https|ws|wss)://([a-z0-9-_.]+\\.)?",su="([^ a-zA-Z0-9.%_-]|$)",cu=l,du=ou,lu="^((?!",fu=").)*$",pu=new Set([l,"^","}",C,E,f,c,g,"{",x,A,p,"+","?","/"]),hu=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"isRegexPattern",value:function(e){var t=e.trim();return!!(t.length>2&&t.startsWith(T))&&ee.findNextUnescapedCharacter(t,T,1)===t.length-1}},{key:"negateRegexPattern",value:function(t){var n=t.trim(),r=!1;return e.isRegexPattern(n)&&(n=n.substring(1,n.length-1),r=!0),n.startsWith(lu)&&n.endsWith(fu)||(n.startsWith(ru)&&(n=n.substring(1)),n.endsWith(au)&&(n=n.substring(0,n.length-1)),n="".concat(lu).concat(n).concat(fu)),r&&(n="".concat(T).concat(n).concat(T)),n}},{key:"patternToRegexp",value:function(t){var n=t.trim();if(n===iu||n===p||n===cu||n===o)return ou;if(e.isRegexPattern(t))return t.substring(1,t.length-1);var r=o,a=0,i=n.length;n[0]===p&&(n[1]===p?(r+=uu,a=2):(r+=ru,a=1));var u=!1;for(n.endsWith(p)&&(u=!0,i-=1);a<i;a+=1)n[a]===cu?r+=du:"^"===n[a]?r+=su:pu.has(n[a])?r+=g+n[a]:r+=n[a];return u&&(r+=au),r}}]),e}();function mu(e){return{type:e.type,separator:e.separator,children:e.children.map((function(e){return _objectSpread2({},e)}))}}function gu(e){return{type:e.type,children:e.children.map((function(e){var t={type:e.type,exception:e.exception,modifier:_objectSpread2({},e.modifier)};return e.value&&(t.value=_objectSpread2({},e.value)),t}))}}var bu,vu;!function(e){e.Contains="contains",e.HasText="has-text",e.MinTextLength="min-text-length"}(bu||(bu={})),function(e){e.MaxLength="max-length",e.MinLength="min-length",e.TagContent="tag-content",e.Wildcard="wildcard"}(vu||(vu={}));var yu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){if(t.syntax===e.AdblockSyntax.Adg)return tu([t],!1);if(t.syntax===e.AdblockSyntax.Abp)throw new fa("Invalid rule, ABP does not support HTML filtering rules");var n,r=[],a=_createForOfIteratorHelper(t.body.body.children);try{for(a.s();!(n=a.n()).done;){var o=n.value;if(o.type!==e.CssTreeNodeType.Selector)throw new fa("Expected selector, got '".concat(o.type,"'"));if(0===o.children.length)throw new fa("Invalid selector, no children are present");for(var i=-1,u=-1,s={type:e.CssTreeNodeType.Selector,children:[]},c=0;c<o.children.length;c+=1){var d=o.children[c];switch(d.type){case e.CssTreeNodeType.TypeSelector:if(0!==c)throw new fa("Tag selector should be the first child, if present");s.children.push(_r(d));break;case e.CssTreeNodeType.AttributeSelector:switch(d.name.name){case vu.MinLength:i=Or.parseAttributeSelectorValueAsNumber(d);break;case vu.MaxLength:u=Or.parseAttributeSelectorValueAsNumber(d);break;case vu.TagContent:case vu.Wildcard:Or.assertAttributeSelectorHasStringValue(d),s.children.push(_r(d));break;default:s.children.push(_r(d))}break;case e.CssTreeNodeType.PseudoClassSelector:Or.assertPseudoClassHasAnyArgument(d);var l=d.children[0];if(l.type!==e.CssTreeNodeType.String&&l.type!==e.CssTreeNodeType.Raw&&l.type!==e.CssTreeNodeType.Number)throw new fa("Unsupported argument type '".concat(l.type,"' for pseudo class '").concat(d.name,"'"));switch(d.name){case bu.HasText:case bu.Contains:if(hu.isRegexPattern(l.value))throw new fa("Conversion of RegExp patterns is not yet supported");s.children.push(Or.createAttributeSelectorNode(vu.TagContent,l.value));break;case bu.MinTextLength:i=Or.parsePseudoClassArgumentAsNumber(d);break;default:throw new fa("Unsupported pseudo class '".concat(d.name,"'"))}break;default:throw new fa("Unsupported node type '".concat(d.type,"'"))}}-1!==i&&s.children.push(Or.createAttributeSelectorNode(vu.MinLength,String(i))),s.children.push(Or.createAttributeSelectorNode(vu.MaxLength,String(-1===u?262144:u))),r.push({category:e.RuleCategory.Cosmetic,type:e.CosmeticRuleType.HtmlFilteringRule,syntax:e.AdblockSyntax.Adg,separator:{type:"Value",value:t.exception?e.CosmeticRuleSeparator.AdgHtmlFilteringException:e.CosmeticRuleSeparator.AdgHtmlFiltering},body:{type:"HtmlFilteringRuleBody",body:{type:e.CssTreeNodeType.SelectorList,children:[{type:e.CssTreeNodeType.Selector,children:[s]}]}},exception:t.exception,domains:mu(t.domains)})}}catch(e){a.e(e)}finally{a.f()}return tu(r,!0)}}]),r}(Zi);function wu(e){if(0===e.children.length)throw new Error("Empty scriptlet");return e.children[0].value}function ku(e,t){if(e.children.length>0)for(var n=0;n<e.children.length;n+=1)e.children[n].value=Pi.setStringQuoteType(e.children[n].value,t)}var Du,xu,Cu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){if(t.syntax===e.AdblockSyntax.Adg)return tu([t],!1);var n=t.separator.value;n=t.exception?e.CosmeticRuleSeparator.AdgJsInjectionException:e.CosmeticRuleSeparator.AdgJsInjection;var r,a,i,u,s=[],c=_createForOfIteratorHelper(t.body.children);try{for(c.s();!(r=c.n()).done;){var d=r.value,l={type:(u=d).type,children:u.children.map((function(e){return _objectSpread2({},e)}))},f=Pi.setStringQuoteType(wu(l),e.QuoteType.None),p=void 0;switch(t.syntax){case e.AdblockSyntax.Abp:p="abp-";break;case e.AdblockSyntax.Ubo:p="ubo-";break;default:p=o}f.startsWith(p)||(a=l,i="".concat(p).concat(f),a.children.length>0&&(a.children[0].value=i)),ku(l,e.QuoteType.Single),s.push(l)}}catch(e){c.e(e)}finally{c.f()}return tu(s.map((function(r){var a={category:t.category,type:t.type,syntax:e.AdblockSyntax.Adg,exception:t.exception,domains:mu(t.domains),separator:{type:"Value",value:n},body:{type:t.body.type,children:[r]}};return t.modifiers&&(a.modifiers=gu(t.modifiers)),a})),!0)}}]),r}(Zi),Au=function(e){_inherits(n,_wrapNativeSuper(Map));var t=_createSuper(n);function n(){return _classCallCheck(this,n),t.apply(this,arguments)}return _createClass(n,[{key:"add",value:function(e){for(var t,r=_get(_getPrototypeOf(n.prototype),"get",this).call(this,e),a=arguments.length,o=new Array(a>1?a-1:0),i=1;i<a;i++)o[i-1]=arguments[i];Gr(r)&&(r=[],_get(_getPrototypeOf(n.prototype),"set",this).call(this,e,o)),(t=r).push.apply(t,o)}}]),n}(),Eu="matches-path",Fu=new Set([A,E,s,g]),Su=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"convertFromUbo",value:function(e){var t=new Au;if(e.children.forEach((function(e,n){if(e.modifier.value===Eu){if(!e.value)throw new fa("'".concat(Eu,"' operator requires a value"));var r=hu.isRegexPattern(e.value.value)?ee.escapeCharacters(e.value.value,Fu):e.value.value;t.add(n,Yr("path",e.exception?"".concat(T).concat(hu.negateRegexPattern(hu.patternToRegexp(r))).concat(T):r))}})),t.size){var n=_r(e);return n.children=n.children.map((function(e,n){var r=t.get(n);return null!=r?r:e})).flat(),eu(n,!0)}return eu(e,!1)}}]),e}();!function(e){e.AbpContains="-abp-contains",e.AbpHas="-abp-has",e.Contains="contains",e.Has="has",e.HasText="has-text",e.MatchesCss="matches-css",e.MatchesCssAfter="matches-css-after",e.MatchesCssBefore="matches-css-before",e.Not="not"}(Du||(Du={})),function(e){e.After="after",e.Before="before"}(xu||(xu={}));var ju=new Set([xu.After,xu.Before]),Tu=new Set([Du.MatchesCssAfter,Du.MatchesCssBefore]),_u=new Set([Du.Not,Du.MatchesCssBefore,Du.MatchesCssAfter]),Ru=new Set([Du.AbpContains,Du.AbpHas,Du.HasText]);function Ou(t){if(t.type!==e.CssTreeNodeType.PseudoClassSelector||!Tu.has(t.name))return eu(t,!1);var n=_r(t);if(!n.children||n.children.length<1)throw new Error("Invalid ".concat(t.name," pseudo-class: missing argument"));n.name=Du.MatchesCss;var r=t.name.substring(Du.MatchesCss.length+1),a=n.children[0];if(!a)throw new Error("Invalid ".concat(t.name," pseudo-class: argument shouldn't be null"));if(a.type!==e.CssTreeNodeType.Raw)throw new Error("Invalid ".concat(t.name," pseudo-class: unexpected argument type"));return a.value="".concat(r,",").concat(a.value),eu(n,!0)}function Bu(t){if(!mn.find(t,(function(t){return t.type===e.CssTreeNodeType.PseudoClassSelector?_u.has(t.name):t.type===e.CssTreeNodeType.AttributeSelector&&t.name.name.startsWith(bn)})))return eu(t,!1);var n=_r(t);return mn.walk(n,{leave:function(t){var n=Ou(t);if(n.isConverted&&Object.assign(t,n.result),t.type===e.CssTreeNodeType.AttributeSelector&&t.name.name.startsWith(bn)&&"="===t.matcher){if(!t.value)throw new Error("Invalid ".concat(t.name," attribute selector: missing value"));var r=t.name.name.substring(5),a=[];if([Du.Has,Du.Not].includes(r)){var i=t.value;if(i.type===e.CssTreeNodeType.Identifier)a.push(i);else if(i.type===e.CssTreeNodeType.String){var u=Bu(Or.parsePlain(i.value,e.CssTreeParserContext.selectorList));a.push(u.result)}}else{var s=o;t.value.type===e.CssTreeNodeType.String?s=t.value.value:t.value.type===e.CssTreeNodeType.Identifier&&(s=t.value.name),a.push({type:e.CssTreeNodeType.Raw,value:s})}var c={type:e.CssTreeNodeType.PseudoClassSelector,name:r,children:a},d=Ou(c);Object.assign(t,d.isConverted?d.result:c)}}}),eu(n,!0)}var Pu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){var n=Bu(t),r=function(t){if(!mn.find(t,(function(t){return t.type===e.CssTreeNodeType.PseudoClassSelector&&ju.has(t.name)})))return eu(t,!1);var n=_r(t);return mn.walk(n,{leave:function(t){t.type===e.CssTreeNodeType.PseudoClassSelector&&ju.has(t.name)&&Object.assign(t,_objectSpread2(_objectSpread2({},t),{},{type:e.CssTreeNodeType.PseudoElementSelector}))}}),eu(n,!0)}(n.result);if(!(n.isConverted||r.isConverted||mn.find(t,(function(t){return t.type===e.CssTreeNodeType.PseudoClassSelector&&Ru.has(t.name)}))))return eu(t,!1);var a=n.isConverted||r.isConverted?r.result:_r(t);return mn.walk(a,{leave:function(t){t.type===e.CssTreeNodeType.PseudoClassSelector&&(t.name!==Du.AbpContains&&t.name!==Du.HasText||Or.renamePseudoClass(t,Du.Contains),t.name===Du.AbpHas&&Or.renamePseudoClass(t,Du.Has))}}),eu(a,!0)}}]),r}(Ji),Iu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){var n=t.separator.value,r=n;r=Or.hasAnySelectorExtendedCssNode(t.body.selectorList)||t.body.remove?t.exception?e.CosmeticRuleSeparator.AdgExtendedCssInjectionException:e.CosmeticRuleSeparator.AdgExtendedCssInjection:t.exception?e.CosmeticRuleSeparator.AdgCssInjectionException:e.CosmeticRuleSeparator.AdgCssInjection;var a=Pu.convertToAdg(t.body.selectorList);if(t.syntax!==e.AdblockSyntax.Common&&t.syntax!==e.AdblockSyntax.Adg||n!==r||a.isConverted){var o=_r(t);return o.syntax=e.AdblockSyntax.Adg,o.separator.value=r,o.body.selectorList=a.result,tu([o],!0)}return tu([t],!1)}}]),r}(Zi),Nu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){var n=t.separator.value,r=n;r=Or.hasAnySelectorExtendedCssNode(t.body.selectorList)?t.exception?e.CosmeticRuleSeparator.ExtendedElementHidingException:e.CosmeticRuleSeparator.ExtendedElementHiding:t.exception?e.CosmeticRuleSeparator.ElementHidingException:e.CosmeticRuleSeparator.ElementHiding;var a=Pu.convertToAdg(t.body.selectorList);if(t.syntax!==e.AdblockSyntax.Common&&t.syntax!==e.AdblockSyntax.Adg||n!==r||a.isConverted){var o=_r(t);return o.syntax=e.AdblockSyntax.Adg,o.separator.value=r,o.body.selectorList=a.result,tu([o],!0)}return tu([t],!1)}}]),r}(Zi);function Lu(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.AdblockSyntax.Common,o={category:e.RuleCategory.Network,type:"NetworkRule",syntax:a,exception:r,pattern:{type:"Value",value:t}};return Gr(n)||(o.modifiers=_r(n)),o}var $u="responseheader",zu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){if(t.category!==e.RuleCategory.Cosmetic||t.type!==e.CosmeticRuleType.HtmlFilteringRule||t.body.body.type!==e.CssTreeNodeType.Function||t.body.body.name!==$u)return tu([t],!1);var n=[];if(1===t.domains.children.length)n.push(iu,t.domains.children[0].value,"^");else if(t.domains.children.length>1)throw new fa("Multiple domains are not supported yet");var r=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return{type:"ModifierList",children:e.length?_r(e):[]}}();return r.children.push(Yr("removeheader",Or.generateFunctionPlainValue(t.body.body))),tu([Lu(n.join(o),r,t.exception,e.AdblockSyntax.Adg)],!0)}}]),r}(Zi),Mu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){var n,r;switch(t.type){case e.CosmeticRuleType.ElementHidingRule:n=Nu.convertToAdg(t);break;case e.CosmeticRuleType.ScriptletInjectionRule:n=Cu.convertToAdg(t);break;case e.CosmeticRuleType.CssInjectionRule:n=Iu.convertToAdg(t);break;case e.CosmeticRuleType.HtmlFilteringRule:n=t.body.body.type===e.CssTreeNodeType.Function&&t.body.body.name===$u?zu.convertToAdg(t):yu.convertToAdg(t);break;case e.CosmeticRuleType.JsInjectionRule:n=tu([t],!1);break;default:throw new fa("Unsupported cosmetic rule type")}if(t.modifiers)if(t.syntax===e.AdblockSyntax.Ubo){if(t.type===e.CosmeticRuleType.ScriptletInjectionRule)throw new fa("uBO scriptlet injection rules don't support cosmetic rule modifiers");r=Su.convertFromUbo(t.modifiers)}else if(t.syntax===e.AdblockSyntax.Abp)throw new fa("ABP don't support cosmetic rule modifiers");return n.result.length>1||n.isConverted||r&&r.isConverted?(n.result.forEach((function(t){r&&t.category===e.RuleCategory.Cosmetic&&(t.modifiers=r.result)})),n):tu([t],!1)}}]),r}(Zi),qu={exports:{}};!function(){var e,t,n;function r(e){var t=e.injections;return(void 0===t?[]:t).reduce((function(e,t){return"".concat(e,"\n").concat(t.toString())}),e.toString())}function a(e,t){return"".concat(t,"\n const updatedArgs = args ? [].concat(source).concat(args) : [source];\n try {\n ").concat(e.name,".apply(this, updatedArgs);\n } catch (e) {\n console.log(e);\n }")}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=JSON.stringify(e),a=e.args?"[".concat(e.args.map((function(e){return JSON.stringify(e)})),"]"):void 0,o=a?"".concat(r,", ").concat(a):r;return n?"(function(source, args){\n".concat(t,"\n})(").concat(o,");"):"(".concat(t,")(").concat(o,");")}function i(e){return"function(source, args){\n".concat(e,"\n}")}var u=function(e){return 0===Object.keys(e).length&&!e.prototype},s=function(e,t){var n=Object.getOwnPropertyDescriptor(e,t);return n&&n.configurable?n:null};function c(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}var d=function(e){return(Number.isNaN||window.isNaN)(e)},l=function(e){return(Number.isFinite||window.isFinite)(e)},f=function(e){var t=parseInt(e,10);return d(t)?null:t};function p(e,t){return e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1)+e)}var h=function(e,t,n){return e.split(t).join(n)},m=function(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")},g=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)},b=function(e){var t,n="/",r=m(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t},v=function(e,t){var n=e.search(t);return e.substring(0,n)},y=function(e,t){if(!e)return e;var n=e.indexOf(t);return n<0?"":e.substring(n+t.length)},w=function(e,t){if(!e||!t)return e;var n=e.indexOf(t);return n<0?e:e.substring(0,n)},k=function(e){return("'"===e[0]&&"'"===e[e.length-1]||'"'===e[0]&&'"'===e[e.length-1])&&(e=e.substring(1,e.length-1)),e=e.replace(/\'/g,'"'),"'".concat(e,"'")},D=function(e){var t=e.indexOf("("),n=e.lastIndexOf(")");return e.substring(t+1,n)},x=function(e){var t="undefined";if(null===e)t="null";else if(e instanceof Object){var n="iceServers",r="urls";Object.prototype.hasOwnProperty.call(e,n)&&e[n]&&Object.prototype.hasOwnProperty.call(e[n][0],r)&&e[n][0][r]&&(t=e[n][0][r].toString())}return t},C=function(e){var t="!",n=e;return null!=e&&e.startsWith(t)&&(n=e.slice(1)),b(n)},A=function(e){var t="!",n=e;null!=e&&e.startsWith(t)&&(n=e.slice(1));var r=parseFloat(n);return!d(r)&&l(r)},E=function(e){var t="!",n=!!e&&(null==e?void 0:e.startsWith(t)),r=n?e.slice(1):e;return{isInvertedMatch:n,matchRegexp:g(r),matchValue:r}},F=function(e){var t="!",n=null==e?void 0:e.startsWith(t),r=n?e.slice(1):e,a=parseInt(r,10);return{isInvertedDelayMatch:n,delayMatch:d(a)?null:a}},S=function e(t){return t&&"object"===_typeof2(t)?u(t)?"{}":Object.entries(t).map((function(t){var n=t[0],r=t[1],a=r;return r instanceof Object&&(a="{ ".concat(e(r)," }")),"".concat(n,':"').concat(a,'"')})).join(" "):String(t)},j=function(e){return void 0===e?"undefined":"object"===_typeof2(e)?null===e?"null":S(e):e.toString()};function T(e){for(var t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()_+=~",r=n.length,a=0;a<e;a+=1)t+=n.charAt(Math.floor(Math.random()*r));return t}function _(e){var t=e;if("true"===t)return t=Math.random().toString(36).slice(-10);if(t=t.replace("length:",""),!/^\d+-\d+$/.test(t))return null;var n=f(t.split("-")[0]),r=f(t.split("-")[1]);if(!l(n)||!l(r))return null;if(n>r){var a=n;n=r,r=a}return r>5e5?null:t=T(p(n,r))}function R(e){if("undefined"!==e){if("false"===e)return!1;if("true"===e)return!0;if("null"===e)return null;if("NaN"===e)return NaN;var t=32767,n=Number(e);if(!d(n)){if(Math.abs(n)>t)throw new Error("number values bigger than 32767 are not allowed");return n}var r="'".concat(e,"' value type can't be inferred");try{var a=JSON.parse(e);if(a instanceof Object||"string"==typeof a)return a}catch(e){r+=": ".concat(e)}throw new TypeError(r)}}function O(e,t,n,r){for(var a=n||Object.keys(t)[0],o=0;o<e.length;o+=1)a=t[a](e,o,r);return a}var B="#//scriptlet",P=function(){var e="",t=[];return{saveSymb:function(t){return e+=t},saveStr:function(){t.push(e),e=""},getAll:function(){return[].concat(t)}}},I=function(e,t){if(!e)return e;var n=e.indexOf(t);return n<0?"":e.substring(n+t.length)},N=function(e){var t;e=I(e,B);var n=function(e,t,n){var r,a=n.sep,o=e[t];switch(o){case" ":case"(":case",":r="opened";break;case"'":case'"':a.symb=o,r="param";break;case")":r=t===e.length-1?"closed":"opened";break;default:throw new Error("The rule is not a scriptlet")}return r},r=function(e,t,n){var r=n.saver,a=n.sep,o=e[t];switch(o){case"'":case'"':var i=e[t-1];if(o===a.symb&&"\\"!==i)return a.symb=null,r.saveStr(),"opened";default:return r.saveSymb(o),"param"}},a=(_defineProperty2(t={},"opened",n),_defineProperty2(t,"param",r),_defineProperty2(t,"closed",(function(){})),t),o={symb:null},i=P();if("closed"!==O(e,a,"opened",{sep:o,saver:i}))throw new Error("Invalid scriptlet rule ".concat(e));var u=i.getAll();return{name:u[0],args:u.slice(1)}},L=function(e){return void 0!==e},$=function(e){return void 0!==e&&("function"==typeof e||"object"===_typeof2(e)&&null!==e&&"handleEvent"in e&&"function"==typeof e.handleEvent)},z=function(e){return"function"==typeof e?e.toString():e.handleEvent.toString()},M=function(e){return"*"===e},q=function(e){var t=1e3,n=parseInt(e,10);return d(n)?t:n},U=function(e,t){return M(e)||t===q(e)},W=function(e){var t=.05,n=.001,r=50,a=parseFloat(e),o=d(a)||!l(a)?t:a;return o<n&&(o=n),o>r&&(o=r),o},H=function(e){var t=[];e.forEach((function(e){return t.push(e)}));for(var n=[];t.length;){var r=t.pop();Array.isArray(r)?r.forEach((function(e){return t.push(e)})):n.push(r)}return n.reverse()},V=function(e){return!!e},X=function(e){for(var t=[],n=0;n<e.length;n+=1)t.push(e[n]);return t},G=function(e){return"/"===e||"none"===e},Y=function(e){return"/"===e?"path=/":""},K=function(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=";";if(!r&&(e.includes(a)||"".concat(t).includes(a)))return null;var o=r?encodeURIComponent(e):e,i=r?encodeURIComponent(t):t;return"".concat(o,"=").concat(i,"; ").concat(Y(n),";")},Q=function(e){if(!e)return null;var t;if(new Set(["true","false","yes","y","no","n","ok","accept","reject","allow","deny"]).has(e.toLowerCase()))t=e;else{if(!/^\d+$/.test(e))return null;if(t=parseFloat(e),d(t))return null;if(Math.abs(t)<0||Math.abs(t)>15)return null}return t},J=function(e){var t="=",n=";",r=e.split(n),a={};return r.forEach((function(e){var n,r="",o=e.indexOf(t);-1===o?n=e.trim():(n=e.slice(0,o).trim(),r=e.slice(o+1)),a[n]=r||null})),a},Z=function(e,t,n){return e.split(";").some((function(e){var r=e.indexOf("=");if(-1===r)return!1;var a=e.slice(0,r).trim(),o=e.slice(r+1).trim();return t===a&&n===o}))},ee=function(e){var t,n=1e3;if("1year"===e)t=31536e3;else if("1day"===e)t=86400;else if(t=Number.parseInt(e,10),Number.isNaN(t))return null;return t*n},te=function(){},ne=function(){return te},re=function(){return null},ae=function(){return!0},oe=function(){return!1};function ie(){return this}var ue=function(){return""},se=function(){return[]},ce=function(){return{}},de=function(){throw new Error},le=function(){return Promise.reject()},fe=function(){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"default";if("undefined"!=typeof Response){var n=new Response(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"{}",{status:200,statusText:"OK"});return Object.defineProperties(n,{url:{value:e},type:{value:t}}),Promise.resolve(n)}},pe=function(e,t){var n="inlineScript",r="injectedScript",a="<anonymous>",o=function(e){return e.includes(n)},i=function(e){return e.includes(r)};if(!o(e)&&!i(e))return!1;var u=window.location.href,s=u.indexOf("#");-1!==s&&(u=u.slice(0,s));var c=t.split("\n").slice(2).map((function(e){return e.trim()})),d=c.map((function(e){var t,n=/(.*?@)?(\S+)(:\d+):\d+\)?$/.exec(e);if(n){var o,i,u=n[2];if(null!==(o=u)&&void 0!==o&&o.startsWith("(")&&(u=u.slice(1)),null!==(i=u)&&void 0!==i&&i.startsWith(a)){var s;u=r;var c=void 0!==n[1]?n[1].slice(0,-1):e.slice(0,n.index).trim();null!==(s=c)&&void 0!==s&&s.startsWith("at")&&(c=c.slice(2).trim()),t="".concat(c," ").concat(u).trim()}else t=u}else t=e;return t}));if(d)for(var l=0;l<d.length;l+=1){if(o(e)&&u===d[l])return!0;if(i(e)&&d[l].startsWith(r))return!0}return!1},he=function(e){var t=[];return e&&e.querySelectorAll("*").forEach((function(e){e.shadowRoot&&t.push(e)})),t},me=function(e,t){var n=[],r=[];t.forEach((function(t){var a=t.querySelectorAll(e);n=n.concat([].slice.call(a));var o=t.shadowRoot,i=o.querySelectorAll(e);n=n.concat([].slice.call(i)),r.push(he(o))}));var a=H(r);return{targets:n,innerHosts:a}},ge=function(e){return e instanceof Function||"string"==typeof e},be=function(e){var t=Math.floor(parseInt(e,10));return"number"!=typeof t||d(t)?e:t},ve=function(e){var t=e.callback,n=e.delay,r=e.matchCallback,a=e.matchDelay;if(!ge(t))return!1;if(!C(r)||a&&!A(a))return!1;var o=E(r),i=o.isInvertedMatch,u=o.matchRegexp,s=F(a),c=s.isInvertedDelayMatch,d=s.delayMatch,l=be(n),f=String(t);return null===d?u.test(f)!==i:r?u.test(f)!==i&&l===d!==c:l===d!==c},ye=function(e){var t;if(e){if("trueFunc"===e)t=ae;else if(e.includes("=")&&e.startsWith("{")&&e.endsWith("}")){var n=e.slice(1,-1),r=w(n,"=");"noopFunc"===y(n,"=")&&((t={})[r]=te)}}else t=te;return t},we=function(e){var t,n=function(e){return e.Object="data",e.Iframe="src",e}({}),r=e.replacement,a=e.url,o=e.delay;t="obj"===r?"object":"iframe";var i=document.createElement(t);return i instanceof HTMLObjectElement?i[n.Object]=a:i instanceof HTMLIFrameElement&&(i[n.Iframe]=a),i.style.setProperty("height","1px","important"),i.style.setProperty("position","fixed","important"),i.style.setProperty("top","-1px","important"),i.style.setProperty("width","1px","important"),document.body.appendChild(i),setTimeout((function(){return i.remove()}),1e3*o),i},ke=function(e){return function(t,n){return(!n||"closed"!==n)&&("function"==typeof e?te:n&&t[n])}},De=function(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}};function xe(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],a=t.indexOf(".");if(-1===a){if("*"===t||"[]"===t)for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&r.push({base:e,prop:o});else r.push({base:e,prop:t});return r}var i=t.slice(0,a);if("[]"===i&&Array.isArray(e)||"*"===i&&e instanceof Object){var u=t.slice(a+1);Object.keys(e).forEach((function(t){xe(e[t],u,n,r)}))}var s=e[i];return t=t.slice(a+1),void 0!==s&&xe(s,t,n,r),r}var Ce=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}};function Ae(e,t,n,r){if(!t)return!1;var a;if(0===n.length&&r.length>0){var o=JSON.stringify(t);if(g(r.join("")).test(o))return Ce(e,"".concat(window.location.hostname,"\n").concat(JSON.stringify(t,null,2)),!0),t&&"object"===_typeof2(t)&&Ce(e,t,!0,!1),a=!1}for(var i=[".*.","*.",".*",".[].","[].",".[]"],u=function(){var e=r[s],n=e.split(".").pop(),o=i.some((function(t){return e.includes(t)})),u=xe(t,e,o);a=!o;for(var c=0;c<u.length;c+=1){var d="string"==typeof n&&void 0!==u[c].base[n];a=o?d||a:d&&a}},s=0;s<r.length;s+=1)u();return a}var Ee=function(e,t,n,r){if(0===n.length&&0===r.length)return Ce(e,"".concat(window.location.hostname,"\n").concat(JSON.stringify(t,null,2)),!0),t&&"object"===_typeof2(t)&&Ce(e,t,!0,!1),t;try{if(!1===Ae(e,t,n,r))return t;n.forEach((function(n){xe(t,n,!0).forEach((function(t){void 0!==t&&t.base&&(delete t.base[t.prop],De(e))}))}))}catch(t){Ce(e,t)}return t},Fe=function(){var e=Object.getOwnPropertyDescriptor(RegExp.prototype,"test"),t=null==e?void 0:e.value;if(e&&"function"==typeof e.value)return t;throw new Error("RegExp.prototype.test is not a function")},Se=function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{body:"{}"},r={};null==e||null===(t=e.headers)||void 0===t||t.forEach((function(e,t){r[t]=e}));var a=new Response(n.body,{status:e.status,statusText:e.statusText,headers:r});return Object.defineProperties(a,{url:{value:e.url},type:{value:n.type||e.type}}),a},je=function(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]},Te=function(e){var t=je().map((function(t){return[t,e[t]]}));return Object.fromEntries(t)},_e=function(e){var t,n,r={};if(e[0]instanceof Request){var a=Te(e[0]);t=a.url,n=a}else t=e[0],n=e[1];return r.url=t,n instanceof Object&&Object.keys(n).forEach((function(e){r[e]=n[e]})),r},Re=function(e,t,n,r,a){return{method:e,url:t,async:n,user:r,password:a}},Oe=function(e){var t=" ",n=":",r=function(e){return je().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a},Be=function(e){return Object.values(e).every((function(e){return b(e)}))},Pe=function(e){var t={};return Object.keys(e).forEach((function(n){t[n]=g(e[n])})),t},Ie=function(e,t,n,r){try{t.setItem(n,r)}catch(t){var a="Unable to set sessionStorage item due to: ".concat(t.message);Ce(e,a)}},Ne=function(e,t,n){try{t.removeItem(n)}catch(t){var r="Unable to remove storage item due to: ".concat(t.message);Ce(e,r)}},Le=function(e){if("string"!=typeof e)throw new Error("Invalid value");var t;if("undefined"===e)t=void 0;else if("false"===e)t=!1;else if("true"===e)t=!0;else if("null"===e)t=null;else if("emptyArr"===e)t="[]";else if("emptyObj"===e)t="{}";else if(""===e)t="";else if(/^\d+$/.test(e)){if(t=parseFloat(e),d(t))throw new Error("Invalid value");if(Math.abs(t)>32767)throw new Error("Invalid value")}else if("yes"===e)t="yes";else if("no"===e)t="no";else{if("$remove$"!==e)throw new Error("Invalid value");t="$remove$"}return t};function $e(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function ze(){return Math.random().toString(36).slice(2,9)}function Me(){return{isAbortingSuspended:!1,isolateCallback:function(e){this.isAbortingSuspended=!0;try{for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var a=e.apply(void 0,n);return this.isAbortingSuspended=!1,a}catch(e){var o=ze();throw this.isAbortingSuspended=!1,new ReferenceError(o)}}}}function qe(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&u(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?qe(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}var Ue=function(e,t,n){if(""===t||"*"===t)return!0;var r,a=Oe(t);if(Be(a)){var o=Pe(a);r=Object.keys(o).every((function(e){var t=o[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else Ce(e,"Invalid parameter: ".concat(t)),r=!1;return r},We=function(e,t){if(!e||""===e)return!0;if(pe(e,t))return!0;var n=g(e),r=t.split("\n").slice(2).map((function(e){return e.trim()})).join("\n");return Fe().call(n,r)},He=function(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a},Ve=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=new MutationObserver(He(i,20)),a=function(){n.length>0?r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t,attributeFilter:n}):r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t})},o=function(){r.disconnect()};function i(){o(),e(),a()}a()},Xe=function(e){for(var t=[],n=0;n<e.length;n+=1)for(var r=e[n].addedNodes,a=0;a<r.length;a+=1)t.push(r[a]);return t},Ge=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e4,r=new MutationObserver((function(n,r){r.disconnect(),e(n,r),r.observe(document.documentElement,t)}));r.observe(document.documentElement,t),"number"==typeof n&&setTimeout((function(){return r.disconnect()}),n)},Ye=function(e){var t=" ",n="asap",r="complete",a="stay",o=[a,n,r],i=e.trim().split(t).filter((function(e){return o.includes(e)}));return{ASAP:n,COMPLETE:r,STAY:a,hasFlag:function(e){return i.includes(e)}}},Ke=function(e){var t="$currentDate$",n=e;return"$now$"===e?n=Date.now().toString():e===t&&(n=Date()),n},Qe=function(e,t,n){var r={apply:function(e,r,a){var o=Reflect.apply(e,r,a);return r&&r.matches(t||"*")&&n(o),o}};e.Element.prototype.attachShadow=new Proxy(e.Element.prototype.attachShadow,r)},Je=function(e,t){var n=document.querySelectorAll(e);t(X(n))},Ze=function(e,t){t(Xe(e))},et=function(e,t,n){var r=e.nodeName,a=e.textContent,o=r.toLowerCase();return null!==a&&""!==a&&(t instanceof RegExp?t.test(o):t===o)&&(n instanceof RegExp?n.test(a):a.includes(n))},tt=function(e,t,n,r){var a=t.textContent;a&&(t.textContent=a.replace(n,r),De(e))},nt=function(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,a="/",o=!(e.startsWith(a)&&e.endsWith(a)),i=o?e:"*",u=o?e:g(e),s=t.startsWith(a)?g(t):t;return r&&(n=r.startsWith(a)?g(r):r),{selector:i,nodeNameMatch:u,textContentMatch:s,patternMatch:n}};function rt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:NaN;if(t){var a,o=1e4,i=20,u=150,s="cookie:",c="localStorage:",d=",",l=";",f=/(,\s*){1}(?=!?cookie:|!?localStorage:)/,p=function(e){return new Promise((function(t){return setTimeout(t,e)}))};if(r&&(a=parseInt(r,10),Number.isNaN(a)&&!(a<o))){var h="Passed delay '".concat(r,"' is invalid or bigger than ").concat(o," ms");return void Ce(e,h)}var m=!a,b=[],v=[],y=!1,w=!1;if(n&&n.split(f).map((function(e){return e.trim()})).forEach((function(e){if(e.includes(s)){var t=E(e),n=t.isInvertedMatch,r=t.matchValue;y=n;var a=r.replace(s,"");b.push(a)}if(e.includes(c)){var o=E(e),i=o.isInvertedMatch,u=o.matchValue;w=i;var d=u.replace(c,"");v.push(d)}})),b.length>0){var k=J(b.join(l)),D=J(document.cookie),x=Object.keys(D);if(0===x.length)return;var C=Object.keys(k).every((function(e){var t=k[e]?g(k[e]):null,n=g(e);return x.some((function(e){return!!n.test(e)&&(!t||t.test(D[e]))}))}));if(C===y)return}if(v.length>0){var A=v.every((function(e){var t=window.localStorage.getItem(e);return t||""===t}));if(A===w)return}var F=t.split(d).map((function(e){return e.trim()})),S=function(e){return{element:e||null,clicked:!1}},j=Array(F.length).fill(S()),T=function(){var t=_asyncToGenerator(_regeneratorRuntime().mark((function t(){var n,r,a;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:n=0;case 1:if(!(n<j.length)){t.next=12;break}if(r=j[n],!(n>=1)){t.next=6;break}return t.next=6,p(u);case 6:if(r.element){t.next=8;break}return t.abrupt("break",12);case 8:r.clicked||(r.element.click(),r.clicked=!0);case 9:n+=1,t.next=1;break;case 12:a=j.every((function(e){return!0===e.clicked})),a&&De(e);case 14:case"end":return t.stop()}}),t)})));function n(){return t.apply(this,arguments)}return n}(),_=function(e,t){var n=S(e);j[t]=n,m&&T()},R=function(e,t){var n=[];F.forEach((function(e,t){if(e){var r=document.querySelector(e);r&&(_(r,t),n.push(e))}})),(F=F.map((function(e){return n.includes(e)?null:e}))).every((function(e){return null===e}))&&t.disconnect()},O=new MutationObserver(He(R,i));O.observe(document.documentElement,{attributes:!0,childList:!0,subtree:!0}),a&&setTimeout((function(){T(),m=!0}),a),setTimeout((function(){return O.disconnect()}),o)}}function at(e,t){if(t){var n=ze(),r=function(){throw De(e),new ReferenceError(n)},a=function e(t,n){var a=qe(t,n),o=a.base,i=a.prop,u=a.chain;if(u){var s=function(t){o=t,t instanceof Object&&e(t,u)};Object.defineProperty(t,i,{get:function(){return o},set:s})}else c(o,i,{get:r,set:function(){}})};a(window,t),window.onerror=$e(n).bind()}}function ot(e,t){if(t){var n=ze(),r=function(){throw De(e),new ReferenceError(n)},a=function e(t,n){var a=qe(t,n),o=a.base,i=a.prop,u=a.chain;if(u){var s=function(t){o=t,t instanceof Object&&e(t,u)};Object.defineProperty(t,i,{get:function(){return o},set:s})}else c(o,i,{set:r})};a(window,t),window.onerror=$e(n).bind()}}function it(e,t,n){var r=void 0===t&&void 0===n,a={apply:function(a,o,i){var u=i[0],s=i[1],c=!1;return r?(De(e),Ce(e,"setTimeout(".concat(String(u),", ").concat(s,")"),!0)):c=ve({callback:u,delay:s,matchCallback:t,matchDelay:n}),c&&(De(e),i[0]=te),a.apply(o,i)}};window.setTimeout=new Proxy(window.setTimeout,a)}function ut(e,t,n){var r=void 0===t&&void 0===n,a={apply:function(a,o,i){var u=i[0],s=i[1],c=!1;return r?(De(e),Ce(e,"setInterval(".concat(String(u),", ").concat(s,")"),!0)):c=ve({callback:u,delay:s,matchCallback:t,matchDelay:n}),c&&(De(e),i[0]=te),a.apply(o,i)}};window.setInterval=new Proxy(window.setInterval,a)}function st(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"*",n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0,a=window.open,o="0"!==t&&"1"!==t,i=function(o){t=Number(t)>0;for(var i=arguments.length,u=new Array(i>1?i-1:0),s=1;s<i;s++)u[s-1]=arguments[s];if(!b(n))return Ce(e,"Invalid parameter: ".concat(n)),a.apply(window,[o].concat(u));var c=g(n);return t!==c.test(o)?a.apply(window,[o].concat(u)):(De(e),ye(r))},u=function(o){for(var i=r&&r.includes("log"),u=arguments.length,s=new Array(u>1?u-1:0),c=1;c<u;c++)s[c-1]=arguments[c];if(i){var l=s&&s.length>0?", ".concat(s.join(", ")):"",f="".concat(o).concat(l);Ce(e,f,!0),De(e)}var p=!1;if("*"===t)p=!0;else if(C(t)){var h=E(t),m=h.isInvertedMatch;p=h.matchRegexp.test(o)!==m}else Ce(e,"Invalid parameter: ".concat(t)),p=!1;if(p){var g,b=parseInt(n,10);if(d(b))g=re();else{var v=we({replacement:r,url:o,delay:b}),y=v.contentWindow;if("object"===_typeof2(y)&&null!==y)Object.defineProperty(y,"closed",{value:!1}),Object.defineProperty(y,"opener",{value:window}),Object.defineProperty(y,"frameElement",{value:null});else{var w=v.contentWindow&&v.contentWindow.get;Object.defineProperty(v,"contentWindow",{get:ke(w)}),y=v.contentWindow}g=y}return De(e),g}return a.apply(window,[o].concat(s))};window.open=o?u:i,window.open.toString=a.toString.bind(a)}function ct(e,t,n){var r=g(n),a=ze(),o="data:text/javascript;base64,",i=function(){if("currentScript"in document)return document.currentScript;var e=document.getElementsByTagName("script");return e[e.length-1]},u=i(),s=function(){var t,n=i();if(n){var s=n.textContent;try{s=Object.getOwnPropertyDescriptor(Node.prototype,"textContent").get.call(n)}catch(e){}if(0===s.length&&void 0!==n.src&&null!==(t=n.src)&&void 0!==t&&t.startsWith(o)){var c=n.src.slice(o.length);s=window.atob(c)}if(n instanceof HTMLScriptElement&&s.length>0&&n!==u&&r.test(s))throw De(e),new ReferenceError(a)}},d=function t(n,r){var a=qe(n,r),o=a.base,i=a.prop,u=a.chain;if(o instanceof Object!=0||null!==o)if(u){var d=function(e){o=e,e instanceof Object&&t(e,u)};Object.defineProperty(n,i,{get:function(){return o},set:d})}else{var l=o[i],f=Object.getOwnPropertyDescriptor(o,i);f instanceof Object!=0&&f.get instanceof Function!=0||(l=o[i],f=void 0);var p=Object.assign(Me(),{currentValue:l,get:function(){return this.isAbortingSuspended||this.isolateCallback(s),f instanceof Object?f.get.call(o):this.currentValue},set:function(e){this.isAbortingSuspended||this.isolateCallback(s),f instanceof Object?f.set.call(o,e):this.currentValue=e}});c(o,i,{get:function(){return p.get.call(p)},set:function(e){p.set.call(p,e)}})}else{var h=r.split("."),m=h.indexOf(i),g=h[m-1],b="The scriptlet had been executed before the ".concat(g," was loaded.");Ce(e,b)}};d(window,t),window.onerror=$e(a).bind()}function dt(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"";if(["set-constant.js","ubo-set-constant.js","set.js","ubo-set.js","ubo-set-constant","ubo-set"].includes(e.name)&&(1===r.length||f(r)||(a=r),r=void 0),t&&We(r,(new Error).stack)){var o,i=se(),s=ce();if("undefined"===n)o=void 0;else if("false"===n)o=!1;else if("true"===n)o=!0;else if("null"===n)o=null;else if("emptyArr"===n)o=i;else if("emptyObj"===n)o=s;else if("noopFunc"===n)o=te;else if("noopCallbackFunc"===n)o=ne;else if("trueFunc"===n)o=ae;else if("falseFunc"===n)o=oe;else if("throwFunc"===n)o=de;else if("noopPromiseResolve"===n)o=fe;else if("noopPromiseReject"===n)o=le;else if(/^\d+$/.test(n)){if(o=parseFloat(n),d(o))return;if(Math.abs(o)>32767)return}else if("-1"===n)o=-1;else if(""===n)o="";else if("yes"===n)o="yes";else{if("no"!==n)return;o="no"}["asFunction","asCallback","asResolved","asRejected"].includes(a)&&(o={asFunction:function(e){return function(){return e}},asCallback:function(e){return function(){return function(){return e}}},asResolved:function(e){return Promise.resolve(e)},asRejected:function(e){return Promise.reject(e)}}[a](o));var c=!1,l=function(e){return c||(c=void 0!==e&&void 0!==o&&_typeof2(e)!==_typeof2(o)&&null!==e)},p=function(t,n,r,a){if(!a.init(t[n]))return!1;var i,u=Object.getOwnPropertyDescriptor(t,n);if(u instanceof Object){if(!u.configurable){var s="Property '".concat(n,"' is not configurable");return Ce(e,s),!1}t[n]=o,u.set instanceof Function&&(i=u.set)}return Object.defineProperty(t,n,{configurable:r,get:function(){return a.get()},set:function(e){void 0!==i&&i(e),a.set(e)}}),!0},h=function t(n,r){var a=qe(n,r),i=a.base,s=a.prop,c=a.chain,d={factValue:void 0,init:function(e){return this.factValue=e,!0},get:function(){return this.factValue},set:function(e){this.factValue!==e&&(this.factValue=e,e instanceof Object&&t(e,c))}},f={init:function(e){return!l(e)},get:function(){return o},set:function(e){l(e)&&(o=e)}};if(c)if(void 0===i||null!==i[s]){(i instanceof Object||"object"===_typeof2(i))&&u(i)&&p(i,s,!0,d);var h=n[s];(h instanceof Object||"object"===_typeof2(h)&&null!==h)&&t(h,c),p(i,s,!0,d)}else p(i,s,!0,d);else p(i,s,!1,f)&&De(e)};h(window,t)}}function lt(e,t){var n=g(t),r=function(t,n){var r="".concat(t,"="),a="; domain=".concat(n),o="; domain=.".concat(n),i="; path=/",u="; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=r+u,document.cookie=r+a+u,document.cookie=r+o+u,document.cookie=r+i+u,document.cookie=r+a+i+u,document.cookie=r+o+i+u,De(e)},a=function(){document.cookie.split(";").forEach((function(e){var t=e.indexOf("=");if(-1!==t){var a=e.slice(0,t).trim();if(n.test(a))for(var o=document.location.hostname.split("."),i=0;i<=o.length-1;i+=1){var u=o.slice(i).join(".");u&&r(a,u)}}}))};a(),window.addEventListener("beforeunload",a)}function ft(e,t,n){var r=g(t),a=g(n),o=window.EventTarget.prototype.addEventListener;function i(t,n){var i,u=!1;if(L(t)&&$(n)&&(u=r.test(t.toString())&&a.test(z(n))),!u){var s=this;this&&"Window"===(null===(i=this.constructor)||void 0===i?void 0:i.name)&&this!==window&&(s=window);for(var c=arguments.length,d=new Array(c>2?c-2:0),l=2;l<c;l++)d[l-2]=arguments[l];return o.apply(s,[t,n].concat(d))}De(e)}var u={configurable:!0,set:function(){},get:function(){return i}};Object.defineProperty(window.EventTarget.prototype,"addEventListener",u),Object.defineProperty(window,"addEventListener",u),Object.defineProperty(document,"addEventListener",u)}function pt(e){var t=window.setTimeout,n=/\.bab_elementid.$/,r=function(r){if("string"!=typeof r||!n.test(r)){for(var a=arguments.length,o=new Array(a>1?a-1:0),i=1;i<a;i++)o[i-1]=arguments[i];return t.apply(window,[r].concat(o))}De(e)};window.setTimeout=r;var a=[["blockadblock"],["babasbm"],[/getItem\('babn'\)/],["getElementById","String.fromCharCode","ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789","charAt","DOMContentLoaded","AdBlock","addEventListener","doScroll","fromCharCode","<<2|r>>4","sessionStorage","clientWidth","localStorage","Math","random"]],o=function(e){if("string"!=typeof e)return!1;for(var t=0;t<a.length;t+=1){for(var n=a[t],r=0,o=0;o<n.length;o+=1){var i=n[o];(i instanceof RegExp?i.test(e):e.includes(i))&&(r+=1)}if(r/n.length>=.8)return!0}return!1},i=window.eval,u=function(t){if(!o(t))return i(t);De(e);var n=document.body;n&&n.style.removeProperty("visibility");var r=document.getElementById("babasbmsgx");r&&r.parentNode.removeChild(r)};window.eval=u.bind(window)}function ht(e){var t="";if(window.RTCPeerConnection?t="RTCPeerConnection":window.webkitRTCPeerConnection&&(t="webkitRTCPeerConnection"),""!==t){var n=function(t){var n="Document tried to create an RTCPeerConnection: ".concat(x(t));Ce(e,n),De(e)};n.prototype={close:te,createDataChannel:te,createOffer:te,setRemoteDescription:te};var r=window[t];window[t]=n,r.prototype&&(r.prototype.createDataChannel=function(e,t){return{close:te,send:te}}.bind(null))}}function mt(e){var t=window.EventTarget.prototype.addEventListener;function n(n,r){var a;if(L(n)&&$(r)){var o='addEventListener("'.concat(n,'", ').concat(z(r),")");Ce(e,o,!0),De(e)}else{var i="Invalid event type or listener passed to addEventListener:\n type: ".concat(j(n),"\n listener: ").concat(j(r));Ce(e,i,!0)}var u=this;this&&"Window"===(null===(a=this.constructor)||void 0===a?void 0:a.name)&&this!==window&&(u=window);for(var s=arguments.length,c=new Array(s>2?s-2:0),d=2;d<s;d++)c[d-2]=arguments[d];return t.apply(u,[n,r].concat(c))}var r={configurable:!0,set:function(){},get:function(){return n}};Object.defineProperty(window.EventTarget.prototype,"addEventListener",r),Object.defineProperty(window,"addEventListener",r),Object.defineProperty(document,"addEventListener",r)}function gt(e){var t=window.eval;function n(n){return De(e),Ce(e,'eval("'.concat(n,'")'),!0),t(n)}window.eval=n;var r=window.Function;function a(){De(e);for(var t=arguments.length,n=new Array(t),a=0;a<t;a++)n[a]=arguments[a];return Ce(e,"new Function(".concat(n.join(", "),")"),!0),r.apply(this,[].concat(n))}a.prototype=Object.create(r.prototype),a.prototype.constructor=a,window.Function=a}function bt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];console.log(t)}function vt(e){window.eval=function(t){De(e),Ce(e,"AdGuard has prevented eval:\n".concat(t),!0)}.bind()}function yt(e,t){var n=g(t),r=window.eval;window.eval=function(t){if(!n.test(t.toString()))return r.call(window,t);De(e)}.bind(window)}function wt(e){De(e);var t=function(){};t.prototype.check=te,t.prototype.clearEvent=te,t.prototype.emitEvent=te,t.prototype.on=function(e,t){return e||t(),this},t.prototype.onDetected=ie,t.prototype.onNotDetected=function(e){return e(),this},t.prototype.setOption=te,t.prototype.options={set:te,get:te};var n=new t,r={get:function(){return t},set:function(){}},a={get:function(){return n},set:function(){}};Object.prototype.hasOwnProperty.call(window,"FuckAdBlock")?window.FuckAdBlock=t:Object.defineProperty(window,"FuckAdBlock",r),Object.prototype.hasOwnProperty.call(window,"BlockAdBlock")?window.BlockAdBlock=t:Object.defineProperty(window,"BlockAdBlock",r),Object.prototype.hasOwnProperty.call(window,"SniffAdBlock")?window.SniffAdBlock=t:Object.defineProperty(window,"SniffAdBlock",r),Object.prototype.hasOwnProperty.call(window,"fuckAdBlock")?window.fuckAdBlock=n:Object.defineProperty(window,"fuckAdBlock",a),Object.prototype.hasOwnProperty.call(window,"blockAdBlock")?window.blockAdBlock=n:Object.defineProperty(window,"blockAdBlock",a),Object.prototype.hasOwnProperty.call(window,"sniffAdBlock")?window.sniffAdBlock=n:Object.defineProperty(window,"sniffAdBlock",a)}function kt(e){delete window.PopAds,delete window.popns,Object.defineProperties(window,{PopAds:{get:function(){return De(e),{}}},popns:{get:function(){return De(e),{}}}})}function Dt(e){var t=ze(),n=function(){throw new ReferenceError(t)};delete window.PopAds,delete window.popns,Object.defineProperties(window,{PopAds:{set:n},popns:{set:n}}),window.onerror=$e(t).bind(),De(e)}function xt(e){var t,n=function(e){return/^\d$/.test(e)},r=function(e){for(var t="",r="",a=0;a<e.length;a+=1)a%2==0?t+=e.charAt(a):r=e.charAt(a)+r;for(var o=(t+r).split(""),i=0;i<o.length;i+=1)if(n(o[i]))for(var u=i+1;u<o.length;u+=1)if(n(o[u])){var s=parseInt(o[i],10)^parseInt(o[u],10);s<10&&(o[i]=s.toString()),i=u;break}o=o.join("");var c=window.atob(o).slice(16,-16);window.stop&&window.stop(),window.onbeforeunload=null,window.location.href=c},a=!0;c(window,"ysmm",{configurable:!1,set:function(e){if(a){a=!1;try{"string"==typeof e&&r(e)}catch(e){}}t=e},get:function(){return t}})?De(e):Ce(e,"Failed to set up prevent-adfly scriptlet")}function Ct(e,t){if(t){var n=ze(),r=function(){De(e)},a=function e(t,n){var a=qe(t,n),o=a.base,i=a.prop,u=a.chain;if(u){var s=function(t){o=t,t instanceof Object&&e(t,u)};Object.defineProperty(t,i,{get:function(){return o},set:s})}else c(o,i,{get:r,set:te})};a(window,t),window.onerror=$e(n).bind()}}function At(e,t){if(t){var n=ze(),r=function(){De(e)},a=function e(t,n){var a=qe(t,n),o=a.base,i=a.prop,u=a.chain;if(u){var s=function(t){o=t,t instanceof Object&&e(t,u)};Object.defineProperty(t,i,{get:function(){return o},set:s})}else c(o,i,{set:r})};a(window,t),window.onerror=$e(n).bind()}}function Et(e,t,n){var r=g(n),a=ze(),o=function(){if("currentScript"in document)return document.currentScript;var e=document.getElementsByTagName("script");return e[e.length-1]},i=o(),u=function(){var t=o();if(t){var n=t.textContent;try{n=Object.getOwnPropertyDescriptor(Node.prototype,"textContent").get.call(t)}catch(e){}t instanceof HTMLScriptElement&&n.length>0&&t!==i&&r.test(n)&&De(e)}},s=function t(n,r){var a=qe(n,r),o=a.base,i=a.prop,s=a.chain;if(o instanceof Object!=0||null!==o)if(s){var d=function(e){o=e,e instanceof Object&&t(e,s)};Object.defineProperty(n,i,{get:function(){return o},set:d})}else{var l=o[i];c(o,i,{set:function(e){u(),l=e},get:function(){return u(),l}})}else{var f=r.split("."),p=f.indexOf(i),h=f[p-1],m="The scriptlet had been executed before the ".concat(h," was loaded.");Ce(m,e.verbose)}};s(window,t),window.onerror=$e(a).bind()}function Ft(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"asap stay";if(t){t=t.split(/\s*\|\s*/),n||(n="[".concat(t.join("],["),"]"));var a=function(){var r=[];try{r=[].slice.call(document.querySelectorAll(n))}catch(t){Ce(e,"Invalid selector arg: '".concat(n,"'"))}var a=!1;r.forEach((function(e){t.forEach((function(t){e.removeAttribute(t),a=!0}))})),a&&De(e)},o=Ye(r),i=function(){a(),o.hasFlag(o.STAY)&&Ve(a,!0)};o.hasFlag(o.ASAP)&&("loading"===document.readyState?window.addEventListener("DOMContentLoaded",a,{once:!0}):a()),"complete"!==document.readyState&&o.hasFlag(o.COMPLETE)?window.addEventListener("load",i,{once:!0}):o.hasFlag(o.STAY)&&(r.includes(" ")||a(),Ve(a,!0))}}function St(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if(t&&n){var a=["true","false"];if(0===r.length||!(d(parseInt(r,10))||parseInt(r,10)<0||parseInt(r,10)>32767)||a.includes(r.toLowerCase())){var o=function(){var a=[].slice.call(document.querySelectorAll(t)),o=!1;a.forEach((function(e){e.setAttribute(n,r),o=!0})),o&&De(e)};o(),Ve(o,!0)}}}function jt(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"asap stay";if(t){t=t.split(/\s*\|\s*/);var a=[];n||(a=t.map((function(e){return".".concat(e)})));var o=function(){var r=new Set;if(n){var o=[];try{o=[].slice.call(document.querySelectorAll(n))}catch(t){Ce(e,"Invalid selector arg: '".concat(n,"'"))}o.forEach((function(e){return r.add(e)}))}else a.length>0&&a.forEach((function(e){for(var t=document.querySelectorAll(e),n=0;n<t.length;n+=1){var a=t[n];r.add(a)}}));var i=!1;r.forEach((function(e){t.forEach((function(t){e.classList.contains(t)&&(e.classList.remove(t),i=!0)}))})),i&&De(e)},i=["class"],u=Ye(r),s=function(){o(),u.hasFlag(u.STAY)&&Ve(o,!0,i)};u.hasFlag(u.ASAP)&&("loading"===document.readyState?window.addEventListener("DOMContentLoaded",o,{once:!0}):o()),"complete"!==document.readyState&&u.hasFlag(u.COMPLETE)?window.addEventListener("load",s,{once:!0}):u.hasFlag(u.STAY)&&(r.includes(" ")||o(),Ve(o,!0,i))}}function Tt(e){document.addEventListener("click",(function(t){for(var n=t.target;null!==n;){if("a"===n.localName&&n.hasAttribute("target")){t.stopPropagation(),t.preventDefault(),De(e);break}n=n.parentNode}}))}function _t(e,t,n,r){var a=window.setInterval,o=g(t),i=function(t,i){if(ge(t))o.test(t.toString())&&U(n,i)&&(i*=W(r),De(e));else{var u="Scriptlet can't be applied because of invalid callback: '".concat(String(t),"'");Ce(e,u)}for(var s=arguments.length,c=new Array(s>2?s-2:0),d=2;d<s;d++)c[d-2]=arguments[d];return a.apply(window,[t,i].concat(c))};window.setInterval=i}function Rt(e,t,n,r){var a=window.setTimeout,o=g(t),i=function(t,i){if(ge(t))o.test(t.toString())&&U(n,i)&&(i*=W(r),De(e));else{var u="Scriptlet can't be applied because of invalid callback: '".concat(String(t),"'");Ce(e,u)}for(var s=arguments.length,c=new Array(s>2?s-2:0),d=2;d<s;d++)c[d-2]=arguments[d];return a.apply(window,[t,i].concat(c))};window.setTimeout=i}function Ot(e,t){var n=console.dir;function r(t){"function"==typeof n&&n.call(this,t),De(e)}console.dir=r}function Bt(e,t,n,r){if(!r||We(r,(new Error).stack)){var a=void 0!==t&&""!==t?t.split(/ +/):[],o=void 0!==n&&""!==n?n.split(/ +/):[],i=JSON.parse,u=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];var u=i.apply(JSON,n);return Ee(e,u,a,o)};u.toString=i.toString.bind(i),JSON.parse=u;var s=Response.prototype.json,c=function(){return s.apply(this).then((function(t){return Ee(e,t,a,o)}))};"undefined"!=typeof Response&&(Response.prototype.json=c)}}function Pt(e,t){var n=window.requestAnimationFrame,r=void 0===t,a=E(t),o=a.isInvertedMatch,i=a.matchRegexp,u=function(a){var u=!1;if(r?(De(e),Ce(e,"requestAnimationFrame(".concat(String(a),")"),!0)):ge(a)&&b(t)&&(u=i.test(a.toString())!==o),u)return De(e),n(te);for(var s=arguments.length,c=new Array(s>1?s-1:0),d=1;d<s;d++)c[d-1]=arguments[d];return n.apply(window,[a].concat(c))};window.requestAnimationFrame=u}function It(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/",a=Q(n);if(null!==a)if(G(r)){var o=K(t,a,r);o?(De(e),document.cookie=o):Ce(e,"Invalid cookie name or value")}else Ce(e,"Invalid cookie path: '".concat(r,"'"));else Ce(e,"Invalid cookie value: '".concat(a,"'"))}function Nt(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/";if(!Z(document.cookie,t,n)){var a=Q(n);if(null!==a)if(G(r)){var o=K(t,a,r);o?(document.cookie=o,De(e),Z(document.cookie,t,n)&&window.location.reload()):Ce(e,"Invalid cookie name or value")}else Ce(e,"Invalid cookie path: '".concat(r,"'"));else Ce(e,"Invalid cookie value: '".concat(n,"'"))}}function Lt(e,t,n){if(Element.prototype.attachShadow){var r=function(e){var t="display:none!important;";e.style.cssText=t},a=function(){for(var a=n?document.querySelectorAll(n):he(document.documentElement),o=function(){var n=!1,o=me(t,a),i=o.targets,u=o.innerHosts;i.forEach((function(e){r(e),n=!0})),n&&De(e),a=u};0!==a.length;)o()};a(),Ve(a,!0)}}function $t(e,t,n){if(Element.prototype.attachShadow){var r=function(e){e.remove()},a=function(){for(var a=n?document.querySelectorAll(n):he(document.documentElement),o=function(){var n=!1,o=me(t,a),i=o.targets,u=o.innerHosts;i.forEach((function(e){r(e),n=!0})),n&&De(e),a=u};0!==a.length;)o()};a(),Ve(a,!0)}}function zt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"emptyObj",r=arguments.length>3?arguments[3]:void 0;if("undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response){var a;if(""===n||"emptyObj"===n)a="{}";else{if("emptyArr"!==n)return void Ce(e,"Invalid responseBody parameter: '".concat(n,"'"));a="[]"}var o=function(e){return["default","opaque"].includes(e)};if(void 0===r||o(r)){var i=function(){var n=_asyncToGenerator(_regeneratorRuntime().mark((function n(o,i,u){var s,c;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(s=_e(u),void 0!==t){n.next=6;break}return Ce(e,"fetch( ".concat(S(s)," )"),!0),De(e),n.abrupt("return",Reflect.apply(o,i,u));case 6:if(!Ue(e,t,s)){n.next=21;break}return De(e),n.prev=9,n.next=12,Reflect.apply(o,i,u);case 12:if((c=n.sent).ok){n.next=15;break}return n.abrupt("return",fe(a,s.url,r));case 15:return n.abrupt("return",Se(c,{body:a,type:r}));case 18:return n.prev=18,n.t0=n.catch(9),n.abrupt("return",fe(a,s.url,r));case 21:return n.abrupt("return",Reflect.apply(o,i,u));case 22:case"end":return n.stop()}}),n,null,[[9,18]])})));function o(e,t,r){return n.apply(this,arguments)}return o}();fetch=new Proxy(fetch,{apply:i})}else Ce(e,"Invalid responseType parameter: '".concat(r,"'"))}}function Mt(e,t,n){if(void 0!==t){var r;try{r=Le(n)}catch(t){return void Ce(e,"Invalid storage item value: '".concat(n,"'"))}var a=window.localStorage;"$remove$"===r?Ne(e,a,t):Ie(e,a,t,r),De(e)}else Ce(e,"Item key should be specified.")}function qt(e,t,n){if(void 0!==t){var r;try{r=Le(n)}catch(t){return void Ce(e,"Invalid storage item value: '".concat(n,"'"))}var a=window.sessionStorage;"$remove$"===r?Ne(e,a,t):Ie(e,a,t,r),De(e)}else Ce(e,"Item key should be specified.")}function Ut(e,t,n){if(t&&n){var r=ze(),a=function(){throw De(e),new ReferenceError(r)},o=function t(r,o){var i=qe(r,o),u=i.base,s=i.prop,d=i.chain;if(d){var l=function(e){u=e,e instanceof Object&&t(e,d)};Object.defineProperty(r,s,{get:function(){return u},set:l})}else if(n.match(/^(inlineScript|injectedScript)$/)||b(n)){var f=Object.assign(Me(),{value:u[s],get:function(){return!this.isAbortingSuspended&&this.isolateCallback(We,n,(new Error).stack)&&a(),this.value},set:function(e){!this.isAbortingSuspended&&this.isolateCallback(We,n,(new Error).stack)&&a(),this.value=e}});c(u,s,{get:function(){return f.get.call(f)},set:function(e){f.set.call(f,e)}})}else Ce(e,"Invalid parameter: ".concat(n))};o(window,t),window.onerror=$e(r).bind()}}function Wt(e,t){if(t){var n=function(e){var t=e.split("\n").slice(2).map((function(e){return e.replace(/ {4}at /,"")})),n=t.map((function(e){var t,n,r=/\(([^\)]+)\)/,a=/(.*?@)(\S+)(:\d+):\d+\)?$/;return e.match(r)?(t=e.split(" ").slice(0,-1).join(" "),n=e.match(r)[1]):e.match(a)?(t=e.split("@").slice(0,-1).join(" "),n=e.match(a)[2]):(t="function name is not available",n=e),[t,n]})),r={};return n.forEach((function(e){r[e[0]]=e[1]})),r},r=function t(r,a){var o=qe(r,a),i=o.base,u=o.prop,s=o.chain;if(s){var d=function(e){i=e,e instanceof Object&&t(e,s)};Object.defineProperty(r,u,{get:function(){return i},set:d})}else{var l=i[u];c(i,u,{get:function(){return De(e),Ce(e,"Get ".concat(u),!0),console.table(n((new Error).stack)),l},set:function(t){De(e),Ce(e,"Set ".concat(u),!0),console.table(n((new Error).stack)),l=t}})}};r(window,t)}}function Ht(e,t,n){if("undefined"!=typeof Proxy){var r,a=window.XMLHttpRequest.prototype.open,o=window.XMLHttpRequest.prototype.send,i="",u="",s={apply:function(n,a,o){if(r=Re.apply(null,o),void 0===t?(Ce(e,"xhr( ".concat(S(r)," )"),!0),De(e)):Ue(e,t,r)&&(a.shouldBePrevented=!0),a.shouldBePrevented){a.collectedHeaders=[];var i=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},u={apply:i};a.setRequestHeader=new Proxy(a.setRequestHeader,u)}return Reflect.apply(n,a,o)}},c={apply:function(t,s,c){if(!s.shouldBePrevented)return Reflect.apply(t,s,c);if("blob"===s.responseType&&(i=new Blob),"arraybuffer"===s.responseType&&(i=new ArrayBuffer),n){var d=_(n);d?u=d:Ce(e,"Invalid randomize parameter: '".concat(n,"'"))}var l=new XMLHttpRequest;l.addEventListener("readystatechange",(function(){if(4===l.readyState){var t=l.readyState,n=l.responseURL,a=l.responseXML,o=l.statusText;Object.defineProperties(s,{readyState:{value:t,writable:!1},statusText:{value:o,writable:!1},responseURL:{value:n||r.url,writable:!1},responseXML:{value:a,writable:!1},status:{value:200,writable:!1},response:{value:i,writable:!1},responseText:{value:u,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");s.dispatchEvent(e);var t=new Event("load");s.dispatchEvent(t);var n=new Event("loadend");s.dispatchEvent(n)}),1),De(e)}})),a.apply(l,[r.method,r.url]),s.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];l.setRequestHeader(t,n)}));try{o.call(l,c)}catch(e){return Reflect.apply(t,s,c)}}},d={apply:function(e,t,n){if(!t.collectedHeaders.length)return null;var r=n[0].toLowerCase(),a=t.collectedHeaders.find((function(e){return e[0].toLowerCase()===r}));return a?a[1]:null}},l={apply:function(e,t){return t.collectedHeaders.length?t.collectedHeaders.map((function(e){var t=e[0],n=e[1];return"".concat(t.toLowerCase(),": ").concat(n)})).join("\r\n"):""}};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,s),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,c),XMLHttpRequest.prototype.getResponseHeader=new Proxy(XMLHttpRequest.prototype.getResponseHeader,d),XMLHttpRequest.prototype.getAllResponseHeaders=new Proxy(XMLHttpRequest.prototype.getAllResponseHeaders,l)}}function Vt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if("function"==typeof window.close){var n=function(){try{De(e),window.close()}catch(t){Ce(e,t)}},r=function(){var e=function(){dispatchEvent(new Event("adguard:scriptlet-close-window"))};window.addEventListener("adguard:subscribed-to-close-window",e,{once:!0}),setTimeout((function(){window.removeEventListener("adguard:subscribed-to-close-window",e,{once:!0})}),5e3)};(function(){if(""===t)return!0;var e=g(t),n="".concat(window.location.pathname).concat(window.location.search);return e.test(n)})()&&(n(),navigator.userAgent.includes("Chrome")&&r())}else Ce(e,"window.close() is not a function so 'close-window' scriptlet is unavailable")}function Xt(e,t){var n=function(){var t=[];try{t=document.querySelectorAll('meta[http-equiv="refresh" i][content]')}catch(n){try{t=document.querySelectorAll('meta[http-equiv="refresh"][content]')}catch(t){Ce(e,t)}}return Array.from(t)},r=function(e){var t=e.map((function(e){var t,n=e.getAttribute("content");if(0===n.length)return null;var r=n.indexOf(";");if(-1!==r){var a=n.substring(0,r);t=f(a)}else t=f(n);return t})).filter((function(e){return null!==e}));return t.length?t.reduce((function(e,t){return Math.min(e,t)})):null},a=function(){var a=n();if(0!==a.length){var o=f(t);null===o&&(o=r(a)),null!==o&&setTimeout((function(){window.stop(),De(e)}),1e3*o)}};"loading"===document.readyState?document.addEventListener("DOMContentLoaded",a,{once:!0}):a()}function Gt(e,t,n){if("undefined"!=typeof Proxy&&"undefined"!=typeof Reflect){var r,a,o={script:"data:text/javascript;base64,KCk9Pnt9",img:"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",iframe:"data:text/html;base64, PGRpdj48L2Rpdj4=",link:"data:text/plain;base64,"};if("script"===t)r=HTMLScriptElement;else if("img"===t)r=HTMLImageElement;else if("iframe"===t)r=HTMLIFrameElement;else{if("link"!==t)return;r=HTMLLinkElement}window.trustedTypes&&"function"==typeof window.trustedTypes.createPolicy&&(a=window.trustedTypes.createPolicy("AGPolicy",{createScriptURL:function(e){return e}}));var i="link"===t?"href":"src",u="onerror",c=g(n),d=function(t){return t.setAttribute(e.name,"matched")},l={apply:function(n,r,a){if(!a[0]||!a[1])return Reflect.apply(n,r,a);var u=r.nodeName.toLowerCase(),s=a[0].toLowerCase(),l=a[1];return s===i&&t.toLowerCase()===u&&o[u]&&c.test(l)?(De(e),d(r),Reflect.apply(n,r,[s,o[u]])):Reflect.apply(n,r,a)}};r.prototype.setAttribute=new Proxy(Element.prototype.setAttribute,l);var f=s(r.prototype,i);if(f){Object.defineProperty(r.prototype,i,{enumerable:!0,configurable:!0,get:function(){return f.get.call(this)},set:function(n){var r=this.nodeName.toLowerCase();if(t.toLowerCase()!==r||!o[r]||!c.test(n))return f.set.call(this,n),!0;if(a&&n instanceof TrustedScriptURL){var i=a.createScriptURL(n);return f.set.call(this,i),void De(e)}d(this),f.set.call(this,o[r]),De(e)}});var p=s(HTMLElement.prototype,u);if(p){Object.defineProperty(HTMLElement.prototype,u,{enumerable:!0,configurable:!0,get:function(){return p.get.call(this)},set:function(t){return"matched"===this.getAttribute(e.name)?(p.set.call(this,te),!0):(p.set.call(this,t),!0)}});var h={apply:function(t,n,r){if(!r[0]||!r[1]||!n)return Reflect.apply(t,n,r);var a=r[0];return"function"==typeof n.getAttribute&&"matched"===n.getAttribute(e.name)&&"error"===a?Reflect.apply(t,n,[a,te]):Reflect.apply(t,n,r)}};EventTarget.prototype.addEventListener=new Proxy(EventTarget.prototype.addEventListener,h);var m=function(t,n){window.addEventListener("error",(function(r){r.target&&r.target.nodeName&&r.target.nodeName.toLowerCase()===t&&r.target.src&&n.test(r.target.src)&&(De(e),"function"!=typeof r.target.onload?r.target.onerror=te:r.target.onerror=r.target.onload)}),!0)};m(t,c)}}}}function Yt(e){var t="browsingTopics";Document instanceof Object!=0&&Object.prototype.hasOwnProperty.call(Document.prototype,t)&&Document.prototype[t]instanceof Function!=0&&(Document.prototype[t]=function(){return fe("[]")},De(e))}function Kt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if("undefined"!=typeof Proxy)if(""!==t||""===n){var a,o=""===t&&""===n,i=window.XMLHttpRequest.prototype.open,u=window.XMLHttpRequest.prototype.send,s={apply:function(t,n,i){if(a=Re.apply(null,i),o){var u="xhr( ".concat(S(a)," )");return Ce(e,u,!0),De(e),Reflect.apply(t,n,i)}if(Ue(e,r,a)&&(n.shouldBePrevented=!0),n.shouldBePrevented){n.collectedHeaders=[];var s=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},c={apply:s};n.setRequestHeader=new Proxy(n.setRequestHeader,c)}return Reflect.apply(t,n,i)}},c={apply:function(r,o,s){if(!o.shouldBePrevented)return Reflect.apply(r,o,s);var c=new XMLHttpRequest;c.addEventListener("readystatechange",(function(){if(4===c.readyState){var r=c.readyState,a=c.response,i=c.responseText,u=c.responseURL,s=c.responseXML,d=c.status,l=c.statusText,f=i||a;if("string"==typeof f){var p="*"===t?/(\n|.)*/:g(t),h=f.replace(p,n);Object.defineProperties(o,{readyState:{value:r,writable:!1},responseURL:{value:u,writable:!1},responseXML:{value:s,writable:!1},status:{value:d,writable:!1},statusText:{value:l,writable:!1},response:{value:h,writable:!1},responseText:{value:h,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");o.dispatchEvent(e);var t=new Event("load");o.dispatchEvent(t);var n=new Event("loadend");o.dispatchEvent(n)}),1),De(e)}}})),i.apply(c,[a.method,a.url]),o.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];c.setRequestHeader(t,n)})),o.collectedHeaders=[];try{u.call(c,s)}catch(e){return Reflect.apply(r,o,s)}}};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,s),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,c)}else Ce(e,"Pattern argument should not be empty string.")}function Qt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if("undefined"!=typeof Reflect&&"undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response){var a,o=!1,i=g(r),u=function(e){if("string"==typeof e){var t=e.trim();if(t.startsWith("<")&&t.endsWith(">"))return!0}return!1},s=function(e){return(new DOMParser).parseFromString(e,"text/xml")},c=function(e,t){return!!u(e)&&!!s(e).querySelector(t)},d=function(e){if(!u(e))return o=!1,e;var r=s(e);if(r.querySelector("parsererror"))return e;if(""!==n&&null===r.querySelector(n))return o=!1,e;var a=r.querySelectorAll(t);return a.length?(a.forEach((function(e){e.remove()})),e=(new XMLSerializer).serializeToString(r)):(o=!1,e)},l=window.XMLHttpRequest.prototype.open,f=window.XMLHttpRequest.prototype.send,p={apply:function(t,n,o){if(a=Re.apply(null,o),Ue(e,r,a)&&(n.shouldBePruned=!0),n.shouldBePruned){n.collectedHeaders=[];var i=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},u={apply:i};n.setRequestHeader=new Proxy(n.setRequestHeader,u)}return Reflect.apply(t,n,o)}},h={apply:function(n,r,i){var p=["","text"];if(!r.shouldBePruned||!p.includes(r.responseType))return Reflect.apply(n,r,i);var h=new XMLHttpRequest;h.addEventListener("readystatechange",(function(){if(4===h.readyState){var n=h.readyState,a=h.response,i=h.responseText,l=h.responseURL,f=h.responseXML,p=h.status,m=h.statusText;if("string"==typeof(i||a)){if(t)o=c(a,t);else if(u(a)){var g="XMLHttpRequest.open() URL: ".concat(l,"\nresponse: ").concat(a);Ce(e,g),Ce(e,s(a),!0,!1)}var b=o?d(a):a;Object.defineProperties(r,{readyState:{value:n,writable:!1},responseURL:{value:l,writable:!1},responseXML:{value:f,writable:!1},status:{value:p,writable:!1},statusText:{value:m,writable:!1},response:{value:b,writable:!1},responseText:{value:b,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");r.dispatchEvent(e);var t=new Event("load");r.dispatchEvent(t);var n=new Event("loadend");r.dispatchEvent(n)}),1),De(e)}}})),l.apply(h,[a.method,a.url]),r.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];h.setRequestHeader(t,n)})),r.collectedHeaders=[];try{f.call(h,i)}catch(e){return Reflect.apply(n,r,i)}}};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,p),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,h);var m=window.fetch,b=function(){var n=_asyncToGenerator(_regeneratorRuntime().mark((function n(r,a,u){var l,f,p,h,g,b;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if("string"==typeof(l=u[0]instanceof Request?u[0].url:u[0])&&0!==l.length){n.next=3;break}return n.abrupt("return",Reflect.apply(r,a,u));case 3:if(!i.test(l)){n.next=22;break}return n.next=6,m.apply(void 0,_toConsumableArray(u));case 6:return f=n.sent,p=f.clone(),n.next=10,f.text();case 10:if(h=n.sent,o=c(h,t)){n.next=17;break}return g="fetch URL: ".concat(l,"\nresponse text: ").concat(h),Ce(e,g),Ce(e,s(h),!0,!1),n.abrupt("return",p);case 17:if(b=d(h),!o){n.next=21;break}return De(e),n.abrupt("return",new Response(b,{status:f.status,statusText:f.statusText,headers:f.headers}));case 21:return n.abrupt("return",p);case 22:return n.abrupt("return",Reflect.apply(r,a,u));case 23:case"end":return n.stop()}}),n)})));function r(e,t,r){return n.apply(this,arguments)}return r}(),v={apply:b};window.fetch=new Proxy(window.fetch,v)}}function Jt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";if("undefined"!=typeof Reflect&&"undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response){var r,a=!1,o=g(n),i="#",u={ASSET:"#EXT-X-ASSET:",CUE:"#EXT-X-CUE:",CUE_IN:"#EXT-X-CUE-IN",DISCONTINUITY:"#EXT-X-DISCONTINUITY",EXTINF:"#EXTINF",EXTM3U:"#EXTM3U",SCTE35:"#EXT-X-SCTE35:"},s={AD:"-AD-",VAST:"-VAST-",VMAP_AD:"-VMAP-AD-",VMAP_AD_BREAK:"#EXT-X-VMAP-AD-BREAK:"},c=["#EXT-X-TARGETDURATION","#EXT-X-MEDIA-SEQUENCE","#EXT-X-DISCONTINUITY-SEQUENCE","#EXT-X-ENDLIST","#EXT-X-PLAYLIST-TYPE","#EXT-X-I-FRAMES-ONLY","#EXT-X-MEDIA","#EXT-X-STREAM-INF","#EXT-X-I-FRAME-STREAM-INF","#EXT-X-SESSION-DATA","#EXT-X-SESSION-KEY","#EXT-X-INDEPENDENT-SEGMENTS","#EXT-X-START"],d=function(e){return c.some((function(t){return e.startsWith(t)}))},l=function e(t,n){var r=t.slice(),a=n;if(r[a].includes(u.EXTINF)&&(r[a]=void 0,r[a+=1].includes(u.DISCONTINUITY))){r[a]=void 0;var o=e(r,a+=1);r=o.array,a=o.index}return{array:r,index:a}},f=function(e){for(var t=e.slice(),n=0;n<t.length-1;n+=1)if((t[n].includes(s.VMAP_AD)||t[n].includes(s.VAST)||t[n].includes(s.AD))&&(t[n]=void 0,t[n+1].includes(u.EXTINF))){var r=l(t,n+=1);t=r.array,n=r.index-1}return t},p=function(e,t,n){return e.startsWith(u.CUE)?(e=void 0,n[t+=1].startsWith(u.ASSET)&&(n[t]=void 0,t+=1),n[t].startsWith(u.SCTE35)&&(n[t]=void 0,t+=1),n[t].startsWith(u.CUE_IN)&&(n[t]=void 0,t+=1),n[t].startsWith(u.SCTE35)&&(n[t]=void 0),e):e},h=g(t),m=function(e,t,n){return e.startsWith(u.EXTINF)&&h.test(n[t+1])?(d(n[t])||(n[t]=void 0),d(n[t+=1])||(n[t]=void 0),n[t+=1].startsWith(u.DISCONTINUITY)&&(n[t]=void 0),e):e},b=function(e){for(var t=0;t<e.length-1;t+=1){var n;if(null!==(n=e[t])&&void 0!==n&&n.startsWith(i)&&h.test(e[t])){var r=e[t].substring(0,e[t].indexOf(":"));if(!r)return e;e[t]=void 0;for(var a=t+=1;a<e.length;a+=1){if(e[a].includes(r)||d(e[a])){t=a-1;break}e[a]=void 0}}}return e},v=function(e){if("string"==typeof e){var t=e.trim();return t.startsWith(u.EXTM3U)||t.startsWith(s.VMAP_AD_BREAK)}return!1},y=function(e,t){return v(e)&&t.test(e)},w=function(e){var t=e.split(/\n\r|\n|\r/);return e.includes(s.VMAP_AD_BREAK)?(t=f(t)).filter((function(e){return!!e})).join("\n"):(t=b(t)).map((function(e,t,n){return void 0===e||void 0!==(e=p(e,t,n))&&(e=m(e,t,n)),e})).filter((function(e){return!!e})).join("\n")},k=window.XMLHttpRequest.prototype.open,D=window.XMLHttpRequest.prototype.send,x={apply:function(t,a,o){if(r=Re.apply(null,o),Ue(e,n,r)&&(a.shouldBePruned=!0),a.shouldBePruned){a.collectedHeaders=[];var i=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},u={apply:i};a.setRequestHeader=new Proxy(a.setRequestHeader,u)}return Reflect.apply(t,a,o)}},C={apply:function(n,o,i){var u=["","text"];if(!o.shouldBePruned||!u.includes(o.responseType))return Reflect.apply(n,o,i);var s=new XMLHttpRequest;s.addEventListener("readystatechange",(function(){if(4===s.readyState){var n=s.readyState,r=s.response,i=s.responseText,u=s.responseURL,c=s.responseXML,d=s.status,l=s.statusText;if("string"==typeof(i||r)){if(t)a=y(r,h);else if(v(r)){var f="XMLHttpRequest.open() URL: ".concat(u,"\nresponse: ").concat(r);Ce(e,f)}var p=a?w(r):r;Object.defineProperties(o,{readyState:{value:n,writable:!1},responseURL:{value:u,writable:!1},responseXML:{value:c,writable:!1},status:{value:d,writable:!1},statusText:{value:l,writable:!1},response:{value:p,writable:!1},responseText:{value:p,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");o.dispatchEvent(e);var t=new Event("load");o.dispatchEvent(t);var n=new Event("loadend");o.dispatchEvent(n)}),1),De(e)}}})),k.apply(s,[r.method,r.url]),o.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];s.setRequestHeader(t,n)})),o.collectedHeaders=[];try{D.call(s,i)}catch(e){return Reflect.apply(n,o,i)}}};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,x),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,C);var A=window.fetch,E=function(){var n=_asyncToGenerator(_regeneratorRuntime().mark((function n(r,a,i){var u,s,c,d,l,f;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if("string"==typeof(u=i[0]instanceof Request?i[0].url:i[0])&&0!==u.length){n.next=3;break}return n.abrupt("return",Reflect.apply(r,a,i));case 3:if(!o.test(u)){n.next=20;break}return n.next=6,A.apply(void 0,_toConsumableArray(i));case 6:return s=n.sent,c=s.clone(),n.next=10,s.text();case 10:if(d=n.sent,t||!v(d)){n.next=15;break}return l="fetch URL: ".concat(u,"\nresponse text: ").concat(d),Ce(e,l),n.abrupt("return",c);case 15:if(!y(d,h)){n.next=19;break}return f=w(d),De(e),n.abrupt("return",new Response(f,{status:s.status,statusText:s.statusText,headers:s.headers}));case 19:return n.abrupt("return",c);case 20:return n.abrupt("return",Reflect.apply(r,a,i));case 21:case"end":return n.stop()}}),n)})));function r(e,t,r){return n.apply(this,arguments)}return r}(),F={apply:E};window.fetch=new Proxy(window.fetch,F)}}function Zt(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"/";if(void 0!==t)if(void 0!==n){var o=Ke(n);if(G(a)){var i=K(t,o,a,!1);if(i){if(r){var u=ee(r);if(!u)return void Ce(e,"Invalid offsetExpiresSec value: ".concat(r));var s=Date.now()+u;i+=" expires=".concat(new Date(s).toUTCString(),";")}document.cookie=i,De(e)}else Ce(e,"Invalid cookie name or value")}else Ce(e,"Invalid cookie path: '".concat(a,"'"))}else Ce(e,"Cookie value should be specified");else Ce(e,"Cookie name should be specified")}function en(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"/";if(void 0!==t)if(void 0!==n){if(!Z(document.cookie,t,n)){var o=Ke(n);if(G(a)){var i=K(t,o,a,!1);if(i){if(r){var u=ee(r);if(!u)return void Ce(e,"Invalid offsetExpiresSec value: ".concat(r));var s=Date.now()+u;i+=" expires=".concat(new Date(s).toUTCString(),";")}document.cookie=i,De(e);var c=J(document.cookie)[t];Z(document.cookie,t,c)&&window.location.reload()}else Ce(e,"Invalid cookie name or value")}else Ce(e,"Invalid cookie path: '".concat(a,"'"))}}else Ce(e,"Cookie value should be specified");else Ce(e,"Cookie name should be specified")}function tn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if("undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response)if(""!==t||""===n){var a,o=""===t&&""===n,i=fetch,u=function(u,s,c){if(a=_e(c),o)return Ce(e,"fetch( ".concat(S(a)," )"),!0),De(e),Reflect.apply(u,s,c);if(!Ue(e,r,a))return Reflect.apply(u,s,c);var d=function(e,t){var n=e.bodyUsed,r=e.headers,a=e.ok,o=e.redirected,i=e.status,u=e.statusText,s=e.type,c=e.url,d=new Response(t,{status:i,statusText:u,headers:r});return Object.defineProperties(d,{url:{value:c},type:{value:s},ok:{value:a},bodyUsed:{value:n},redirected:{value:o}}),d};return i.apply(null,c).then((function(r){return r.text().then((function(a){var o="*"===t?/(\n|.)*/:g(t),i=a.replace(o,n),u=d(r,i);return De(e),u})).catch((function(){var t=S(a),n="Response body can't be converted to text: ".concat(t);return Ce(e,n),Reflect.apply(u,s,c)}))})).catch((function(){return Reflect.apply(u,s,c)}))};fetch=new Proxy(fetch,{apply:u})}else Ce(e,"Pattern argument should not be empty string")}function nn(e,t,n){if(void 0!==t)if(void 0!==n){var r=Ke(n),a=window.localStorage;Ie(e,a,t,r),De(e)}else Ce(e,"Item value should be specified");else Ce(e,"Item key should be specified")}function rn(e,t,n,r){if(t&&We(r,(new Error).stack)){var a;try{a=R(n)}catch(t){return void Ce(e,t)}var o=!1,i=function(e){return o||(o=void 0!==e&&void 0!==a&&_typeof2(e)!==_typeof2(a)&&null!==e)},s=function(t,n,r,o){if(!o.init(t[n]))return!1;var i,u=Object.getOwnPropertyDescriptor(t,n);if(u instanceof Object){if(!u.configurable){var s="Property '".concat(n,"' is not configurable");return Ce(e,s),!1}t[n]=a,u.set instanceof Function&&(i=u.set)}return Object.defineProperty(t,n,{configurable:r,get:function(){return o.get()},set:function(e){void 0!==i&&i(e),o.set(e)}}),!0},c=function t(n,r){var o=qe(n,r),c=o.base,d=o.prop,l=o.chain,f={factValue:void 0,init:function(e){return this.factValue=e,!0},get:function(){return this.factValue},set:function(e){this.factValue!==e&&(this.factValue=e,e instanceof Object&&t(e,l))}},p={init:function(e){return!i(e)},get:function(){return a},set:function(e){i(e)&&(a=e)}};if(l)if(void 0===c||null!==c[d]){(c instanceof Object||"object"===_typeof2(c))&&u(c)&&s(c,d,!0,f);var h=n[d];(h instanceof Object||"object"===_typeof2(h)&&null!==h)&&t(h,l),s(c,d,!0,f)}else s(c,d,!0,f);else s(c,d,!1,p)&&De(e)};c(window,t)}}function an(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";Element.prototype.attachShadow&&"undefined"!=typeof Proxy&&"undefined"!=typeof Reflect&&(t.match(/(url|image-set)\(.*\)/i)?Ce(e,'"url()" function is not allowed for css rules'):Qe(window,n,(function(n){try{var r=new CSSStyleSheet;try{r.insertRule(t)}catch(n){return void Ce(e,"Unable to apply the rule '".concat(t,"' due to: \n'").concat(n.message,"'"))}n.adoptedStyleSheets=[].concat(_toConsumableArray(n.adoptedStyleSheets),[r])}catch(e){var a=document.createElement("style");a.innerText=t,n.appendChild(a)}De(e)})))}function on(e,t,n){var r=nt(t,n),a=r.selector,o=r.nodeNameMatch,i=r.textContentMatch,u=function(t){return t.forEach((function(t){et(t,o,i)&&tt(e,t,/^[\s\S]*$/,"")}))};document.documentElement&&Je(a,u),Ge((function(e){return Ze(e,u)}),{childList:!0,subtree:!0})}function un(e,t,n,r,a){if(["replace-node-text.js","rpnt.js","sed.js"].includes(e.name)){a=r,r=n;for(var o=arguments.length,i=new Array(o>5?o-5:0),u=5;u<o;u++)i[u-5]=arguments[u];for(var s=0;s<i.length;s+=1)if("condition"===i[s]){n=i[s+1];break}}var c=nt(t,n,r),d=c.selector,l=c.nodeNameMatch,f=c.textContentMatch,p=c.patternMatch,h=function(t){return t.forEach((function(t){et(t,l,f)&&tt(e,t,p,a)}))};document.documentElement&&Je(d,h),Ge((function(e){return Ze(e,h)}),{childList:!0,subtree:!0})}function sn(e,t,n,r){if(!r||We(r,(new Error).stack)){var a=void 0!==t&&""!==t?t.split(/ +/):[],o=void 0!==n&&""!==n?n.split(/ +/):[],i=function(t,n,r){var i=Reflect.apply(t,n,r);return"object"===_typeof2(i)&&(i=Ee(e,i,a,o)),i},u={apply:i};window.eval=new Proxy(window.eval,u)}}rt.names=["trusted-click-element"],rt.injections=[De,g,J,He,Ce,E],at.names=["abort-on-property-read","abort-on-property-read.js","ubo-abort-on-property-read.js","aopr.js","ubo-aopr.js","ubo-abort-on-property-read","ubo-aopr","abp-abort-on-property-read"],at.injections=[ze,c,qe,$e,De,u],ot.names=["abort-on-property-write","abort-on-property-write.js","ubo-abort-on-property-write.js","aopw.js","ubo-aopw.js","ubo-abort-on-property-write","ubo-aopw","abp-abort-on-property-write"],ot.injections=[ze,c,qe,$e,De,u],it.names=["prevent-setTimeout","no-setTimeout-if.js","ubo-no-setTimeout-if.js","nostif.js","ubo-nostif.js","ubo-no-setTimeout-if","ubo-nostif","setTimeout-defuser.js","ubo-setTimeout-defuser.js","ubo-setTimeout-defuser","std.js","ubo-std.js","ubo-std"],it.injections=[De,te,ve,Ce,E,F,g,d,ge,C,m,b,l,A,be],ut.names=["prevent-setInterval","no-setInterval-if.js","ubo-no-setInterval-if.js","setInterval-defuser.js","ubo-setInterval-defuser.js","nosiif.js","ubo-nosiif.js","sid.js","ubo-sid.js","ubo-no-setInterval-if","ubo-setInterval-defuser","ubo-nosiif","ubo-sid"],ut.injections=[De,te,ve,Ce,g,d,E,F,ge,C,b,m,l,A,be],st.names=["prevent-window-open","window.open-defuser.js","ubo-window.open-defuser.js","ubo-window.open-defuser","nowoif.js","ubo-nowoif.js","ubo-nowoif"],st.injections=[De,b,m,C,g,d,E,ye,we,ke,re,Ce,te,ae,w,y],ct.names=["abort-current-inline-script","abort-current-script.js","ubo-abort-current-script.js","acs.js","ubo-acs.js","ubo-abort-current-script","ubo-acs","abort-current-inline-script.js","ubo-abort-current-inline-script.js","acis.js","ubo-acis.js","ubo-abort-current-inline-script","ubo-acis","abp-abort-current-inline-script"],ct.injections=[ze,c,qe,g,$e,De,Ce,u,Me],dt.names=["set-constant","set-constant.js","ubo-set-constant.js","set.js","ubo-set.js","ubo-set-constant","ubo-set","abp-override-property-read"],dt.injections=[De,Ce,f,se,ce,te,ne,ae,oe,de,le,fe,qe,We,d,u,pe,Fe,c,g],lt.names=["remove-cookie","cookie-remover.js","ubo-cookie-remover.js","ubo-cookie-remover"],lt.injections=[g,De],ft.names=["prevent-addEventListener","addEventListener-defuser.js","ubo-addEventListener-defuser.js","aeld.js","ubo-aeld.js","ubo-addEventListener-defuser","ubo-aeld"],ft.injections=[De,g,L,$,z],pt.names=["prevent-bab"],pt.injections=[De],ht.names=["nowebrtc","nowebrtc.js","ubo-nowebrtc.js","ubo-nowebrtc"],ht.injections=[De,te,Ce,x],mt.names=["log-addEventListener","addEventListener-logger.js","ubo-addEventListener-logger.js","aell.js","ubo-aell.js","ubo-addEventListener-logger","ubo-aell"],mt.injections=[De,L,$,z,j,Ce,S,u],gt.names=["log-eval"],gt.injections=[De,Ce],bt.names=["log"],vt.names=["noeval","noeval.js","silent-noeval.js","ubo-noeval.js","ubo-silent-noeval.js","ubo-noeval","ubo-silent-noeval"],vt.injections=[De,Ce],yt.names=["prevent-eval-if","noeval-if.js","ubo-noeval-if.js","ubo-noeval-if"],yt.injections=[g,De],wt.names=["prevent-fab-3.2.0","nofab.js","ubo-nofab.js","fuckadblock.js-3.2.0","ubo-fuckadblock.js-3.2.0","ubo-nofab"],wt.injections=[De,te,ie],kt.names=["set-popads-dummy","popads-dummy.js","ubo-popads-dummy.js","ubo-popads-dummy"],kt.injections=[De],Dt.names=["prevent-popads-net","popads.net.js","ubo-popads.net.js","ubo-popads.net"],Dt.injections=[$e,ze,De],xt.names=["prevent-adfly","adfly-defuser.js","ubo-adfly-defuser.js","ubo-adfly-defuser"],xt.injections=[c,De,Ce],Ct.names=["debug-on-property-read"],Ct.injections=[ze,c,qe,$e,De,te,u],At.names=["debug-on-property-write"],At.injections=[ze,c,qe,$e,De,u],Et.names=["debug-current-inline-script"],Et.injections=[ze,c,qe,g,$e,De,Ce,u],Ft.names=["remove-attr","remove-attr.js","ubo-remove-attr.js","ra.js","ubo-ra.js","ubo-remove-attr","ubo-ra"],Ft.injections=[De,Ve,Ye,Ce,He],St.names=["set-attr"],St.injections=[De,Ve,d,He],jt.names=["remove-class","remove-class.js","ubo-remove-class.js","rc.js","ubo-rc.js","ubo-remove-class","ubo-rc"],jt.injections=[De,Ce,Ve,Ye,He],Tt.names=["disable-newtab-links","disable-newtab-links.js","ubo-disable-newtab-links.js","ubo-disable-newtab-links"],Tt.injections=[De],_t.names=["adjust-setInterval","nano-setInterval-booster.js","ubo-nano-setInterval-booster.js","nano-sib.js","ubo-nano-sib.js","ubo-nano-setInterval-booster","ubo-nano-sib"],_t.injections=[De,ge,g,W,U,Ce,d,l,q,M],Rt.names=["adjust-setTimeout","nano-setTimeout-booster.js","ubo-nano-setTimeout-booster.js","nano-stb.js","ubo-nano-stb.js","ubo-nano-setTimeout-booster","ubo-nano-stb"],Rt.injections=[De,ge,g,W,U,Ce,d,l,q,M],Ot.names=["dir-string"],Ot.injections=[De],Bt.names=["json-prune","json-prune.js","ubo-json-prune.js","ubo-json-prune","abp-json-prune"],Bt.injections=[De,We,xe,Ce,Ae,Ee,g,Fe,pe],Pt.names=["prevent-requestAnimationFrame","no-requestAnimationFrame-if.js","ubo-no-requestAnimationFrame-if.js","norafif.js","ubo-norafif.js","ubo-no-requestAnimationFrame-if","ubo-norafif"],Pt.injections=[De,te,E,b,ge,Ce,m,g],It.names=["set-cookie"],It.injections=[De,Ce,d,Z,Q,K,G,Y],Nt.names=["set-cookie-reload"],Nt.injections=[De,Ce,d,Z,Q,K,G,Y],Lt.names=["hide-in-shadow-dom"],Lt.injections=[De,Ve,he,me,H,He],$t.names=["remove-in-shadow-dom"],$t.injections=[De,Ve,he,me,H,He],zt.names=["prevent-fetch","no-fetch-if.js","ubo-no-fetch-if.js","ubo-no-fetch-if"],zt.injections=[De,_e,S,Ue,Ce,fe,Se,g,b,m,u,Te,je,Oe,Be,Pe],Mt.names=["set-local-storage-item"],Mt.injections=[De,Ce,d,Ie,Ne,Le],qt.names=["set-session-storage-item"],qt.injections=[De,Ce,d,Ie,Ne,Le],Ut.names=["abort-on-stack-trace","abort-on-stack-trace.js","ubo-abort-on-stack-trace.js","aost.js","ubo-aost.js","ubo-abort-on-stack-trace","ubo-aost","abp-abort-on-stack-trace"],Ut.injections=[ze,c,qe,$e,De,b,m,We,Me,Ce,g,u,Fe,pe],Wt.names=["log-on-stack-trace"],Wt.injections=[qe,c,De,Ce,u],Ht.names=["prevent-xhr","no-xhr-if.js","ubo-no-xhr-if.js","ubo-no-xhr-if"],Ht.injections=[De,S,_,Ue,Re,Ce,g,b,m,u,f,l,d,Oe,Be,Pe,je,p,T],Vt.names=["close-window","window-close-if.js","ubo-window-close-if.js","ubo-window-close-if"],Vt.injections=[De,g,Ce],Xt.names=["prevent-refresh","refresh-defuser.js","refresh-defuser","ubo-refresh-defuser.js","ubo-refresh-defuser"],Xt.injections=[De,f,Ce,d],Gt.names=["prevent-element-src-loading"],Gt.injections=[De,g,s,te],Yt.names=["no-topics"],Yt.injections=[De,fe],Kt.names=["trusted-replace-xhr-response"],Kt.injections=[De,Ce,g,S,Ue,Re,Pe,je,Be,Oe,b,m,u],Qt.names=["xml-prune","xml-prune.js","ubo-xml-prune.js","ubo-xml-prune"],Qt.injections=[De,Ce,g,Re,S,Ue,Pe,je,Be,Oe,b,m,u],Jt.names=["m3u-prune","m3u-prune.js","ubo-m3u-prune.js","ubo-m3u-prune"],Jt.injections=[De,g,Ce,Re,S,Ue,Pe,je,Be,Oe,b,m,u],Zt.names=["trusted-set-cookie"],Zt.injections=[De,Ce,d,Z,K,G,ee,Ke,Y],en.names=["trusted-set-cookie-reload"],en.injections=[De,Ce,d,Z,K,G,ee,Ke,J,Y],tn.names=["trusted-replace-fetch-response"],tn.injections=[De,Ce,_e,S,Ue,g,b,m,u,Te,je,Oe,Be,Pe],nn.names=["trusted-set-local-storage-item"],nn.injections=[De,Ce,d,Ie,Ke],rn.names=["trusted-set-constant"],rn.injections=[De,R,Ce,se,ce,te,ne,ae,oe,de,le,fe,qe,c,g,We,d,u,Fe,pe],an.names=["inject-css-in-shadow-dom"],an.injections=[De,Ce,Qe],on.names=["remove-node-text","remove-node-text.js","ubo-remove-node-text.js","rmnt.js","ubo-rmnt.js","ubo-remove-node-text","ubo-rmnt"],on.injections=[Ge,Je,Ze,tt,et,nt,De,X,Xe,g],un.names=["trusted-replace-node-text"],un.injections=[Ge,Je,Ze,tt,et,nt,De,X,Xe,g],sn.names=["evaldata-prune","evaldata-prune.js","ubo-evaldata-prune.js","ubo-evaldata-prune"],sn.injections=[De,We,xe,Ce,g,Ae,Ee,Fe,pe];var cn=Object.freeze({__proto__:null,abortCurrentInlineScript:ct,abortOnPropertyRead:at,abortOnPropertyWrite:ot,abortOnStackTrace:Ut,adjustSetInterval:_t,adjustSetTimeout:Rt,debugCurrentInlineScript:Et,debugOnPropertyRead:Ct,debugOnPropertyWrite:At,dirString:Ot,disableNewtabLinks:Tt,evalDataPrune:sn,forceWindowClose:Vt,hideInShadowDom:Lt,injectCssInShadowDom:an,jsonPrune:Bt,log:bt,logAddEventListener:mt,logEval:gt,logOnStacktrace:Wt,m3uPrune:Jt,noTopics:Yt,noeval:vt,nowebrtc:ht,preventAddEventListener:ft,preventAdfly:xt,preventBab:pt,preventElementSrcLoading:Gt,preventEvalIf:yt,preventFab:wt,preventFetch:zt,preventPopadsNet:Dt,preventRefresh:Xt,preventRequestAnimationFrame:Pt,preventSetInterval:ut,preventSetTimeout:it,preventWindowOpen:st,preventXHR:Ht,removeAttr:Ft,removeClass:jt,removeCookie:lt,removeInShadowDom:$t,removeNodeText:on,setAttr:St,setConstant:dt,setCookie:It,setCookieReload:Nt,setLocalStorageItem:Mt,setPopadsDummy:kt,setSessionStorageItem:qt,trustedClickElement:rt,trustedReplaceFetchResponse:tn,trustedReplaceNodeText:un,trustedReplaceXhrResponse:Kt,trustedSetConstant:rn,trustedSetCookie:Zt,trustedSetCookieReload:en,trustedSetLocalStorageItem:nn,xmlPrune:Qt}),dn=[{adg:"1x1-transparent.gif",ubo:"1x1.gif",abp:"1x1-transparent-gif"},{adg:"2x2-transparent.png",ubo:"2x2.png",abp:"2x2-transparent-png"},{adg:"3x2-transparent.png",ubo:"3x2.png",abp:"3x2-transparent-png"},{adg:"32x32-transparent.png",ubo:"32x32.png",abp:"32x32-transparent-png"},{adg:"amazon-apstag",ubo:"amazon_apstag.js"},{adg:"ati-smarttag"},{adg:"didomi-loader"},{adg:"click2load.html",ubo:"click2load.html"},{adg:"fingerprintjs2",ubo:"fingerprint2.js"},{adg:"fingerprintjs3",ubo:"fingerprint3.js"},{adg:"google-analytics",ubo:"google-analytics_analytics.js"},{adg:"google-analytics-ga",ubo:"google-analytics_ga.js"},{adg:"googlesyndication-adsbygoogle",ubo:"googlesyndication_adsbygoogle.js"},{adg:"googlesyndication-adsbygoogle",ubo:"googlesyndication.com/adsbygoogle.js"},{adg:"googletagmanager-gtm",ubo:"google-analytics_ga.js"},{adg:"googletagmanager-gtm",ubo:"googletagmanager_gtm.js"},{adg:"googletagservices-gpt",ubo:"googletagservices_gpt.js"},{adg:"google-ima3",ubo:"google-ima.js"},{adg:"gemius"},{adg:"matomo"},{adg:"metrika-yandex-watch"},{adg:"metrika-yandex-tag"},{adg:"naver-wcslog"},{adg:"noeval",ubo:"noeval-silent.js"},{adg:"noopcss",ubo:"noop.css",abp:"blank-css"},{adg:"noopframe",ubo:"noop.html",abp:"blank-html"},{adg:"noopjs",ubo:"noop.js",abp:"blank-js"},{adg:"noopjson"},{adg:"nooptext",ubo:"noop.txt",abp:"blank-text"},{adg:"noopmp3-0.1s",ubo:"noop-0.1s.mp3",abp:"blank-mp3"},{adg:"noopmp4-1s",ubo:"noop-1s.mp4",abp:"blank-mp4"},{adg:"noopvmap-1.0",ubo:"noop-vmap1.0.xml"},{adg:"noopvast-2.0"},{adg:"noopvast-3.0"},{adg:"noopvast-4.0"},{adg:"prebid"},{adg:"pardot-1.0"},{adg:"prevent-bab",ubo:"nobab.js"},{adg:"prevent-bab2",ubo:"nobab2.js"},{adg:"prevent-fab-3.2.0",ubo:"nofab.js"},{adg:"prevent-fab-3.2.0",ubo:"fuckadblock.js-3.2.0"},{adg:"prevent-popads-net",ubo:"popads.js"},{adg:"scorecardresearch-beacon",ubo:"scorecardresearch_beacon.js"},{adg:"set-popads-dummy",ubo:"popads-dummy.js"},{adg:"empty",ubo:"empty"},{adg:"prebid-ads",ubo:"prebid-ads.js"}],ln="#%#",fn="!",pn=function(e){return e.startsWith(fn)},hn=/#@?#script:inject|#@?#\s*\+js/,mn="##+js",gn="##script:inject",bn="#@#+js",vn="#@#script:inject",yn="#$#",wn="#@$#",kn=/#@?\$#.+?\s*\{.*\}\s*$/g,Dn=function(e){return!pn(e)&&e.includes(B)},xn=function(e){return(e.includes(mn)||e.includes(gn)||e.includes(bn)||e.includes(vn))&&hn.test(e)&&!pn(e)},Cn=function(e){return(e.includes(yn)||e.includes(wn))&&-1===e.search(kn)&&!pn(e)},An=function(){return Object.values(cn)},En=function(e,t){return t||(t=An()),t.find((function(t){return t.names&&(t.names.includes(e)||!e.endsWith(".js")&&t.names.includes("".concat(e,".js")))}))},Fn=An(),Sn=function(e){return!!e&&!!En(e,Fn)},jn=new Map,Tn=function(e){if(!e)return!1;if(!jn.has(e)){var t=Sn(e);return jn.set(e,t),t}return jn.get(e)},_n="redirect=",Rn="redirect-rule=",On="rewrite=abp-resource:",Bn="empty",Pn=["image","media","subdocument","stylesheet","script","xmlhttprequest","other"],In=[{NAME:"nooptext",TYPES:Pn},{NAME:"noopcss",TYPES:["stylesheet"]},{NAME:"noopjs",TYPES:["script"]},{NAME:"noopframe",TYPES:["subdocument"]},{NAME:"1x1-transparent.gif",TYPES:["image"]},{NAME:"noopmp3-0.1s",TYPES:["media"]},{NAME:"noopmp4-1s",TYPES:["media"]},{NAME:"googlesyndication-adsbygoogle",TYPES:["xmlhttprequest","script"]},{NAME:"google-analytics",TYPES:["script"]},{NAME:"googletagservices-gpt",TYPES:["script"]}],Nn=dn.filter((function(e){return!!e.adg})),Ln=Object.fromEntries(Nn.filter((function(e){return!!e.ubo})).map((function(e){return[e.ubo,e.adg]}))),$n=Object.fromEntries(Nn.filter((function(e){return!!e.abp})).map((function(e){return[e.abp,e.adg]}))),zn=Object.fromEntries(Nn.filter((function(e){return e.ubo})).map((function(e){return[e.adg,e.ubo]}))),Mn=Object.fromEntries(Nn.map((function(e){return[e.adg,"valid adg redirect"]}))),qn=(_defineProperty2(e={},"VALID_ADG",{redirectMarker:_n,compatibility:Mn,redirectRuleMarker:Rn}),_defineProperty2(e,"ADG",{redirectMarker:_n,compatibility:zn,redirectRuleMarker:Rn}),_defineProperty2(e,"UBO",{redirectMarker:_n,compatibility:Ln,redirectRuleMarker:Rn}),_defineProperty2(e,"ABP",{redirectMarker:On,compatibility:$n}),e),Un=function(e){return y(e,"$").split(",")},Wn=function(e,t){var n=Un(e).find((function(e){return e.includes(t)}));return n?y(n,t):null},Hn=function(e){var t="/((?!\\$|\\,).{1})redirect((-rule)?)=(.{0,}?)\\$(popup)?/",n=qn.ADG,r=n.redirectMarker,a=n.redirectRuleMarker;return!pn(e)&&(e.includes(r)||"string"==typeof a&&e.includes(a))&&!e.includes(ln)&&!g(t).test(e)},Vn=function(e,t){var n=qn[t],r=n.redirectMarker,a=n.redirectRuleMarker,o=n.compatibility;if(e&&!pn(e)){var i,u=a?e.indexOf(a):-1;if(u>-1)i=a;else{if(!((u=e.indexOf(r))>-1))return!1;i=r}if(!i)return!1;var s=Wn(e,i);return!!s&&s===Object.keys(o).find((function(e){return e===s}))}return!1},Xn=function(e){return Hn(e)&&Vn(e,"ADG")},Gn=function(e){var t=Un(e),n=t.filter((function(e){return Pn.includes(e)})).length>0;return!(!t.includes("".concat(_n).concat(Bn))&&!t.includes("".concat(Rn).concat(Bn)))||n},Yn={UBO_SCRIPTLET_MASK_REG:hn,ABP_SCRIPTLET_MASK:yn,ABP_SCRIPTLET_EXCEPTION_MASK:wn,isComment:pn,isAdgScriptletRule:Dn,isUboScriptletRule:xn,isAbpSnippetRule:Cn,getScriptletByName:En,isValidScriptletName:Tn,ADG_UBO_REDIRECT_RULE_MARKER:Rn,REDIRECT_RULE_TYPES:qn,ABSENT_SOURCE_TYPE_REPLACEMENT:In,isAdgRedirectRule:Hn,isValidAdgRedirectRule:function(e){return Vn(e,"VALID_ADG")},isAdgRedirectCompatibleWithUbo:Xn,isUboRedirectCompatibleWithAdg:function(e){return Vn(e,"UBO")},isAbpRedirectCompatibleWithAdg:function(e){return Vn(e,"ABP")},parseModifiers:Un,getRedirectName:Wn,hasValidContentType:Gn};function Kn(e){if(Array.isArray(e))return e}function Qn(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function Jn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Zn(e,t){if(e){if("string"==typeof e)return Jn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Jn(e,t):void 0}}function er(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function tr(e){return Kn(e)||Qn(e)||Zn(e)||er()}var nr=/#@?%#\/\/scriptlet\(.+\)/,rr="${domains}#%#//scriptlet(${args})",ar="${domains}#@%#//scriptlet(${args})",or="${domains}##+js(${args})",ir="${domains}#@#+js(${args})",ur="ubo-",sr=".js",cr="xhr",dr="xmlhttprequest",lr="set-constant",fr="",pr="emptyArr",hr="emptyObj",mr="''",gr="[]",br="{}",vr="prevent-fetch",yr="",wr="*",kr="/^/",Dr="\\,",xr=",",Cr="removeClass",Ar=cn.removeAttr.names,Er=cn[Cr].names,Fr=["asap","stay","complete"],Sr="abp-resource:",jr=function(e){return e.Ubo="ubo",e.Abp="abp",e.AdgValid="adgValid",e.AdgInvalid="adgInvalid",e}(jr||{}),Tr=[jr.Ubo,jr.Abp,jr.AdgValid,jr.AdgInvalid],_r=function(e){var t=/'.*?'|".*?"|\S+/g,n=e.match(t);if(!n)throw new Error("Invalid ABP snippet args.");return n},Rr=function(e,t){return Object.keys(t).reduce((function(e,n){var r=new RegExp("\\$\\{".concat(n,"\\}"),"g");return e=e.replace(r,t[n])}),e)},Or=function(e){for(var t=[],n=0,r=0;r<e.length;r+=1)e[r]===xr&&"\\"!==e[r-1]&&(t.push(e.slice(n,r).trim()),n=r+1);return t.push(e.slice(n,e.length).trim()),t},Br=function(e){var t=tr(e),n=t[0],r=t[1],a=t.slice(2);if(0===a.length)return[n,r];var o,i=a.pop();Fr.some((function(e){return i.includes(e)}))?o=i:a.push(i);var u=h(a.join(", "),Dr,xr);return u.length>0&&"undefined"!=typeof document&&document.querySelectorAll(u),o?[n,r,u,o]:[n,r,u]},Pr=function(e){var t,n=v(e,Yn.UBO_SCRIPTLET_MASK_REG),r=e.match(Yn.UBO_SCRIPTLET_MASK_REG),a=Array.isArray(r)?r[0]:null;t=null!=a&&a.includes("@")?ar:rr;var o=D(e),i=Or(o),u=i[0].includes(sr)?"ubo-".concat(i[0]):"ubo-".concat(i[0]).concat(sr);(Ar.includes(u)||Er.includes(u))&&(i=Br(i));var s=i.map((function(e,t){var n=e;return 0===t&&(n=u),"$"===e&&(n="$$"),n})).map((function(e){return k(e)})).join("".concat(xr," "));return[Rr(t,{domains:n,args:s})]},Ir=function(e){var t=/;(?=(?:(?:[^"]*"){2})*[^"]*$)/g,n=e.includes(Yn.ABP_SCRIPTLET_MASK)?Yn.ABP_SCRIPTLET_MASK:Yn.ABP_SCRIPTLET_EXCEPTION_MASK,r=n===Yn.ABP_SCRIPTLET_MASK?rr:ar,a=w(e,n);return y(e,n).split(t).filter(V).map((function(e){return _r(e).map((function(e,t){return 0===t?"abp-".concat(e):e})).map((function(e){return k(e)})).join("".concat(xr," "))})).map((function(e){return Rr(r,{domains:a,args:e})}))},Nr=function(e){if(!e)return!1;if(!Yn.isAdgScriptletRule(e))return!1;var t;try{return t=N(e),Yn.isValidScriptletName(t.name)}catch(e){return!1}},Lr=(_defineProperty2(t={},jr.Ubo,Yn.isUboScriptletRule),_defineProperty2(t,jr.Abp,Yn.isAbpSnippetRule),_defineProperty2(t,jr.AdgValid,Nr),_defineProperty2(t,jr.AdgInvalid,(function(e){return Yn.isAdgScriptletRule(e)&&!Nr(e)})),t),$r=(_defineProperty2(n={},jr.Ubo,Pr),_defineProperty2(n,jr.Abp,Ir),_defineProperty2(n,jr.AdgValid,(function(e){return[e]})),_defineProperty2(n,jr.AdgInvalid,(function(e){return console.log("Invalid AdGuard scriptlet rule: ".concat(e)),[]})),n),zr=function(e){return Tr.find((function(t){return Lr[t](e)}))},Mr=function(e){if(Yn.isComment(e))return[e];var t=zr(e);return t?$r[t](e):[e]},qr=function(e){var t;if(Yn.isAdgScriptletRule(e)){var n,r=N(e),a=r.name,o=r.args;(n=a===lr&&o[1]===fr?[o[0],mr]:a===lr&&o[1]===pr?[o[0],gr]:a===lr&&o[1]===hr?[o[0],br]:a!==vr||o[0]!==wr&&o[0]!==yr?o:[kr])&&n.length>0&&(n=n.map((function(e){return e.includes(xr)?h(e,xr,Dr):e})));var i=Object.keys(cn).map((function(e){return cn[e]})).map((function(e){var t=tr(e.names);return{name:t[0],aliases:t.slice(1)}})).find((function(e){return e.name===a||e.aliases.includes(a)}));if(i.aliases.length>0){var u=i.aliases.find((function(e){return e.includes(ur)}));if(u){var s,c=e.match(nr),d=Array.isArray(c)?c[0]:null;s=null!=d&&d.includes("@")?ir:or;var l=v(e,nr),f=u.replace(ur,"").replace(sr,""),p=n.length>0?"".concat(f,", ").concat(n.join("".concat(xr," "))):f;t=Rr(s,{domains:l,args:p})}}}return t},Ur=function(e){var t=y(e,"".concat(B,"("));if(!t)return null;var n=t[0];if(!(t=t.slice(1)))return null;var r=w(t,n);return r===t?null:r},Wr=function(e){if(!e)return!1;var t=Mr(e);return 0!==t.length&&t.every((function(e){var t=Ur(e);return t&&Yn.isValidScriptletName(t)}))},Hr=function(e,t,n){var r,a=t.redirectRuleMarker,o=t.redirectMarker;if(a&&(r=e.findIndex((function(e){return e.includes(a)})))>-1)return{index:r,marker:a};if((r=e.findIndex((function(e){return e.includes(o)})))>-1)return{index:r,marker:o};throw new Error("No redirect resource modifier found in rule: ".concat(n))},Vr=function(e){var t=w(e,"$"),n=Yn.parseModifiers(e),r=Hr(n,Yn.REDIRECT_RULE_TYPES.UBO,e),a=n.map((function(e,t){if(t===r.index){var n=y(e,r.marker),a=Yn.REDIRECT_RULE_TYPES.UBO.compatibility[n],o=r.marker===Yn.ADG_UBO_REDIRECT_RULE_MARKER?Yn.REDIRECT_RULE_TYPES.ADG.redirectRuleMarker:Yn.REDIRECT_RULE_TYPES.ADG.redirectMarker;return"".concat(o).concat(a)}return e===cr?dr:e})).join(xr);return"".concat(t,"$").concat(a)},Xr=function(e){var t=w(e,"$"),n=Yn.parseModifiers(e).map((function(e){if(e.includes(Yn.REDIRECT_RULE_TYPES.ABP.redirectMarker)){var t=y(e,Yn.REDIRECT_RULE_TYPES.ABP.redirectMarker),n=Yn.REDIRECT_RULE_TYPES.ABP.compatibility[t];return"".concat(Yn.REDIRECT_RULE_TYPES.ADG.redirectMarker).concat(n)}return e})).join(xr);return"".concat(t,"$").concat(n)},Gr=function(e){var t;return Yn.isUboRedirectCompatibleWithAdg(e)?t=Vr(e):Yn.isAbpRedirectCompatibleWithAdg(e)?t=Xr(e):Yn.isValidAdgRedirectRule(e)&&(t=e),t},Yr=function(e){if(!Yn.isAdgRedirectCompatibleWithUbo(e))throw new Error("Unable to convert for uBO - unsupported redirect in rule: ".concat(e));var t=w(e,"$"),n=Yn.parseModifiers(e),r=Hr(n,Yn.REDIRECT_RULE_TYPES.ADG,e),a=n[r.index].slice(r.marker.length);if(!Yn.hasValidContentType(e)){var o=Yn.ABSENT_SOURCE_TYPE_REPLACEMENT.find((function(e){return e.NAME===a}));if(void 0===o)throw new Error("Unable to convert for uBO - no types to add for specific redirect in rule: ".concat(e));var i=o.TYPES;n.push.apply(n,_toConsumableArray(i))}var u=n.map((function(e,t){if(t===r.index){var n=r.marker===Yn.ADG_UBO_REDIRECT_RULE_MARKER?Yn.REDIRECT_RULE_TYPES.UBO.redirectRuleMarker:Yn.REDIRECT_RULE_TYPES.UBO.redirectMarker,o=Yn.REDIRECT_RULE_TYPES.ADG.compatibility[a];return"".concat(n).concat(o)}return e})).join(xr);return"".concat(t,"$").concat(u)},Kr=function(e){var t=e.trim();return Yn.REDIRECT_RULE_TYPES.ADG.compatibility[t]?t:Yn.REDIRECT_RULE_TYPES.UBO.compatibility[t]?Yn.REDIRECT_RULE_TYPES.UBO.compatibility[t]:(t.startsWith(Sr)&&(t=t.slice(Sr.length).trim()),Yn.REDIRECT_RULE_TYPES.ABP.compatibility[t])};function Qr(e){var t=function(){},n=t.prototype;n.get=te,n.set=te,n.send=te;var r=window.GoogleAnalyticsObject||"ga";function a(e){var t=arguments.length;if(0!==t){var n,r=arguments[t-1];r instanceof Object&&null!==r&&"function"==typeof r.hitCallback?n=r.hitCallback:"function"==typeof r&&(n=function(){r(a.create())});try{setTimeout(n,1)}catch(e){}}}a.create=function(){return new t},a.getByName=function(){return new t},a.getAll=function(){return[new t]},a.remove=te,a.loaded=!0,window[r]=a;var o=window,i=o.dataLayer,u=o.google_optimize;if(i instanceof Object!=0){i.hide instanceof Object&&"function"==typeof i.hide.end&&i.hide.end();var s=function(e,t){e&&"function"==typeof e[t]&&setTimeout(e[t])};if("function"==typeof i.push&&(i.push=function(e){if(e instanceof Object){for(var t in s(e,"eventCallback"),e)s(e[t],"event_callback");e.hasOwnProperty("eventCallback")||e.hasOwnProperty("eventCallback")||[].push.call(window.dataLayer,e)}return Array.isArray(e)&&e.forEach((function(e){s(e,"callback")})),te}),u instanceof Object&&"function"==typeof u.get){var c={get:te};window.google_optimize=c}De(e)}}function Jr(e){function t(){}t.prototype.Na=te,t.prototype.O=te,t.prototype.Sa=te,t.prototype.Ta=te,t.prototype.Va=te,t.prototype._createAsyncTracker=te,t.prototype._getAsyncTracker=te,t.prototype._getPlugin=te,t.prototype.push=function(e){"function"!=typeof e?!1!==Array.isArray(e)&&("string"==typeof e[0]&&/(^|\.)_link$/.test(e[0])&&"string"==typeof e[1]&&window.location.assign(e[1]),"_set"===e[0]&&"hitCallback"===e[1]&&"function"==typeof e[2]&&e[2]()):e()};var n=new t,r=window._gaq||[];if(Array.isArray(r))for(;r[0];)n.push(r.shift());function a(){}window._gaq=n.qf=n;var o=["_addIgnoredOrganic","_addIgnoredRef","_addItem","_addOrganic","_addTrans","_clearIgnoredOrganic","_clearIgnoredRef","_clearOrganic","_cookiePathCopy","_deleteCustomVar","_getName","_setAccount","_getAccount","_getClientInfo","_getDetectFlash","_getDetectTitle","_getLinkerUrl","_getLocalGifPath","_getServiceMode","_getVersion","_getVisitorCustomVar","_initData","_link","_linkByPost","_setAllowAnchor","_setAllowHash","_setAllowLinker","_setCampContentKey","_setCampMediumKey","_setCampNameKey","_setCampNOKey","_setCampSourceKey","_setCampTermKey","_setCampaignCookieTimeout","_setCampaignTrack","_setClientInfo","_setCookiePath","_setCookiePersistence","_setCookieTimeout","_setCustomVar","_setDetectFlash","_setDetectTitle","_setDomainName","_setLocalGifPath","_setLocalRemoteServerMode","_setLocalServerMode","_setReferrerOverride","_setRemoteServerMode","_setSampleRate","_setSessionTimeout","_setSiteSpeedSampleRate","_setSessionCookieTimeout","_setVar","_setVisitorCookieTimeout","_trackEvent","_trackPageLoadTime","_trackPageview","_trackSocial","_trackTiming","_trackTrans","_visitCode"].reduce((function(e,t){return e[t]=te,e}),{});o._getLinkerUrl=function(e){return e},o._link=function(t){if("string"==typeof t)try{window.location.assign(t)}catch(t){Ce(e,t)}},a.prototype._anonymizeIP=te,a.prototype._createTracker=te,a.prototype._forceSSL=te,a.prototype._getPlugin=te,a.prototype._getTracker=function(){return o},a.prototype._getTrackerByName=function(){return o},a.prototype._getTrackers=te,a.prototype.aa=te,a.prototype.ab=te,a.prototype.hb=te,a.prototype.la=te,a.prototype.oa=te,a.prototype.pa=te,a.prototype.u=te;var i=new a;window._gat=i,De(e)}function Zr(e){window.adsbygoogle={loaded:!0,push:function(e){if(void 0===this.length&&(this.length=0,this.length+=1),null!==e&&e instanceof Object&&"Object"===e.constructor.name)for(var t=0,n=Object.keys(e);t<n.length;t++){var r=n[t];if("function"==typeof e[r])try{e[r].call(this,{})}catch(e){}}}};for(var t=document.querySelectorAll(".adsbygoogle"),n="height:1px!important;max-height:1px!important;max-width:1px!important;width:1px!important;",r="data-adsbygoogle-status",a="aswift_",o="google_ads_iframe_",i=!1,u=0;u<t.length;u+=1){var s=t[u].childNodes,c=s.length,d=!1;if(c>0&&(d=2===c&&"iframe"===s[0].nodeName.toLowerCase()&&s[0].id.includes(a)&&"iframe"===s[1].nodeName.toLowerCase()&&s[1].id.includes(o)),!d){t[u].setAttribute(r,"done");var l=document.createElement("iframe");l.id="".concat(a).concat(u),l.style=n,t[u].appendChild(l);var f=document.createElement("iframe");l.contentWindow.document.body.appendChild(f);var p=document.createElement("iframe");p.id="".concat(o).concat(u),p.style=n,t[u].appendChild(p);var h=document.createElement("iframe");p.contentWindow.document.body.appendChild(h),i=!0}}i&&De(e)}function ea(e){var t=new Map,n=new Map,r=new Map,a=new Map,o=new Map,i=new Map,u=function(e,t){return o.has(e)||o.set(e,new Set),o.get(e).add(t),this},s=function(e,t){return!!o.has(e)&&o.get(e).delete(t)},c=function(e,t){return new Promise((function(n){requestAnimationFrame((function(){for(var r=[0,0],a=o.get(e)||[],i=Array.from(a),u=0;u<i.length;u+=1)i[u]({isEmpty:!0,size:r,slot:t});n()}))}))},d=function(e){for(var t=document.getElementById(e.getSlotElementId());null!=t&&t.lastChild;)t.lastChild.remove()},l=function(e){var t,n="google_ads_iframe_".concat(e.getId());null===(t=document.getElementById(n))||void 0===t||t.remove();var r=document.getElementById(e.getSlotElementId());if(r){var a=document.createElement("iframe");a.id=n,a.srcdoc="<body></body>",a.style="position:absolute; width:0; height:0; left:0; right:0; z-index:-1; border:0",a.setAttribute("width",0),a.setAttribute("height",0),a.setAttribute("data-load-complete",!0),a.setAttribute("data-google-container-id",!0),a.setAttribute("sandbox",""),r.appendChild(a)}},f=function(e){if(e){var t=e.getSlotElementId();if(document.getElementById(t)){var n=document.getElementById(t);n&&n.appendChild(document.createElement("div")),d(e),l(e),c("slotRenderEnded",e),c("slotRequested",e),c("slotResponseReceived",e),c("slotOnload",e),c("impressionViewable",e)}}},p={addEventListener:u,removeEventListener:s,enableSyncLoading:te,setRefreshUnfilledSlots:te,getSlots:se},h={addEventListener:u,removeEventListener:s,setContent:te};function m(){}function g(){}m.prototype.display=te,m.prototype.get=re,m.prototype.set=ie,m.prototype.setClickUrl=ie,m.prototype.setTagForChildDirectedTreatment=ie,m.prototype.setTargeting=ie,m.prototype.updateTargetingFromMap=ie,g.prototype.addSize=ie,g.prototype.build=re;var b=function(e){if("string"==typeof e)return[e];try{return Array.prototype.flat.call(e)}catch(e){}return[]},v=function(e,t){if("object"===_typeof2(t))for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.set(n,b(t[n]))},y=function(e,o,u){var s;if(n.has(u))return null===(s=document.getElementById(u))||void 0===s||s.remove(),n.get(u);var c=new Map,d=new Map,l=new Set,f={advertiserId:void 0,campaignId:void 0,creativeId:void 0,creativeTemplateId:void 0,lineItemId:void 0},p=[{getHeight:function(){return 2},getWidth:function(){return 2}}],h=(r.get(e)||0)+1;r.set(e,h);var m="".concat(e,"_").concat(h),g="",y=null,w=new Set,k={addService:function(e){return w.add(e),k},clearCategoryExclusions:ie,clearTargeting:function(e){void 0===e?d.clear():d.delete(e)},defineSizeMapping:function(e){return a.set(u,e),this},get:function(e){return c.get(e)},getAdUnitPath:function(){return e},getAttributeKeys:function(){return Array.from(c.keys())},getCategoryExclusions:function(){return Array.from(l)},getClickUrl:function(){return g},getCollapseEmptyDiv:function(){return y},getContentUrl:function(){return""},getDivStartsCollapsed:function(){return null},getDomId:function(){return u},getEscapedQemQueryId:function(){return""},getFirstLook:function(){return 0},getId:function(){return m},getHtml:function(){return""},getName:function(){return m},getOutOfPage:function(){return!1},getResponseInformation:function(){return f},getServices:function(){return Array.from(w)},getSizes:function(){return p},getSlotElementId:function(){return u},getSlotId:function(){return k},getTargeting:function(e){return d.get(e)||i.get(e)||[]},getTargetingKeys:function(){return Array.from(new Set(Array.of.apply(Array,_toConsumableArray(i.keys()).concat(_toConsumableArray(d.keys())))))},getTargetingMap:function(){return Object.assign(Object.fromEntries(i.entries()),Object.fromEntries(d.entries()))},set:function(e,t){return c.set(e,t),k},setCategoryExclusion:function(e){return l.add(e),k},setClickUrl:function(e){return g=e,k},setCollapseEmptyDiv:function(e){return y=!!e,k},setSafeFrameConfig:ie,setTagForChildDirectedTreatment:ie,setTargeting:function(e,t){return d.set(e,b(t)),k},toString:function(){return m},updateTargetingFromMap:function(e){return v(d,e),k}};return t.set(e,k),n.set(u,k),a.set(u,o),k},w={addEventListener:u,removeEventListener:s,clear:te,clearCategoryExclusions:ie,clearTagForChildDirectedTreatment:ie,clearTargeting:function(e){void 0===e?i.clear():i.delete(e)},collapseEmptyDivs:te,defineOutOfPagePassback:function(){return new m},definePassback:function(){return new m},disableInitialLoad:te,display:te,enableAsyncRendering:te,enableLazyLoad:te,enableSingleRequest:te,enableSyncRendering:te,enableVideoAds:te,get:re,getAttributeKeys:se,getTargeting:se,getTargetingKeys:se,getSlots:se,isInitialLoadDisabled:ae,refresh:te,set:ie,setCategoryExclusion:ie,setCentering:te,setCookieOptions:ie,setForceSafeFrame:ie,setLocation:ie,setPublisherProvidedId:ie,setRequestNonPersonalizedAds:ie,setSafeFrameConfig:ie,setTagForChildDirectedTreatment:ie,setTargeting:ie,setVideoContent:ie,updateCorrelator:te},k=window.googletag,D=void 0===k?{}:k,x=D.cmd,C=void 0===x?[]:x;for(D.apiReady=!0,D.cmd=[],D.cmd.push=function(e){try{e()}catch(e){}return 1},D.companionAds=function(){return p},D.content=function(){return h},D.defineOutOfPageSlot=y,D.defineSlot=y,D.destroySlots=function(){t.clear(),n.clear()},D.disablePublisherConsole=te,D.display=function(e){var t;t=null!=e&&e.getSlotElementId?e.getSlotElementId():null!=e&&e.nodeType?e.id:String(e),f(n.get(t))},D.enableServices=te,D.getVersion=ue,D.pubads=function(){return w},D.pubadsReady=!0,D.setAdIframeTitle=te,D.sizeMapping=function(){return new g},window.googletag=D;0!==C.length;)D.cmd.push(C.shift());De(e)}function ta(e){window.COMSCORE={purge:function(){window._comscore=[]},beacon:function(){}},De(e)}function na(e){var t=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.callback,a=n.ctx;"function"==typeof r&&(r=void 0!==a?r.bind(a):r,setTimeout((function(){return r()})))},n={addFileExtension:te,extLink:t,file:t,getClientID:function(e,t){t&&setTimeout(t(null))},hit:t,notBounce:t,params:te,reachGoal:function(e,n,r,a,o){t(null,null,{callback:a,ctx:o})},setUserID:te,userParams:te,destruct:te};function r(e,t){for(var r=arguments.length,a=new Array(r>2?r-2:0),o=2;o<r;o++)a[o-2]=arguments[o];return n[t]&&n[t].apply(n,[e].concat(a))}function a(e){window["yaCounter".concat(e)]=n,document.dispatchEvent(new Event("yacounter".concat(e,"inited")))}void 0===window.ym?(window.ym=r,r.a=[]):window.ym&&window.ym.a&&(r.a=window.ym.a,window.ym=r,window.ym.a.forEach((function(e){a(e[0])}))),De(e)}function ra(e){var t="yandex_metrika_callbacks",n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.callback,n=e.ctx;"function"==typeof t&&(t=void 0!==n?t.bind(n):t,setTimeout((function(){return t()})))};function r(){}r.counters=se,r.prototype.addFileExtension=te,r.prototype.getClientID=te,r.prototype.setUserID=te,r.prototype.userParams=te,r.prototype.params=te,r.prototype.counters=se,r.prototype.extLink=function(e,t){n(t)},r.prototype.file=function(e,t){n(t)},r.prototype.hit=function(e,t){n(t)},r.prototype.reachGoal=function(e,t,r,a){n({callback:r,ctx:a})},r.prototype.notBounce=n,window.Ya?window.Ya.Metrika=r:window.Ya={Metrika:r},window[t]&&Array.isArray(window[t])&&window[t].forEach((function(e){"function"==typeof e&&e()})),De(e)}function aa(e){function t(){window.pi={tracker:{visitor_id:"",visitor_id_sign:"",pi_opt_in:"",campaign_id:""}},window.piScriptNum+=1}window.piVersion="1.0.2",window.piScriptNum=0,window.piScriptObj=[],window.checkNamespace=te,window.getPardotUrl=ue,window.piGetParameter=re,window.piSetCookie=te,window.piGetCookie=ue,window.piResponse=te,window.piTracker=t,t(),De(e)}Qr.names=["google-analytics","ubo-google-analytics_analytics.js","google-analytics_analytics.js","googletagmanager-gtm","ubo-googletagmanager_gtm.js","googletagmanager_gtm.js"],Qr.injections=[De,te,re,se],Jr.names=["google-analytics-ga","ubo-google-analytics_ga.js","google-analytics_ga.js"],Jr.injections=[De,te,Ce],Zr.names=["googlesyndication-adsbygoogle","ubo-googlesyndication_adsbygoogle.js","googlesyndication_adsbygoogle.js"],Zr.injections=[De],ea.names=["googletagservices-gpt","ubo-googletagservices_gpt.js","googletagservices_gpt.js"],ea.injections=[De,te,ie,re,se,ue,ae],ta.names=["scorecardresearch-beacon","ubo-scorecardresearch_beacon.js","scorecardresearch_beacon.js"],ta.injections=[De],na.names=["metrika-yandex-tag"],na.injections=[De,te],ra.names=["metrika-yandex-watch"],ra.injections=[De,te,se],aa.names=["pardot-1.0"],aa.injections=[De,te,ue,re];var oa=pt;function ia(e){var t={fetchBids:function(e,t){"function"==typeof t&&t([])},init:te,setDisplayBids:te,targetingKeys:te};window.apstag=t,De(e)}function ua(e){var t=function(){};t.prototype.setDoNotTrack=te,t.prototype.setDomains=te,t.prototype.setCustomDimension=te,t.prototype.trackPageView=te;var n=function(){};n.prototype.addListener=te;var r={getTracker:t,getAsyncTracker:n};window.Piwik=r,De(e)}function sa(e){for(var t="",n=0;n<8;n+=1)t+=(65536*Math.random()+4096).toString(16).slice(-4);var r=function(){};r.get=function(e,n){n||(n=e),setTimeout((function(){n&&n(t,[])}),1)},r.prototype={get:r.get},window.Fingerprint2=r,De(e)}function ca(e){var t=function(){for(var e="",t=0;t<8;t+=1)e+=(65536*Math.random()+4096).toString(16).slice(-4);return e}(),n=function(){};n.prototype={load:function(){return Promise.resolve(new n)},get:function(){return Promise.resolve({visitorId:t})},hashComponents:ue},window.FingerprintJS=new n,De(e)}function da(e){var t=function(){};t.prototype={setVideoObject:te,newProgram:te,programEvent:te,newAd:te,adEvent:te},window.GemiusPlayer=t,De(e)}function la(e){var t={set:te},n={send:te},r={displayCart:{products:t,cart:t},updateCart:{cart:t},displayProduct:{products:t},displayPageProduct:{products:t},addProduct:{products:t},removeProduct:{products:t}},a=function(){};a.prototype={setConfig:te,setParam:te,dispatch:te,customVars:t,publisher:t,order:t,click:n,clickListener:n,internalSearch:{set:te,send:te},ecommerce:r,identifiedVisitor:{unset:te},page:{set:te,send:te},selfPromotion:{add:te,send:te},privacy:{setVisitorMode:te,getVisitorMode:te,hit:te},richMedia:{add:te,send:te,remove:te,removeAll:te}};var o={Tracker:{Tag:a}};window.ATInternet=o,De(e)}function fa(e){var t=document.currentScript;if(null!==t){var n=t.src;if("string"==typeof n){var r=["adclixx\\.net","adnetasia\\.com","adtrackers\\.net","bannertrack\\.net"].join("|"),a="^https?://[\\w-]+\\.(".concat(r,")/.");!1!==new RegExp(a).test(n)&&(window.nH7eXzOsG=858,De(e))}}}function pa(e){var t,n="3.453.0",r={},a=function(){};a.prototype.destroy=te,a.prototype.initialize=te;var o=function(){};o.CompanionBackfillMode={ALWAYS:"always",ON_MASTER_AD:"on_master_ad"},o.VpaidMode={DISABLED:0,ENABLED:1,INSECURE:2},o.prototype={c:!0,f:{},i:!1,l:"",p:"",r:0,t:"",v:"",getCompanionBackfill:te,getDisableCustomPlaybackForIOS10Plus:function(){return this.i},getDisabledFlashAds:function(){return!0},getFeatureFlags:function(){return this.f},getLocale:function(){return this.l},getNumRedirects:function(){return this.r},getPlayerType:function(){return this.t},getPlayerVersion:function(){return this.v},getPpid:function(){return this.p},getVpaidMode:function(){return this.C},isCookiesEnabled:function(){return this.c},isVpaidAdapter:function(){return this.M},setCompanionBackfill:te,setAutoPlayAdBreaks:function(e){this.K=e},setCookiesEnabled:function(e){this.c=!!e},setDisableCustomPlaybackForIOS10Plus:function(e){this.i=!!e},setDisableFlashAds:te,setFeatureFlags:function(e){this.f=!!e},setIsVpaidAdapter:function(e){this.M=e},setLocale:function(e){this.l=!!e},setNumRedirects:function(e){this.r=!!e},setPageCorrelator:function(e){this.R=e},setPlayerType:function(e){this.t=!!e},setPlayerVersion:function(e){this.v=!!e},setPpid:function(e){this.p=!!e},setVpaidMode:function(e){this.C=e},setSessionId:te,setStreamCorrelator:te,setVpaidAllowed:te,CompanionBackfillMode:{ALWAYS:"always",ON_MASTER_AD:"on_master_ad"},VpaidMode:{DISABLED:0,ENABLED:1,INSECURE:2}};var i=function(){this.listeners=new Map,this._dispatch=function(t){for(var n=this.listeners.get(t.type)||[],r=0,a=Array.from(n);r<a.length;r++){var o=a[r];try{o(t)}catch(t){Ce(e,t)}}},this.addEventListener=function(e,t){this.listeners.has(e)||this.listeners.set(e,new Set),this.listeners.get(e).add(t)},this.removeEventListener=function(e,t){var n;null===(n=this.listeners.get(e))||void 0===n||n.delete(t)}},u=new i;u.volume=1,u.collapse=te,u.configureAdsManager=te,u.destroy=te,u.discardAdBreak=te,u.expand=te,u.focus=te,u.getAdSkippableState=function(){return!1},u.getCuePoints=function(){return[0]},u.getCurrentAd=function(){return b},u.getCurrentAdCuePoints=function(){return[]},u.getRemainingTime=function(){return 0},u.getVolume=function(){return this.volume},u.init=te,u.isCustomClickTrackingUsed=function(){return!1},u.isCustomPlaybackUsed=function(){return!1},u.pause=te,u.requestNextAdBreak=te,u.resize=te,u.resume=te,u.setVolume=function(e){this.volume=e},u.skip=te,u.start=function(){for(var t=0,n=[v.Type.ALL_ADS_COMPLETED,v.Type.CONTENT_RESUME_REQUESTED];t<n.length;t++){var a=n[t];try{this._dispatch(new r.AdEvent(a))}catch(t){Ce(e,t)}}},u.stop=te,u.updateAdsRenderingSettings=te;var s=Object.create(u),c=function(e,t,n){this.type=e,this.adsRequest=t,this.userRequestContext=n};c.prototype={getAdsManager:function(){return s},getUserRequestContext:function(){return this.userRequestContext?this.userRequestContext:{}}},c.Type={ADS_MANAGER_LOADED:"adsManagerLoaded"};var d=i;d.prototype.settings=new o,d.prototype.contentComplete=te,d.prototype.destroy=te,d.prototype.getSettings=function(){return this.settings},d.prototype.getVersion=function(){return n},d.prototype.requestAds=function(e,t){var n=this;requestAnimationFrame((function(){var a=c.Type.ADS_MANAGER_LOADED,o=new r.AdsManagerLoadedEvent(a,e,t);n._dispatch(o)}));var a=new r.AdError("adPlayError",1205,1205,"The browser prevented playback initiated without user interaction.",e,t);requestAnimationFrame((function(){n._dispatch(new r.AdErrorEvent(a))}))};var l=te,f=function(){};f.prototype={setAdWillAutoPlay:te,setAdWillPlayMuted:te,setContinuousPlayback:te};var p=function(){};p.prototype={getAdPosition:function(){return 1},getIsBumper:function(){return!1},getMaxDuration:function(){return-1},getPodIndex:function(){return 1},getTimeOffset:function(){return 0},getTotalAds:function(){return 1}};var h=function(){};h.prototype={pi:new p,getAdId:function(){return""},getAdPodInfo:function(){return this.pi},getAdSystem:function(){return""},getAdvertiserName:function(){return""},getApiFramework:function(){return null},getCompanionAds:function(){return[]},getContentType:function(){return""},getCreativeAdId:function(){return""},getDealId:function(){return""},getDescription:function(){return""},getDuration:function(){return 8.5},getHeight:function(){return 0},getMediaUrl:function(){return null},getMinSuggestedDuration:function(){return-2},getSkipTimeOffset:function(){return-1},getSurveyUrl:function(){return null},getTitle:function(){return""},getTraffickingParametersString:function(){return""},getUiElements:function(){return[""]},getUniversalAdIdRegistry:function(){return"unknown"},getUniversalAdIds:function(){return[""]},getUniversalAdIdValue:function(){return"unknown"},getVastMediaBitrate:function(){return 0},getVastMediaHeight:function(){return 0},getVastMediaWidth:function(){return 0},getWidth:function(){return 0},getWrapperAdIds:function(){return[""]},getWrapperAdSystems:function(){return[""]},getWrapperCreativeIds:function(){return[""]},isLinear:function(){return!0},isSkippable:function(){return!0}};var m=function(){};m.prototype={getAdSlotId:function(){return""},getContent:function(){return""},getContentType:function(){return""},getHeight:function(){return 1},getWidth:function(){return 1}};var g=function(e,t,n,r,a,o){this.errorCode=t,this.message=r,this.type=e,this.adsRequest=a,this.userRequestContext=o,this.getErrorCode=function(){return this.errorCode},this.getInnerError=function(){},this.getMessage=function(){return this.message},this.getType=function(){return this.type},this.getVastErrorCode=function(){return this.vastErrorCode},this.toString=function(){return"AdError ".concat(this.errorCode,": ").concat(this.message)}};g.ErrorCode={},g.Type={};var b=function(){try{for(var e=0,t=Object.values(window.vidible._getContexts());e<t.length;e++){var n,r;if(null!==(n=t[e].getPlayer())&&void 0!==n&&null!==(r=n.div)&&void 0!==r&&r.innerHTML.includes("www.engadget.com"))return!0}}catch(e){}return!1}()?void 0:new h,v=function(e){this.type=e};v.prototype={getAd:function(){return b},getAdData:function(){}},v.Type={AD_BREAK_READY:"adBreakReady",AD_BUFFERING:"adBuffering",AD_CAN_PLAY:"adCanPlay",AD_METADATA:"adMetadata",AD_PROGRESS:"adProgress",ALL_ADS_COMPLETED:"allAdsCompleted",CLICK:"click",COMPLETE:"complete",CONTENT_PAUSE_REQUESTED:"contentPauseRequested",CONTENT_RESUME_REQUESTED:"contentResumeRequested",DURATION_CHANGE:"durationChange",EXPANDED_CHANGED:"expandedChanged",FIRST_QUARTILE:"firstQuartile",IMPRESSION:"impression",INTERACTION:"interaction",LINEAR_CHANGE:"linearChange",LINEAR_CHANGED:"linearChanged",LOADED:"loaded",LOG:"log",MIDPOINT:"midpoint",PAUSED:"pause",RESUMED:"resume",SKIPPABLE_STATE_CHANGED:"skippableStateChanged",SKIPPED:"skip",STARTED:"start",THIRD_QUARTILE:"thirdQuartile",USER_CLOSE:"userClose",VIDEO_CLICKED:"videoClicked",VIDEO_ICON_CLICKED:"videoIconClicked",VIEWABLE_IMPRESSION:"viewable_impression",VOLUME_CHANGED:"volumeChange",VOLUME_MUTED:"mute"};var y=function(e){this.error=e,this.type="adError",this.getError=function(){return this.error},this.getUserRequestContext=function(){var e;return null!==(e=this.error)&&void 0!==e&&e.userRequestContext?this.error.userRequestContext:{}}};y.Type={AD_ERROR:"adError"};var w=function(){};w.Type={CUSTOM_CONTENT_LOADED:"deprecated-event"};var k=function(){};k.CreativeType={ALL:"All",FLASH:"Flash",IMAGE:"Image"},k.ResourceType={ALL:"All",HTML:"Html",IFRAME:"IFrame",STATIC:"Static"},k.SizeCriteria={IGNORE:"IgnoreSize",SELECT_EXACT_MATCH:"SelectExactMatch",SELECT_NEAR_MATCH:"SelectNearMatch"};var D=function(){};D.prototype={getCuePoints:function(){return[]},getAdIdRegistry:function(){return""},getAdIsValue:function(){return""}};var x=te,C=function(){};Object.assign(r,{AdCuePoints:D,AdDisplayContainer:a,AdError:g,AdErrorEvent:y,AdEvent:v,AdPodInfo:p,AdProgressData:x,AdsLoader:d,AdsManager:s,AdsManagerLoadedEvent:c,AdsRenderingSettings:l,AdsRequest:f,CompanionAd:m,CompanionAdSelectionSettings:k,CustomContentLoadedEvent:w,gptProxyInstance:{},ImaSdkSettings:o,OmidAccessMode:{DOMAIN:"domain",FULL:"full",LIMITED:"limited"},settings:new o,UiElements:{AD_ATTRIBUTION:"adAttribution",COUNTDOWN:"countdown"},UniversalAdIdInfo:C,VERSION:n,ViewMode:{FULLSCREEN:"fullscreen",NORMAL:"normal"}}),window.google||(window.google={}),null!==(t=window.google.ima)&&void 0!==t&&t.dai&&(r.dai=window.google.ima.dai),window.google.ima=r,De(e)}function ha(e){function t(){}function n(){}t.prototype.filter=function(){return new t},t.prototype.subscribe=te,n.prototype.first=function(){return new t},n.prototype.filter=function(){return new t},n.prototype.subscribe=te;var r={isConsentRequired:oe,getUserConsentStatusForPurpose:ae,getUserConsentStatus:ae,getUserStatus:te,getRequiredPurposes:se,getUserConsentStatusForVendor:ae,Purposes:{Cookies:"cookies"},notice:{configure:te,hide:te,isVisible:oe,show:te,showDataProcessing:ae},isUserConsentStatusPartial:oe,on:function(){return{actions:{},emitter:{},services:{},store:{}}},shouldConsentBeCollected:oe,getUserConsentStatusForAll:te,getObservableOnUserConsentStatusForVendor:function(){return new n}};window.Didomi=r;var a={didomiExperimentId:"",didomiExperimentUserGroup:"",didomiGDPRApplies:1,didomiIABConsent:"",didomiPurposesConsent:"",didomiPurposesConsentDenied:"",didomiPurposesConsentUnknown:"",didomiVendorsConsent:"",didomiVendorsConsentDenied:"",didomiVendorsConsentUnknown:"",didomiVendorsRawConsent:"",didomiVendorsRawConsentDenied:"",didomiVendorsRawConsentUnknown:""};window.didomiState=a;var o={eventStatus:"tcloaded",gdprApplies:!1,listenerId:te,vendor:{consents:[]},purpose:{consents:[]}},i=function(e,t,n){"function"==typeof n&&"removeEventListener"!==e&&n(o,!0)};window.__tcfapi=i;var u={stub:!0,push:te};window.didomiEventListeners=u;var s={stub:!0,push:function(e){"function"==typeof e&&("complete"!==document.readyState?window.addEventListener("load",(function(){setTimeout(e(window.Didomi))})):setTimeout(e(window.Didomi)))}};window.didomiOnReady=window.didomiOnReady||s,Array.isArray(window.didomiOnReady)&&window.didomiOnReady.forEach((function(e){if("function"==typeof e)try{setTimeout(e(window.Didomi))}catch(e){}})),De(e)}function ma(e){var t=function(e){if("function"==typeof e)try{e.call()}catch(e){}},n={addAdUnits:function(){},adServers:{dfp:{buildVideoUrl:ue}},adUnits:[],aliasBidder:function(){},cmd:[],enableAnalytics:function(){},getHighestCpmBids:se,libLoaded:!0,que:[],requestBids:function(e){if(e instanceof Object&&e.bidsBackHandler)try{e.bidsBackHandler.call()}catch(e){}},removeAdUnit:function(){},setBidderConfig:function(){},setConfig:function(){},setTargetingForGPTAsync:function(){}};n.cmd.push=t,n.que.push=t,window.pbjs=n,De(e)}function ga(e){window.canRunAds=!0,window.isAdBlockActive=!1,De(e)}function ba(e){window.wcs_add={},window.wcs_do=te,window.wcs={inflow:te},De(e)}oa.names=["prevent-bab","nobab.js","ubo-nobab.js","bab-defuser.js","ubo-bab-defuser.js","ubo-nobab","ubo-bab-defuser"],ia.names=["amazon-apstag","ubo-amazon_apstag.js","amazon_apstag.js"],ia.injections=[De,te],ua.names=["matomo"],ua.injections=[De,te],sa.names=["fingerprintjs2","ubo-fingerprint2.js","fingerprint2.js"],sa.injections=[De],ca.names=["fingerprintjs3","ubo-fingerprint3.js","fingerprint3.js"],ca.injections=[De,ue],da.names=["gemius"],da.injections=[De,te],la.names=["ati-smarttag"],la.injections=[De,te],fa.names=["prevent-bab2","nobab2.js"],fa.injections=[De],pa.names=["google-ima3","ubo-google-ima.js","google-ima.js"],pa.injections=[De,te,Ce],ha.names=["didomi-loader"],ha.injections=[De,te,se,ae,oe],ma.names=["prebid"],ma.injections=[De,te,ue,se],ga.names=["prebid-ads","ubo-prebid-ads.js","prebid-ads.js"],ga.injections=[De],ba.names=["naver-wcslog"],ba.injections=[De,te];var va=Object.freeze({__proto__:null,ATInternetSmartTag:la,AmazonApstag:ia,DidomiLoader:ha,Fingerprintjs2:sa,Fingerprintjs3:ca,Gemius:da,GoogleAnalytics:Qr,GoogleAnalyticsGa:Jr,GoogleIma3:pa,GoogleSyndicationAdsByGoogle:Zr,GoogleTagServicesGpt:ea,Matomo:ua,NaverWcslog:ba,Pardot:aa,Prebid:ma,ScoreCardResearchBeacon:ta,metrikaYandexTag:na,metrikaYandexWatch:ra,noeval:vt,prebidAds:ga,preventBab:oa,preventBab2:fa,preventFab:wt,preventPopadsNet:Dt,setPopadsDummy:kt});function ya(e){return ya="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ya(e)}function wa(e,t){if("object"!==ya(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==ya(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function ka(e){var t=wa(e,"string");return"symbol"===ya(t)?t:String(t)}function Da(e,t,n){return(t=ka(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function xa(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ca={},Aa={},Ea={};function Fa(e){return null==e}function Sa(e){return"object"===_typeof2(e)&&null!==e}function ja(e){return Array.isArray(e)?e:Fa(e)?[]:[e]}function Ta(e,t){var n,r,a,o;if(t)for(n=0,r=(o=Object.keys(t)).length;n<r;n+=1)e[a=o[n]]=t[a];return e}function _a(e,t){var n,r="";for(n=0;n<t;n+=1)r+=e;return r}function Ra(e){return 0===e&&Number.NEGATIVE_INFINITY===1/e}function Oa(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=(this.reason||"(unknown reason)")+(this.mark?" "+this.mark.toString():""),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack||""}Ea.isNothing=Fa,Ea.isObject=Sa,Ea.toArray=ja,Ea.repeat=_a,Ea.isNegativeZero=Ra,Ea.extend=Ta,Oa.prototype=Object.create(Error.prototype),Oa.prototype.constructor=Oa,Oa.prototype.toString=function(e){var t=this.name+": ";return t+=this.reason||"(unknown reason)",!e&&this.mark&&(t+=" "+this.mark.toString()),t};var Ba=Oa,Pa=Ea;function Ia(e,t,n,r,a){this.name=e,this.buffer=t,this.position=n,this.line=r,this.column=a}Ia.prototype.getSnippet=function(e,t){var n,r,a,o,i;if(!this.buffer)return null;for(e=e||4,t=t||75,n="",r=this.position;r>0&&-1==="\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(r-1));)if(r-=1,this.position-r>t/2-1){n=" ... ",r+=5;break}for(a="",o=this.position;o<this.buffer.length&&-1==="\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(o));)if((o+=1)-this.position>t/2-1){a=" ... ",o-=5;break}return i=this.buffer.slice(r,o),Pa.repeat(" ",e)+n+i+a+"\n"+Pa.repeat(" ",e+this.position-r+n.length)+"^"},Ia.prototype.toString=function(e){var t,n="";return this.name&&(n+='in "'+this.name+'" '),n+="at line "+(this.line+1)+", column "+(this.column+1),e||(t=this.getSnippet())&&(n+=":\n"+t),n};var Na=Ia,La=Ba,$a=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],za=["scalar","sequence","mapping"];function Ma(e){var t={};return null!==e&&Object.keys(e).forEach((function(n){e[n].forEach((function(e){t[String(e)]=n}))})),t}function qa(e,t){if(t=t||{},Object.keys(t).forEach((function(t){if(-1===$a.indexOf(t))throw new La('Unknown option "'+t+'" is met in definition of "'+e+'" YAML type.')})),this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(e){return e},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.defaultStyle=t.defaultStyle||null,this.styleAliases=Ma(t.styleAliases||null),-1===za.indexOf(this.kind))throw new La('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}var Ua=qa,Wa=Ea,Ha=Ba,Va=Ua;function Xa(e,t,n){var r=[];return e.include.forEach((function(e){n=Xa(e,t,n)})),e[t].forEach((function(e){n.forEach((function(t,n){t.tag===e.tag&&t.kind===e.kind&&r.push(n)})),n.push(e)})),n.filter((function(e,t){return-1===r.indexOf(t)}))}function Ga(){var e,t,n={scalar:{},sequence:{},mapping:{},fallback:{}};function r(e){n[e.kind][e.tag]=n.fallback[e.tag]=e}for(e=0,t=arguments.length;e<t;e+=1)arguments[e].forEach(r);return n}function Ya(e){this.include=e.include||[],this.implicit=e.implicit||[],this.explicit=e.explicit||[],this.implicit.forEach((function(e){if(e.loadKind&&"scalar"!==e.loadKind)throw new Ha("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.")})),this.compiledImplicit=Xa(this,"implicit",[]),this.compiledExplicit=Xa(this,"explicit",[]),this.compiledTypeMap=Ga(this.compiledImplicit,this.compiledExplicit)}Ya.DEFAULT=null,Ya.create=function(){var e,t;switch(arguments.length){case 1:e=Ya.DEFAULT,t=arguments[0];break;case 2:e=arguments[0],t=arguments[1];break;default:throw new Ha("Wrong number of arguments for Schema.create function")}if(e=Wa.toArray(e),t=Wa.toArray(t),!e.every((function(e){return e instanceof Ya})))throw new Ha("Specified list of super schemas (or a single Schema object) contains a non-Schema object.");if(!t.every((function(e){return e instanceof Va})))throw new Ha("Specified list of YAML types (or a single Type object) contains a non-Type object.");return new Ya({include:e,explicit:t})};var Ka=Ya,Qa=new Ua("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return null!==e?e:""}}),Ja=new Ua("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return null!==e?e:[]}}),Za=new Ua("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return null!==e?e:{}}}),eo=new Ka({explicit:[Qa,Ja,Za]});function to(e){if(null===e)return!0;var t=e.length;return 1===t&&"~"===e||4===t&&("null"===e||"Null"===e||"NULL"===e)}function no(){return null}function ro(e){return null===e}var ao=new Ua("tag:yaml.org,2002:null",{kind:"scalar",resolve:to,construct:no,predicate:ro,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"});function oo(e){if(null===e)return!1;var t=e.length;return 4===t&&("true"===e||"True"===e||"TRUE"===e)||5===t&&("false"===e||"False"===e||"FALSE"===e)}function io(e){return"true"===e||"True"===e||"TRUE"===e}function uo(e){return"[object Boolean]"===Object.prototype.toString.call(e)}var so=new Ua("tag:yaml.org,2002:bool",{kind:"scalar",resolve:oo,construct:io,predicate:uo,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"}),co=Ea;function lo(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function fo(e){return 48<=e&&e<=55}function po(e){return 48<=e&&e<=57}function ho(e){if(null===e)return!1;var t,n=e.length,r=0,a=!1;if(!n)return!1;if("-"!==(t=e[r])&&"+"!==t||(t=e[++r]),"0"===t){if(r+1===n)return!0;if("b"===(t=e[++r])){for(r++;r<n;r++)if("_"!==(t=e[r])){if("0"!==t&&"1"!==t)return!1;a=!0}return a&&"_"!==t}if("x"===t){for(r++;r<n;r++)if("_"!==(t=e[r])){if(!lo(e.charCodeAt(r)))return!1;a=!0}return a&&"_"!==t}for(;r<n;r++)if("_"!==(t=e[r])){if(!fo(e.charCodeAt(r)))return!1;a=!0}return a&&"_"!==t}if("_"===t)return!1;for(;r<n;r++)if("_"!==(t=e[r])){if(":"===t)break;if(!po(e.charCodeAt(r)))return!1;a=!0}return!(!a||"_"===t)&&(":"!==t||/^(:[0-5]?[0-9])+$/.test(e.slice(r)))}function mo(e){var t,n,r=e,a=1,o=[];return-1!==r.indexOf("_")&&(r=r.replace(/_/g,"")),"-"!==(t=r[0])&&"+"!==t||("-"===t&&(a=-1),t=(r=r.slice(1))[0]),"0"===r?0:"0"===t?"b"===r[1]?a*parseInt(r.slice(2),2):"x"===r[1]?a*parseInt(r,16):a*parseInt(r,8):-1!==r.indexOf(":")?(r.split(":").forEach((function(e){o.unshift(parseInt(e,10))})),r=0,n=1,o.forEach((function(e){r+=e*n,n*=60})),a*r):a*parseInt(r,10)}function go(e){return"[object Number]"===Object.prototype.toString.call(e)&&e%1==0&&!co.isNegativeZero(e)}var bo=new Ua("tag:yaml.org,2002:int",{kind:"scalar",resolve:ho,construct:mo,predicate:go,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0"+e.toString(8):"-0"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),vo=Ea,yo=Ua,wo=new RegExp("^(?:[-+]?(?:0|[1-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function ko(e){return null!==e&&!(!wo.test(e)||"_"===e[e.length-1])}function Do(e){var t,n,r,a;return n="-"===(t=e.replace(/_/g,"").toLowerCase())[0]?-1:1,a=[],"+-".indexOf(t[0])>=0&&(t=t.slice(1)),".inf"===t?1===n?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===t?NaN:t.indexOf(":")>=0?(t.split(":").forEach((function(e){a.unshift(parseFloat(e,10))})),t=0,r=1,a.forEach((function(e){t+=e*r,r*=60})),n*t):n*parseFloat(t,10)}var xo=/^[-+]?[0-9]+e/;function Co(e,t){var n;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(vo.isNegativeZero(e))return"-0.0";return n=e.toString(10),xo.test(n)?n.replace("e",".e"):n}function Ao(e){return"[object Number]"===Object.prototype.toString.call(e)&&(e%1!=0||vo.isNegativeZero(e))}var Eo=new yo("tag:yaml.org,2002:float",{kind:"scalar",resolve:ko,construct:Do,predicate:Ao,represent:Co,defaultStyle:"lowercase"}),Fo=new Ka({include:[eo],implicit:[ao,so,bo,Eo]}),So=new Ka({include:[Fo]}),jo=Ua,To=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),_o=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function Ro(e){return null!==e&&(null!==To.exec(e)||null!==_o.exec(e))}function Oo(e){var t,n,r,a,o,i,u,s,c=0,d=null;if(null===(t=To.exec(e))&&(t=_o.exec(e)),null===t)throw new Error("Date resolve error");if(n=+t[1],r=+t[2]-1,a=+t[3],!t[4])return new Date(Date.UTC(n,r,a));if(o=+t[4],i=+t[5],u=+t[6],t[7]){for(c=t[7].slice(0,3);c.length<3;)c+="0";c=+c}return t[9]&&(d=6e4*(60*+t[10]+ +(t[11]||0)),"-"===t[9]&&(d=-d)),s=new Date(Date.UTC(n,r,a,o,i,u,c)),d&&s.setTime(s.getTime()-d),s}function Bo(e){return e.toISOString()}var Po=new jo("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:Ro,construct:Oo,instanceOf:Date,represent:Bo});function Io(e){return"<<"===e||null===e}var No,Lo=new Ua("tag:yaml.org,2002:merge",{kind:"scalar",resolve:Io});function $o(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}try{No=$o("buffer").Buffer}catch(e){}var zo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";function Mo(e){if(null===e)return!1;var t,n,r=0,a=e.length,o=zo;for(n=0;n<a;n++)if(!((t=o.indexOf(e.charAt(n)))>64)){if(t<0)return!1;r+=6}return r%8==0}function qo(e){var t,n,r=e.replace(/[\r\n=]/g,""),a=r.length,o=zo,i=0,u=[];for(t=0;t<a;t++)t%4==0&&t&&(u.push(i>>16&255),u.push(i>>8&255),u.push(255&i)),i=i<<6|o.indexOf(r.charAt(t));return 0==(n=a%4*6)?(u.push(i>>16&255),u.push(i>>8&255),u.push(255&i)):18===n?(u.push(i>>10&255),u.push(i>>2&255)):12===n&&u.push(i>>4&255),No?No.from?No.from(u):new No(u):u}function Uo(e){var t,n,r="",a=0,o=e.length,i=zo;for(t=0;t<o;t++)t%3==0&&t&&(r+=i[a>>18&63],r+=i[a>>12&63],r+=i[a>>6&63],r+=i[63&a]),a=(a<<8)+e[t];return 0==(n=o%3)?(r+=i[a>>18&63],r+=i[a>>12&63],r+=i[a>>6&63],r+=i[63&a]):2===n?(r+=i[a>>10&63],r+=i[a>>4&63],r+=i[a<<2&63],r+=i[64]):1===n&&(r+=i[a>>2&63],r+=i[a<<4&63],r+=i[64],r+=i[64]),r}function Wo(e){return No&&No.isBuffer(e)}var Ho=new Ua("tag:yaml.org,2002:binary",{kind:"scalar",resolve:Mo,construct:qo,predicate:Wo,represent:Uo}),Vo=Ua,Xo=Object.prototype.hasOwnProperty,Go=Object.prototype.toString;function Yo(e){if(null===e)return!0;var t,n,r,a,o,i=[],u=e;for(t=0,n=u.length;t<n;t+=1){if(r=u[t],o=!1,"[object Object]"!==Go.call(r))return!1;for(a in r)if(Xo.call(r,a)){if(o)return!1;o=!0}if(!o)return!1;if(-1!==i.indexOf(a))return!1;i.push(a)}return!0}function Ko(e){return null!==e?e:[]}var Qo=new Vo("tag:yaml.org,2002:omap",{kind:"sequence",resolve:Yo,construct:Ko}),Jo=Ua,Zo=Object.prototype.toString;function ei(e){if(null===e)return!0;var t,n,r,a,o,i=e;for(o=new Array(i.length),t=0,n=i.length;t<n;t+=1){if(r=i[t],"[object Object]"!==Zo.call(r))return!1;if(1!==(a=Object.keys(r)).length)return!1;o[t]=[a[0],r[a[0]]]}return!0}function ti(e){if(null===e)return[];var t,n,r,a,o,i=e;for(o=new Array(i.length),t=0,n=i.length;t<n;t+=1)r=i[t],a=Object.keys(r),o[t]=[a[0],r[a[0]]];return o}var ni=new Jo("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:ei,construct:ti}),ri=Ua,ai=Object.prototype.hasOwnProperty;function oi(e){if(null===e)return!0;var t,n=e;for(t in n)if(ai.call(n,t)&&null!==n[t])return!1;return!0}function ii(e){return null!==e?e:{}}var ui=new ri("tag:yaml.org,2002:set",{kind:"mapping",resolve:oi,construct:ii}),si=new Ka({include:[So],implicit:[Po,Lo],explicit:[Ho,Qo,ni,ui]});function ci(){return!0}function di(){}function li(){return""}function fi(e){return void 0===e}var pi=new Ua("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:ci,construct:di,predicate:fi,represent:li});function hi(e){if(null===e)return!1;if(0===e.length)return!1;var t=e,n=/\/([gim]*)$/.exec(e),r="";if("/"===t[0]){if(n&&(r=n[1]),r.length>3)return!1;if("/"!==t[t.length-r.length-1])return!1}return!0}function mi(e){var t=e,n=/\/([gim]*)$/.exec(e),r="";return"/"===t[0]&&(n&&(r=n[1]),t=t.slice(1,t.length-r.length-1)),new RegExp(t,r)}function gi(e){var t="/"+e.source+"/";return e.global&&(t+="g"),e.multiline&&(t+="m"),e.ignoreCase&&(t+="i"),t}function bi(e){return"[object RegExp]"===Object.prototype.toString.call(e)}var vi,yi=new Ua("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:hi,construct:mi,predicate:bi,represent:gi});try{vi=$o("esprima")}catch(e){"undefined"!=typeof window&&(vi=window.esprima)}function wi(e){if(null===e)return!1;try{var t="("+e+")",n=vi.parse(t,{range:!0});return"Program"===n.type&&1===n.body.length&&"ExpressionStatement"===n.body[0].type&&("ArrowFunctionExpression"===n.body[0].expression.type||"FunctionExpression"===n.body[0].expression.type)}catch(e){return!1}}function ki(e){var t,n="("+e+")",r=vi.parse(n,{range:!0}),a=[];if("Program"!==r.type||1!==r.body.length||"ExpressionStatement"!==r.body[0].type||"ArrowFunctionExpression"!==r.body[0].expression.type&&"FunctionExpression"!==r.body[0].expression.type)throw new Error("Failed to resolve function");return r.body[0].expression.params.forEach((function(e){a.push(e.name)})),t=r.body[0].expression.body.range,"BlockStatement"===r.body[0].expression.body.type?new Function(a,n.slice(t[0]+1,t[1]-1)):new Function(a,"return "+n.slice(t[0],t[1]))}function Di(e){return e.toString()}function xi(e){return"[object Function]"===Object.prototype.toString.call(e)}var Ci=new Ua("tag:yaml.org,2002:js/function",{kind:"scalar",resolve:wi,construct:ki,predicate:xi,represent:Di}),Ai=Ka,Ei=Ai.DEFAULT=new Ai({include:[si],explicit:[pi,yi,Ci]}),Fi=Ea,Si=Ba,ji=Na,Ti=si,_i=Ei,Ri=Object.prototype.hasOwnProperty,Oi=1,Bi=2,Pi=3,Ii=4,Ni=1,Li=2,$i=3,zi=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Mi=/[\x85\u2028\u2029]/,qi=/[,\[\]\{\}]/,Ui=/^(?:!|!!|![a-z\-]+!)$/i,Wi=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function Hi(e){return Object.prototype.toString.call(e)}function Vi(e){return 10===e||13===e}function Xi(e){return 9===e||32===e}function Gi(e){return 9===e||32===e||10===e||13===e}function Yi(e){return 44===e||91===e||93===e||123===e||125===e}function Ki(e){var t;return 48<=e&&e<=57?e-48:97<=(t=32|e)&&t<=102?t-97+10:-1}function Qi(e){return 120===e?2:117===e?4:85===e?8:0}function Ji(e){return 48<=e&&e<=57?e-48:-1}function Zi(e){return 48===e?"\0":97===e?"":98===e?"\b":116===e||9===e?"\t":110===e?"\n":118===e?"\v":102===e?"\f":114===e?"\r":101===e?"":32===e?" ":34===e?'"':47===e?"/":92===e?"\\":78===e?"…":95===e?" ":76===e?"\u2028":80===e?"\u2029":""}function eu(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(55296+(e-65536>>10),56320+(e-65536&1023))}for(var tu=new Array(256),nu=new Array(256),ru=0;ru<256;ru++)tu[ru]=Zi(ru)?1:0,nu[ru]=Zi(ru);function au(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||_i,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}function ou(e,t){return new Si(t,new ji(e.filename,e.input,e.position,e.line,e.position-e.lineStart))}function iu(e,t){throw ou(e,t)}function uu(e,t){e.onWarning&&e.onWarning.call(null,ou(e,t))}var su={YAML:function(e,t,n){var r,a,o;null!==e.version&&iu(e,"duplication of %YAML directive"),1!==n.length&&iu(e,"YAML directive accepts exactly one argument"),null===(r=/^([0-9]+)\.([0-9]+)$/.exec(n[0]))&&iu(e,"ill-formed argument of the YAML directive"),a=parseInt(r[1],10),o=parseInt(r[2],10),1!==a&&iu(e,"unacceptable YAML version of the document"),e.version=n[0],e.checkLineBreaks=o<2,1!==o&&2!==o&&uu(e,"unsupported YAML version of the document")},TAG:function(e,t,n){var r,a;2!==n.length&&iu(e,"TAG directive accepts exactly two arguments"),r=n[0],a=n[1],Ui.test(r)||iu(e,"ill-formed tag handle (first argument) of the TAG directive"),Ri.call(e.tagMap,r)&&iu(e,'there is a previously declared suffix for "'+r+'" tag handle'),Wi.test(a)||iu(e,"ill-formed tag prefix (second argument) of the TAG directive"),e.tagMap[r]=a}};function cu(e,t,n,r){var a,o,i,u;if(t<n){if(u=e.input.slice(t,n),r)for(a=0,o=u.length;a<o;a+=1)9===(i=u.charCodeAt(a))||32<=i&&i<=1114111||iu(e,"expected valid JSON character");else zi.test(u)&&iu(e,"the stream contains non-printable characters");e.result+=u}}function du(e,t,n,r){var a,o,i,u;for(Fi.isObject(n)||iu(e,"cannot merge mappings; the provided source object is unacceptable"),i=0,u=(a=Object.keys(n)).length;i<u;i+=1)o=a[i],Ri.call(t,o)||(t[o]=n[o],r[o]=!0)}function lu(e,t,n,r,a,o,i,u){var s,c;if(Array.isArray(a))for(s=0,c=(a=Array.prototype.slice.call(a)).length;s<c;s+=1)Array.isArray(a[s])&&iu(e,"nested arrays are not supported inside keys"),"object"===_typeof2(a)&&"[object Object]"===Hi(a[s])&&(a[s]="[object Object]");if("object"===_typeof2(a)&&"[object Object]"===Hi(a)&&(a="[object Object]"),a=String(a),null===t&&(t={}),"tag:yaml.org,2002:merge"===r)if(Array.isArray(o))for(s=0,c=o.length;s<c;s+=1)du(e,t,o[s],n);else du(e,t,o,n);else e.json||Ri.call(n,a)||!Ri.call(t,a)||(e.line=i||e.line,e.position=u||e.position,iu(e,"duplicated mapping key")),t[a]=o,delete n[a];return t}function fu(e){var t;10===(t=e.input.charCodeAt(e.position))?e.position++:13===t?(e.position++,10===e.input.charCodeAt(e.position)&&e.position++):iu(e,"a line break is expected"),e.line+=1,e.lineStart=e.position}function pu(e,t,n){for(var r=0,a=e.input.charCodeAt(e.position);0!==a;){for(;Xi(a);)a=e.input.charCodeAt(++e.position);if(t&&35===a)do{a=e.input.charCodeAt(++e.position)}while(10!==a&&13!==a&&0!==a);if(!Vi(a))break;for(fu(e),a=e.input.charCodeAt(e.position),r++,e.lineIndent=0;32===a;)e.lineIndent++,a=e.input.charCodeAt(++e.position)}return-1!==n&&0!==r&&e.lineIndent<n&&uu(e,"deficient indentation"),r}function hu(e){var t,n=e.position;return!(45!==(t=e.input.charCodeAt(n))&&46!==t||t!==e.input.charCodeAt(n+1)||t!==e.input.charCodeAt(n+2)||(n+=3,0!==(t=e.input.charCodeAt(n))&&!Gi(t)))}function mu(e,t){1===t?e.result+=" ":t>1&&(e.result+=Fi.repeat("\n",t-1))}function gu(e,t,n){var r,a,o,i,u,s,c,d,l=e.kind,f=e.result;if(Gi(d=e.input.charCodeAt(e.position))||Yi(d)||35===d||38===d||42===d||33===d||124===d||62===d||39===d||34===d||37===d||64===d||96===d)return!1;if((63===d||45===d)&&(Gi(r=e.input.charCodeAt(e.position+1))||n&&Yi(r)))return!1;for(e.kind="scalar",e.result="",a=o=e.position,i=!1;0!==d;){if(58===d){if(Gi(r=e.input.charCodeAt(e.position+1))||n&&Yi(r))break}else if(35===d){if(Gi(e.input.charCodeAt(e.position-1)))break}else{if(e.position===e.lineStart&&hu(e)||n&&Yi(d))break;if(Vi(d)){if(u=e.line,s=e.lineStart,c=e.lineIndent,pu(e,!1,-1),e.lineIndent>=t){i=!0,d=e.input.charCodeAt(e.position);continue}e.position=o,e.line=u,e.lineStart=s,e.lineIndent=c;break}}i&&(cu(e,a,o,!1),mu(e,e.line-u),a=o=e.position,i=!1),Xi(d)||(o=e.position+1),d=e.input.charCodeAt(++e.position)}return cu(e,a,o,!1),!!e.result||(e.kind=l,e.result=f,!1)}function bu(e,t){var n,r,a;if(39!==(n=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,r=a=e.position;0!==(n=e.input.charCodeAt(e.position));)if(39===n){if(cu(e,r,e.position,!0),39!==(n=e.input.charCodeAt(++e.position)))return!0;r=e.position,e.position++,a=e.position}else Vi(n)?(cu(e,r,a,!0),mu(e,pu(e,!1,t)),r=a=e.position):e.position===e.lineStart&&hu(e)?iu(e,"unexpected end of the document within a single quoted scalar"):(e.position++,a=e.position);iu(e,"unexpected end of the stream within a single quoted scalar")}function vu(e,t){var n,r,a,o,i,u;if(34!==(u=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,n=r=e.position;0!==(u=e.input.charCodeAt(e.position));){if(34===u)return cu(e,n,e.position,!0),e.position++,!0;if(92===u){if(cu(e,n,e.position,!0),Vi(u=e.input.charCodeAt(++e.position)))pu(e,!1,t);else if(u<256&&tu[u])e.result+=nu[u],e.position++;else if((i=Qi(u))>0){for(a=i,o=0;a>0;a--)(i=Ki(u=e.input.charCodeAt(++e.position)))>=0?o=(o<<4)+i:iu(e,"expected hexadecimal character");e.result+=eu(o),e.position++}else iu(e,"unknown escape sequence");n=r=e.position}else Vi(u)?(cu(e,n,r,!0),mu(e,pu(e,!1,t)),n=r=e.position):e.position===e.lineStart&&hu(e)?iu(e,"unexpected end of the document within a double quoted scalar"):(e.position++,r=e.position)}iu(e,"unexpected end of the stream within a double quoted scalar")}function yu(e,t){var n,r,a,o,i,u,s,c,d,l,f=!0,p=e.tag,h=e.anchor,m={};if(91===(l=e.input.charCodeAt(e.position)))a=93,u=!1,r=[];else{if(123!==l)return!1;a=125,u=!0,r={}}for(null!==e.anchor&&(e.anchorMap[e.anchor]=r),l=e.input.charCodeAt(++e.position);0!==l;){if(pu(e,!0,t),(l=e.input.charCodeAt(e.position))===a)return e.position++,e.tag=p,e.anchor=h,e.kind=u?"mapping":"sequence",e.result=r,!0;f||iu(e,"missed comma between flow collection entries"),c=s=d=null,o=i=!1,63===l&&Gi(e.input.charCodeAt(e.position+1))&&(o=i=!0,e.position++,pu(e,!0,t)),n=e.line,Eu(e,t,Oi,!1,!0),c=e.tag,s=e.result,pu(e,!0,t),l=e.input.charCodeAt(e.position),!i&&e.line!==n||58!==l||(o=!0,l=e.input.charCodeAt(++e.position),pu(e,!0,t),Eu(e,t,Oi,!1,!0),d=e.result),u?lu(e,r,m,c,s,d):o?r.push(lu(e,null,m,c,s,d)):r.push(s),pu(e,!0,t),44===(l=e.input.charCodeAt(e.position))?(f=!0,l=e.input.charCodeAt(++e.position)):f=!1}iu(e,"unexpected end of the stream within a flow collection")}function wu(e,t){var n,r,a,o,i=Ni,u=!1,s=!1,c=t,d=0,l=!1;if(124===(o=e.input.charCodeAt(e.position)))r=!1;else{if(62!==o)return!1;r=!0}for(e.kind="scalar",e.result="";0!==o;)if(43===(o=e.input.charCodeAt(++e.position))||45===o)Ni===i?i=43===o?$i:Li:iu(e,"repeat of a chomping mode identifier");else{if(!((a=Ji(o))>=0))break;0===a?iu(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):s?iu(e,"repeat of an indentation width identifier"):(c=t+a-1,s=!0)}if(Xi(o)){do{o=e.input.charCodeAt(++e.position)}while(Xi(o));if(35===o)do{o=e.input.charCodeAt(++e.position)}while(!Vi(o)&&0!==o)}for(;0!==o;){for(fu(e),e.lineIndent=0,o=e.input.charCodeAt(e.position);(!s||e.lineIndent<c)&&32===o;)e.lineIndent++,o=e.input.charCodeAt(++e.position);if(!s&&e.lineIndent>c&&(c=e.lineIndent),Vi(o))d++;else{if(e.lineIndent<c){i===$i?e.result+=Fi.repeat("\n",u?1+d:d):i===Ni&&u&&(e.result+="\n");break}for(r?Xi(o)?(l=!0,e.result+=Fi.repeat("\n",u?1+d:d)):l?(l=!1,e.result+=Fi.repeat("\n",d+1)):0===d?u&&(e.result+=" "):e.result+=Fi.repeat("\n",d):e.result+=Fi.repeat("\n",u?1+d:d),u=!0,s=!0,d=0,n=e.position;!Vi(o)&&0!==o;)o=e.input.charCodeAt(++e.position);cu(e,n,e.position,!1)}}return!0}function ku(e,t){var n,r,a=e.tag,o=e.anchor,i=[],u=!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=i),r=e.input.charCodeAt(e.position);0!==r&&45===r&&Gi(e.input.charCodeAt(e.position+1));)if(u=!0,e.position++,pu(e,!0,-1)&&e.lineIndent<=t)i.push(null),r=e.input.charCodeAt(e.position);else if(n=e.line,Eu(e,t,Pi,!1,!0),i.push(e.result),pu(e,!0,-1),r=e.input.charCodeAt(e.position),(e.line===n||e.lineIndent>t)&&0!==r)iu(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break;return!!u&&(e.tag=a,e.anchor=o,e.kind="sequence",e.result=i,!0)}function Du(e,t,n){var r,a,o,i,u,s=e.tag,c=e.anchor,d={},l={},f=null,p=null,h=null,m=!1,g=!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=d),u=e.input.charCodeAt(e.position);0!==u;){if(r=e.input.charCodeAt(e.position+1),o=e.line,i=e.position,63!==u&&58!==u||!Gi(r)){if(!Eu(e,n,Bi,!1,!0))break;if(e.line===o){for(u=e.input.charCodeAt(e.position);Xi(u);)u=e.input.charCodeAt(++e.position);if(58===u)Gi(u=e.input.charCodeAt(++e.position))||iu(e,"a whitespace character is expected after the key-value separator within a block mapping"),m&&(lu(e,d,l,f,p,null),f=p=h=null),g=!0,m=!1,a=!1,f=e.tag,p=e.result;else{if(!g)return e.tag=s,e.anchor=c,!0;iu(e,"can not read an implicit mapping pair; a colon is missed")}}else{if(!g)return e.tag=s,e.anchor=c,!0;iu(e,"can not read a block mapping entry; a multiline key may not be an implicit key")}}else 63===u?(m&&(lu(e,d,l,f,p,null),f=p=h=null),g=!0,m=!0,a=!0):m?(m=!1,a=!0):iu(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,u=r;if((e.line===o||e.lineIndent>t)&&(Eu(e,t,Ii,!0,a)&&(m?p=e.result:h=e.result),m||(lu(e,d,l,f,p,h,o,i),f=p=h=null),pu(e,!0,-1),u=e.input.charCodeAt(e.position)),e.lineIndent>t&&0!==u)iu(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return m&&lu(e,d,l,f,p,null),g&&(e.tag=s,e.anchor=c,e.kind="mapping",e.result=d),g}function xu(e){var t,n,r,a,o=!1,i=!1;if(33!==(a=e.input.charCodeAt(e.position)))return!1;if(null!==e.tag&&iu(e,"duplication of a tag property"),60===(a=e.input.charCodeAt(++e.position))?(o=!0,a=e.input.charCodeAt(++e.position)):33===a?(i=!0,n="!!",a=e.input.charCodeAt(++e.position)):n="!",t=e.position,o){do{a=e.input.charCodeAt(++e.position)}while(0!==a&&62!==a);e.position<e.length?(r=e.input.slice(t,e.position),a=e.input.charCodeAt(++e.position)):iu(e,"unexpected end of the stream within a verbatim tag")}else{for(;0!==a&&!Gi(a);)33===a&&(i?iu(e,"tag suffix cannot contain exclamation marks"):(n=e.input.slice(t-1,e.position+1),Ui.test(n)||iu(e,"named tag handle cannot contain such characters"),i=!0,t=e.position+1)),a=e.input.charCodeAt(++e.position);r=e.input.slice(t,e.position),qi.test(r)&&iu(e,"tag suffix cannot contain flow indicator characters")}return r&&!Wi.test(r)&&iu(e,"tag name cannot contain such characters: "+r),o?e.tag=r:Ri.call(e.tagMap,n)?e.tag=e.tagMap[n]+r:"!"===n?e.tag="!"+r:"!!"===n?e.tag="tag:yaml.org,2002:"+r:iu(e,'undeclared tag handle "'+n+'"'),!0}function Cu(e){var t,n;if(38!==(n=e.input.charCodeAt(e.position)))return!1;for(null!==e.anchor&&iu(e,"duplication of an anchor property"),n=e.input.charCodeAt(++e.position),t=e.position;0!==n&&!Gi(n)&&!Yi(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&iu(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function Au(e){var t,n,r;if(42!==(r=e.input.charCodeAt(e.position)))return!1;for(r=e.input.charCodeAt(++e.position),t=e.position;0!==r&&!Gi(r)&&!Yi(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&iu(e,"name of an alias node must contain at least one character"),n=e.input.slice(t,e.position),Ri.call(e.anchorMap,n)||iu(e,'unidentified alias "'+n+'"'),e.result=e.anchorMap[n],pu(e,!0,-1),!0}function Eu(e,t,n,r,a){var o,i,u,s,c,d,l,f,p=1,h=!1,m=!1;if(null!==e.listener&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,o=i=u=Ii===n||Pi===n,r&&pu(e,!0,-1)&&(h=!0,e.lineIndent>t?p=1:e.lineIndent===t?p=0:e.lineIndent<t&&(p=-1)),1===p)for(;xu(e)||Cu(e);)pu(e,!0,-1)?(h=!0,u=o,e.lineIndent>t?p=1:e.lineIndent===t?p=0:e.lineIndent<t&&(p=-1)):u=!1;if(u&&(u=h||a),1!==p&&Ii!==n||(l=Oi===n||Bi===n?t:t+1,f=e.position-e.lineStart,1===p?u&&(ku(e,f)||Du(e,f,l))||yu(e,l)?m=!0:(i&&wu(e,l)||bu(e,l)||vu(e,l)?m=!0:Au(e)?(m=!0,null===e.tag&&null===e.anchor||iu(e,"alias node should not have any properties")):gu(e,l,Oi===n)&&(m=!0,null===e.tag&&(e.tag="?")),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):0===p&&(m=u&&ku(e,f))),null!==e.tag&&"!"!==e.tag)if("?"===e.tag){for(null!==e.result&&"scalar"!==e.kind&&iu(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),s=0,c=e.implicitTypes.length;s<c;s+=1)if((d=e.implicitTypes[s]).resolve(e.result)){e.result=d.construct(e.result),e.tag=d.tag,null!==e.anchor&&(e.anchorMap[e.anchor]=e.result);break}}else Ri.call(e.typeMap[e.kind||"fallback"],e.tag)?(d=e.typeMap[e.kind||"fallback"][e.tag],null!==e.result&&d.kind!==e.kind&&iu(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+d.kind+'", not "'+e.kind+'"'),d.resolve(e.result)?(e.result=d.construct(e.result),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):iu(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")):iu(e,"unknown tag !<"+e.tag+">");return null!==e.listener&&e.listener("close",e),null!==e.tag||null!==e.anchor||m}function Fu(e){var t,n,r,a,o=e.position,i=!1;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap={},e.anchorMap={};0!==(a=e.input.charCodeAt(e.position))&&(pu(e,!0,-1),a=e.input.charCodeAt(e.position),!(e.lineIndent>0||37!==a));){for(i=!0,a=e.input.charCodeAt(++e.position),t=e.position;0!==a&&!Gi(a);)a=e.input.charCodeAt(++e.position);for(r=[],(n=e.input.slice(t,e.position)).length<1&&iu(e,"directive name must not be less than one character in length");0!==a;){for(;Xi(a);)a=e.input.charCodeAt(++e.position);if(35===a){do{a=e.input.charCodeAt(++e.position)}while(0!==a&&!Vi(a));break}if(Vi(a))break;for(t=e.position;0!==a&&!Gi(a);)a=e.input.charCodeAt(++e.position);r.push(e.input.slice(t,e.position))}0!==a&&fu(e),Ri.call(su,n)?su[n](e,n,r):uu(e,'unknown document directive "'+n+'"')}pu(e,!0,-1),0===e.lineIndent&&45===e.input.charCodeAt(e.position)&&45===e.input.charCodeAt(e.position+1)&&45===e.input.charCodeAt(e.position+2)?(e.position+=3,pu(e,!0,-1)):i&&iu(e,"directives end mark is expected"),Eu(e,e.lineIndent-1,Ii,!1,!0),pu(e,!0,-1),e.checkLineBreaks&&Mi.test(e.input.slice(o,e.position))&&uu(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&hu(e)?46===e.input.charCodeAt(e.position)&&(e.position+=3,pu(e,!0,-1)):e.position<e.length-1&&iu(e,"end of the stream or a document separator is expected")}function Su(e,t){t=t||{},0!==(e=String(e)).length&&(10!==e.charCodeAt(e.length-1)&&13!==e.charCodeAt(e.length-1)&&(e+="\n"),65279===e.charCodeAt(0)&&(e=e.slice(1)));var n=new au(e,t),r=e.indexOf("\0");for(-1!==r&&(n.position=r,iu(n,"null byte is not allowed in input")),n.input+="\0";32===n.input.charCodeAt(n.position);)n.lineIndent+=1,n.position+=1;for(;n.position<n.length-1;)Fu(n);return n.documents}function ju(e,t,n){null!==t&&"object"===_typeof2(t)&&void 0===n&&(n=t,t=null);var r=Su(e,n);if("function"!=typeof t)return r;for(var a=0,o=r.length;a<o;a+=1)t(r[a])}function Tu(e,t){var n=Su(e,t);if(0!==n.length){if(1===n.length)return n[0];throw new Si("expected a single document in the stream, but found more")}}function _u(e,t,n){return"object"===_typeof2(t)&&null!==t&&void 0===n&&(n=t,t=null),ju(e,t,Fi.extend({schema:Ti},n))}function Ru(e,t){return Tu(e,Fi.extend({schema:Ti},t))}Aa.loadAll=ju,Aa.load=Tu,Aa.safeLoadAll=_u,Aa.safeLoad=Ru;var Ou={},Bu=Ea,Pu=Ba,Iu=Ei,Nu=si,Lu=Object.prototype.toString,$u=Object.prototype.hasOwnProperty,zu=9,Mu=10,Uu=13,Wu=32,Hu=33,Vu=34,Xu=35,Gu=37,Yu=38,Ku=39,Qu=42,Ju=44,Zu=45,es=58,ts=61,ns=62,rs=63,as=64,os=91,is=93,us=96,ss=123,cs=124,ds=125,ls={0:"\\0",7:"\\a",8:"\\b",9:"\\t",10:"\\n",11:"\\v",12:"\\f",13:"\\r",27:"\\e",34:'\\"',92:"\\\\",133:"\\N",160:"\\_",8232:"\\L",8233:"\\P"},fs=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function ps(e,t){var n,r,a,o,i,u,s;if(null===t)return{};for(n={},a=0,o=(r=Object.keys(t)).length;a<o;a+=1)i=r[a],u=String(t[i]),"!!"===i.slice(0,2)&&(i="tag:yaml.org,2002:"+i.slice(2)),(s=e.compiledTypeMap.fallback[i])&&$u.call(s.styleAliases,u)&&(u=s.styleAliases[u]),n[i]=u;return n}function hs(e){var t,n,r;if(t=e.toString(16).toUpperCase(),e<=255)n="x",r=2;else if(e<=65535)n="u",r=4;else{if(!(e<=4294967295))throw new Pu("code point within a string may not be greater than 0xFFFFFFFF");n="U",r=8}return"\\"+n+Bu.repeat("0",r-t.length)+t}function ms(e){this.schema=e.schema||Iu,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=Bu.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=ps(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function gs(e,t){for(var n,r=Bu.repeat(" ",t),a=0,o=-1,i="",u=e.length;a<u;)-1===(o=e.indexOf("\n",a))?(n=e.slice(a),a=u):(n=e.slice(a,o+1),a=o+1),n.length&&"\n"!==n&&(i+=r),i+=n;return i}function bs(e,t){return"\n"+Bu.repeat(" ",e.indent*t)}function vs(e,t){var n,r;for(n=0,r=e.implicitTypes.length;n<r;n+=1)if(e.implicitTypes[n].resolve(t))return!0;return!1}function ys(e){return e===Wu||e===zu}function ws(e){return 32<=e&&e<=126||161<=e&&e<=55295&&8232!==e&&8233!==e||57344<=e&&e<=65533&&65279!==e||65536<=e&&e<=1114111}function ks(e){return ws(e)&&!ys(e)&&65279!==e&&e!==Uu&&e!==Mu}function Ds(e,t){return ws(e)&&65279!==e&&e!==Ju&&e!==os&&e!==is&&e!==ss&&e!==ds&&e!==es&&(e!==Xu||t&&ks(t))}function xs(e){return ws(e)&&65279!==e&&!ys(e)&&e!==Zu&&e!==rs&&e!==es&&e!==Ju&&e!==os&&e!==is&&e!==ss&&e!==ds&&e!==Xu&&e!==Yu&&e!==Qu&&e!==Hu&&e!==cs&&e!==ts&&e!==ns&&e!==Ku&&e!==Vu&&e!==Gu&&e!==as&&e!==us}function Cs(e){return/^\n* /.test(e)}var As=1,Es=2,Fs=3,Ss=4,js=5;function Ts(e,t,n,r,a){var o,i,u,s=!1,c=!1,d=-1!==r,l=-1,f=xs(e.charCodeAt(0))&&!ys(e.charCodeAt(e.length-1));if(t)for(o=0;o<e.length;o++){if(!ws(i=e.charCodeAt(o)))return js;u=o>0?e.charCodeAt(o-1):null,f=f&&Ds(i,u)}else{for(o=0;o<e.length;o++){if((i=e.charCodeAt(o))===Mu)s=!0,d&&(c=c||o-l-1>r&&" "!==e[l+1],l=o);else if(!ws(i))return js;u=o>0?e.charCodeAt(o-1):null,f=f&&Ds(i,u)}c=c||d&&o-l-1>r&&" "!==e[l+1]}return s||c?n>9&&Cs(e)?js:c?Ss:Fs:f&&!a(e)?As:Es}function _s(e,t,n,r){e.dump=function(){if(0===t.length)return"''";if(!e.noCompatMode&&-1!==fs.indexOf(t))return"'"+t+"'";var a=e.indent*Math.max(1,n),o=-1===e.lineWidth?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-a),i=r||e.flowLevel>-1&&n>=e.flowLevel;function u(t){return vs(e,t)}switch(Ts(t,i,e.indent,o,u)){case As:return t;case Es:return"'"+t.replace(/'/g,"''")+"'";case Fs:return"|"+Rs(t,e.indent)+Os(gs(t,a));case Ss:return">"+Rs(t,e.indent)+Os(gs(Bs(t,o),a));case js:return'"'+Is(t)+'"';default:throw new Pu("impossible error: invalid scalar style")}}()}function Rs(e,t){var n=Cs(e)?String(t):"",r="\n"===e[e.length-1];return n+(!r||"\n"!==e[e.length-2]&&"\n"!==e?r?"":"-":"+")+"\n"}function Os(e){return"\n"===e[e.length-1]?e.slice(0,-1):e}function Bs(e,t){for(var n,r,a,o=/(\n+)([^\n]*)/g,i=(n=-1!==(n=e.indexOf("\n"))?n:e.length,o.lastIndex=n,Ps(e.slice(0,n),t)),u="\n"===e[0]||" "===e[0];a=o.exec(e);){var s=a[1],c=a[2];r=" "===c[0],i+=s+(u||r||""===c?"":"\n")+Ps(c,t),u=r}return i}function Ps(e,t){if(""===e||" "===e[0])return e;for(var n,r,a=/ [^ ]/g,o=0,i=0,u=0,s="";n=a.exec(e);)(u=n.index)-o>t&&(r=i>o?i:u,s+="\n"+e.slice(o,r),o=r+1),i=u;return s+="\n",e.length-o>t&&i>o?s+=e.slice(o,i)+"\n"+e.slice(i+1):s+=e.slice(o),s.slice(1)}function Is(e){for(var t,n,r,a="",o=0;o<e.length;o++)(t=e.charCodeAt(o))>=55296&&t<=56319&&(n=e.charCodeAt(o+1))>=56320&&n<=57343?(a+=hs(1024*(t-55296)+n-56320+65536),o++):a+=!(r=ls[t])&&ws(t)?e[o]:r||hs(t);return a}function Ns(e,t,n){var r,a,o="",i=e.tag;for(r=0,a=n.length;r<a;r+=1)qs(e,t,n[r],!1,!1)&&(0!==r&&(o+=","+(e.condenseFlow?"":" ")),o+=e.dump);e.tag=i,e.dump="["+o+"]"}function Ls(e,t,n,r){var a,o,i="",u=e.tag;for(a=0,o=n.length;a<o;a+=1)qs(e,t+1,n[a],!0,!0)&&(r&&0===a||(i+=bs(e,t)),e.dump&&Mu===e.dump.charCodeAt(0)?i+="-":i+="- ",i+=e.dump);e.tag=u,e.dump=i||"[]"}function $s(e,t,n){var r,a,o,i,u,s="",c=e.tag,d=Object.keys(n);for(r=0,a=d.length;r<a;r+=1)u="",0!==r&&(u+=", "),e.condenseFlow&&(u+='"'),i=n[o=d[r]],qs(e,t,o,!1,!1)&&(e.dump.length>1024&&(u+="? "),u+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),qs(e,t,i,!1,!1)&&(s+=u+=e.dump));e.tag=c,e.dump="{"+s+"}"}function zs(e,t,n,r){var a,o,i,u,s,c,d="",l=e.tag,f=Object.keys(n);if(!0===e.sortKeys)f.sort();else if("function"==typeof e.sortKeys)f.sort(e.sortKeys);else if(e.sortKeys)throw new Pu("sortKeys must be a boolean or a function");for(a=0,o=f.length;a<o;a+=1)c="",r&&0===a||(c+=bs(e,t)),u=n[i=f[a]],qs(e,t+1,i,!0,!0,!0)&&((s=null!==e.tag&&"?"!==e.tag||e.dump&&e.dump.length>1024)&&(e.dump&&Mu===e.dump.charCodeAt(0)?c+="?":c+="? "),c+=e.dump,s&&(c+=bs(e,t)),qs(e,t+1,u,!0,s)&&(e.dump&&Mu===e.dump.charCodeAt(0)?c+=":":c+=": ",d+=c+=e.dump));e.tag=l,e.dump=d||"{}"}function Ms(e,t,n){var r,a,o,i,u,s;for(o=0,i=(a=n?e.explicitTypes:e.implicitTypes).length;o<i;o+=1)if(((u=a[o]).instanceOf||u.predicate)&&(!u.instanceOf||"object"===_typeof2(t)&&t instanceof u.instanceOf)&&(!u.predicate||u.predicate(t))){if(e.tag=n?u.tag:"?",u.represent){if(s=e.styleMap[u.tag]||u.defaultStyle,"[object Function]"===Lu.call(u.represent))r=u.represent(t,s);else{if(!$u.call(u.represent,s))throw new Pu("!<"+u.tag+'> tag resolver accepts not "'+s+'" style');r=u.represent[s](t,s)}e.dump=r}return!0}return!1}function qs(e,t,n,r,a,o){e.tag=null,e.dump=n,Ms(e,n,!1)||Ms(e,n,!0);var i=Lu.call(e.dump);r&&(r=e.flowLevel<0||e.flowLevel>t);var u,s,c="[object Object]"===i||"[object Array]"===i;if(c&&(s=-1!==(u=e.duplicates.indexOf(n))),(null!==e.tag&&"?"!==e.tag||s||2!==e.indent&&t>0)&&(a=!1),s&&e.usedDuplicates[u])e.dump="*ref_"+u;else{if(c&&s&&!e.usedDuplicates[u]&&(e.usedDuplicates[u]=!0),"[object Object]"===i)r&&0!==Object.keys(e.dump).length?(zs(e,t,e.dump,a),s&&(e.dump="&ref_"+u+e.dump)):($s(e,t,e.dump),s&&(e.dump="&ref_"+u+" "+e.dump));else if("[object Array]"===i){var d=e.noArrayIndent&&t>0?t-1:t;r&&0!==e.dump.length?(Ls(e,d,e.dump,a),s&&(e.dump="&ref_"+u+e.dump)):(Ns(e,d,e.dump),s&&(e.dump="&ref_"+u+" "+e.dump))}else{if("[object String]"!==i){if(e.skipInvalid)return!1;throw new Pu("unacceptable kind of an object to dump "+i)}"?"!==e.tag&&_s(e,e.dump,t,o)}null!==e.tag&&"?"!==e.tag&&(e.dump="!<"+e.tag+"> "+e.dump)}return!0}function Us(e,t){var n,r,a=[],o=[];for(Ws(e,a,o),n=0,r=o.length;n<r;n+=1)t.duplicates.push(a[o[n]]);t.usedDuplicates=new Array(r)}function Ws(e,t,n){var r,a,o;if(null!==e&&"object"===_typeof2(e))if(-1!==(a=t.indexOf(e)))-1===n.indexOf(a)&&n.push(a);else if(t.push(e),Array.isArray(e))for(a=0,o=e.length;a<o;a+=1)Ws(e[a],t,n);else for(a=0,o=(r=Object.keys(e)).length;a<o;a+=1)Ws(e[r[a]],t,n)}function Hs(e,t){var n=new ms(t=t||{});return n.noRefs||Us(e,n),qs(n,0,e,!0,!0)?n.dump+"\n":""}function Vs(e,t){return Hs(e,Bu.extend({schema:Nu},t))}Ou.dump=Hs,Ou.safeDump=Vs;var Xs=Aa,Gs=Ou;function Ys(e){return function(){throw new Error("Function "+e+" is deprecated and cannot be used.")}}Ca.Type=Ua,Ca.Schema=Ka,Ca.FAILSAFE_SCHEMA=eo,Ca.JSON_SCHEMA=Fo,Ca.CORE_SCHEMA=So,Ca.DEFAULT_SAFE_SCHEMA=si,Ca.DEFAULT_FULL_SCHEMA=Ei,Ca.load=Xs.load,Ca.loadAll=Xs.loadAll,Ca.safeLoad=Xs.safeLoad,Ca.safeLoadAll=Xs.safeLoadAll,Ca.dump=Gs.dump,Ca.safeDump=Gs.safeDump,Ca.YAMLException=Ba,Ca.MINIMAL_SCHEMA=eo,Ca.SAFE_SCHEMA=si,Ca.DEFAULT_SCHEMA=Ei,Ca.scan=Ys("scan"),Ca.parse=Ys("parse"),Ca.compose=Ys("compose"),Ca.addConstructor=Ys("addConstructor");var Ks=xa(Ca);function Qs(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Js(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Qs(Object(n),!0).forEach((function(t){Da(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Qs(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Zs=function(){function e(t){_classCallCheck(this,e);try{var n=Ks.safeLoad(t);this.redirects=n.reduce((function(e,t){return Js(Js({},e),{},_defineProperty2({},t.title,t))}),{})}catch(e){throw console.log("Was unable to load YAML into JS due to: ".concat(e.message)),e}}return _createClass(e,[{key:"getRedirect",value:function(e){var t=this;if(Object.prototype.hasOwnProperty.call(this.redirects,e))return this.redirects[e];var n=Object.keys(this.redirects).map((function(e){return t.redirects[e]}));return n.find((function(t){var n=t.aliases;return!!n&&n.includes(e)}))}},{key:"isBlocking",value:function(e){var t=this.redirects[e];return!!t&&!!t.isBlocking}}]),e}(),ec={"1x1-transparent.gif":"1x1-transparent.gif","1x1.gif":"1x1-transparent.gif","1x1-transparent-gif":"1x1-transparent.gif","2x2-transparent.png":"2x2-transparent.png","2x2.png":"2x2-transparent.png","2x2-transparent-png":"2x2-transparent.png","3x2-transparent.png":"3x2-transparent.png","3x2.png":"3x2-transparent.png","3x2-transparent-png":"3x2-transparent.png","32x32-transparent.png":"32x32-transparent.png","32x32.png":"32x32-transparent.png","32x32-transparent-png":"32x32-transparent.png",noopframe:"noopframe.html","noop.html":"noopframe.html","blank-html":"noopframe.html",noopcss:"noopcss.css","noop.css":"noopcss.css","blank-css":"noopcss.css",noopjs:"noopjs.js","noop.js":"noopjs.js","blank-js":"noopjs.js",noopjson:"noopjson.json",nooptext:"nooptext.js","noop.txt":"nooptext.js","blank-text":"nooptext.js",empty:"nooptext.js","noopvmap-1.0":"noopvmap01.xml","noop-vmap1.0.xml":"noopvmap01.xml","noopvast-2.0":"noopvast02.xml","noopvast-3.0":"noopvast03.xml","noopvast-4.0":"noopvast04.xml","noopmp3-0.1s":"noopmp3.mp3","blank-mp3":"noopmp3.mp3","noopmp4-1s":"noopmp4.mp4","noop-1s.mp4":"noopmp4.mp4","blank-mp4":"noopmp4.mp4","click2load.html":"click2load.html","ubo-click2load.html":"click2load.html","amazon-apstag":"amazon-apstag.js","ubo-amazon_apstag.js":"amazon-apstag.js","amazon_apstag.js":"amazon-apstag.js","ati-smarttag":"ati-smarttag.js","didomi-loader":"didomi-loader.js",fingerprintjs2:"fingerprintjs2.js","ubo-fingerprint2.js":"fingerprintjs2.js","fingerprint2.js":"fingerprintjs2.js",fingerprintjs3:"fingerprintjs3.js","ubo-fingerprint3.js":"fingerprintjs3.js","fingerprint3.js":"fingerprintjs3.js",gemius:"gemius.js","google-analytics-ga":"google-analytics-ga.js","ubo-google-analytics_ga.js":"google-analytics-ga.js","google-analytics_ga.js":"google-analytics-ga.js","google-analytics":"google-analytics.js","ubo-google-analytics_analytics.js":"google-analytics.js","google-analytics_analytics.js":"google-analytics.js","googletagmanager-gtm":"google-analytics.js","ubo-googletagmanager_gtm.js":"google-analytics.js","googletagmanager_gtm.js":"google-analytics.js","google-ima3":"google-ima3.js","ubo-google-ima.js":"google-ima3.js","google-ima.js":"google-ima3.js","googlesyndication-adsbygoogle":"googlesyndication-adsbygoogle.js","ubo-googlesyndication_adsbygoogle.js":"googlesyndication-adsbygoogle.js","googlesyndication_adsbygoogle.js":"googlesyndication-adsbygoogle.js","googletagservices-gpt":"googletagservices-gpt.js","ubo-googletagservices_gpt.js":"googletagservices-gpt.js","googletagservices_gpt.js":"googletagservices-gpt.js",matomo:"matomo.js","metrika-yandex-tag":"metrika-yandex-tag.js","metrika-yandex-watch":"metrika-yandex-watch.js","naver-wcslog":"naver-wcslog.js",noeval:"noeval.js","noeval.js":"noeval.js","silent-noeval.js":"noeval.js","ubo-noeval.js":"noeval.js","ubo-silent-noeval.js":"noeval.js","ubo-noeval":"noeval.js","ubo-silent-noeval":"noeval.js","pardot-1.0":"pardot-1.0.js","prebid-ads":"prebid-ads.js","ubo-prebid-ads.js":"prebid-ads.js","prebid-ads.js":"prebid-ads.js",prebid:"prebid.js","prevent-bab":"prevent-bab.js","nobab.js":"prevent-bab.js","ubo-nobab.js":"prevent-bab.js","bab-defuser.js":"prevent-bab.js","ubo-bab-defuser.js":"prevent-bab.js","ubo-nobab":"prevent-bab.js","ubo-bab-defuser":"prevent-bab.js","prevent-bab2":"prevent-bab2.js","nobab2.js":"prevent-bab2.js","prevent-fab-3.2.0":"prevent-fab-3.2.0.js","nofab.js":"prevent-fab-3.2.0.js","ubo-nofab.js":"prevent-fab-3.2.0.js","fuckadblock.js-3.2.0":"prevent-fab-3.2.0.js","ubo-fuckadblock.js-3.2.0":"prevent-fab-3.2.0.js","ubo-nofab":"prevent-fab-3.2.0.js","prevent-popads-net":"prevent-popads-net.js","popads.net.js":"prevent-popads-net.js","ubo-popads.net.js":"prevent-popads-net.js","ubo-popads.net":"prevent-popads-net.js","scorecardresearch-beacon":"scorecardresearch-beacon.js","ubo-scorecardresearch_beacon.js":"scorecardresearch-beacon.js","scorecardresearch_beacon.js":"scorecardresearch-beacon.js","set-popads-dummy":"set-popads-dummy.js","popads-dummy.js":"set-popads-dummy.js","ubo-popads-dummy.js":"set-popads-dummy.js","ubo-popads-dummy":"set-popads-dummy.js"},tc=function(e){var t=Object.keys(va).map((function(e){return va[e]}));return t.find((function(t){return t.names&&t.names.includes(e)}))},nc=function(e){var t=tc(e.name),n=r(t);return n=a(t,n),n="test"===e.engine?i(n):o(e,n,!0)},rc={Redirects:Zs,getRedirectFilename:function(e){return ec[e]},getCode:nc,isAdgRedirectRule:Yn.isAdgRedirectRule,isValidAdgRedirectRule:Yn.isValidAdgRedirectRule,isAdgRedirectCompatibleWithUbo:Yn.isAdgRedirectCompatibleWithUbo,isUboRedirectCompatibleWithAdg:Yn.isUboRedirectCompatibleWithAdg,isAbpRedirectCompatibleWithAdg:Yn.isAbpRedirectCompatibleWithAdg,convertUboRedirectToAdg:Vr,convertAbpRedirectToAdg:Xr,convertRedirectToAdg:Gr,convertRedirectNameToAdg:Kr,convertAdgRedirectToUbo:Yr};function ac(e,t){function n(e,t,n){var d=i(n),f=r(),p="data:text/javascript;base64,",h=function(){if("currentScript"in document)return document.currentScript;var e=document.getElementsByTagName("script");return e[e.length-1]},m=h(),g=function(){var t,n=h();if(n){var r=n.textContent;try{r=Object.getOwnPropertyDescriptor(Node.prototype,"textContent").get.call(n)}catch(e){}if(0===r.length&&void 0!==n.src&&null!==(t=n.src)&&void 0!==t&&t.startsWith(p)){var a=n.src.slice(p.length);r=window.atob(a)}if(n instanceof HTMLScriptElement&&r.length>0&&n!==m&&d.test(r))throw s(e),new ReferenceError(f)}},b=function t(n,r){var i=o(n,r),u=i.base,s=i.prop,d=i.chain;if(u instanceof Object!=0||null!==u)if(d){var f=function(e){u=e,e instanceof Object&&t(e,d)};Object.defineProperty(n,s,{get:function(){return u},set:f})}else{var p=u[s],h=Object.getOwnPropertyDescriptor(u,s);h instanceof Object!=0&&h.get instanceof Function!=0||(p=u[s],h=void 0);var m=Object.assign(l(),{currentValue:p,get:function(){return this.isAbortingSuspended||this.isolateCallback(g),h instanceof Object?h.get.call(u):this.currentValue},set:function(e){this.isAbortingSuspended||this.isolateCallback(g),h instanceof Object?h.set.call(u,e):this.currentValue=e}});a(u,s,{get:function(){return m.get.call(m)},set:function(e){m.set.call(m,e)}})}else{var b=r.split("."),v=b.indexOf(s),y=b[v-1],w="The scriptlet had been executed before the ".concat(y," was loaded.");c(e,w)}};b(window,t),window.onerror=u(f).bind()}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&d(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function u(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function s(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function c(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function d(e){return 0===Object.keys(e).length&&!e.prototype}function l(){return{isAbortingSuspended:!1,isolateCallback:function(e){this.isAbortingSuspended=!0;try{for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];var o=e.apply(void 0,n);return this.isAbortingSuspended=!1,o}catch(e){var i=r();throw this.isAbortingSuspended=!1,new ReferenceError(i)}}}}var f=t?[].concat(e).concat(t):[e];try{n.apply(this,f)}catch(e){console.log(e)}}function oc(e,t){function n(e,t){if(t){var n=r(),s=function(){throw u(e),new ReferenceError(n)},c=function e(t,n){var r=o(t,n),i=r.base,u=r.prop,c=r.chain;if(c){var d=function(t){i=t,t instanceof Object&&e(t,c)};Object.defineProperty(t,u,{get:function(){return i},set:d})}else a(i,u,{get:s,set:function(){}})};c(window,t),window.onerror=i(n).bind()}}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&s(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function u(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function s(e){return 0===Object.keys(e).length&&!e.prototype}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function ic(e,t){function n(e,t){if(t){var n=r(),s=function(){throw u(e),new ReferenceError(n)},c=function e(t,n){var r=o(t,n),i=r.base,u=r.prop,c=r.chain;if(c){var d=function(t){i=t,t instanceof Object&&e(t,c)};Object.defineProperty(t,u,{get:function(){return i},set:d})}else a(i,u,{set:s})};c(window,t),window.onerror=i(n).bind()}}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&s(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function u(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function s(e){return 0===Object.keys(e).length&&!e.prototype}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function uc(e,t){function n(e,t,n){if(t&&n){var c=r(),p=function(){throw u(e),new ReferenceError(c)},h=function t(r,i){var u=o(r,i),c=u.base,h=u.prop,m=u.chain;if(m){var g=function(e){c=e,e instanceof Object&&t(e,m)};Object.defineProperty(r,h,{get:function(){return c},set:g})}else if(n.match(/^(inlineScript|injectedScript)$/)||s(n)){var b=Object.assign(l(),{value:c[h],get:function(){return!this.isAbortingSuspended&&this.isolateCallback(d,n,(new Error).stack)&&p(),this.value},set:function(e){!this.isAbortingSuspended&&this.isolateCallback(d,n,(new Error).stack)&&p(),this.value=e}});a(c,h,{get:function(){return b.get.call(b)},set:function(e){b.set.call(b,e)}})}else f(e,"Invalid parameter: ".concat(n))};h(window,t),window.onerror=i(c).bind()}}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&h(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function u(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function s(e){var t,n="/",r=c(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function c(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function d(e,t){if(!e||""===e)return!0;if(g(e,t))return!0;var n=p(e),r=t.split("\n").slice(2).map((function(e){return e.trim()})).join("\n");return m().call(n,r)}function l(){return{isAbortingSuspended:!1,isolateCallback:function(e){this.isAbortingSuspended=!0;try{for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];var o=e.apply(void 0,n);return this.isAbortingSuspended=!1,o}catch(e){var i=r();throw this.isAbortingSuspended=!1,new ReferenceError(i)}}}}function f(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function p(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function h(e){return 0===Object.keys(e).length&&!e.prototype}function m(){var e=Object.getOwnPropertyDescriptor(RegExp.prototype,"test"),t=null==e?void 0:e.value;if(e&&"function"==typeof e.value)return t;throw new Error("RegExp.prototype.test is not a function")}function g(e,t){var n="inlineScript",r="injectedScript",a="<anonymous>",o=function(e){return e.includes(n)},i=function(e){return e.includes(r)};if(!o(e)&&!i(e))return!1;var u=window.location.href,s=u.indexOf("#");-1!==s&&(u=u.slice(0,s));var c=t.split("\n").slice(2).map((function(e){return e.trim()})),d=c.map((function(e){var t,n=/(.*?@)?(\S+)(:\d+):\d+\)?$/.exec(e);if(n){var o,i,u=n[2];if(null!==(o=u)&&void 0!==o&&o.startsWith("(")&&(u=u.slice(1)),null!==(i=u)&&void 0!==i&&i.startsWith(a)){var s;u=r;var c=void 0!==n[1]?n[1].slice(0,-1):e.slice(0,n.index).trim();null!==(s=c)&&void 0!==s&&s.startsWith("at")&&(c=c.slice(2).trim()),t="".concat(c," ").concat(u).trim()}else t=u}else t=e;return t}));if(d)for(var l=0;l<d.length;l+=1){if(o(e)&&u===d[l])return!0;if(i(e)&&d[l].startsWith(r))return!0}return!1}var b=t?[].concat(e).concat(t):[e];try{n.apply(this,b)}catch(e){console.log(e)}}function sc(e,t){function n(e,t,n,c){var d=window.setInterval,l=o(t),f=function(t,o){if(a(t))l.test(t.toString())&&u(n,o)&&(o*=i(c),r(e));else{var f="Scriptlet can't be applied because of invalid callback: '".concat(String(t),"'");s(e,f)}for(var p=arguments.length,h=new Array(p>2?p-2:0),m=2;m<p;m++)h[m-2]=arguments[m];return d.apply(window,[t,o].concat(h))};window.setInterval=f}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){return e instanceof Function||"string"==typeof e}function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function i(e){var t=.05,n=.001,r=50,a=parseFloat(e),o=c(a)||!d(a)?t:a;return o<n&&(o=n),o>r&&(o=r),o}function u(e,t){return f(e)||t===l(e)}function s(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function c(e){return(Number.isNaN||window.isNaN)(e)}function d(e){return(Number.isFinite||window.isFinite)(e)}function l(e){var t=1e3,n=parseInt(e,10);return c(n)?t:n}function f(e){return"*"===e}var p=t?[].concat(e).concat(t):[e];try{n.apply(this,p)}catch(e){console.log(e)}}function cc(e,t){function n(e,t,n,c){var d=window.setTimeout,l=o(t),f=function(t,o){if(a(t))l.test(t.toString())&&u(n,o)&&(o*=i(c),r(e));else{var f="Scriptlet can't be applied because of invalid callback: '".concat(String(t),"'");s(e,f)}for(var p=arguments.length,h=new Array(p>2?p-2:0),m=2;m<p;m++)h[m-2]=arguments[m];return d.apply(window,[t,o].concat(h))};window.setTimeout=f}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){return e instanceof Function||"string"==typeof e}function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function i(e){var t=.05,n=.001,r=50,a=parseFloat(e),o=c(a)||!d(a)?t:a;return o<n&&(o=n),o>r&&(o=r),o}function u(e,t){return f(e)||t===l(e)}function s(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function c(e){return(Number.isNaN||window.isNaN)(e)}function d(e){return(Number.isFinite||window.isFinite)(e)}function l(e){var t=1e3,n=parseInt(e,10);return c(n)?t:n}function f(e){return"*"===e}var p=t?[].concat(e).concat(t):[e];try{n.apply(this,p)}catch(e){console.log(e)}}function dc(e,t){function n(e,t,n){var d=i(n),l=r(),f=function(){if("currentScript"in document)return document.currentScript;var e=document.getElementsByTagName("script");return e[e.length-1]},p=f(),h=function(){var t=f();if(t){var n=t.textContent;try{n=Object.getOwnPropertyDescriptor(Node.prototype,"textContent").get.call(t)}catch(e){}t instanceof HTMLScriptElement&&n.length>0&&t!==p&&d.test(n)&&s(e)}},m=function t(n,r){var i=o(n,r),u=i.base,s=i.prop,d=i.chain;if(u instanceof Object!=0||null!==u)if(d){var l=function(e){u=e,e instanceof Object&&t(e,d)};Object.defineProperty(n,s,{get:function(){return u},set:l})}else{var f=u[s];a(u,s,{set:function(e){h(),f=e},get:function(){return h(),f}})}else{var p=r.split("."),m=p.indexOf(s),g=p[m-1];c("The scriptlet had been executed before the ".concat(g," was loaded."),e.verbose)}};m(window,t),window.onerror=u(l).bind()}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&d(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function u(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function s(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function c(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function d(e){return 0===Object.keys(e).length&&!e.prototype}var l=t?[].concat(e).concat(t):[e];try{n.apply(this,l)}catch(e){console.log(e)}}function lc(e,t){function n(e,t){if(t){var n=r(),c=function(){u(e)},d=function e(t,n){var r=o(t,n),i=r.base,u=r.prop,d=r.chain;if(d){var l=function(t){i=t,t instanceof Object&&e(t,d)};Object.defineProperty(t,u,{get:function(){return i},set:l})}else a(i,u,{get:c,set:s})};d(window,t),window.onerror=i(n).bind()}}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&c(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function u(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function s(){}function c(e){return 0===Object.keys(e).length&&!e.prototype}var d=t?[].concat(e).concat(t):[e];try{n.apply(this,d)}catch(e){console.log(e)}}function fc(e,t){function n(e,t){if(t){var n=r(),s=function(){u(e)},c=function e(t,n){var r=o(t,n),i=r.base,u=r.prop,c=r.chain;if(c){var d=function(t){i=t,t instanceof Object&&e(t,c)};Object.defineProperty(t,u,{get:function(){return i},set:d})}else a(i,u,{set:s})};c(window,t),window.onerror=i(n).bind()}}function r(){return Math.random().toString(36).slice(2,9)}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&s(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?o(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function i(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function u(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function s(e){return 0===Object.keys(e).length&&!e.prototype}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function pc(e,t){function n(e,t){var n=console.dir;function a(t){"function"==typeof n&&n.call(this,t),r(e)}console.dir=a}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var a=t?[].concat(e).concat(t):[e];try{n.apply(this,a)}catch(e){console.log(e)}}function hc(e,t){function n(e){document.addEventListener("click",(function(t){for(var n=t.target;null!==n;){if("a"===n.localName&&n.hasAttribute("target")){t.stopPropagation(),t.preventDefault(),r(e);break}n=n.parentNode}}))}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var a=t?[].concat(e).concat(t):[e];try{n.apply(this,a)}catch(e){console.log(e)}}function mc(e,t){function n(e,t,n,r){if(!r||a(r,(new Error).stack)){var o=void 0!==t&&""!==t?t.split(/ +/):[],i=void 0!==n&&""!==n?n.split(/ +/):[],u=function(t,n,r){var a=Reflect.apply(t,n,r);return"object"===_typeof2(a)&&(a=c(e,a,o,i)),a},s={apply:u};window.eval=new Proxy(window.eval,s)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){if(!e||""===e)return!0;if(l(e,t))return!0;var n=u(e),r=t.split("\n").slice(2).map((function(e){return e.trim()})).join("\n");return d().call(n,r)}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],a=t.indexOf(".");if(-1===a){if("*"===t||"[]"===t)for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&r.push({base:e,prop:i});else r.push({base:e,prop:t});return r}var u=t.slice(0,a);if("[]"===u&&Array.isArray(e)||"*"===u&&e instanceof Object){var s=t.slice(a+1);Object.keys(e).forEach((function(t){o(e[t],s,n,r)}))}var c=e[u];return t=t.slice(a+1),void 0!==c&&o(c,t,n,r),r}function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function u(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function s(e,t,n,r){if(!t)return!1;var a;if(0===n.length&&r.length>0){var s=JSON.stringify(t);if(u(r.join("")).test(s))return i(e,"".concat(window.location.hostname,"\n").concat(JSON.stringify(t,null,2)),!0),t&&"object"===_typeof2(t)&&i(e,t,!0,!1),a=!1}for(var c=[".*.","*.",".*",".[].","[].",".[]"],d=function(){var e=r[l],n=e.split(".").pop(),i=c.some((function(t){return e.includes(t)})),u=o(t,e,i);a=!i;for(var s=0;s<u.length;s+=1){var d="string"==typeof n&&void 0!==u[s].base[n];a=i?d||a:d&&a}},l=0;l<r.length;l+=1)d();return a}function c(e,t,n,a){if(0===n.length&&0===a.length)return i(e,"".concat(window.location.hostname,"\n").concat(JSON.stringify(t,null,2)),!0),t&&"object"===_typeof2(t)&&i(e,t,!0,!1),t;try{if(!1===s(e,t,n,a))return t;n.forEach((function(n){o(t,n,!0).forEach((function(t){void 0!==t&&t.base&&(delete t.base[t.prop],r(e))}))}))}catch(t){i(e,t)}return t}function d(){var e=Object.getOwnPropertyDescriptor(RegExp.prototype,"test"),t=null==e?void 0:e.value;if(e&&"function"==typeof e.value)return t;throw new Error("RegExp.prototype.test is not a function")}function l(e,t){var n="inlineScript",r="injectedScript",a="<anonymous>",o=function(e){return e.includes(n)},i=function(e){return e.includes(r)};if(!o(e)&&!i(e))return!1;var u=window.location.href,s=u.indexOf("#");-1!==s&&(u=u.slice(0,s));var c=t.split("\n").slice(2).map((function(e){return e.trim()})),d=c.map((function(e){var t,n=/(.*?@)?(\S+)(:\d+):\d+\)?$/.exec(e);if(n){var o,i,u=n[2];if(null!==(o=u)&&void 0!==o&&o.startsWith("(")&&(u=u.slice(1)),null!==(i=u)&&void 0!==i&&i.startsWith(a)){var s;u=r;var c=void 0!==n[1]?n[1].slice(0,-1):e.slice(0,n.index).trim();null!==(s=c)&&void 0!==s&&s.startsWith("at")&&(c=c.slice(2).trim()),t="".concat(c," ").concat(u).trim()}else t=u}else t=e;return t}));if(d)for(var l=0;l<d.length;l+=1){if(o(e)&&u===d[l])return!0;if(i(e)&&d[l].startsWith(r))return!0}return!1}var f=t?[].concat(e).concat(t):[e];try{n.apply(this,f)}catch(e){console.log(e)}}function gc(e,t){function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if("function"==typeof window.close){var n=function(){try{r(e),window.close()}catch(t){o(e,t)}},i=function(){var e=function(){dispatchEvent(new Event("adguard:scriptlet-close-window"))};window.addEventListener("adguard:subscribed-to-close-window",e,{once:!0}),setTimeout((function(){window.removeEventListener("adguard:subscribed-to-close-window",e,{once:!0})}),5e3)};(function(){if(""===t)return!0;var e=a(t),n="".concat(window.location.pathname).concat(window.location.search);return e.test(n)})()&&(n(),navigator.userAgent.includes("Chrome")&&i())}else o(e,"window.close() is not a function so 'close-window' scriptlet is unavailable")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}var i=t?[].concat(e).concat(t):[e];try{n.apply(this,i)}catch(e){console.log(e)}}function bc(e,t){function n(e,t,n){if(Element.prototype.attachShadow){var u=function(e){var t="display:none!important;";e.style.cssText=t},s=function(){for(var a=n?document.querySelectorAll(n):o(document.documentElement),s=function(){var n=!1,o=i(t,a),s=o.targets,c=o.innerHosts;s.forEach((function(e){u(e),n=!0})),n&&r(e),a=c};0!==a.length;)s()};s(),a(s,!0)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=new MutationObserver(s(i,20)),a=function(){n.length>0?r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t,attributeFilter:n}):r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t})},o=function(){r.disconnect()};function i(){o(),e(),a()}a()}function o(e){var t=[];return e&&e.querySelectorAll("*").forEach((function(e){e.shadowRoot&&t.push(e)})),t}function i(e,t){var n=[],r=[];t.forEach((function(t){var a=t.querySelectorAll(e);n=n.concat([].slice.call(a));var i=t.shadowRoot,u=i.querySelectorAll(e);n=n.concat([].slice.call(u)),r.push(o(i))}));var a=u(r);return{targets:n,innerHosts:a}}function u(e){var t=[];e.forEach((function(e){return t.push(e)}));for(var n=[];t.length;){var r=t.pop();Array.isArray(r)?r.forEach((function(e){return t.push(e)})):n.push(r)}return n.reverse()}function s(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function vc(e,t){function n(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";Element.prototype.attachShadow&&"undefined"!=typeof Proxy&&"undefined"!=typeof Reflect&&(t.match(/(url|image-set)\(.*\)/i)?a(e,'"url()" function is not allowed for css rules'):o(window,n,(function(n){try{var o=new CSSStyleSheet;try{o.insertRule(t)}catch(n){return void a(e,"Unable to apply the rule '".concat(t,"' due to: \n'").concat(n.message,"'"))}n.adoptedStyleSheets=[].concat(_toConsumableArray(n.adoptedStyleSheets),[o])}catch(e){var i=document.createElement("style");i.innerText=t,n.appendChild(i)}r(e)})))}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e,t,n){var r=function(e,r,a){var o=Reflect.apply(e,r,a);return r&&r.matches(t||"*")&&n(o),o},a={apply:r};e.Element.prototype.attachShadow=new Proxy(e.Element.prototype.attachShadow,a)}var i=t?[].concat(e).concat(t):[e];try{n.apply(this,i)}catch(e){console.log(e)}}function yc(e,t){function n(e,t,n,r){if(!r||a(r,(new Error).stack)){var o=void 0!==t&&""!==t?t.split(/ +/):[],i=void 0!==n&&""!==n?n.split(/ +/):[],u=JSON.parse,c=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];var a=u.apply(JSON,n);return s(e,a,o,i)};c.toString=u.toString.bind(u),JSON.parse=c;var d=Response.prototype.json,l=function(){return d.apply(this).then((function(t){return s(e,t,o,i)}))};"undefined"!=typeof Response&&(Response.prototype.json=l)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){if(!e||""===e)return!0;if(l(e,t))return!0;var n=c(e),r=t.split("\n").slice(2).map((function(e){return e.trim()})).join("\n");return d().call(n,r)}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],a=t.indexOf(".");if(-1===a){if("*"===t||"[]"===t)for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&r.push({base:e,prop:i});else r.push({base:e,prop:t});return r}var u=t.slice(0,a);if("[]"===u&&Array.isArray(e)||"*"===u&&e instanceof Object){var s=t.slice(a+1);Object.keys(e).forEach((function(t){o(e[t],s,n,r)}))}var c=e[u];return t=t.slice(a+1),void 0!==c&&o(c,t,n,r),r}function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function u(e,t,n,r){if(!t)return!1;var a;if(0===n.length&&r.length>0){var u=JSON.stringify(t);if(c(r.join("")).test(u))return i(e,"".concat(window.location.hostname,"\n").concat(JSON.stringify(t,null,2)),!0),t&&"object"===_typeof2(t)&&i(e,t,!0,!1),a=!1}for(var s=[".*.","*.",".*",".[].","[].",".[]"],d=function(){var e=r[l],n=e.split(".").pop(),i=s.some((function(t){return e.includes(t)})),u=o(t,e,i);a=!i;for(var c=0;c<u.length;c+=1){var d="string"==typeof n&&void 0!==u[c].base[n];a=i?d||a:d&&a}},l=0;l<r.length;l+=1)d();return a}function s(e,t,n,a){if(0===n.length&&0===a.length)return i(e,"".concat(window.location.hostname,"\n").concat(JSON.stringify(t,null,2)),!0),t&&"object"===_typeof2(t)&&i(e,t,!0,!1),t;try{if(!1===u(e,t,n,a))return t;n.forEach((function(n){o(t,n,!0).forEach((function(t){void 0!==t&&t.base&&(delete t.base[t.prop],r(e))}))}))}catch(t){i(e,t)}return t}function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function d(){var e=Object.getOwnPropertyDescriptor(RegExp.prototype,"test"),t=null==e?void 0:e.value;if(e&&"function"==typeof e.value)return t;throw new Error("RegExp.prototype.test is not a function")}function l(e,t){var n="inlineScript",r="injectedScript",a="<anonymous>",o=function(e){return e.includes(n)},i=function(e){return e.includes(r)};if(!o(e)&&!i(e))return!1;var u=window.location.href,s=u.indexOf("#");-1!==s&&(u=u.slice(0,s));var c=t.split("\n").slice(2).map((function(e){return e.trim()})),d=c.map((function(e){var t,n=/(.*?@)?(\S+)(:\d+):\d+\)?$/.exec(e);if(n){var o,i,u=n[2];if(null!==(o=u)&&void 0!==o&&o.startsWith("(")&&(u=u.slice(1)),null!==(i=u)&&void 0!==i&&i.startsWith(a)){var s;u=r;var c=void 0!==n[1]?n[1].slice(0,-1):e.slice(0,n.index).trim();null!==(s=c)&&void 0!==s&&s.startsWith("at")&&(c=c.slice(2).trim()),t="".concat(c," ").concat(u).trim()}else t=u}else t=e;return t}));if(d)for(var l=0;l<d.length;l+=1){if(o(e)&&u===d[l])return!0;if(i(e)&&d[l].startsWith(r))return!0}return!1}var f=t?[].concat(e).concat(t):[e];try{n.apply(this,f)}catch(e){console.log(e)}}function wc(e,t){function n(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];console.log(t)}var r=t?[].concat(e).concat(t):[e];try{n.apply(this,r)}catch(e){console.log(e)}}function kc(e,t){function n(e){var t=window.EventTarget.prototype.addEventListener;function n(n,c){var d;if(a(n)&&o(c)){var l='addEventListener("'.concat(n,'", ').concat(i(c),")");s(e,l,!0),r(e)}else{var f="Invalid event type or listener passed to addEventListener:\n type: ".concat(u(n),"\n listener: ").concat(u(c));s(e,f,!0)}var p=this;this&&"Window"===(null===(d=this.constructor)||void 0===d?void 0:d.name)&&this!==window&&(p=window);for(var h=arguments.length,m=new Array(h>2?h-2:0),g=2;g<h;g++)m[g-2]=arguments[g];return t.apply(p,[n,c].concat(m))}var c={configurable:!0,set:function(){},get:function(){return n}};Object.defineProperty(window.EventTarget.prototype,"addEventListener",c),Object.defineProperty(window,"addEventListener",c),Object.defineProperty(document,"addEventListener",c)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){return void 0!==e}function o(e){return void 0!==e&&("function"==typeof e||"object"===_typeof2(e)&&null!==e&&"handleEvent"in e&&"function"==typeof e.handleEvent)}function i(e){return"function"==typeof e?e.toString():e.handleEvent.toString()}function u(e){return void 0===e?"undefined":"object"===_typeof2(e)?null===e?"null":c(e):e.toString()}function s(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function c(e){return e&&"object"===_typeof2(e)?d(e)?"{}":Object.entries(e).map((function(e){var t=e[0],n=e[1],r=n;return n instanceof Object&&(r="{ ".concat(c(n)," }")),"".concat(t,':"').concat(r,'"')})).join(" "):String(e)}function d(e){return 0===Object.keys(e).length&&!e.prototype}var l=t?[].concat(e).concat(t):[e];try{n.apply(this,l)}catch(e){console.log(e)}}function Dc(e,t){function n(e){var t=window.eval;function n(n){return r(e),a(e,'eval("'.concat(n,'")'),!0),t(n)}window.eval=n;var o=window.Function;function i(){r(e);for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];return a(e,"new Function(".concat(n.join(", "),")"),!0),o.apply(this,[].concat(n))}i.prototype=Object.create(o.prototype),i.prototype.constructor=i,window.Function=i}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}var o=t?[].concat(e).concat(t):[e];try{n.apply(this,o)}catch(e){console.log(e)}}function xc(e,t){function n(e,t){if(t){var n=function(e){var t=e.split("\n").slice(2).map((function(e){return e.replace(/ {4}at /,"")})),n=t.map((function(e){var t,n,r=/\(([^\)]+)\)/,a=/(.*?@)(\S+)(:\d+):\d+\)?$/;return e.match(r)?(t=e.split(" ").slice(0,-1).join(" "),n=e.match(r)[1]):e.match(a)?(t=e.split("@").slice(0,-1).join(" "),n=e.match(a)[2]):(t="function name is not available",n=e),[t,n]})),r={};return n.forEach((function(e){r[e[0]]=e[1]})),r},u=function t(u,s){var c=r(u,s),d=c.base,l=c.prop,f=c.chain;if(f){var p=function(e){d=e,e instanceof Object&&t(e,f)};Object.defineProperty(u,l,{get:function(){return d},set:p})}else{var h=d[l];a(d,l,{get:function(){return o(e),i(e,"Get ".concat(l),!0),console.table(n((new Error).stack)),h},set:function(t){o(e),i(e,"Set ".concat(l),!0),console.table(n((new Error).stack)),h=t}})}};u(window,t)}}function r(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var a=t.slice(0,n);if(null===e)return{base:e,prop:a,chain:t};var o=e[a];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&u(e)||null===o?{base:e,prop:a,chain:t}:void 0!==o?r(o,t):(Object.defineProperty(e,a,{configurable:!0}),{base:e,prop:a,chain:t})}function a(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function o(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function u(e){return 0===Object.keys(e).length&&!e.prototype}var s=t?[].concat(e).concat(t):[e];try{n.apply(this,s)}catch(e){console.log(e)}}function Cc(e,t){function n(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";if("undefined"!=typeof Reflect&&"undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response){var s,c=!1,d=a(n),l="#",f={ASSET:"#EXT-X-ASSET:",CUE:"#EXT-X-CUE:",CUE_IN:"#EXT-X-CUE-IN",DISCONTINUITY:"#EXT-X-DISCONTINUITY",EXTINF:"#EXTINF",EXTM3U:"#EXTM3U",SCTE35:"#EXT-X-SCTE35:"},p={AD:"-AD-",VAST:"-VAST-",VMAP_AD:"-VMAP-AD-",VMAP_AD_BREAK:"#EXT-X-VMAP-AD-BREAK:"},h=["#EXT-X-TARGETDURATION","#EXT-X-MEDIA-SEQUENCE","#EXT-X-DISCONTINUITY-SEQUENCE","#EXT-X-ENDLIST","#EXT-X-PLAYLIST-TYPE","#EXT-X-I-FRAMES-ONLY","#EXT-X-MEDIA","#EXT-X-STREAM-INF","#EXT-X-I-FRAME-STREAM-INF","#EXT-X-SESSION-DATA","#EXT-X-SESSION-KEY","#EXT-X-INDEPENDENT-SEGMENTS","#EXT-X-START"],m=function(e){return h.some((function(t){return e.startsWith(t)}))},g=function e(t,n){var r=t.slice(),a=n;if(r[a].includes(f.EXTINF)&&(r[a]=void 0,r[a+=1].includes(f.DISCONTINUITY))){r[a]=void 0;var o=e(r,a+=1);r=o.array,a=o.index}return{array:r,index:a}},b=function(e){for(var t=e.slice(),n=0;n<t.length-1;n+=1)if((t[n].includes(p.VMAP_AD)||t[n].includes(p.VAST)||t[n].includes(p.AD))&&(t[n]=void 0,t[n+1].includes(f.EXTINF))){var r=g(t,n+=1);t=r.array,n=r.index-1}return t},v=function(e,t,n){return e.startsWith(f.CUE)?(e=void 0,n[t+=1].startsWith(f.ASSET)&&(n[t]=void 0,t+=1),n[t].startsWith(f.SCTE35)&&(n[t]=void 0,t+=1),n[t].startsWith(f.CUE_IN)&&(n[t]=void 0,t+=1),n[t].startsWith(f.SCTE35)&&(n[t]=void 0),e):e},y=a(t),w=function(e,t,n){return e.startsWith(f.EXTINF)&&y.test(n[t+1])?(m(n[t])||(n[t]=void 0),m(n[t+=1])||(n[t]=void 0),n[t+=1].startsWith(f.DISCONTINUITY)&&(n[t]=void 0),e):e},k=function(e){for(var t=0;t<e.length-1;t+=1){var n;if(null!==(n=e[t])&&void 0!==n&&n.startsWith(l)&&y.test(e[t])){var r=e[t].substring(0,e[t].indexOf(":"));if(!r)return e;e[t]=void 0;for(var a=t+=1;a<e.length;a+=1){if(e[a].includes(r)||m(e[a])){t=a-1;break}e[a]=void 0}}}return e},D=function(e){if("string"==typeof e){var t=e.trim();return t.startsWith(f.EXTM3U)||t.startsWith(p.VMAP_AD_BREAK)}return!1},x=function(e,t){return D(e)&&t.test(e)},C=function(e){var t=e.split(/\n\r|\n|\r/);return e.includes(p.VMAP_AD_BREAK)?(t=b(t)).filter((function(e){return!!e})).join("\n"):(t=k(t)).map((function(e,t,n){return void 0===e||void 0!==(e=v(e,t,n))&&(e=w(e,t,n)),e})).filter((function(e){return!!e})).join("\n")},A=window.XMLHttpRequest.prototype.open,E=window.XMLHttpRequest.prototype.send,F=function(t,r,a){if(s=i.apply(null,a),u(e,n,s)&&(r.shouldBePruned=!0),r.shouldBePruned){r.collectedHeaders=[];var o=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},c={apply:o};r.setRequestHeader=new Proxy(r.setRequestHeader,c)}return Reflect.apply(t,r,a)},S=function(n,a,i){var u=["","text"];if(!a.shouldBePruned||!u.includes(a.responseType))return Reflect.apply(n,a,i);var d=new XMLHttpRequest;d.addEventListener("readystatechange",(function(){if(4===d.readyState){var n=d.readyState,i=d.response,u=d.responseText,s=d.responseURL,l=d.responseXML,f=d.status,p=d.statusText;if("string"==typeof(u||i)){if(t)c=x(i,y);else if(D(i)){var h="XMLHttpRequest.open() URL: ".concat(s,"\nresponse: ").concat(i);o(e,h)}var m=c?C(i):i;Object.defineProperties(a,{readyState:{value:n,writable:!1},responseURL:{value:s,writable:!1},responseXML:{value:l,writable:!1},status:{value:f,writable:!1},statusText:{value:p,writable:!1},response:{value:m,writable:!1},responseText:{value:m,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");a.dispatchEvent(e);var t=new Event("load");a.dispatchEvent(t);var n=new Event("loadend");a.dispatchEvent(n)}),1),r(e)}}})),A.apply(d,[s.method,s.url]),a.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];d.setRequestHeader(t,n)})),a.collectedHeaders=[];try{E.call(d,i)}catch(e){return Reflect.apply(n,a,i)}},j={apply:F},T={apply:S};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,j),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,T);var _=window.fetch,R=function(){var n=_asyncToGenerator(_regeneratorRuntime().mark((function n(a,i,u){var s,c,l,f,p,h;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if("string"==typeof(s=u[0]instanceof Request?u[0].url:u[0])&&0!==s.length){n.next=3;break}return n.abrupt("return",Reflect.apply(a,i,u));case 3:if(!d.test(s)){n.next=20;break}return n.next=6,_.apply(void 0,_toConsumableArray(u));case 6:return c=n.sent,l=c.clone(),n.next=10,c.text();case 10:if(f=n.sent,t||!D(f)){n.next=15;break}return p="fetch URL: ".concat(s,"\nresponse text: ").concat(f),o(e,p),n.abrupt("return",l);case 15:if(!x(f,y)){n.next=19;break}return h=C(f),r(e),n.abrupt("return",new Response(h,{status:c.status,statusText:c.statusText,headers:c.headers}));case 19:return n.abrupt("return",l);case 20:return n.abrupt("return",Reflect.apply(a,i,u));case 21:case"end":return n.stop()}}),n)})));function a(e,t,r){return n.apply(this,arguments)}return a}(),O={apply:R};window.fetch=new Proxy(window.fetch,O)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function i(e,t,n,r,a){return{method:e,url:t,async:n,user:r,password:a}}function u(e,t,n){if(""===t||"*"===t)return!0;var r,a=l(t);if(d(a)){var i=s(a);r=Object.keys(i).every((function(e){var t=i[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else o(e,"Invalid parameter: ".concat(t)),r=!1;return r}function s(e){var t={};return Object.keys(e).forEach((function(n){t[n]=a(e[n])})),t}function c(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]}function d(e){return Object.values(e).every((function(e){return f(e)}))}function l(e){var t=" ",n=":",r=function(e){return c().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a}function f(e){var t,n="/",r=p(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function p(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var h=t?[].concat(e).concat(t):[e];try{n.apply(this,h)}catch(e){console.log(e)}}function Ac(e,t){function n(e){var t="browsingTopics";Document instanceof Object!=0&&Object.prototype.hasOwnProperty.call(Document.prototype,t)&&Document.prototype[t]instanceof Function!=0&&(Document.prototype[t]=function(){return a("[]")},r(e))}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"default";if("undefined"!=typeof Response){var n=new Response(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"{}",{status:200,statusText:"OK"});return Object.defineProperties(n,{url:{value:e},type:{value:t}}),Promise.resolve(n)}}var o=t?[].concat(e).concat(t):[e];try{n.apply(this,o)}catch(e){console.log(e)}}function Ec(e,t){function n(e){window.eval=function(t){r(e),a(e,"AdGuard has prevented eval:\n".concat(t),!0)}.bind()}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}var o=t?[].concat(e).concat(t):[e];try{n.apply(this,o)}catch(e){console.log(e)}}function Fc(e,t){function n(e){var t="";if(window.RTCPeerConnection?t="RTCPeerConnection":window.webkitRTCPeerConnection&&(t="webkitRTCPeerConnection"),""!==t){var n=function(t){var n="Document tried to create an RTCPeerConnection: ".concat(i(t));o(e,n),r(e)};n.prototype={close:a,createDataChannel:a,createOffer:a,setRemoteDescription:a};var u=window[t];window[t]=n,u.prototype&&(u.prototype.createDataChannel=function(e,t){return{close:a,send:a}}.bind(null))}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function i(e){var t="undefined";if(null===e)t="null";else if(e instanceof Object){var n="iceServers",r="urls";Object.prototype.hasOwnProperty.call(e,n)&&e[n]&&Object.prototype.hasOwnProperty.call(e[n][0],r)&&e[n][0][r]&&(t=e[n][0][r].toString())}return t}var u=t?[].concat(e).concat(t):[e];try{n.apply(this,u)}catch(e){console.log(e)}}function Sc(e,t){function n(e,t,n){var s=a(t),c=a(n),d=window.EventTarget.prototype.addEventListener;function l(t,n){var a,l=!1;if(o(t)&&i(n)&&(l=s.test(t.toString())&&c.test(u(n))),!l){var f=this;this&&"Window"===(null===(a=this.constructor)||void 0===a?void 0:a.name)&&this!==window&&(f=window);for(var p=arguments.length,h=new Array(p>2?p-2:0),m=2;m<p;m++)h[m-2]=arguments[m];return d.apply(f,[t,n].concat(h))}r(e)}var f={configurable:!0,set:function(){},get:function(){return l}};Object.defineProperty(window.EventTarget.prototype,"addEventListener",f),Object.defineProperty(window,"addEventListener",f),Object.defineProperty(document,"addEventListener",f)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function o(e){return void 0!==e}function i(e){return void 0!==e&&("function"==typeof e||"object"===_typeof2(e)&&null!==e&&"handleEvent"in e&&"function"==typeof e.handleEvent)}function u(e){return"function"==typeof e?e.toString():e.handleEvent.toString()}var s=t?[].concat(e).concat(t):[e];try{n.apply(this,s)}catch(e){console.log(e)}}function jc(e,t){function n(e){var t,n=function(e){return/^\d$/.test(e)},i=function(e){for(var t="",r="",a=0;a<e.length;a+=1)a%2==0?t+=e.charAt(a):r=e.charAt(a)+r;for(var o=(t+r).split(""),i=0;i<o.length;i+=1)if(n(o[i]))for(var u=i+1;u<o.length;u+=1)if(n(o[u])){var s=parseInt(o[i],10)^parseInt(o[u],10);s<10&&(o[i]=s.toString()),i=u;break}o=o.join("");var c=window.atob(o).slice(16,-16);window.stop&&window.stop(),window.onbeforeunload=null,window.location.href=c},u=!0;r(window,"ysmm",{configurable:!1,set:function(e){if(u){u=!1;try{"string"==typeof e&&i(e)}catch(e){}}t=e},get:function(){return t}})?a(e):o(e,"Failed to set up prevent-adfly scriptlet")}function r(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);return!(r&&!r.configurable||(Object.defineProperty(e,t,n),0))}function a(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}var i=t?[].concat(e).concat(t):[e];try{n.apply(this,i)}catch(e){console.log(e)}}function Tc(e,t){function n(e){var t=window.setTimeout,n=/\.bab_elementid.$/,a=function(a){if("string"!=typeof a||!n.test(a)){for(var o=arguments.length,i=new Array(o>1?o-1:0),u=1;u<o;u++)i[u-1]=arguments[u];return t.apply(window,[a].concat(i))}r(e)};window.setTimeout=a;var o=[["blockadblock"],["babasbm"],[/getItem\('babn'\)/],["getElementById","String.fromCharCode","ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789","charAt","DOMContentLoaded","AdBlock","addEventListener","doScroll","fromCharCode","<<2|r>>4","sessionStorage","clientWidth","localStorage","Math","random"]],i=function(e){if("string"!=typeof e)return!1;for(var t=0;t<o.length;t+=1){for(var n=o[t],r=0,a=0;a<n.length;a+=1){var i=n[a];(i instanceof RegExp?i.test(e):e.includes(i))&&(r+=1)}if(r/n.length>=.8)return!0}return!1},u=window.eval,s=function(t){if(!i(t))return u(t);r(e);var n=document.body;n&&n.style.removeProperty("visibility");var a=document.getElementById("babasbmsgx");a&&a.parentNode.removeChild(a)};window.eval=s.bind(window)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var a=t?[].concat(e).concat(t):[e];try{n.apply(this,a)}catch(e){console.log(e)}}function _c(e,t){function n(e,t,n){if("undefined"!=typeof Proxy&&"undefined"!=typeof Reflect){var u,s,c={script:"data:text/javascript;base64,KCk9Pnt9",img:"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",iframe:"data:text/html;base64, PGRpdj48L2Rpdj4=",link:"data:text/plain;base64,"};if("script"===t)u=HTMLScriptElement;else if("img"===t)u=HTMLImageElement;else if("iframe"===t)u=HTMLIFrameElement;else{if("link"!==t)return;u=HTMLLinkElement}window.trustedTypes&&"function"==typeof window.trustedTypes.createPolicy&&(s=window.trustedTypes.createPolicy("AGPolicy",{createScriptURL:function(e){return e}}));var d="link"===t?"href":"src",l="onerror",f=a(n),p=function(t){return t.setAttribute(e.name,"matched")},h=function(n,a,o){if(!o[0]||!o[1])return Reflect.apply(n,a,o);var i=a.nodeName.toLowerCase(),u=o[0].toLowerCase(),s=o[1];return u===d&&t.toLowerCase()===i&&c[i]&&f.test(s)?(r(e),p(a),Reflect.apply(n,a,[u,c[i]])):Reflect.apply(n,a,o)},m={apply:h};u.prototype.setAttribute=new Proxy(Element.prototype.setAttribute,m);var g=o(u.prototype,d);if(g){Object.defineProperty(u.prototype,d,{enumerable:!0,configurable:!0,get:function(){return g.get.call(this)},set:function(n){var a=this.nodeName.toLowerCase();if(t.toLowerCase()!==a||!c[a]||!f.test(n))return g.set.call(this,n),!0;if(s&&n instanceof TrustedScriptURL){var o=s.createScriptURL(n);return g.set.call(this,o),void r(e)}p(this),g.set.call(this,c[a]),r(e)}});var b=o(HTMLElement.prototype,l);if(b){Object.defineProperty(HTMLElement.prototype,l,{enumerable:!0,configurable:!0,get:function(){return b.get.call(this)},set:function(t){return"matched"===this.getAttribute(e.name)?(b.set.call(this,i),!0):(b.set.call(this,t),!0)}});var v=function(t,n,r){if(!r[0]||!r[1]||!n)return Reflect.apply(t,n,r);var a=r[0];return"function"==typeof n.getAttribute&&"matched"===n.getAttribute(e.name)&&"error"===a?Reflect.apply(t,n,[a,i]):Reflect.apply(t,n,r)},y={apply:v};EventTarget.prototype.addEventListener=new Proxy(EventTarget.prototype.addEventListener,y);var w=function(t,n){window.addEventListener("error",(function(a){a.target&&a.target.nodeName&&a.target.nodeName.toLowerCase()===t&&a.target.src&&n.test(a.target.src)&&(r(e),"function"!=typeof a.target.onload?a.target.onerror=i:a.target.onerror=a.target.onload)}),!0)};w(t,f)}}}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function o(e,t){var n=Object.getOwnPropertyDescriptor(e,t);return n&&n.configurable?n:null}function i(){}var u=t?[].concat(e).concat(t):[e];try{n.apply(this,u)}catch(e){console.log(e)}}function Rc(e,t){function n(e,t){var n=r(t),o=window.eval;window.eval=function(t){if(!n.test(t.toString()))return o.call(window,t);a(e)}.bind(window)}function r(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function a(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var o=t?[].concat(e).concat(t):[e];try{n.apply(this,o)}catch(e){console.log(e)}}function Oc(e,t){function n(e){r(e);var t=function(){};t.prototype.check=a,t.prototype.clearEvent=a,t.prototype.emitEvent=a,t.prototype.on=function(e,t){return e||t(),this},t.prototype.onDetected=o,t.prototype.onNotDetected=function(e){return e(),this},t.prototype.setOption=a,t.prototype.options={set:a,get:a};var n=new t,i={get:function(){return t},set:function(){}},u={get:function(){return n},set:function(){}};Object.prototype.hasOwnProperty.call(window,"FuckAdBlock")?window.FuckAdBlock=t:Object.defineProperty(window,"FuckAdBlock",i),Object.prototype.hasOwnProperty.call(window,"BlockAdBlock")?window.BlockAdBlock=t:Object.defineProperty(window,"BlockAdBlock",i),Object.prototype.hasOwnProperty.call(window,"SniffAdBlock")?window.SniffAdBlock=t:Object.defineProperty(window,"SniffAdBlock",i),Object.prototype.hasOwnProperty.call(window,"fuckAdBlock")?window.fuckAdBlock=n:Object.defineProperty(window,"fuckAdBlock",u),Object.prototype.hasOwnProperty.call(window,"blockAdBlock")?window.blockAdBlock=n:Object.defineProperty(window,"blockAdBlock",u),Object.prototype.hasOwnProperty.call(window,"sniffAdBlock")?window.sniffAdBlock=n:Object.defineProperty(window,"sniffAdBlock",u)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){}function o(){return this}var i=t?[].concat(e).concat(t):[e];try{n.apply(this,i)}catch(e){console.log(e)}}function Bc(e,t){function n(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"emptyObj",d=arguments.length>3?arguments[3]:void 0;if("undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response){var l;if(""===n||"emptyObj"===n)l="{}";else{if("emptyArr"!==n)return void u(e,"Invalid responseBody parameter: '".concat(n,"'"));l="[]"}var f=function(e){return["default","opaque"].includes(e)};if(void 0===d||f(d)){var p=function(){var n=_asyncToGenerator(_regeneratorRuntime().mark((function n(f,p,h){var m,g;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(m=a(h),void 0!==t){n.next=6;break}return u(e,"fetch( ".concat(o(m)," )"),!0),r(e),n.abrupt("return",Reflect.apply(f,p,h));case 6:if(!i(e,t,m)){n.next=21;break}return r(e),n.prev=9,n.next=12,Reflect.apply(f,p,h);case 12:if((g=n.sent).ok){n.next=15;break}return n.abrupt("return",s(l,m.url,d));case 15:return n.abrupt("return",c(g,{body:l,type:d}));case 18:return n.prev=18,n.t0=n.catch(9),n.abrupt("return",s(l,m.url,d));case 21:return n.abrupt("return",Reflect.apply(f,p,h));case 22:case"end":return n.stop()}}),n,null,[[9,18]])})));function f(e,t,r){return n.apply(this,arguments)}return f}();fetch=new Proxy(fetch,{apply:p})}else u(e,"Invalid responseType parameter: '".concat(d,"'"))}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t,n,r={};if(e[0]instanceof Request){var a=h(e[0]);t=a.url,n=a}else t=e[0],n=e[1];return r.url=t,n instanceof Object&&Object.keys(n).forEach((function(e){r[e]=n[e]})),r}function o(e){return e&&"object"===_typeof2(e)?p(e)?"{}":Object.entries(e).map((function(e){var t=e[0],n=e[1],r=n;return n instanceof Object&&(r="{ ".concat(o(n)," }")),"".concat(t,':"').concat(r,'"')})).join(" "):String(e)}function i(e,t,n){if(""===t||"*"===t)return!0;var r,a=g(t);if(b(a)){var o=v(a);r=Object.keys(o).every((function(e){var t=o[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else u(e,"Invalid parameter: ".concat(t)),r=!1;return r}function u(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function s(){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"default";if("undefined"!=typeof Response){var n=new Response(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"{}",{status:200,statusText:"OK"});return Object.defineProperties(n,{url:{value:e},type:{value:t}}),Promise.resolve(n)}}function c(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{body:"{}"},r={};null==e||null===(t=e.headers)||void 0===t||t.forEach((function(e,t){r[t]=e}));var a=new Response(n.body,{status:e.status,statusText:e.statusText,headers:r});return Object.defineProperties(a,{url:{value:e.url},type:{value:n.type||e.type}}),a}function d(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function l(e){var t,n="/",r=f(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function f(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function p(e){return 0===Object.keys(e).length&&!e.prototype}function h(e){var t=m().map((function(t){return[t,e[t]]}));return Object.fromEntries(t)}function m(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]}function g(e){var t=" ",n=":",r=function(e){return m().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a}function b(e){return Object.values(e).every((function(e){return l(e)}))}function v(e){var t={};return Object.keys(e).forEach((function(n){t[n]=d(e[n])})),t}var y=t?[].concat(e).concat(t):[e];try{n.apply(this,y)}catch(e){console.log(e)}}function Pc(e,t){function n(e){var t=a(),n=function(){throw new ReferenceError(t)};delete window.PopAds,delete window.popns,Object.defineProperties(window,{PopAds:{set:n},popns:{set:n}}),window.onerror=r(t).bind(),o(e)}function r(e){var t=window.onerror;return function(n){if("string"==typeof n&&n.includes(e))return!0;if(t instanceof Function){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return t.apply(window,[n].concat(a))}return!1}}function a(){return Math.random().toString(36).slice(2,9)}function o(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var i=t?[].concat(e).concat(t):[e];try{n.apply(this,i)}catch(e){console.log(e)}}function Ic(e,t){function n(e,t){var n=function(){var t=[];try{t=document.querySelectorAll('meta[http-equiv="refresh" i][content]')}catch(n){try{t=document.querySelectorAll('meta[http-equiv="refresh"][content]')}catch(t){o(e,t)}}return Array.from(t)},i=function(e){var t=e.map((function(e){var t=e.getAttribute("content");if(0===t.length)return null;var n=t.indexOf(";");return a(-1!==n?t.substring(0,n):t)})).filter((function(e){return null!==e}));return t.length?t.reduce((function(e,t){return Math.min(e,t)})):null},u=function(){var o=n();if(0!==o.length){var u=a(t);null===u&&(u=i(o)),null!==u&&setTimeout((function(){window.stop(),r(e)}),1e3*u)}};"loading"===document.readyState?document.addEventListener("DOMContentLoaded",u,{once:!0}):u()}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t=parseInt(e,10);return i(t)?null:t}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function i(e){return(Number.isNaN||window.isNaN)(e)}var u=t?[].concat(e).concat(t):[e];try{n.apply(this,u)}catch(e){console.log(e)}}function Nc(e,t){function n(e,t){var n=window.requestAnimationFrame,c=void 0===t,d=o(t),l=d.isInvertedMatch,f=d.matchRegexp,p=function(o){var d=!1;if(c?(r(e),s(e,"requestAnimationFrame(".concat(String(o),")"),!0)):u(o)&&i(t)&&(d=f.test(o.toString())!==l),d)return r(e),n(a);for(var p=arguments.length,h=new Array(p>1?p-1:0),m=1;m<p;m++)h[m-1]=arguments[m];return n.apply(window,[o].concat(h))};window.requestAnimationFrame=p}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){}function o(e){var t="!",n=!!e&&(null==e?void 0:e.startsWith(t)),r=n?e.slice(1):e;return{isInvertedMatch:n,matchRegexp:d(r),matchValue:r}}function i(e){var t,n="/",r=c(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function u(e){return e instanceof Function||"string"==typeof e}function s(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function c(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function d(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}var l=t?[].concat(e).concat(t):[e];try{n.apply(this,l)}catch(e){console.log(e)}}function Lc(e,t){function n(e,t,n){var u=void 0===t&&void 0===n,s=function(s,c,d){var l=d[0],f=d[1],p=!1;return u?(r(e),i(e,"setInterval(".concat(String(l),", ").concat(f,")"),!0)):p=o({callback:l,delay:f,matchCallback:t,matchDelay:n}),p&&(r(e),d[0]=a),s.apply(c,d)},c={apply:s};window.setInterval=new Proxy(window.setInterval,c)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){}function o(e){var t=e.callback,n=e.delay,r=e.matchCallback,a=e.matchDelay;if(!l(t))return!1;if(!f(r)||a&&!g(a))return!1;var o=c(r),i=o.isInvertedMatch,u=o.matchRegexp,s=d(a),p=s.isInvertedDelayMatch,h=s.delayMatch,m=b(n),v=String(t);return null===h?u.test(v)!==i:r?u.test(v)!==i&&m===h!==p:m===h!==p}function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function u(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function s(e){return(Number.isNaN||window.isNaN)(e)}function c(e){var t="!",n=!!e&&(null==e?void 0:e.startsWith(t)),r=n?e.slice(1):e;return{isInvertedMatch:n,matchRegexp:u(r),matchValue:r}}function d(e){var t="!",n=null==e?void 0:e.startsWith(t),r=n?e.slice(1):e,a=parseInt(r,10);return{isInvertedDelayMatch:n,delayMatch:s(a)?null:a}}function l(e){return e instanceof Function||"string"==typeof e}function f(e){var t="!",n=e;return null!=e&&e.startsWith(t)&&(n=e.slice(1)),p(n)}function p(e){var t,n="/",r=h(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function h(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function m(e){return(Number.isFinite||window.isFinite)(e)}function g(e){var t="!",n=e;null!=e&&e.startsWith(t)&&(n=e.slice(1));var r=parseFloat(n);return!s(r)&&m(r)}function b(e){var t=Math.floor(parseInt(e,10));return"number"!=typeof t||s(t)?e:t}var v=t?[].concat(e).concat(t):[e];try{n.apply(this,v)}catch(e){console.log(e)}}function $c(e,t){function n(e,t,n){var u=void 0===t&&void 0===n,s=function(s,c,d){var l=d[0],f=d[1],p=!1;return u?(r(e),i(e,"setTimeout(".concat(String(l),", ").concat(f,")"),!0)):p=o({callback:l,delay:f,matchCallback:t,matchDelay:n}),p&&(r(e),d[0]=a),s.apply(c,d)},c={apply:s};window.setTimeout=new Proxy(window.setTimeout,c)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){}function o(e){var t=e.callback,n=e.delay,r=e.matchCallback,a=e.matchDelay;if(!l(t))return!1;if(!f(r)||a&&!g(a))return!1;var o=u(r),i=o.isInvertedMatch,c=o.matchRegexp,d=s(a),p=d.isInvertedDelayMatch,h=d.delayMatch,m=b(n),v=String(t);return null===h?c.test(v)!==i:r?c.test(v)!==i&&m===h!==p:m===h!==p}function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function u(e){var t="!",n=!!e&&(null==e?void 0:e.startsWith(t)),r=n?e.slice(1):e;return{isInvertedMatch:n,matchRegexp:c(r),matchValue:r}}function s(e){var t="!",n=null==e?void 0:e.startsWith(t),r=n?e.slice(1):e,a=parseInt(r,10);return{isInvertedDelayMatch:n,delayMatch:d(a)?null:a}}function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function d(e){return(Number.isNaN||window.isNaN)(e)}function l(e){return e instanceof Function||"string"==typeof e}function f(e){var t="!",n=e;return null!=e&&e.startsWith(t)&&(n=e.slice(1)),h(n)}function p(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function h(e){var t,n="/",r=p(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function m(e){return(Number.isFinite||window.isFinite)(e)}function g(e){var t="!",n=e;null!=e&&e.startsWith(t)&&(n=e.slice(1));var r=parseFloat(n);return!d(r)&&m(r)}function b(e){var t=Math.floor(parseInt(e,10));return"number"!=typeof t||d(t)?e:t}var v=t?[].concat(e).concat(t):[e];try{n.apply(this,v)}catch(e){console.log(e)}}function zc(e,t){function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"*",n=arguments.length>2?arguments[2]:void 0,o=arguments.length>3?arguments[3]:void 0,m=window.open,g="0"!==t&&"1"!==t,b=function(i){t=Number(t)>0;for(var s=arguments.length,c=new Array(s>1?s-1:0),l=1;l<s;l++)c[l-1]=arguments[l];if(!a(n))return h(e,"Invalid parameter: ".concat(n)),m.apply(window,[i].concat(c));var f=u(n);return t!==f.test(i)?m.apply(window,[i].concat(c)):(r(e),d(o))},v=function(a){for(var u=o&&o.includes("log"),d=arguments.length,g=new Array(d>1?d-1:0),b=1;b<d;b++)g[b-1]=arguments[b];if(u){var v=g&&g.length>0?", ".concat(g.join(", ")):"",y="".concat(a).concat(v);h(e,y,!0),r(e)}var w=!1;if("*"===t)w=!0;else if(i(t)){var k=c(t),D=k.isInvertedMatch;w=k.matchRegexp.test(a)!==D}else h(e,"Invalid parameter: ".concat(t)),w=!1;if(w){var x,C=parseInt(n,10);if(s(C))x=p();else{var A=l({replacement:o,url:a,delay:C}),E=A.contentWindow;if("object"===_typeof2(E)&&null!==E)Object.defineProperty(E,"closed",{value:!1}),Object.defineProperty(E,"opener",{value:window}),Object.defineProperty(E,"frameElement",{value:null});else{var F=A.contentWindow&&A.contentWindow.get;Object.defineProperty(A,"contentWindow",{get:f(F)}),E=A.contentWindow}x=E}return r(e),x}return m.apply(window,[a].concat(g))};window.open=g?v:b,window.open.toString=m.toString.bind(m)}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t,n="/",r=o(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function o(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function i(e){var t="!",n=e;return null!=e&&e.startsWith(t)&&(n=e.slice(1)),a(n)}function u(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function s(e){return(Number.isNaN||window.isNaN)(e)}function c(e){var t="!",n=!!e&&(null==e?void 0:e.startsWith(t)),r=n?e.slice(1):e;return{isInvertedMatch:n,matchRegexp:u(r),matchValue:r}}function d(e){var t;if(e){if("trueFunc"===e)t=g;else if(e.includes("=")&&e.startsWith("{")&&e.endsWith("}")){var n=e.slice(1,-1),r=b(n,"=");"noopFunc"===v(n,"=")&&((t={})[r]=m)}}else t=m;return t}function l(e){var t,n=function(e){return e.Object="data",e.Iframe="src",e}({}),r=e.replacement,a=e.url,o=e.delay;t="obj"===r?"object":"iframe";var i=document.createElement(t);return i instanceof HTMLObjectElement?i[n.Object]=a:i instanceof HTMLIFrameElement&&(i[n.Iframe]=a),i.style.setProperty("height","1px","important"),i.style.setProperty("position","fixed","important"),i.style.setProperty("top","-1px","important"),i.style.setProperty("width","1px","important"),document.body.appendChild(i),setTimeout((function(){return i.remove()}),1e3*o),i}function f(e){return function(t,n){return(!n||"closed"!==n)&&("function"==typeof e?m:n&&t[n])}}function p(){return null}function h(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function m(){}function g(){return!0}function b(e,t){if(!e||!t)return e;var n=e.indexOf(t);return n<0?e:e.substring(0,n)}function v(e,t){if(!e)return e;var n=e.indexOf(t);return n<0?"":e.substring(n+t.length)}var y=t?[].concat(e).concat(t):[e];try{n.apply(this,y)}catch(e){console.log(e)}}function Mc(e,t){function n(e,t,n){if("undefined"!=typeof Proxy){var c,d=window.XMLHttpRequest.prototype.open,l=window.XMLHttpRequest.prototype.send,f="",p="",h=function(n,o,d){if(c=u.apply(null,d),void 0===t?(s(e,"xhr( ".concat(a(c)," )"),!0),r(e)):i(e,t,c)&&(o.shouldBePrevented=!0),o.shouldBePrevented){o.collectedHeaders=[];var l=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},f={apply:l};o.setRequestHeader=new Proxy(o.setRequestHeader,f)}return Reflect.apply(n,o,d)},m=function(t,a,i){if(!a.shouldBePrevented)return Reflect.apply(t,a,i);if("blob"===a.responseType&&(f=new Blob),"arraybuffer"===a.responseType&&(f=new ArrayBuffer),n){var u=o(n);u?p=u:s(e,"Invalid randomize parameter: '".concat(n,"'"))}var h=new XMLHttpRequest;h.addEventListener("readystatechange",(function(){if(4===h.readyState){var t=h.readyState,n=h.responseURL,o=h.responseXML,i=h.statusText;Object.defineProperties(a,{readyState:{value:t,writable:!1},statusText:{value:i,writable:!1},responseURL:{value:n||c.url,writable:!1},responseXML:{value:o,writable:!1},status:{value:200,writable:!1},response:{value:f,writable:!1},responseText:{value:p,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");a.dispatchEvent(e);var t=new Event("load");a.dispatchEvent(t);var n=new Event("loadend");a.dispatchEvent(n)}),1),r(e)}})),d.apply(h,[c.method,c.url]),a.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];h.setRequestHeader(t,n)}));try{l.call(h,i)}catch(e){return Reflect.apply(t,a,i)}},g=function(e,t,n){if(!t.collectedHeaders.length)return null;var r=n[0].toLowerCase(),a=t.collectedHeaders.find((function(e){return e[0].toLowerCase()===r}));return a?a[1]:null},b={apply:h},v={apply:m},y={apply:g},w={apply:function(e,t){return t.collectedHeaders.length?t.collectedHeaders.map((function(e){var t=e[0],n=e[1];return"".concat(t.toLowerCase(),": ").concat(n)})).join("\r\n"):""}};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,b),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,v),XMLHttpRequest.prototype.getResponseHeader=new Proxy(XMLHttpRequest.prototype.getResponseHeader,y),XMLHttpRequest.prototype.getAllResponseHeaders=new Proxy(XMLHttpRequest.prototype.getAllResponseHeaders,w)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){return e&&"object"===_typeof2(e)?f(e)?"{}":Object.entries(e).map((function(e){var t=e[0],n=e[1],r=n;return n instanceof Object&&(r="{ ".concat(a(n)," }")),"".concat(t,':"').concat(r,'"')})).join(" "):String(e)}function o(e){var t=e;if("true"===t)return t=Math.random().toString(36).slice(-10);if(t=t.replace("length:",""),!/^\d+-\d+$/.test(t))return null;var n=p(t.split("-")[0]),r=p(t.split("-")[1]);if(!h(n)||!h(r))return null;if(n>r){var a=n;n=r,r=a}return r>5e5?null:t=k(w(n,r))}function i(e,t,n){if(""===t||"*"===t)return!0;var r,a=g(t);if(b(a)){var o=v(a);r=Object.keys(o).every((function(e){var t=o[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else s(e,"Invalid parameter: ".concat(t)),r=!1;return r}function u(e,t,n,r,a){return{method:e,url:t,async:n,user:r,password:a}}function s(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function d(e){var t,n="/",r=l(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function l(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function f(e){return 0===Object.keys(e).length&&!e.prototype}function p(e){var t=parseInt(e,10);return m(t)?null:t}function h(e){return(Number.isFinite||window.isFinite)(e)}function m(e){return(Number.isNaN||window.isNaN)(e)}function g(e){var t=" ",n=":",r=function(e){return y().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a}function b(e){return Object.values(e).every((function(e){return d(e)}))}function v(e){var t={};return Object.keys(e).forEach((function(n){t[n]=c(e[n])})),t}function y(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]}function w(e,t){return e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1)+e)}function k(e){for(var t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()_+=~",r=n.length,a=0;a<e;a+=1)t+=n.charAt(Math.floor(Math.random()*r));return t}var D=t?[].concat(e).concat(t):[e];try{n.apply(this,D)}catch(e){console.log(e)}}function qc(e,t){function n(e,t,n){var u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"asap stay";if(t){t=t.split(/\s*\|\s*/),n||(n="[".concat(t.join("],["),"]"));var s=function(){var a=[];try{a=[].slice.call(document.querySelectorAll(n))}catch(t){i(e,"Invalid selector arg: '".concat(n,"'"))}var o=!1;a.forEach((function(e){t.forEach((function(t){e.removeAttribute(t),o=!0}))})),o&&r(e)},c=o(u),d=function(){s(),c.hasFlag(c.STAY)&&a(s,!0)};c.hasFlag(c.ASAP)&&("loading"===document.readyState?window.addEventListener("DOMContentLoaded",s,{once:!0}):s()),"complete"!==document.readyState&&c.hasFlag(c.COMPLETE)?window.addEventListener("load",d,{once:!0}):c.hasFlag(c.STAY)&&(u.includes(" ")||s(),a(s,!0))}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=new MutationObserver(u(i,20)),a=function(){n.length>0?r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t,attributeFilter:n}):r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t})},o=function(){r.disconnect()};function i(){o(),e(),a()}a()}function o(e){var t=" ",n="asap",r="complete",a="stay",o=[a,n,r],i=e.trim().split(t).filter((function(e){return o.includes(e)}));return{ASAP:n,COMPLETE:r,STAY:a,hasFlag:function(e){return i.includes(e)}}}function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function u(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a}var s=t?[].concat(e).concat(t):[e];try{n.apply(this,s)}catch(e){console.log(e)}}function Uc(e,t){function n(e,t,n){var u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"asap stay";if(t){t=t.split(/\s*\|\s*/);var s=[];n||(s=t.map((function(e){return".".concat(e)})));var c=function(){var o=new Set;if(n){var i=[];try{i=[].slice.call(document.querySelectorAll(n))}catch(t){a(e,"Invalid selector arg: '".concat(n,"'"))}i.forEach((function(e){return o.add(e)}))}else s.length>0&&s.forEach((function(e){for(var t=document.querySelectorAll(e),n=0;n<t.length;n+=1){var r=t[n];o.add(r)}}));var u=!1;o.forEach((function(e){t.forEach((function(t){e.classList.contains(t)&&(e.classList.remove(t),u=!0)}))})),u&&r(e)},d=["class"],l=i(u),f=function(){c(),l.hasFlag(l.STAY)&&o(c,!0,d)};l.hasFlag(l.ASAP)&&("loading"===document.readyState?window.addEventListener("DOMContentLoaded",c,{once:!0}):c()),"complete"!==document.readyState&&l.hasFlag(l.COMPLETE)?window.addEventListener("load",f,{once:!0}):l.hasFlag(l.STAY)&&(u.includes(" ")||c(),o(c,!0,d))}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=new MutationObserver(u(i,20)),a=function(){n.length>0?r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t,attributeFilter:n}):r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t})},o=function(){r.disconnect()};function i(){o(),e(),a()}a()}function i(e){var t=" ",n="asap",r="complete",a="stay",o=[a,n,r],i=e.trim().split(t).filter((function(e){return o.includes(e)}));return{ASAP:n,COMPLETE:r,STAY:a,hasFlag:function(e){return i.includes(e)}}}function u(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a}var s=t?[].concat(e).concat(t):[e];try{n.apply(this,s)}catch(e){console.log(e)}}function Wc(e,t){function n(e,t){var n=r(t),o=function(t,n){var r="".concat(t,"="),o="; domain=".concat(n),i="; domain=.".concat(n),u="; path=/",s="; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=r+s,document.cookie=r+o+s,document.cookie=r+i+s,document.cookie=r+u+s,document.cookie=r+o+u+s,document.cookie=r+i+u+s,a(e)},i=function(){document.cookie.split(";").forEach((function(e){var t=e.indexOf("=");if(-1!==t){var r=e.slice(0,t).trim();if(n.test(r))for(var a=document.location.hostname.split("."),i=0;i<=a.length-1;i+=1){var u=a.slice(i).join(".");u&&o(r,u)}}}))};i(),window.addEventListener("beforeunload",i)}function r(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function a(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var o=t?[].concat(e).concat(t):[e];try{n.apply(this,o)}catch(e){console.log(e)}}function Hc(e,t){function n(e,t,n){if(Element.prototype.attachShadow){var u=function(e){e.remove()},s=function(){for(var a=n?document.querySelectorAll(n):o(document.documentElement),s=function(){var n=!1,o=i(t,a),s=o.targets,c=o.innerHosts;s.forEach((function(e){u(e),n=!0})),n&&r(e),a=c};0!==a.length;)s()};s(),a(s,!0)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=new MutationObserver(s(i,20)),a=function(){n.length>0?r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t,attributeFilter:n}):r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t})},o=function(){r.disconnect()};function i(){o(),e(),a()}a()}function o(e){var t=[];return e&&e.querySelectorAll("*").forEach((function(e){e.shadowRoot&&t.push(e)})),t}function i(e,t){var n=[],r=[];t.forEach((function(t){var a=t.querySelectorAll(e);n=n.concat([].slice.call(a));var i=t.shadowRoot,u=i.querySelectorAll(e);n=n.concat([].slice.call(u)),r.push(o(i))}));var a=u(r);return{targets:n,innerHosts:a}}function u(e){var t=[];e.forEach((function(e){return t.push(e)}));for(var n=[];t.length;){var r=t.pop();Array.isArray(r)?r.forEach((function(e){return t.push(e)})):n.push(r)}return n.reverse()}function s(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function Vc(e,t){function n(e,t,n){var c=s(t,n),d=c.selector,l=c.nodeNameMatch,f=c.textContentMatch,p=function(t){return t.forEach((function(t){u(t,l,f)&&i(e,t,/^[\s\S]*$/,"")}))};document.documentElement&&a(d,p),r((function(e){return o(e,p)}),{childList:!0,subtree:!0})}function r(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e4,r=new MutationObserver((function(n,r){r.disconnect(),e(n,r),r.observe(document.documentElement,t)}));r.observe(document.documentElement,t),"number"==typeof n&&setTimeout((function(){return r.disconnect()}),n)}function a(e,t){t(d(document.querySelectorAll(e)))}function o(e,t){t(l(e))}function i(e,t,n,r){var a=t.textContent;a&&(t.textContent=a.replace(n,r),c(e))}function u(e,t,n){var r=e.nodeName,a=e.textContent,o=r.toLowerCase();return null!==a&&""!==a&&(t instanceof RegExp?t.test(o):t===o)&&(n instanceof RegExp?n.test(a):a.includes(n))}function s(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,a="/",o=!(e.startsWith(a)&&e.endsWith(a)),i=o?e:"*",u=o?e:f(e),s=t.startsWith(a)?f(t):t;return r&&(n=r.startsWith(a)?f(r):r),{selector:i,nodeNameMatch:u,textContentMatch:s,patternMatch:n}}function c(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function d(e){for(var t=[],n=0;n<e.length;n+=1)t.push(e[n]);return t}function l(e){for(var t=[],n=0;n<e.length;n+=1)for(var r=e[n].addedNodes,a=0;a<r.length;a+=1)t.push(r[a]);return t}function f(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}var p=t?[].concat(e).concat(t):[e];try{n.apply(this,p)}catch(e){console.log(e)}}function Xc(e,t){function n(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if(t&&n){var u=["true","false"];if(0===i.length||!(o(parseInt(i,10))||parseInt(i,10)<0||parseInt(i,10)>32767)||u.includes(i.toLowerCase())){var s=function(){var a=[].slice.call(document.querySelectorAll(t)),o=!1;a.forEach((function(e){e.setAttribute(n,i),o=!0})),o&&r(e)};s(),a(s,!0)}}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=new MutationObserver(i(u,20)),a=function(){n.length>0?r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t,attributeFilter:n}):r.observe(document.documentElement,{childList:!0,subtree:!0,attributes:t})},o=function(){r.disconnect()};function u(){o(),e(),a()}a()}function o(e){return(Number.isNaN||window.isNaN)(e)}function i(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a}var u=t?[].concat(e).concat(t):[e];try{n.apply(this,u)}catch(e){console.log(e)}}function Gc(e,t){function n(e,t,n){var y=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",w=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"";if(["set-constant.js","ubo-set-constant.js","set.js","ubo-set.js","ubo-set-constant","ubo-set"].includes(e.name)&&(1===y.length||o(y)||(w=y),y=void 0),t&&g(y,(new Error).stack)){var k,D=i(),x=u();if("undefined"===n)k=void 0;else if("false"===n)k=!1;else if("true"===n)k=!0;else if("null"===n)k=null;else if("emptyArr"===n)k=D;else if("emptyObj"===n)k=x;else if("noopFunc"===n)k=s;else if("noopCallbackFunc"===n)k=c;else if("trueFunc"===n)k=d;else if("falseFunc"===n)k=l;else if("throwFunc"===n)k=f;else if("noopPromiseResolve"===n)k=h;else if("noopPromiseReject"===n)k=p;else if(/^\d+$/.test(n)){if(b(k=parseFloat(n)))return;if(Math.abs(k)>32767)return}else if("-1"===n)k=-1;else if(""===n)k="";else if("yes"===n)k="yes";else{if("no"!==n)return;k="no"}["asFunction","asCallback","asResolved","asRejected"].includes(w)&&(k={asFunction:function(e){return function(){return e}},asCallback:function(e){return function(){return function(){return e}}},asResolved:function(e){return Promise.resolve(e)},asRejected:function(e){return Promise.reject(e)}}[w](k));var C=!1,A=function(e){return C||(C=void 0!==e&&void 0!==k&&_typeof2(e)!==_typeof2(k)&&null!==e)},E=function(t,n,r,o){if(!o.init(t[n]))return!1;var i,u=Object.getOwnPropertyDescriptor(t,n);if(u instanceof Object){if(!u.configurable){var s="Property '".concat(n,"' is not configurable");return a(e,s),!1}t[n]=k,u.set instanceof Function&&(i=u.set)}return Object.defineProperty(t,n,{configurable:r,get:function(){return o.get()},set:function(e){void 0!==i&&i(e),o.set(e)}}),!0},F=function t(n,a){var o=m(n,a),i=o.base,u=o.prop,s=o.chain,c={factValue:void 0,init:function(e){return this.factValue=e,!0},get:function(){return this.factValue},set:function(e){this.factValue!==e&&(this.factValue=e,e instanceof Object&&t(e,s))}},d={init:function(e){return!A(e)},get:function(){return k},set:function(e){A(e)&&(k=e)}};if(s)if(void 0===i||null!==i[u]){(i instanceof Object||"object"===_typeof2(i))&&v(i)&&E(i,u,!0,c);var l=n[u];(l instanceof Object||"object"===_typeof2(l)&&null!==l)&&t(l,s),E(i,u,!0,c)}else E(i,u,!0,c);else E(i,u,!1,d)&&r(e)};F(window,t)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){var t=parseInt(e,10);return b(t)?null:t}function i(){return[]}function u(){return{}}function s(){}function c(){return s}function d(){return!0}function l(){return!1}function f(){throw new Error}function p(){return Promise.reject()}function h(){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"default";if("undefined"!=typeof Response){var n=new Response(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"{}",{status:200,statusText:"OK"});return Object.defineProperties(n,{url:{value:e},type:{value:t}}),Promise.resolve(n)}}function m(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&v(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?m(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function g(e,t){if(!e||""===e)return!0;if(y(e,t))return!0;var n=k(e),r=t.split("\n").slice(2).map((function(e){return e.trim()})).join("\n");return w().call(n,r)}function b(e){return(Number.isNaN||window.isNaN)(e)}function v(e){return 0===Object.keys(e).length&&!e.prototype}function y(e,t){var n="inlineScript",r="injectedScript",a="<anonymous>",o=function(e){return e.includes(n)},i=function(e){return e.includes(r)};if(!o(e)&&!i(e))return!1;var u=window.location.href,s=u.indexOf("#");-1!==s&&(u=u.slice(0,s));var c=t.split("\n").slice(2).map((function(e){return e.trim()})),d=c.map((function(e){var t,n=/(.*?@)?(\S+)(:\d+):\d+\)?$/.exec(e);if(n){var o,i,u=n[2];if(null!==(o=u)&&void 0!==o&&o.startsWith("(")&&(u=u.slice(1)),null!==(i=u)&&void 0!==i&&i.startsWith(a)){var s;u=r;var c=void 0!==n[1]?n[1].slice(0,-1):e.slice(0,n.index).trim();null!==(s=c)&&void 0!==s&&s.startsWith("at")&&(c=c.slice(2).trim()),t="".concat(c," ").concat(u).trim()}else t=u}else t=e;return t}));if(d)for(var l=0;l<d.length;l+=1){if(o(e)&&u===d[l])return!0;if(i(e)&&d[l].startsWith(r))return!0}return!1}function w(){var e=Object.getOwnPropertyDescriptor(RegExp.prototype,"test"),t=null==e?void 0:e.value;if(e&&"function"==typeof e.value)return t;throw new Error("RegExp.prototype.test is not a function")}function k(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}var D=t?[].concat(e).concat(t):[e];try{n.apply(this,D)}catch(e){console.log(e)}}function Yc(e,t){function n(e,t,n){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/",c=i(n);if(null!==c)if(s(o)){var d=u(t,c,o);d?(r(e),document.cookie=d):a(e,"Invalid cookie name or value")}else a(e,"Invalid cookie path: '".concat(o,"'"));else a(e,"Invalid cookie value: '".concat(c,"'"))}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){return(Number.isNaN||window.isNaN)(e)}function i(e){if(!e)return null;var t;if(new Set(["true","false","yes","y","no","n","ok","accept","reject","allow","deny"]).has(e.toLowerCase()))t=e;else{if(!/^\d+$/.test(e))return null;if(o(t=parseFloat(e)))return null;if(Math.abs(t)<0||Math.abs(t)>15)return null}return t}function u(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=";";if(!r&&(e.includes(a)||"".concat(t).includes(a)))return null;var o=r?encodeURIComponent(e):e,i=r?encodeURIComponent(t):t;return"".concat(o,"=").concat(i,"; ").concat(c(n),";")}function s(e){return"/"===e||"none"===e}function c(e){return"/"===e?"path=/":""}var d=t?[].concat(e).concat(t):[e];try{n.apply(this,d)}catch(e){console.log(e)}}function Kc(e,t){function n(e,t,n){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/";if(!i(document.cookie,t,n)){var d=u(n);if(null!==d)if(c(o)){var l=s(t,d,o);l?(document.cookie=l,r(e),i(document.cookie,t,n)&&window.location.reload()):a(e,"Invalid cookie name or value")}else a(e,"Invalid cookie path: '".concat(o,"'"));else a(e,"Invalid cookie value: '".concat(n,"'"))}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){return(Number.isNaN||window.isNaN)(e)}function i(e,t,n){return e.split(";").some((function(e){var r=e.indexOf("=");if(-1===r)return!1;var a=e.slice(0,r).trim(),o=e.slice(r+1).trim();return t===a&&n===o}))}function u(e){if(!e)return null;var t;if(new Set(["true","false","yes","y","no","n","ok","accept","reject","allow","deny"]).has(e.toLowerCase()))t=e;else{if(!/^\d+$/.test(e))return null;if(o(t=parseFloat(e)))return null;if(Math.abs(t)<0||Math.abs(t)>15)return null}return t}function s(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=";";if(!r&&(e.includes(a)||"".concat(t).includes(a)))return null;var o=r?encodeURIComponent(e):e,i=r?encodeURIComponent(t):t;return"".concat(o,"=").concat(i,"; ").concat(d(n),";")}function c(e){return"/"===e||"none"===e}function d(e){return"/"===e?"path=/":""}var l=t?[].concat(e).concat(t):[e];try{n.apply(this,l)}catch(e){console.log(e)}}function Qc(e,t){function n(e,t,n){if(void 0!==t){var o;try{o=s(n)}catch(t){return void a(e,"Invalid storage item value: '".concat(n,"'"))}var c=window.localStorage;"$remove$"===o?u(e,c,t):i(e,c,t,o),r(e)}else a(e,"Item key should be specified.")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){return(Number.isNaN||window.isNaN)(e)}function i(e,t,n,r){try{t.setItem(n,r)}catch(t){a(e,"Unable to set sessionStorage item due to: ".concat(t.message))}}function u(e,t,n){try{t.removeItem(n)}catch(t){a(e,"Unable to remove storage item due to: ".concat(t.message))}}function s(e){if("string"!=typeof e)throw new Error("Invalid value");var t;if("undefined"===e)t=void 0;else if("false"===e)t=!1;else if("true"===e)t=!0;else if("null"===e)t=null;else if("emptyArr"===e)t="[]";else if("emptyObj"===e)t="{}";else if(""===e)t="";else if(/^\d+$/.test(e)){if(o(t=parseFloat(e)))throw new Error("Invalid value");if(Math.abs(t)>32767)throw new Error("Invalid value")}else if("yes"===e)t="yes";else if("no"===e)t="no";else{if("$remove$"!==e)throw new Error("Invalid value");t="$remove$"}return t}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function Jc(e,t){function n(e){delete window.PopAds,delete window.popns,Object.defineProperties(window,{PopAds:{get:function(){return r(e),{}}},popns:{get:function(){return r(e),{}}}})}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}var a=t?[].concat(e).concat(t):[e];try{n.apply(this,a)}catch(e){console.log(e)}}function Zc(e,t){function n(e,t,n){if(void 0!==t){var o;try{o=s(n)}catch(t){return void a(e,"Invalid storage item value: '".concat(n,"'"))}var c=window.sessionStorage;"$remove$"===o?u(e,c,t):i(e,c,t,o),r(e)}else a(e,"Item key should be specified.")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){return(Number.isNaN||window.isNaN)(e)}function i(e,t,n,r){try{t.setItem(n,r)}catch(t){a(e,"Unable to set sessionStorage item due to: ".concat(t.message))}}function u(e,t,n){try{t.removeItem(n)}catch(t){a(e,"Unable to remove storage item due to: ".concat(t.message))}}function s(e){if("string"!=typeof e)throw new Error("Invalid value");var t;if("undefined"===e)t=void 0;else if("false"===e)t=!1;else if("true"===e)t=!0;else if("null"===e)t=null;else if("emptyArr"===e)t="[]";else if("emptyObj"===e)t="{}";else if(""===e)t="";else if(/^\d+$/.test(e)){if(o(t=parseFloat(e)))throw new Error("Invalid value");if(Math.abs(t)>32767)throw new Error("Invalid value")}else if("yes"===e)t="yes";else if("no"===e)t="no";else{if("$remove$"!==e)throw new Error("Invalid value");t="$remove$"}return t}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function ed(e,t){function n(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:NaN;if(t){var d,l=1e4,f=20,p=150,h="cookie:",m="localStorage:",g=",",b=";",v=/(,\s*){1}(?=!?cookie:|!?localStorage:)/,y=function(e){return new Promise((function(t){return setTimeout(t,e)}))};if(c&&(d=parseInt(c,10),Number.isNaN(d)&&!(d<l))){var w="Passed delay '".concat(c,"' is invalid or bigger than ").concat(l," ms");return void u(e,w)}var k=!d,D=[],x=[],C=!1,A=!1;if(n&&n.split(v).map((function(e){return e.trim()})).forEach((function(e){if(e.includes(h)){var t=s(e),n=t.isInvertedMatch,r=t.matchValue;C=n;var a=r.replace(h,"");D.push(a)}if(e.includes(m)){var o=s(e),i=o.isInvertedMatch,u=o.matchValue;A=i;var c=u.replace(m,"");x.push(c)}})),D.length>0){var E=o(D.join(b)),F=o(document.cookie),S=Object.keys(F);if(0===S.length)return;var j=Object.keys(E).every((function(e){var t=E[e]?a(E[e]):null,n=a(e);return S.some((function(e){return!!n.test(e)&&(!t||t.test(F[e]))}))}));if(j===C)return}if(x.length>0){var T=x.every((function(e){var t=window.localStorage.getItem(e);return t||""===t}));if(T===A)return}var _=t.split(g).map((function(e){return e.trim()})),R=function(e){return{element:e||null,clicked:!1}},O=Array(_.length).fill(R()),B=function(){var t=_asyncToGenerator(_regeneratorRuntime().mark((function t(){var n,a,o;return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:n=0;case 1:if(!(n<O.length)){t.next=12;break}if(a=O[n],!(n>=1)){t.next=6;break}return t.next=6,y(p);case 6:if(a.element){t.next=8;break}return t.abrupt("break",12);case 8:a.clicked||(a.element.click(),a.clicked=!0);case 9:n+=1,t.next=1;break;case 12:o=O.every((function(e){return!0===e.clicked})),o&&r(e);case 14:case"end":return t.stop()}}),t)})));function n(){return t.apply(this,arguments)}return n}(),P=function(e,t){var n=R(e);O[t]=n,k&&B()},I=function(e,t){var n=[];_.forEach((function(e,t){if(e){var r=document.querySelector(e);r&&(P(r,t),n.push(e))}})),(_=_.map((function(e){return n.includes(e)?null:e}))).every((function(e){return null===e}))&&t.disconnect()},N=new MutationObserver(i(I,f));N.observe(document.documentElement,{attributes:!0,childList:!0,subtree:!0}),d&&setTimeout((function(){B(),k=!0}),d),setTimeout((function(){return N.disconnect()}),l)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function o(e){var t="=",n=";",r=e.split(n),a={};return r.forEach((function(e){var n,r="",o=e.indexOf(t);-1===o?n=e.trim():(n=e.slice(0,o).trim(),r=e.slice(o+1)),a[n]=r||null})),a}function i(e,t){var n,r=!1,a=function a(){for(var o=arguments.length,i=new Array(o),u=0;u<o;u++)i[u]=arguments[u];r?n=i:(e.apply(void 0,i),r=!0,setTimeout((function(){r=!1,n&&(a.apply(void 0,_toConsumableArray(n)),n=null)}),t))};return a}function u(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function s(e){var t="!",n=!!e&&(null==e?void 0:e.startsWith(t)),r=n?e.slice(1):e;return{isInvertedMatch:n,matchRegexp:a(r),matchValue:r}}var c=t?[].concat(e).concat(t):[e];try{n.apply(this,c)}catch(e){console.log(e)}}function td(e,t){function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if("undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response)if(""!==t||""===n){var d,l=""===t&&""===n,f=fetch,p=function(p,h,m){if(d=o(m),l)return a(e,"fetch( ".concat(i(d)," )"),!0),r(e),Reflect.apply(p,h,m);if(!u(e,c,d))return Reflect.apply(p,h,m);var g=function(e,t){var n=e.bodyUsed,r=e.headers,a=e.ok,o=e.redirected,i=e.status,u=e.statusText,s=e.type,c=e.url,d=new Response(t,{status:i,statusText:u,headers:r});return Object.defineProperties(d,{url:{value:c},type:{value:s},ok:{value:a},bodyUsed:{value:n},redirected:{value:o}}),d};return f.apply(null,m).then((function(o){return o.text().then((function(a){var i="*"===t?/(\n|.)*/:s(t),u=a.replace(i,n),c=g(o,u);return r(e),c})).catch((function(){var t=i(d),n="Response body can't be converted to text: ".concat(t);return a(e,n),Reflect.apply(p,h,m)}))})).catch((function(){return Reflect.apply(p,h,m)}))};fetch=new Proxy(fetch,{apply:p})}else a(e,"Pattern argument should not be empty string")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e){var t,n,r={};if(e[0]instanceof Request){var a=f(e[0]);t=a.url,n=a}else t=e[0],n=e[1];return r.url=t,n instanceof Object&&Object.keys(n).forEach((function(e){r[e]=n[e]})),r}function i(e){return e&&"object"===_typeof2(e)?l(e)?"{}":Object.entries(e).map((function(e){var t=e[0],n=e[1],r=n;return n instanceof Object&&(r="{ ".concat(i(n)," }")),"".concat(t,':"').concat(r,'"')})).join(" "):String(e)}function u(e,t,n){if(""===t||"*"===t)return!0;var r,o=h(t);if(m(o)){var i=g(o);r=Object.keys(i).every((function(e){var t=i[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else a(e,"Invalid parameter: ".concat(t)),r=!1;return r}function s(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function c(e){var t,n="/",r=d(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function d(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function l(e){return 0===Object.keys(e).length&&!e.prototype}function f(e){var t=p().map((function(t){return[t,e[t]]}));return Object.fromEntries(t)}function p(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]}function h(e){var t=" ",n=":",r=function(e){return p().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a}function m(e){return Object.values(e).every((function(e){return c(e)}))}function g(e){var t={};return Object.keys(e).forEach((function(n){t[n]=s(e[n])})),t}var b=t?[].concat(e).concat(t):[e];try{n.apply(this,b)}catch(e){console.log(e)}}function nd(e,t){function n(e,t,n,c,d){if(["replace-node-text.js","rpnt.js","sed.js"].includes(e.name)){d=c,c=n;for(var l=arguments.length,f=new Array(l>5?l-5:0),p=5;p<l;p++)f[p-5]=arguments[p];for(var h=0;h<f.length;h+=1)if("condition"===f[h]){n=f[h+1];break}}var m=s(t,n,c),g=m.selector,b=m.nodeNameMatch,v=m.textContentMatch,y=m.patternMatch,w=function(t){return t.forEach((function(t){u(t,b,v)&&i(e,t,y,d)}))};document.documentElement&&a(g,w),r((function(e){return o(e,w)}),{childList:!0,subtree:!0})}function r(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e4,r=new MutationObserver((function(n,r){r.disconnect(),e(n,r),r.observe(document.documentElement,t)}));r.observe(document.documentElement,t),"number"==typeof n&&setTimeout((function(){return r.disconnect()}),n)}function a(e,t){t(d(document.querySelectorAll(e)))}function o(e,t){t(l(e))}function i(e,t,n,r){var a=t.textContent;a&&(t.textContent=a.replace(n,r),c(e))}function u(e,t,n){var r=e.nodeName,a=e.textContent,o=r.toLowerCase();return null!==a&&""!==a&&(t instanceof RegExp?t.test(o):t===o)&&(n instanceof RegExp?n.test(a):a.includes(n))}function s(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,a="/",o=!(e.startsWith(a)&&e.endsWith(a)),i=o?e:"*",u=o?e:f(e),s=t.startsWith(a)?f(t):t;return r&&(n=r.startsWith(a)?f(r):r),{selector:i,nodeNameMatch:u,textContentMatch:s,patternMatch:n}}function c(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function d(e){for(var t=[],n=0;n<e.length;n+=1)t.push(e[n]);return t}function l(e){for(var t=[],n=0;n<e.length;n+=1)for(var r=e[n].addedNodes,a=0;a<r.length;a+=1)t.push(r[a]);return t}function f(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}var p=t?[].concat(e).concat(t):[e];try{n.apply(this,p)}catch(e){console.log(e)}}function rd(e,t){function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if("undefined"!=typeof Proxy)if(""!==t||""===n){var d,l=""===t&&""===n,f=window.XMLHttpRequest.prototype.open,p=window.XMLHttpRequest.prototype.send,h=function(t,n,o){if(d=s.apply(null,o),l){var f="xhr( ".concat(i(d)," )");return a(e,f,!0),r(e),Reflect.apply(t,n,o)}if(u(e,c,d)&&(n.shouldBePrevented=!0),n.shouldBePrevented){n.collectedHeaders=[];var p=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},h={apply:p};n.setRequestHeader=new Proxy(n.setRequestHeader,h)}return Reflect.apply(t,n,o)},m=function(a,i,u){if(!i.shouldBePrevented)return Reflect.apply(a,i,u);var s=new XMLHttpRequest;s.addEventListener("readystatechange",(function(){if(4===s.readyState){var a=s.readyState,u=s.response,c=s.responseText,d=s.responseURL,l=s.responseXML,f=s.status,p=s.statusText,h=c||u;if("string"==typeof h){var m="*"===t?/(\n|.)*/:o(t),g=h.replace(m,n);Object.defineProperties(i,{readyState:{value:a,writable:!1},responseURL:{value:d,writable:!1},responseXML:{value:l,writable:!1},status:{value:f,writable:!1},statusText:{value:p,writable:!1},response:{value:g,writable:!1},responseText:{value:g,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");i.dispatchEvent(e);var t=new Event("load");i.dispatchEvent(t);var n=new Event("loadend");i.dispatchEvent(n)}),1),r(e)}}})),f.apply(s,[d.method,d.url]),i.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];s.setRequestHeader(t,n)})),i.collectedHeaders=[];try{p.call(s,u)}catch(e){return Reflect.apply(a,i,u)}},g={apply:h},b={apply:m};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,g),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,b)}else a(e,"Pattern argument should not be empty string.")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function i(e){return e&&"object"===_typeof2(e)?m(e)?"{}":Object.entries(e).map((function(e){var t=e[0],n=e[1],r=n;return n instanceof Object&&(r="{ ".concat(i(n)," }")),"".concat(t,':"').concat(r,'"')})).join(" "):String(e)}function u(e,t,n){if(""===t||"*"===t)return!0;var r,o=f(t);if(l(o)){var i=c(o);r=Object.keys(i).every((function(e){var t=i[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else a(e,"Invalid parameter: ".concat(t)),r=!1;return r}function s(e,t,n,r,a){return{method:e,url:t,async:n,user:r,password:a}}function c(e){var t={};return Object.keys(e).forEach((function(n){t[n]=o(e[n])})),t}function d(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]}function l(e){return Object.values(e).every((function(e){return p(e)}))}function f(e){var t=" ",n=":",r=function(e){return d().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a}function p(e){var t,n="/",r=h(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function h(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function m(e){return 0===Object.keys(e).length&&!e.prototype}var g=t?[].concat(e).concat(t):[e];try{n.apply(this,g)}catch(e){console.log(e)}}function ad(e,t){function n(e,t,n,u){if(t&&s(u,(new Error).stack)){var c;try{c=a(n)}catch(t){return void o(e,t)}var l=!1,f=function(e){return l||(l=void 0!==e&&void 0!==c&&_typeof2(e)!==_typeof2(c)&&null!==e)},p=function(t,n,r,a){if(!a.init(t[n]))return!1;var i,u=Object.getOwnPropertyDescriptor(t,n);if(u instanceof Object){if(!u.configurable){var s="Property '".concat(n,"' is not configurable");return o(e,s),!1}t[n]=c,u.set instanceof Function&&(i=u.set)}return Object.defineProperty(t,n,{configurable:r,get:function(){return a.get()},set:function(e){void 0!==i&&i(e),a.set(e)}}),!0},h=function t(n,a){var o=i(n,a),u=o.base,s=o.prop,l=o.chain,h={factValue:void 0,init:function(e){return this.factValue=e,!0},get:function(){return this.factValue},set:function(e){this.factValue!==e&&(this.factValue=e,e instanceof Object&&t(e,l))}},m={init:function(e){return!f(e)},get:function(){return c},set:function(e){f(e)&&(c=e)}};if(l)if(void 0===u||null!==u[s]){(u instanceof Object||"object"===_typeof2(u))&&d(u)&&p(u,s,!0,h);var g=n[s];(g instanceof Object||"object"===_typeof2(g)&&null!==g)&&t(g,l),p(u,s,!0,h)}else p(u,s,!0,h);else p(u,s,!1,m)&&r(e)};h(window,t)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e){if("undefined"!==e){if("false"===e)return!1;if("true"===e)return!0;if("null"===e)return null;if("NaN"===e)return NaN;var t=32767,n=Number(e);if(!c(n)){if(Math.abs(n)>t)throw new Error("number values bigger than 32767 are not allowed");return n}var r="'".concat(e,"' value type can't be inferred");try{var a=JSON.parse(e);if(a instanceof Object||"string"==typeof a)return a}catch(e){r+=": ".concat(e)}throw new TypeError(r)}}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function i(e,t){var n=t.indexOf(".");if(-1===n)return{base:e,prop:t};var r=t.slice(0,n);if(null===e)return{base:e,prop:r,chain:t};var a=e[r];return t=t.slice(n+1),(e instanceof Object||"object"===_typeof2(e))&&d(e)||null===a?{base:e,prop:r,chain:t}:void 0!==a?i(a,t):(Object.defineProperty(e,r,{configurable:!0}),{base:e,prop:r,chain:t})}function u(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function s(e,t){if(!e||""===e)return!0;if(f(e,t))return!0;var n=u(e),r=t.split("\n").slice(2).map((function(e){return e.trim()})).join("\n");return l().call(n,r)}function c(e){return(Number.isNaN||window.isNaN)(e)}function d(e){return 0===Object.keys(e).length&&!e.prototype}function l(){var e=Object.getOwnPropertyDescriptor(RegExp.prototype,"test"),t=null==e?void 0:e.value;if(e&&"function"==typeof e.value)return t;throw new Error("RegExp.prototype.test is not a function")}function f(e,t){var n="inlineScript",r="injectedScript",a="<anonymous>",o=function(e){return e.includes(n)},i=function(e){return e.includes(r)};if(!o(e)&&!i(e))return!1;var u=window.location.href,s=u.indexOf("#");-1!==s&&(u=u.slice(0,s));var c=t.split("\n").slice(2).map((function(e){return e.trim()})),d=c.map((function(e){var t,n=/(.*?@)?(\S+)(:\d+):\d+\)?$/.exec(e);if(n){var o,i,u=n[2];if(null!==(o=u)&&void 0!==o&&o.startsWith("(")&&(u=u.slice(1)),null!==(i=u)&&void 0!==i&&i.startsWith(a)){var s;u=r;var c=void 0!==n[1]?n[1].slice(0,-1):e.slice(0,n.index).trim();null!==(s=c)&&void 0!==s&&s.startsWith("at")&&(c=c.slice(2).trim()),t="".concat(c," ").concat(u).trim()}else t=u}else t=e;return t}));if(d)for(var l=0;l<d.length;l+=1){if(o(e)&&u===d[l])return!0;if(i(e)&&d[l].startsWith(r))return!0}return!1}var p=t?[].concat(e).concat(t):[e];try{n.apply(this,p)}catch(e){console.log(e)}}function od(e,t){function n(e,t,n){var c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",d=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"/";if(void 0!==t)if(void 0!==n){var l=s(n);if(i(d)){var f=o(t,l,d,!1);if(f){if(c){var p=u(c);if(!p)return void a(e,"Invalid offsetExpiresSec value: ".concat(c));var h=Date.now()+p;f+=" expires=".concat(new Date(h).toUTCString(),";")}document.cookie=f,r(e)}else a(e,"Invalid cookie name or value")}else a(e,"Invalid cookie path: '".concat(d,"'"))}else a(e,"Cookie value should be specified");else a(e,"Cookie name should be specified")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=";";if(!r&&(e.includes(a)||"".concat(t).includes(a)))return null;var o=r?encodeURIComponent(e):e,i=r?encodeURIComponent(t):t;return"".concat(o,"=").concat(i,"; ").concat(c(n),";")}function i(e){return"/"===e||"none"===e}function u(e){var t,n=1e3;if("1year"===e)t=31536e3;else if("1day"===e)t=86400;else if(t=Number.parseInt(e,10),Number.isNaN(t))return null;return t*n}function s(e){var t="$currentDate$",n=e;return"$now$"===e?n=Date.now().toString():e===t&&(n=Date()),n}function c(e){return"/"===e?"path=/":""}var d=t?[].concat(e).concat(t):[e];try{n.apply(this,d)}catch(e){console.log(e)}}function id(e,t){function n(e,t,n){var l=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",f=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"/";if(void 0!==t)if(void 0!==n){if(!o(document.cookie,t,n)){var p=c(n);if(u(f)){var h=i(t,p,f,!1);if(h){if(l){var m=s(l);if(!m)return void a(e,"Invalid offsetExpiresSec value: ".concat(l));var g=Date.now()+m;h+=" expires=".concat(new Date(g).toUTCString(),";")}document.cookie=h,r(e);var b=d(document.cookie)[t];o(document.cookie,t,b)&&window.location.reload()}else a(e,"Invalid cookie name or value")}else a(e,"Invalid cookie path: '".concat(f,"'"))}}else a(e,"Cookie value should be specified");else a(e,"Cookie name should be specified")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e,t,n){return e.split(";").some((function(e){var r=e.indexOf("=");if(-1===r)return!1;var a=e.slice(0,r).trim(),o=e.slice(r+1).trim();return t===a&&n===o}))}function i(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=";";if(!r&&(e.includes(a)||"".concat(t).includes(a)))return null;var o=r?encodeURIComponent(e):e,i=r?encodeURIComponent(t):t;return"".concat(o,"=").concat(i,"; ").concat(l(n),";")}function u(e){return"/"===e||"none"===e}function s(e){var t,n=1e3;if("1year"===e)t=31536e3;else if("1day"===e)t=86400;else if(t=Number.parseInt(e,10),Number.isNaN(t))return null;return t*n}function c(e){var t="$currentDate$",n=e;return"$now$"===e?n=Date.now().toString():e===t&&(n=Date()),n}function d(e){var t="=",n=";",r=e.split(n),a={};return r.forEach((function(e){var n,r="",o=e.indexOf(t);-1===o?n=e.trim():(n=e.slice(0,o).trim(),r=e.slice(o+1)),a[n]=r||null})),a}function l(e){return"/"===e?"path=/":""}var f=t?[].concat(e).concat(t):[e];try{n.apply(this,f)}catch(e){console.log(e)}}function ud(e,t){function n(e,t,n){if(void 0!==t)if(void 0!==n){var u=i(n);o(e,window.localStorage,t,u),r(e)}else a(e,"Item value should be specified");else a(e,"Item key should be specified")}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(e,t,n,r){try{t.setItem(n,r)}catch(t){a(e,"Unable to set sessionStorage item due to: ".concat(t.message))}}function i(e){var t="$currentDate$",n=e;return"$now$"===e?n=Date.now().toString():e===t&&(n=Date()),n}var u=t?[].concat(e).concat(t):[e];try{n.apply(this,u)}catch(e){console.log(e)}}function sd(e,t){function n(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if("undefined"!=typeof Reflect&&"undefined"!=typeof fetch&&"undefined"!=typeof Proxy&&"undefined"!=typeof Response){var c,d=!1,l=o(s),f=function(e){if("string"==typeof e){var t=e.trim();if(t.startsWith("<")&&t.endsWith(">"))return!0}return!1},p=function(e){return(new DOMParser).parseFromString(e,"text/xml")},h=function(e,t){return!!f(e)&&!!p(e).querySelector(t)},m=function(e){if(!f(e))return d=!1,e;var r=p(e);if(r.querySelector("parsererror"))return e;if(""!==n&&null===r.querySelector(n))return d=!1,e;var a=r.querySelectorAll(t);return a.length?(a.forEach((function(e){e.remove()})),e=(new XMLSerializer).serializeToString(r)):(d=!1,e)},g=window.XMLHttpRequest.prototype.open,b=window.XMLHttpRequest.prototype.send,v=function(t,n,r){if(c=i.apply(null,r),u(e,s,c)&&(n.shouldBePruned=!0),n.shouldBePruned){n.collectedHeaders=[];var a=function(e,t,n){return t.collectedHeaders.push(n),Reflect.apply(e,t,n)},o={apply:a};n.setRequestHeader=new Proxy(n.setRequestHeader,o)}return Reflect.apply(t,n,r)},y=function(n,o,i){var u=["","text"];if(!o.shouldBePruned||!u.includes(o.responseType))return Reflect.apply(n,o,i);var s=new XMLHttpRequest;s.addEventListener("readystatechange",(function(){if(4===s.readyState){var n=s.readyState,i=s.response,u=s.responseText,c=s.responseURL,l=s.responseXML,g=s.status,b=s.statusText;if("string"==typeof(u||i)){if(t)d=h(i,t);else if(f(i)){var v="XMLHttpRequest.open() URL: ".concat(c,"\nresponse: ").concat(i);a(e,v),a(e,p(i),!0,!1)}var y=d?m(i):i;Object.defineProperties(o,{readyState:{value:n,writable:!1},responseURL:{value:c,writable:!1},responseXML:{value:l,writable:!1},status:{value:g,writable:!1},statusText:{value:b,writable:!1},response:{value:y,writable:!1},responseText:{value:y,writable:!1}}),setTimeout((function(){var e=new Event("readystatechange");o.dispatchEvent(e);var t=new Event("load");o.dispatchEvent(t);var n=new Event("loadend");o.dispatchEvent(n)}),1),r(e)}}})),g.apply(s,[c.method,c.url]),o.collectedHeaders.forEach((function(e){var t=e[0],n=e[1];s.setRequestHeader(t,n)})),o.collectedHeaders=[];try{b.call(s,i)}catch(e){return Reflect.apply(n,o,i)}},w={apply:v},k={apply:y};XMLHttpRequest.prototype.open=new Proxy(XMLHttpRequest.prototype.open,w),XMLHttpRequest.prototype.send=new Proxy(XMLHttpRequest.prototype.send,k);var D=window.fetch,x=function(){var n=_asyncToGenerator(_regeneratorRuntime().mark((function n(o,i,u){var s,c,f,g,b,v;return _regeneratorRuntime().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if("string"==typeof(s=u[0]instanceof Request?u[0].url:u[0])&&0!==s.length){n.next=3;break}return n.abrupt("return",Reflect.apply(o,i,u));case 3:if(!l.test(s)){n.next=22;break}return n.next=6,D.apply(void 0,_toConsumableArray(u));case 6:return c=n.sent,f=c.clone(),n.next=10,c.text();case 10:if(g=n.sent,d=h(g,t)){n.next=17;break}return b="fetch URL: ".concat(s,"\nresponse text: ").concat(g),a(e,b),a(e,p(g),!0,!1),n.abrupt("return",f);case 17:if(v=m(g),!d){n.next=21;break}return r(e),n.abrupt("return",new Response(v,{status:c.status,statusText:c.statusText,headers:c.headers}));case 21:return n.abrupt("return",f);case 22:return n.abrupt("return",Reflect.apply(o,i,u));case 23:case"end":return n.stop()}}),n)})));function o(e,t,r){return n.apply(this,arguments)}return o}(),C={apply:x};window.fetch=new Proxy(window.fetch,C)}}function r(e){if(!0===e.verbose){try{var t=console.log.bind(console),n=console.trace.bind(console),r=e.ruleText||"";if(e.domainName){var a,o="#%#//",i="##+js";e.ruleText.includes(o)?a=e.ruleText.indexOf(o):e.ruleText.includes(i)&&(a=e.ruleText.indexOf(i));var u=e.ruleText.slice(a);r="".concat(e.domainName).concat(u)}t("".concat(r," trace start")),n&&n(),t("".concat(r," trace end"))}catch(e){}"function"==typeof window.__debug&&window.__debug(e)}}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=e.name,o=e.verbose;if(n||o){var i=console.log;r?i("".concat(a,": ").concat(t)):i("".concat(a,":"),t)}}function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="/";if(""===e)return new RegExp(".?");var n,r,a=e.lastIndexOf(t),o=e.substring(a+1),i=e.substring(0,a+1),u=function(e){if(!e)return!1;try{return new RegExp("",e),!0}catch(e){return!1}},s=(r=o,(n=i).startsWith(t)&&n.endsWith(t)&&!n.endsWith("\\/")&&u(r)?r:"");if(e.startsWith(t)&&e.endsWith(t)||s)return new RegExp((s?i:e).slice(1,-1),s);var c=e.replace(/\\'/g,"'").replace(/\\"/g,'"').replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(c)}function i(e,t,n,r,a){return{method:e,url:t,async:n,user:r,password:a}}function u(e,t,n){if(""===t||"*"===t)return!0;var r,o=l(t);if(d(o)){var i=s(o);r=Object.keys(i).every((function(e){var t=i[e],r=n[e];return Object.prototype.hasOwnProperty.call(n,e)&&"string"==typeof r&&(null==t?void 0:t.test(r))}))}else a(e,"Invalid parameter: ".concat(t)),r=!1;return r}function s(e){var t={};return Object.keys(e).forEach((function(n){t[n]=o(e[n])})),t}function c(){return["url","method","headers","body","credentials","cache","redirect","referrer","referrerPolicy","integrity","keepalive","signal","mode"]}function d(e){return Object.values(e).every((function(e){return f(e)}))}function l(e){var t=" ",n=":",r=function(e){return c().includes(e)},a={};return e.split(t).forEach((function(e){var t=e.indexOf(n),o=e.slice(0,t);if(r(o)){var i=e.slice(t+1);a[o]=i}else a.url=e})),a}function f(e){var t,n="/",r=p(e);e[0]===n&&e[e.length-1]===n&&(r=e.slice(1,-1));try{t=new RegExp(r),t=!0}catch(e){t=!1}return t}function p(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var h=t?[].concat(e).concat(t):[e];try{n.apply(this,h)}catch(e){console.log(e)}}var cd={"abort-current-inline-script":ac,"abort-current-script.js":ac,"ubo-abort-current-script.js":ac,"acs.js":ac,"ubo-acs.js":ac,"ubo-abort-current-script":ac,"ubo-acs":ac,"abort-current-inline-script.js":ac,"ubo-abort-current-inline-script.js":ac,"acis.js":ac,"ubo-acis.js":ac,"ubo-abort-current-inline-script":ac,"ubo-acis":ac,"abp-abort-current-inline-script":ac,"abort-on-property-read":oc,"abort-on-property-read.js":oc,"ubo-abort-on-property-read.js":oc,"aopr.js":oc,"ubo-aopr.js":oc,"ubo-abort-on-property-read":oc,"ubo-aopr":oc,"abp-abort-on-property-read":oc,"abort-on-property-write":ic,"abort-on-property-write.js":ic,"ubo-abort-on-property-write.js":ic,"aopw.js":ic,"ubo-aopw.js":ic,"ubo-abort-on-property-write":ic,"ubo-aopw":ic,"abp-abort-on-property-write":ic,"abort-on-stack-trace":uc,"abort-on-stack-trace.js":uc,"ubo-abort-on-stack-trace.js":uc,"aost.js":uc,"ubo-aost.js":uc,"ubo-abort-on-stack-trace":uc,"ubo-aost":uc,"abp-abort-on-stack-trace":uc,"adjust-setInterval":sc,"nano-setInterval-booster.js":sc,"ubo-nano-setInterval-booster.js":sc,"nano-sib.js":sc,"ubo-nano-sib.js":sc,"ubo-nano-setInterval-booster":sc,"ubo-nano-sib":sc,"adjust-setTimeout":cc,"nano-setTimeout-booster.js":cc,"ubo-nano-setTimeout-booster.js":cc,"nano-stb.js":cc,"ubo-nano-stb.js":cc,"ubo-nano-setTimeout-booster":cc,"ubo-nano-stb":cc,"debug-current-inline-script":dc,"debug-on-property-read":lc,"debug-on-property-write":fc,"dir-string":pc,"disable-newtab-links":hc,"disable-newtab-links.js":hc,"ubo-disable-newtab-links.js":hc,"ubo-disable-newtab-links":hc,"evaldata-prune":mc,"evaldata-prune.js":mc,"ubo-evaldata-prune.js":mc,"ubo-evaldata-prune":mc,"close-window":gc,"window-close-if.js":gc,"ubo-window-close-if.js":gc,"ubo-window-close-if":gc,"hide-in-shadow-dom":bc,"inject-css-in-shadow-dom":vc,"json-prune":yc,"json-prune.js":yc,"ubo-json-prune.js":yc,"ubo-json-prune":yc,"abp-json-prune":yc,log:wc,"log-addEventListener":kc,"addEventListener-logger.js":kc,"ubo-addEventListener-logger.js":kc,"aell.js":kc,"ubo-aell.js":kc,"ubo-addEventListener-logger":kc,"ubo-aell":kc,"log-eval":Dc,"log-on-stack-trace":xc,"m3u-prune":Cc,"m3u-prune.js":Cc,"ubo-m3u-prune.js":Cc,"ubo-m3u-prune":Cc,"no-topics":Ac,noeval:Ec,"noeval.js":Ec,"silent-noeval.js":Ec,"ubo-noeval.js":Ec,"ubo-silent-noeval.js":Ec,"ubo-noeval":Ec,"ubo-silent-noeval":Ec,nowebrtc:Fc,"nowebrtc.js":Fc,"ubo-nowebrtc.js":Fc,"ubo-nowebrtc":Fc,"prevent-addEventListener":Sc,"addEventListener-defuser.js":Sc,"ubo-addEventListener-defuser.js":Sc,"aeld.js":Sc,"ubo-aeld.js":Sc,"ubo-addEventListener-defuser":Sc,"ubo-aeld":Sc,"prevent-adfly":jc,"adfly-defuser.js":jc,"ubo-adfly-defuser.js":jc,"ubo-adfly-defuser":jc,"prevent-bab":Tc,"prevent-element-src-loading":_c,"prevent-eval-if":Rc,"noeval-if.js":Rc,"ubo-noeval-if.js":Rc,"ubo-noeval-if":Rc,"prevent-fab-3.2.0":Oc,"nofab.js":Oc,"ubo-nofab.js":Oc,"fuckadblock.js-3.2.0":Oc,"ubo-fuckadblock.js-3.2.0":Oc,"ubo-nofab":Oc,"prevent-fetch":Bc,"no-fetch-if.js":Bc,"ubo-no-fetch-if.js":Bc,"ubo-no-fetch-if":Bc,"prevent-popads-net":Pc,"popads.net.js":Pc,"ubo-popads.net.js":Pc,"ubo-popads.net":Pc,"prevent-refresh":Ic,"refresh-defuser.js":Ic,"refresh-defuser":Ic,"ubo-refresh-defuser.js":Ic,"ubo-refresh-defuser":Ic,"prevent-requestAnimationFrame":Nc,"no-requestAnimationFrame-if.js":Nc,"ubo-no-requestAnimationFrame-if.js":Nc,"norafif.js":Nc,"ubo-norafif.js":Nc,"ubo-no-requestAnimationFrame-if":Nc,"ubo-norafif":Nc,"prevent-setInterval":Lc,"no-setInterval-if.js":Lc,"ubo-no-setInterval-if.js":Lc,"setInterval-defuser.js":Lc,"ubo-setInterval-defuser.js":Lc,"nosiif.js":Lc,"ubo-nosiif.js":Lc,"sid.js":Lc,"ubo-sid.js":Lc,"ubo-no-setInterval-if":Lc,"ubo-setInterval-defuser":Lc,"ubo-nosiif":Lc,"ubo-sid":Lc,"prevent-setTimeout":$c,"no-setTimeout-if.js":$c,"ubo-no-setTimeout-if.js":$c,"nostif.js":$c,"ubo-nostif.js":$c,"ubo-no-setTimeout-if":$c,"ubo-nostif":$c,"setTimeout-defuser.js":$c,"ubo-setTimeout-defuser.js":$c,"ubo-setTimeout-defuser":$c,"std.js":$c,"ubo-std.js":$c,"ubo-std":$c,"prevent-window-open":zc,"window.open-defuser.js":zc,"ubo-window.open-defuser.js":zc,"ubo-window.open-defuser":zc,"nowoif.js":zc,"ubo-nowoif.js":zc,"ubo-nowoif":zc,"prevent-xhr":Mc,"no-xhr-if.js":Mc,"ubo-no-xhr-if.js":Mc,"ubo-no-xhr-if":Mc,"remove-attr":qc,"remove-attr.js":qc,"ubo-remove-attr.js":qc,"ra.js":qc,"ubo-ra.js":qc,"ubo-remove-attr":qc,"ubo-ra":qc,"remove-class":Uc,"remove-class.js":Uc,"ubo-remove-class.js":Uc,"rc.js":Uc,"ubo-rc.js":Uc,"ubo-remove-class":Uc,"ubo-rc":Uc,"remove-cookie":Wc,"cookie-remover.js":Wc,"ubo-cookie-remover.js":Wc,"ubo-cookie-remover":Wc,"remove-in-shadow-dom":Hc,"remove-node-text":Vc,"remove-node-text.js":Vc,"ubo-remove-node-text.js":Vc,"rmnt.js":Vc,"ubo-rmnt.js":Vc,"ubo-remove-node-text":Vc,"ubo-rmnt":Vc,"set-attr":Xc,"set-constant":Gc,"set-constant.js":Gc,"ubo-set-constant.js":Gc,"set.js":Gc,"ubo-set.js":Gc,"ubo-set-constant":Gc,"ubo-set":Gc,"abp-override-property-read":Gc,"set-cookie":Yc,"set-cookie-reload":Kc,"set-local-storage-item":Qc,"set-popads-dummy":Jc,"popads-dummy.js":Jc,"ubo-popads-dummy.js":Jc,"ubo-popads-dummy":Jc,"set-session-storage-item":Zc,"trusted-click-element":ed,"trusted-replace-fetch-response":td,"trusted-replace-node-text":nd,"trusted-replace-xhr-response":rd,"trusted-set-constant":ad,"trusted-set-cookie":od,"trusted-set-cookie-reload":id,"trusted-set-local-storage-item":ud,"xml-prune":sd,"xml-prune.js":sd,"ubo-xml-prune.js":sd,"ubo-xml-prune":sd},dd=function(e){return cd[e]};function ld(e){if(!Yn.isValidScriptletName(e.name))return null;var t=dd(e.name);if("function"!=typeof t)throw new Error("Error: cannot invoke scriptlet with name: '".concat(e.name,"'"));var n=t.toString();return"corelibs"===e.engine||"test"===e.engine?i(n):o(e,n)}var fd={invoke:ld,getScriptletFunction:dd,isValidScriptletName:Yn.isValidScriptletName,isValidScriptletRule:Wr,isAdgScriptletRule:Yn.isAdgScriptletRule,isUboScriptletRule:Yn.isUboScriptletRule,isAbpSnippetRule:Yn.isAbpSnippetRule,convertUboToAdg:Pr,convertAbpToAdg:Ir,convertScriptletToAdg:Mr,convertAdgToUbo:qr,redirects:rc};qu.exports=fd}();var Uu=ne(qu.exports).redirects,Wu="csp",Hu=d+i,Vu="'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:",Xu="rewrite",Gu="redirect",Yu=new Set([Xu,Gu,"redirect-rule"]),Ku=new Map([["1p",[{name:function(){return"third-party"},exception:function(e){return!e}}]],["3p",[{name:function(){return"third-party"}}]],["css",[{name:function(){return"stylesheet"}}]],["doc",[{name:function(){return"document"}}]],["ehide",[{name:function(){return"elemhide"}}]],["empty",[{name:function(){return"redirect"},value:function(){return"nooptext"}}]],["first-party",[{name:function(){return"third-party"},exception:function(e){return!e}}]],["frame",[{name:function(){return"subdocument"}}]],["ghide",[{name:function(){return"generichide"}}]],["inline-font",[{name:function(){return Wu},value:function(){return"font-src ".concat(Vu)}}]],["inline-script",[{name:function(){return Wu},value:function(){return"script-src ".concat(Vu)}}]],["mp4",[{name:function(){return"redirect"},value:function(){return"noopmp4-1s"}},{name:function(){return"media"},value:function(){}}]],["queryprune",[{name:function(){return"removeparam"}}]],["shide",[{name:function(){return"specifichide"}}]],["xhr",[{name:function(){return"xmlhttprequest"}}]]]),Qu=function(e){_inherits(n,e);var t=_createSuper(n);function n(){return _classCallCheck(this,n),t.apply(this,arguments)}return _createClass(n,null,[{key:"convertToAdg",value:function(e){var t=new Au,n=0;if(e.children.forEach((function(e,r){var a=Ku.get(e.modifier.value);if(a){var o,i=_createForOfIteratorHelper(a);try{for(i.s();!(o=i.n()).done;){var u,s,c,d=o.value,l=d.name(e.modifier.value),f=d.exception?d.exception(e.exception||!1):e.exception,p=d.value?d.value(null===(u=e.value)||void 0===u?void 0:u.value):null===(s=e.value)||void 0===s?void 0:s.value;l===e.modifier.value&&p===(null===(c=e.value)||void 0===c?void 0:c.value)||t.add(r,Yr(l,p,f)),l===Wu&&(n+=1)}}catch(e){i.e(e)}finally{i.f()}}else if(Yu.has(e.modifier.value)){var h;if(!0===e.exception)throw new fa("Modifier '".concat(e.modifier.value,"' cannot be negated"));var m=null===(h=e.value)||void 0===h?void 0:h.value;if(!m)throw new fa("No redirect resource specified for '".concat(e.modifier.value,"' modifier"));var g=e.modifier.value===Xu?Gu:e.modifier.value,b=Uu.convertRedirectNameToAdg(m);(g!==e.modifier.value||void 0!==b&&b!==m)&&t.add(r,Yr(g,b||m,e.exception))}})),t.size||n){var r=gu(e);if(r.children=r.children.map((function(e,n){var r=t.get(n);return r||e})).flat(),n){var a=[];r.children=r.children.filter((function(e){if(e.modifier.value===Wu){var t,n;if(null===(t=e.value)||void 0===t||!t.value)throw new fa("$csp modifier value is missing");return a.push(null===(n=e.value)||void 0===n?void 0:n.value),!1}return!0})),r.children.push(Yr(Wu,a.join(Hu)))}return r.children=r.children.filter((function(e,t,n){return n.findIndex((function(t){var n,r;return t.modifier.value===e.modifier.value&&t.exception===e.exception&&(null===(n=t.value)||void 0===n?void 0:n.value)===(null===(r=e.value)||void 0===r?void 0:r.value)}))===t})),eu(r,!0)}return eu(e,!1)}}]),n}(Ji),Ju=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){if(t.modifiers){var n=Qu.convertToAdg(t.modifiers);if(n.isConverted)return{result:[{category:e.RuleCategory.Network,type:"NetworkRule",syntax:t.syntax,exception:t.exception,pattern:{type:"Value",value:t.pattern.value},modifiers:n.result}],isConverted:!0}}return tu([t],!1)}}]),r}(Zi),Zu=function(t){_inherits(r,t);var n=_createSuper(r);function r(){return _classCallCheck(this,r),n.apply(this,arguments)}return _createClass(r,null,[{key:"convertToAdg",value:function(t){switch(t.category){case e.RuleCategory.Comment:return nu.convertToAdg(t);case e.RuleCategory.Cosmetic:return Mu.convertToAdg(t);case e.RuleCategory.Network:return Ju.convertToAdg(t);default:throw new fa("Unknown rule category: ".concat(t.category))}}}]),r}(Zi),es=function(e){_inherits(n,e);var t=_createSuper(n);function n(){return _classCallCheck(this,n),t.apply(this,arguments)}return _createClass(n,null,[{key:"convertToAdg",value:function(e){for(var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=new Au,r=0;r<e.children.length;r+=1)try{var a=Zu.convertToAdg(e.children[r]);a.isConverted&&n.add.apply(n,[r].concat(_toConsumableArray(a.result)))}catch(e){if(!t)throw e}if(0===n.size)return eu(e,!1);for(var o={type:"FilterList",children:[]},i=0;i<e.children.length;i+=1){var u,s=n.get(i);if(s)(u=o.children).push.apply(u,_toConsumableArray(s));else o.children.push(_r(e.children[i]))}return eu(o,!0)}}]),n}(Ji),ts=function(e){_inherits(n,e);var t=_createSuper(n);function n(){return _classCallCheck(this,n),t.apply(this,arguments)}return _createClass(n,null,[{key:"convertToAdg",value:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=es.convertToAdg(ca.parse(e,t),t);return n.isConverted?eu(ca.generate(n.result),!0):eu(e,!1)}}]),n}(Ji),ns=function(e){_inherits(n,e);var t=_createSuper(n);function n(){return _classCallCheck(this,n),t.apply(this,arguments)}return _createClass(n,null,[{key:"convertToAdg",value:function(e){var t=Zu.convertToAdg(oa.parse(e));return t.isConverted?eu(t.result.map(oa.generate),!0):eu([e],!1)}}]),n}(Ji),rs=function(){function e(){_classCallCheck(this,e)}return _createClass(e,null,[{key:"getVariables",value:function(t){if("Variable"===t.type)return[t];if("Operator"===t.type){var n=e.getVariables(t.left),r=t.right?e.getVariables(t.right):[];return[].concat(_toConsumableArray(n),_toConsumableArray(r))}if("Parenthesis"===t.type)return e.getVariables(t.expression);throw new Error("Unexpected node type")}},{key:"evaluate",value:function(t,n){if("Variable"===t.type)return!!n[t.name];if("Operator"===t.type){if("&&"===t.operator||"||"===t.operator){if(!t.right)throw new Error("Unexpected right operand");if("&&"===t.operator)return e.evaluate(t.left,n)&&e.evaluate(t.right,n);if("||"===t.operator)return e.evaluate(t.left,n)||e.evaluate(t.right,n)}else if("!"===t.operator)return!e.evaluate(t.left,n)}else if("Parenthesis"===t.type)return e.evaluate(t.expression,n);throw new Error("Unexpected AST node type '".concat(t.type,"'"))}}]),e}();return e.ADBLOCK_URL_SEPARATOR="^",e.ADBLOCK_URL_SEPARATOR_REGEX=su,e.ADBLOCK_URL_START=iu,e.ADBLOCK_URL_START_REGEX=uu,e.ADBLOCK_WILDCARD=cu,e.ADBLOCK_WILDCARD_REGEX=du,e.ADG_SCRIPTLET_MASK=_,e.AGLINT_COMMAND_PREFIX=$,e.AdblockSyntaxError=yt,e.AgentCommentRuleParser=Et,e.AgentParser=Ct,e.AppListParser=ia,e.COMMA_DOMAIN_LIST_SEPARATOR=",",e.CommentRuleParser=tn,e.ConfigCommentRuleParser=Xt,e.CosmeticRuleParser=ra,e.CosmeticRuleSeparatorUtils=At,e.CssTree=Or,e.DomainListParser=cn,e.DomainUtils=Oi,e.ECSSTree=gn,e.EXT_CSS_LEGACY_ATTRIBUTES=yn,e.EXT_CSS_PSEUDO_CLASSES=vn,e.FORBIDDEN_CSS_FUNCTIONS=wn,e.FilterListConverter=es,e.FilterListParser=ca,e.HINT_MARKER=N,e.HintCommentRuleParser=Yt,e.HintParser=Gt,e.IF=q,e.INCLUDE=U,e.LogicalExpressionParser=Zt,e.LogicalExpressionUtils=rs,e.METADATA_HEADERS=Kt,e.MODIFIERS_SEPARATOR=",",e.MODIFIER_ASSIGN_OPERATOR=O,e.MetadataCommentRuleParser=Qt,e.MethodListParser=ua,e.ModifierListParser=ln,e.ModifierParser=dn,e.NEGATION_MARKER=B,e.NETWORK_RULE_EXCEPTION_MARKER=L,e.NETWORK_RULE_SEPARATOR="$",e.NetworkRuleParser=aa,e.NotImplementedError=la,e.PIPE_MODIFIER_SEPARATOR=I,e.PREPROCESSOR_MARKER=z,e.ParameterListParser=Vt,e.PreProcessorCommentRuleParser=en,e.QuoteUtils=Pi,e.RawFilterListConverter=ts,e.RawRuleConverter=ns,e.RegExpUtils=hu,e.RuleConversionError=fa,e.RuleConverter=Zu,e.RuleParser=oa,e.SAFARI_CB_AFFINITY=M,e.SPECIAL_REGEX_SYMBOLS=pu,e.StealthOptionListParser=sa,e.UBO_SCRIPTLET_MASK=R,e.locRange=H,e.modifierValidator=Qi,e.shiftLoc=W,e.version="1.1.7",e}({});