andure
andure copied to clipboard
Can You Share Your Source Code Or .Map File of Your Eruda Version?
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
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.