diff options
| author | Miguel <m.i@gmx.at> | 2019-03-19 12:04:02 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-03-19 12:04:02 +0100 |
| commit | 2074edea81ea129085f451792b5ef601bbba46c2 (patch) | |
| tree | 6399f8421459bc8d5cba5dd8a5737298d1e0f9ef /00_blog/00035_Programming/00100_Webkit-Keyboardless-Navigation | |
| parent | ac80f0ef348db426029a70745bb7a15ead38e028 (diff) | |
new stuff and sort stuff
Diffstat (limited to '00_blog/00035_Programming/00100_Webkit-Keyboardless-Navigation')
| -rw-r--r-- | 00_blog/00035_Programming/00100_Webkit-Keyboardless-Navigation/index.md | 29 | ||||
| -rw-r--r-- | 00_blog/00035_Programming/00100_Webkit-Keyboardless-Navigation/v1.ogv | bin | 0 -> 1005278 bytes |
2 files changed, 29 insertions, 0 deletions
diff --git a/00_blog/00035_Programming/00100_Webkit-Keyboardless-Navigation/index.md b/00_blog/00035_Programming/00100_Webkit-Keyboardless-Navigation/index.md new file mode 100644 index 0000000..224c9bb --- /dev/null +++ b/00_blog/00035_Programming/00100_Webkit-Keyboardless-Navigation/index.md @@ -0,0 +1,29 @@ + April 2018 +Miguel's Surfing Quick Links +============================ + +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): + +<video 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/00_blog/00035_Programming/00100_Webkit-Keyboardless-Navigation/v1.ogv b/00_blog/00035_Programming/00100_Webkit-Keyboardless-Navigation/v1.ogv Binary files differnew file mode 100644 index 0000000..a086103 --- /dev/null +++ b/00_blog/00035_Programming/00100_Webkit-Keyboardless-Navigation/v1.ogv |
