From ed27e28146fe1d53b5c326bd031777f8faed783b Mon Sep 17 00:00:00 2001 From: raph Date: Sun, 1 May 2016 20:39:19 +0200 Subject: [PATCH 1/5] trying styles --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f782c9d..fbca4b8 100644 --- a/index.html +++ b/index.html @@ -21,10 +21,14 @@ + + + + - What up, world? +

What up, world?

From 0975cec3aa90b066c282408d0313d57e4055cd8d Mon Sep 17 00:00:00 2001 From: raph Date: Sun, 1 May 2016 20:54:41 +0200 Subject: [PATCH 2/5] adding scripts --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fbca4b8..9d02a96 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Material Design Lite + Anywhere @@ -24,11 +24,13 @@ + +

What up, world?

- + From ce01ad153483e3851e01b17e9b44a84bb80bfe80 Mon Sep 17 00:00:00 2001 From: raph Date: Sun, 1 May 2016 23:29:38 +0200 Subject: [PATCH 3/5] some progress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tests and text, nothin’ fancy --- index.html | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++--- style.css | 4 ++++ 2 files changed, 67 insertions(+), 3 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index 9d02a96..ad83a7e 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Anywhere @@ -25,12 +25,72 @@ - -

What up, world?

+
+
+
+ open_with + flip_to_back + open_in_browser +
+ + + +

drag & drop this bookmarklet into your fav bar.

+

Then, continue browsing as usual.

+

When you click it, it follows any link on the page.

+

We have no idea what happens next.

+ + + +
+
+ +
+
+
+ + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..c29f303 --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +body { + background: #EEEEEE; + text-align:center; +} From f7c234055dac02b398f82bdcfbb85e2f91e7df13 Mon Sep 17 00:00:00 2001 From: raph Date: Mon, 2 May 2016 00:13:05 +0200 Subject: [PATCH 4/5] getting closer - got rid of useless elements - starting to get a nice drag-and-droppable link --- index.html | 70 ++++++++++++------------------------------------------ style.css | 5 ++++ 2 files changed, 20 insertions(+), 55 deletions(-) diff --git a/index.html b/index.html index ad83a7e..6d01227 100644 --- a/index.html +++ b/index.html @@ -31,65 +31,25 @@
-
- open_with - flip_to_back - open_in_browser + +

put this bookmarklet in your fav bar :

+
+

Drag insert_drive_file this link in your fav bar.

+ + +
+ open_with + flip_to_back + open_in_browser +
- - - -

drag & drop this bookmarklet into your fav bar.

-

Then, continue browsing as usual.

-

When you click it, it follows any link on the page.

+

Click it anytime, it will take you anywhere.

+

Basically, it follows any link on any page.

We have no idea what happens next.

- - - -
-
- -
+

Happy browsing.

- - - diff --git a/style.css b/style.css index c29f303..dfec220 100644 --- a/style.css +++ b/style.css @@ -2,3 +2,8 @@ body { background: #EEEEEE; text-align:center; } + +.code-zone { + width: 400px; + margin:auto; +} From eb3574e98f0065d0cda8ce48deab0a9a4fd17379 Mon Sep 17 00:00:00 2001 From: raph Date: Mon, 2 May 2016 00:18:32 +0200 Subject: [PATCH 5/5] drag & drop script --- index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/index.html b/index.html index 6d01227..ba765a7 100644 --- a/index.html +++ b/index.html @@ -51,6 +51,24 @@ + +