Geza Kovacs
Geza Kovacs
This same issue occurs on GNURoot, which I have reported at https://github.com/corbinlc/GNURootDebian/issues/164 I installed chromium-browser for jessie under using the following instructions (from http://raspberrypi.stackexchange.com/questions/41603/installing-chrome-on-raspbian/51633#51633 ). This is with the latest...
I'm running the master branch, at commit https://github.com/sweet-js/sweet.js/commit/62a63cd09762f9ab9b3a89147d882344dad8d1f5 With the following code: ``` async function a() { var x = await foo(); } ``` I get the following error ```...
It would be nice if in the options page I could select which of my unpacked extensions should be reloaded (with, say, a checkmark - or a less user-friendly options...
You can probably look at zhongwen https://github.com/leezu/zhongwen/ https://addons.mozilla.org/en-US/firefox/addon/zhongwen-chinese-english/ for pointers on implementation - it is an analogous extension that does support the android version of firefox
as of version 57.0.3 (firefox quantum) sideloading the extension about:debugging https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox enabling webcomponents support in firefox about:config dom.webcomponents.customelements.enabled dom.webcomponents.enabled (set both of the above to true) to get firefox to...