tor-browser

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

external-script-windows1250.js (195B)


      1 (function() {
      2  window.getSomeString = function() {
      3    return "�湿�"; //<- these are five Polish letters, similar to scazz. It can be read correctly only with windows 1250 encoding.
      4  };
      5 })();