0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reverted feature that dynamically added stylesheet More... almost 17 years ago
Updated version number to reflect new feature More... almost 17 years ago
Added logic to dynamically add the stylesheet link More... almost 17 years ago
Refactored getting the base path for images into its own function More... almost 17 years ago
Removed unused `browser` variable More... almost 17 years ago
Refactored and updated to idiomatic jQuery More... almost 17 years ago
Fixed accidental renames More... almost 17 years ago
Removed `alert` with image path More... almost 17 years ago
Fixed broken reference More... almost 17 years ago
Removed commented-out code More... almost 17 years ago
Wrapped script in immediate execution function More... almost 17 years ago
Changed `setTimeout` calls to take a funtion instead of a string More... almost 17 years ago
Updated comment to indicate which portion of the script is credited to PPK More... almost 17 years ago
Moved immediate function invocation call into parens More... almost 17 years ago
Changed `==` comparison to `===` to prevent unintended coercion. More... almost 17 years ago
Considated `var` statements and made sure all variables are defined More... almost 17 years ago
Moved Cookie object to the top of the file More... almost 17 years ago
Changed to non-coercing equality check against `' '` and `0` More... almost 17 years ago
Added braces to single-line block statements More... almost 17 years ago
Added semicolons where they were missing More... almost 17 years ago
Updated version to 1.0.3 to match main pushup project More... almost 17 years ago
Used strict equality operator when checking against `undefined` More... almost 17 years ago
Updated indentation to match JSLint's "strict white space" rule More... almost 17 years ago
Added spaces to conform to JSLint "strict white space" rule More... almost 17 years ago
Updated required version of Firefox to 3 and of Opera to 9.5 More... almost 17 years ago
Fixed typos in README files More... almost 17 years ago
Fixing bugs with the jquery version, it now links and renders the proper image in the right browsers. More... almost 18 years ago
Added better regex for absolute URL detecting + changed version to match the original pushup More... about 18 years ago
Shortened code + added to Readme More... about 18 years ago
Removed all HTML strings - now uses document.createElement + jQuery chaining More... about 18 years ago