andure icon indicating copy to clipboard operation
andure copied to clipboard

Can You Share Your Source Code Or .Map File of Your Eruda Version?

Open shuklaharshit opened this issue 2 years ago • 1 comments

Please Can You Share Your andure Version Of Eruda Source Code

I can See the big diff can please share your .map js file or source code

shuklaharshit avatar Jun 15 '22 10:06 shuklaharshit

Sure, I used Eruda v2.4.1. The modified Andure source of Eruda is Line 20 of this file: https://github.com/leohku/andure/blob/main/scripts/activate-on-shake/devtools.js

You might want to download it first as Github.com seems to have issues viewing the file. A note-worthy thing is I simplified the module bundling code to window.eruda=e(), passing e in as the second argument. This is what allowed it to work on sites like Facebook.

I debugged and modified the minified code directly so I couldn't provide you with the .map.js file unfortunately.

leohku avatar Jun 15 '22 11:06 leohku