Kartik Soneji
Kartik Soneji
This library may be a good starting point: [https://github.com/TSedlar/pseudo-styler/blob/master/pseudostyler.js](https://github.com/TSedlar/pseudo-styler/blob/master/pseudostyler.js)
Oh. I understand your decision. Maybe it would be a good idea to add a section to the readme explaining this? Also, have you considered adding a simple update check...
I am working on adding FireFox support and fixing the "Open in ' JsBin/CodePen/JsFiddle buttons. Will you submit the extension as a FireFox addon if FireFox is supported?
This might be helpful, but take the warnings with a grain of salt. I have been using this on Windows for a long time and haven't run into any issues....
Also implemented Feature #60
No, I could not find any API for JsBin, I have reverse-engineered the POST request from the JsBin page to get it to work. JsFiddle and CodePen do have documented...
> I'm changing this to a draft because I clearly forgot to address the fact that the "View in English" button broke. I have three suggestions that keep the `View...
Of course! That is brilliantly simple.
@peterbe Here is a diff, you can apply this with `git apply` or `patch`. ```diff diff --git a/client/src/ui/molecules/language-menu/index.tsx b/client/src/ui/molecules/language-menu/index.tsx index 4ee9078c..b1a48e96 100644 --- a/client/src/ui/molecules/language-menu/index.tsx +++ b/client/src/ui/molecules/language-menu/index.tsx @@ -24,21 +24,35 @@...
Fixes #2724 - #2724 Might resolve: - #128 - #275