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-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-24Readme: update screenshot again; can't link to gh-pages :(Mottie
2015-08-24Readme: fix link to screenshotMottie
2015-08-24Demo: remove url protocol from youtube videoMottie
2015-08-24Readme: add to do & recent changes sectionsv3.0.0Mottie
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.
2015-08-23Add demo folder & optimized png filesMottie
Using https://tinypng.com/
2015-08-23Archive unused filesMottie
2015-08-23Add flags to prevent repeated modificationsMottie
This also makes the undo easier to use; click add print stylesheet multiple times, but only click undo once to remove it
2015-08-23Save each replaced background image for undo methodMottie
2015-08-23Internalize all css & modify code to use css class namesMottie
2015-08-23Update demo page to match siteMottie
2015-08-23Add misc config filesMottie
2015-08-19Switch to using tabs, consistentlyMottie
2011-06-30Basic readmeChris Coyier
2011-06-30HTMLChris Coyier
2011-06-30first commitChris Coyier