Hitesh S.

Results 10 comments of Hitesh S.

@nickmccurdy In file editor, is ok to me. nice to have both. ![Screenshot 2019-11-26 at 10 05 28 PM](https://user-images.githubusercontent.com/24789277/69653250-e918a000-1098-11ea-961b-43093ae3be4e.png) 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?

![Screenshot 2019-11-02 at 8 02 58 PM](https://user-images.githubusercontent.com/24789277/68072449-e1245380-fdab-11e9-89be-008bf016a72d.png) @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(); } }