Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-10-11version bumpv4.0.5gh-pagesRob Garrison
2015-10-11Fix extension messaging optionsRob Garrison
2015-10-11Update missing locale string; fix button overflow issuesRob Garrison
2015-10-11Include non-keypad keys for font-resize. Fixes #8Rob Garrison
2015-10-07add repo linkChris Coyier
2015-10-07demo page updatesChris Coyier
2015-09-30Add Opera screenshotsv4.0.4Mottie
2015-09-29update change log & fix demo linkMottie
2015-09-29Remove Chrome extension autoupdate - no longer supported :(v4.0.3Mottie
2015-09-29Add Chrome extension autoupdatev4.0.2Mottie
2015-09-29Fix icon link in manifestMottie
2015-09-29Add Chrome & Opera extensionsv4.0.1Mottie
2015-09-16Give main window focus (not iframe)Mottie
2015-09-15version bumpv3.1.2Mottie
2015-09-15Make drag area larger while dragging. Fixes #4Mottie
2015-09-15Add missing shift-click functionalityMottie
2015-09-15version bumpv3.1.1Mottie
2015-09-15Compress imagesMottie
2015-09-15Add bookmark.html to grunt buildMottie
2015-09-15Keyboard command toggle: change cursor & textMottie
2015-09-09updating designChris Coyier
2015-09-01Remove jQuery dependency; add drag & keyboardv3.1.0Mottie
I know, this is a bad all-in-one commit. I did try to test the heck out of it!
2015-08-24Don't remove stylesheet upon closingMottie
2015-08-24Demo: remove url protocol from youtube videoMottie
2015-08-24Remove unused variableMottie
2015-08-24Add grunt build process:Mottie
1) The "src/bookmarklet.js" file contains the uncompressed bookmarklet code. 2) In the build process, that file is minified & added into the "src/index.html" file in two places: a) The actual link href (default link). b) development bookmarklet link (inside js code which updates the link). 3) A new "index.html" and minified "printliminator.min.js" file are written to the root folder. 4) When the "index.html" in the root folder is loaded in the browser, and the js detects the origin is "file://", then the links in the "index.html" file get changed and to point to local files to make it easier for development.