From 49673a3b495d532c475c41a2dca23129edeec4cc Mon Sep 17 00:00:00 2001
From: MoyuScript
Date: Sat, 4 Feb 2012 15:07:24 +0100
Subject: [PATCH] draft for a bookmarklet to screenshot any page
primarily intended to do debugging/testing
---
bookmarklet.html | 53 +++++++++++++++++++++++++++
src/plugins/bookmarklet.js | 73 ++++++++++++++++++++++++++++++++++++++
2 files changed, 126 insertions(+)
create mode 100644 bookmarklet.html
create mode 100644 src/plugins/bookmarklet.js
diff --git a/bookmarklet.html b/bookmarklet.html
new file mode 100644
index 0000000..07db7bc
--- /dev/null
+++ b/bookmarklet.html
@@ -0,0 +1,53 @@
+
+
+
+ html2canvas Bookmarklet
+
+
+
+
+
html2canvas Bookmarklet
+
+ If you use a normal browser: drag the normal html2canvas bookmarklet to your bookmarks toolbar.
+ If not use the following link: bookmarklet for those special mobile devices
+ click / tap that link and then bookmark the page, edit the bookmark and remove the start up until including #_remove_this_
+ part at the beginning of the URL, it must start with: javascript: to be correct.
+
+
For Developers:
+
+ If you are a developer and want to debug locally (you need the source tree of your html2canvas at:
+ http(s)://localhost/html2canvas/)
+ check the following box to get the bookmarklet patched automatically ;)
+
+