summaryrefslogtreecommitdiff
path: root/080_blog/0100_Webkit-Keyboardless-Navigation
diff options
context:
space:
mode:
Diffstat (limited to '080_blog/0100_Webkit-Keyboardless-Navigation')
-rw-r--r--080_blog/0100_Webkit-Keyboardless-Navigation/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/080_blog/0100_Webkit-Keyboardless-Navigation/index.md b/080_blog/0100_Webkit-Keyboardless-Navigation/index.md
index a56a377..5299563 100644
--- a/080_blog/0100_Webkit-Keyboardless-Navigation/index.md
+++ b/080_blog/0100_Webkit-Keyboardless-Navigation/index.md
@@ -10,9 +10,9 @@ 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!
+__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).
+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.