Hitesh S.
Hitesh S.
Like to see it.
@nickmccurdy In file editor, is ok to me. nice to have both.  eg file content shown should be formatted and rendered
> if we supported read-only formatting, it could interfere with GitHub features like highlighting, selections, line/range links, and comments. Good point. @nickmccurdy Maybe provide an option in content menu of...
I've created a boilerplate in which you can do this . [https://github.com/fxnoob/chrome-extension-boilerplate](https://github.com/fxnoob/chrome-extension-boilerplate)
Best way should be to store more information with the link as @HurricaneInteractive said. So store original url with one more property named as `all` eg. {url:"", all:"true|false"}. so there...
@vipulbhj are you working on suggested changes?
 @vipulbhj, Is this ok view?
Chrome has api to detect user local language which is set into system/chrome browser. So basically define shown text into different available languages Eg for native Hindi, Chinese users
https://react.i18next.com/ and chrome i18n api
// omegle.com // find new connect if (!gesture.error) { if (gesture.direction === "Left") { document.getElementsByClassName('disconnectbtn')[0].click(); document.getElementsByClassName('disconnectbtn')[0].click(); } }