From cdae16672d7452d32514ea09cd575c3dfaa043c0 Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Fri, 5 Jan 2018 18:05:19 +0800 Subject: [PATCH] Fixed link to function example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b58f275..781da57 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Hello newcomers. This has suddenly got some unplanned exposure. I'm actually in the middle of a complete rewrite on the [webext-rewrite branch](https://github.com/tombh/texttop/tree/webext-rewrite). You can get an idea of my approach with this function: https://github.com/tombh/texttop/blob/webext-rewrite/webext/... +Hello newcomers. This has suddenly got some unplanned exposure. I'm actually in the middle of a complete rewrite on the [webext-rewrite branch](https://github.com/tombh/texttop/tree/webext-rewrite). You can get an idea of my approach with this function: https://github.com/tombh/texttop/blob/webext-rewrite/webext/src/text_builder.js#L165 After the success of hitting the front page of Hacker News last year, I really wanted to sit down and turn this proof of concept into something solid. So not only am I working on real text support (that you can of course copy and paste without even zooming). But I've removed the dependencies on `ffmpeg`, Xorg (for Firefox at least - Chrome strangely doesn't support webextensions in headless mode), `docker` AND it will work on all webextension-compatible browsers. It's going to be a single cross-platform, static Go binary, that launches your preferred browser in the background.