domains/forbes.com.js
authorAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 07:39:20 +0000 (15:39 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 07:39:20 +0000 (15:39 +0800)
domains/forbes.com.js

index a77d131..d94a8e3 100644 (file)
@@ -1,4 +1,6 @@
 
+// test http://www.forbes.com/sites/johnkang/2016/04/13/chinas-tech-giant-huawei-aims-to-double-b2b-revenue-by-2020/#44324814fe6d
+
 (function (args) {
     
    
     }
     var c = readCookie('forbesUtilCookie');
     console.log(c);
-    console.log(JSON.parse(c));
+    console.log(JSON.parse(c.replace(/'/g,'"')));
     
     if (c && window.pathname.match(/forbes\/welcome/) {
         
     }
    
    
-})();
\ No newline at end of file
+})();
+    
+    
+    
+{'toURL':'http://www.forbes.com/sites/johnkang/2016/04/13/chinas-tech-giant-huawei-aims-to-double-b2b-revenue-by-2020/','refURL':'','referrer':''}
+{"toURL":"http://www.forbes.com/sites/johnkang/2016/04/13/chinas-tech-giant-huawei-aims-to-double-b2b-revenue-by-2020/","refURL":"","referrer":""}
\ No newline at end of file