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
AgeCommit message (Collapse)Author
2015-10-07add repo linkChris Coyier
2015-10-07demo page updatesChris Coyier
2015-09-30Add Opera screenshotsv4.0.4Mottie
2015-09-29Add Chrome & Opera extensionsv4.0.1Mottie
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-24Demo: remove url protocol from youtube videoMottie
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.
2015-08-23Internalize all css & modify code to use css class namesMottie
2015-08-23Update demo page to match siteMottie
2015-08-19Switch to using tabs, consistentlyMottie
2011-06-30HTMLChris Coyier