diff options
| author | miguel <miguel@localhost> | 2018-03-16 01:31:33 +0100 |
|---|---|---|
| committer | miguel <miguel@localhost> | 2018-03-16 01:31:33 +0100 |
| commit | f5eb896c9cceec7a85ed98cb727e605252e27fa4 (patch) | |
| tree | 7d96977a0bf5a77afeef9e5e95112367cbf1f1c4 /piper_webext.c | |
| parent | 6d09938230f85faebe2acaf6f54496117f5dbe34 (diff) | |
mostly cosmetics
Diffstat (limited to 'piper_webext.c')
| -rw-r--r-- | piper_webext.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/piper_webext.c b/piper_webext.c index 3d0d3c1..72996c8 100644 --- a/piper_webext.c +++ b/piper_webext.c @@ -1,3 +1,22 @@ +// +// !!! THIS IS STILL A CONCEPT/PROTOTYPE. USE AT YOUR OWN RISK !!! +// +// Author: Michal Idziorek <m.i@gmx.at> +// +// Last Update: 16th March 2018 +// +// Last Tested: with surf commit 81f0452bc6c2a110239fa303ad1e72f11c33dc94 +// from htps://git.suckless.org/surf +// +// The following simple Webkit2GTK+ extension was hacked together +// in the sleepless night between 09th and 10th March 2018 (and later +// refined). +// +// The DOM is manipulated,i.e: a <span> with a number added to every +// link encountered. +// +// Named FIFO pipes are used for communication with the ui process. +// #include <sys/types.h> #include <sys/stat.h> #include <glib.h> |
