-
Notifications
You must be signed in to change notification settings - Fork 48
Changes
Rob G edited this page Sep 15, 2015
·
7 revisions
- Readme: Fix screenshot
- Design update!
- A
bookmark.html
was added to the Grunt build. Importing this file into your Bookmarks will allow inclusion of a Bookmarklet icon. Instructions will be added to the wiki pages soon. - All images were compressed.
- Change design of popup (design by Chris Coyier); see screenshot!
- Removed jQuery dependency; lots of internal structural changes made.
- Add keyboard commands. See screenshot for the complete list.
- Make popup draggable.
- Note:
- This bookmarklet may still not work on some sites that have a strict Content Security directive.
- We are working on making this bookmarklet into a browser extension!
- It might be best to include both in this repository; use the bookmarklet for older browsers, or in browsers where an extension has not yet been made.
- Reformat code (clean up mixed tabs & spaces).
- Add misc config files.
- Update demo page to match original article.
- Internalize all css & modify code to use css class names.
- Save each replaced background image for undo method.
- Add flags to prevent repeated modifications - This also makes the undo easier to use; click add print stylesheet multiple times, but only click undo once to remove it.
- Archive unused files.
- Add demo folder & optimized png files (:heart: https://tinypng.com/).
- Add grunt build process.
- Make all changes to the
src
folder files as the rootindex.html
is now dynamically generated. - Protocol-relative urls are now used in the production bookmarklet.
- Running root
index.html
in a local environment will alter the bookmarklet to use local files (development mode); so don't save that bookmarklet! - The actual bookmarklet code (
src/bookmarklet.js
) is now compressed and added to theindex.html
file during the build.
- Make all changes to the
- Remove unused variable.
- Update readme; all of the above changes were made by Rob Garrison.
- Update announcement.
- Undo button added.
- Design update.
- Initial introduction.
- Created by Chris Coyier, modified & converted into a bookmarklet by Devon Govett.