From 4b2d1a4571f44f8287888985aa8669b0151e7541 Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 19 Feb 2019 16:42:05 +0100 Subject: v0.1 --- .../00100_Webkit-Keyboardless-Navigation/index.md | 30 +++++++++++++++++++++ .../00100_Webkit-Keyboardless-Navigation/v1.mp4 | Bin 0 -> 947491 bytes .../00100_Webkit-Keyboardless-Navigation/v1.ogv | Bin 0 -> 1005278 bytes 3 files changed, 30 insertions(+) create mode 100644 080_blog/00100_Webkit-Keyboardless-Navigation/index.md create mode 100644 080_blog/00100_Webkit-Keyboardless-Navigation/v1.mp4 create mode 100644 080_blog/00100_Webkit-Keyboardless-Navigation/v1.ogv (limited to '080_blog/00100_Webkit-Keyboardless-Navigation') diff --git a/080_blog/00100_Webkit-Keyboardless-Navigation/index.md b/080_blog/00100_Webkit-Keyboardless-Navigation/index.md new file mode 100644 index 0000000..5299563 --- /dev/null +++ b/080_blog/00100_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 git repo: [https://gitweb.softwarefools.com/?p=miguel/surf-webext-dom.git](https://gitweb.softwarefools.com/?p=miguel/surf-webext-dom.git). + +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): + + + +The browser itself can be found here: [https://surf.suckless.org/](https://surf.suckless.org/). + + diff --git a/080_blog/00100_Webkit-Keyboardless-Navigation/v1.mp4 b/080_blog/00100_Webkit-Keyboardless-Navigation/v1.mp4 new file mode 100644 index 0000000..a7755f4 Binary files /dev/null and b/080_blog/00100_Webkit-Keyboardless-Navigation/v1.mp4 differ diff --git a/080_blog/00100_Webkit-Keyboardless-Navigation/v1.ogv b/080_blog/00100_Webkit-Keyboardless-Navigation/v1.ogv new file mode 100644 index 0000000..a086103 Binary files /dev/null and b/080_blog/00100_Webkit-Keyboardless-Navigation/v1.ogv differ -- cgit v1.2.3