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
diff options
context:
space:
mode:
authorMottie <wowmotty@gmail.com>2015-09-29 07:25:30 +0300
committerMottie <wowmotty@gmail.com>2015-09-29 07:25:30 +0300
commitee3df4c28c367d6e368b7ac8d2be51339bbd95d7 (patch)
treeb4ad89e094ecf2e087d4f247e8ba87c3a0d661bd
parent1a1e2b2ae1f9117d7a4a042888279587e6ba7842 (diff)
update change log & fix demo link
-rw-r--r--README.md23
-rw-r--r--src/bookmarklet/index.html2
2 files changed, 6 insertions, 19 deletions
diff --git a/README.md b/README.md
index f570421..ce054c8 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,11 @@ Get the:
### Recent Changes
+#### Version 4.0.3 (9/28/2015)
+
+* Fix icon file name in Chrome manifest which was preventing the extension from working.
+* Added, then removed Chrome extension autoupdating code... no longer supported :(
+
#### Version 4.0.1 (9/28/2015)
* Update your Bookmarklets as the code to execute the loaded Printliminator code has changed!
@@ -44,21 +49,3 @@ Get the:
* Add missing <kbd>Shift</kbd>+Click functionality.
* Make drag area larger while dragging. Fixes [issue #4](https://github.com/CSS-Tricks/The-Printliminator/issues/4).
-
-#### Version 3.1.1 (9/14/2015)
-
-* 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.
-
-#### Version 3.1.0 (9/1/2015)
-
-* 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.
diff --git a/src/bookmarklet/index.html b/src/bookmarklet/index.html
index 45efb15..101be10 100644
--- a/src/bookmarklet/index.html
+++ b/src/bookmarklet/index.html
@@ -15,7 +15,7 @@
<div id="demo-top-bar">
<div id="demo-bar-inside">
<h2 id="demo-bar-badge">
- <a href="/">CSS-Tricks Example</a>
+ <a href="//github.com/CSS-Tricks/The-Printliminator">CSS-Tricks Example</a>
</h2>
<div id="demo-bar-buttons"></div>
</div>