Skip to content

Commit

Permalink
Fixed link to function example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Jan 5, 2018
1 parent 60423b5 commit cdae166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit cdae166

Please sign in to comment.