URI:
       hardwareinfo.js - firefox-fix-web - Firefox extension: fix web
  HTML git clone git://git.codemadness.org/firefox-fix-web
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       hardwareinfo.js (208B)
       ---
            1 var c = document.getElementById("cookiecontainer");
            2 if (typeof(c) != "undefined" && (document.cookie || "").match("cookiebar=1") === null) {
            3         document.cookie = "cookiebar=1";
            4         window.location.reload(true);
            5 }