summaryrefslogtreecommitdiff
path: root/080_blog/0100_Webkit-Keyboardless-Navigation
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-02-18 18:24:01 +0100
committerMiguel <m.i@gmx.at>2019-02-18 18:24:01 +0100
commitb71633cad69d0b8fade8419cfd7a333615ad3aee (patch)
tree294c1e2015449bfe9fab8a758b995e26fe64308e /080_blog/0100_Webkit-Keyboardless-Navigation
parent1691d68b3fb94aa0d88f74d2d4a373346d77ecbf (diff)
simpler is better
Diffstat (limited to '080_blog/0100_Webkit-Keyboardless-Navigation')
-rw-r--r--080_blog/0100_Webkit-Keyboardless-Navigation/index.md30
-rw-r--r--080_blog/0100_Webkit-Keyboardless-Navigation/v1.mp4bin0 -> 947491 bytes
-rw-r--r--080_blog/0100_Webkit-Keyboardless-Navigation/v1.ogvbin0 -> 1005278 bytes
3 files changed, 30 insertions, 0 deletions
diff --git a/080_blog/0100_Webkit-Keyboardless-Navigation/index.md b/080_blog/0100_Webkit-Keyboardless-Navigation/index.md
new file mode 100644
index 0000000..a56a377
--- /dev/null
+++ b/080_blog/0100_Webkit-Keyboardless-Navigation/index.md
@@ -0,0 +1,30 @@
+Miguel's Surfing Quick Links
+============================
+
+ April 12, 2018
+
+Since I do not want to depend on JavaScript all of the time, I tried to
+integrate simple keyboard-only navigation directly into the webkit2gtk+,
+as a web extension.
+
+I use simple unix pipes for communication between the
+main thread and my webextension.
+
+Please note that this is a work in progress!
+
+You can take a look at both branches at my github repo: [https://github.com/miguelclean/surf-webext-dom](https://github.com/miguelclean/surf-webext-dom).
+
+The DOM is manipulated on the fly by the browser without any JavaScript involved.
+
+A little video demonstrating what was achieved so far (inside the glorious, webkit2gtk+ based, suckless surf browser):
+
+<video style="width:60%;min-width:100pt;" controls>
+ <source src="v1.mp4" type="video/mp4">
+ <source src="v1.ogv" type="video/ogg">
+Your browser does not support the video tag.
+
+</video>
+
+The browser itself can be found here: [https://surf.suckless.org/](https://surf.suckless.org/).
+
+
diff --git a/080_blog/0100_Webkit-Keyboardless-Navigation/v1.mp4 b/080_blog/0100_Webkit-Keyboardless-Navigation/v1.mp4
new file mode 100644
index 0000000..a7755f4
--- /dev/null
+++ b/080_blog/0100_Webkit-Keyboardless-Navigation/v1.mp4
Binary files differ
diff --git a/080_blog/0100_Webkit-Keyboardless-Navigation/v1.ogv b/080_blog/0100_Webkit-Keyboardless-Navigation/v1.ogv
new file mode 100644
index 0000000..a086103
--- /dev/null
+++ b/080_blog/0100_Webkit-Keyboardless-Navigation/v1.ogv
Binary files differ