Changeset 2160
- Timestamp:
- 11/30/07 03:08:48 (5 years ago)
- Files:
-
- 1 modified
-
lang/javascript/userscripts/jautopagerize.user.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/jautopagerize.user.js
r2158 r2160 318 318 $X(".//*[@class='autopagerize_data']", d).forEach(function (e) { 319 319 // using replace as scan and folding key/value to i 320 var i = {}; e.value.replace(/^\s*([^:\s]+) :\s*(.*)$/gm, function (m, key, value) {320 var i = {}; e.value.replace(/^\s*([^:\s]+)\s*:\s*(.*)$/gm, function (m, key, value) { 321 321 i[key] = value; 322 322 }); … … 614 614 if (GM_log) { 615 615 GM_log(o); 616 } else { 617 location.href = "javascript:(function () { if (window.console) console.log.apply(console.log, "+uneval(o)+") })();"; 618 } 616 } 617 location.href = "javascript:(function () { if (window.console) console.log.apply(console.log, "+uneval(o)+") })();"; 619 618 } 620 619
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)