eruda icon indicating copy to clipboard operation
eruda copied to clipboard

怎么安装到手机端的浏览器中进行使用呢

Open Supreme-A opened this issue 1 year ago • 9 comments

Supreme-A avatar Jun 20 '23 06:06 Supreme-A

Wtf

fatso83 avatar Jun 21 '23 15:06 fatso83

Wtf

???平白无故骂人呢排?教养呢?

Supreme-A avatar Jun 21 '23 15:06 Supreme-A

LOL. I can see from the response that something got lost in translationto Chinese. I meant no disrespect: it was just a hint that users of an internationally used issue tracker should stick to English to avoid excluding people.

fatso83 avatar Jun 21 '23 17:06 fatso83

from /readme.md:

In order to try it for different sites, execute the script below on browser address bar.

javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();

also, I've found that it's much easier to make a bookmarklet with that code rather than typing it out every time.

I hope this helped! (:

RuralAnemone avatar Jun 21 '23 20:06 RuralAnemone

LOL. I can see from the response that something got lost in translationto Chinese. I meant no disrespect: it was just a hint that users of an internationally used issue tracker should stick to English to avoid excluding people.

oh,thanks for your tips.

Supreme-A avatar Jun 22 '23 01:06 Supreme-A

from /readme.md:

In order to try it for different sites, execute the script below on browser address bar.

javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();

also, I've found that it's much easier to make a bookmarklet with that code rather than typing it out every time.

I hope this helped! (:

Thanks for your help,it's very useful for me.

Supreme-A avatar Jun 22 '23 01:06 Supreme-A

yeah - another good suggestion is to always read the readme file before filing issues (:

glad we could help!

RuralAnemone avatar Jun 24 '23 20:06 RuralAnemone

https://github.com/whistle-plugins/whistle.inspect a code-less ways of using eruda: by proxy injection

eczn avatar Jun 26 '23 03:06 eczn

ChromeXt embeds eruda into Chromium based and WebView based browsers.

Also, some features of ChromeXt are added to eruda.

JingMatrix avatar Jun 28 '23 20:06 JingMatrix