Deekshith Allamaneni

Results 69 comments of Deekshith Allamaneni
trafficstars

Sure, I will take that into consideration and it will not be intrusive. It is hard to put design in words. You will see it yourself. :)

Hi folks, I finally got to it and fixed the issue here along with migrating to the latest Manifest V3: https://github.com/adeekshith/Docs-Online-Viewer/pull/60 I'd be great if any of you can review...

Thanks for reporting. That is very strange. I made it to open the ["Getting Started"](http://dov.parishod.com/#getting-started) page only once when it is installed. Can you let me know if this is...

Added domain exclusion list and also excluded *.pdf from executing the script. It works on Chrome, Opera but fails on Firefox 44 Webextension. [Commit 4870ed7](https://github.com/adeekshith/Docs-Online-Viewer/commit/4870ed76912acfe998e849594d84b57fdbcc172f?diff=unified)

Hi @eorroe, @carlosvigil Sorry I missed responding. Please feel free to add issues. This is not dead but I just have a habit of working on one project at a...

This is occurring in [setupListener()](https://github.com/adeekshith/Docs-Online-Viewer/blob/webextension/js/127774.user.js#L142) function in [127774.js](https://github.com/adeekshith/Docs-Online-Viewer/blob/webextension/js/127774.user.js). I have no idea what it is doing and why it is needed. Code seems to work well even without this. Need...

Got it! It checks for all links every time a new node is inserted into DOM. It should be done using `MutationObservers` as [`MutationEvents` are deprecated](https://hacks.mozilla.org/2012/05/dom-mutationobserver-reacting-to-dom-changes-without-killing-browser-performance/) long time ago. Also...

It is a simple python script which you may have to run on your desktop after logging in to your web version of whatsapp (web.whatsapp.com). The browser window of web...

Oh it works on Linux and Mac with tesseract installed. The pytesseract library probably calls the tesseract program from the shell so I am not sure if it works on...