tor-browser

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

include-6.js (131B)


      1 top.log(
      2  'external script (#foo found? ' +
      3  (document.getElementById('foo') ? 'YES' : 'NO' ) +
      4  ')'
      5 );
      6 top.include6Loaded=true;