tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug682252.js (198B)


      1 // Binary: cache/js-dbg-64-7054f0e3e70e-linux
      2 // Flags:
      3 //
      4 
      5 re = new RegExp("([^b]*)+((..)|(\\3))+?Sc*a!(a|ab)(c|bcd)(<*)", "i");
      6 var str = "aNULLxabcd";
      7 str.replace(re, function(s) { return s; });