TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

REPL to any browser in the cloud

82 pointsby woloskiover 11 years ago

4 comments

yeukhonover 11 years ago
Interesting. So I can access the web console right?<p>I guess if people turn this into a server would be awesome.<p>Sometimes I want to test cross-browser compatibility. For example, Firefox uses textContent instead of innerText. I can easily verify this without having to have Firefox and Chrome (and IE, Opera, etc) on the same machine at the same time.
评论 #7256100 未加载
james33over 11 years ago
Very cool, this is especially useful on OS X or Linux where you don&#x27;t have easy access to IE. SauceLabs is an incredible service, but for cases like these it is often overkill to fire up a full browser session to quickly check something in the console. I look forward to using this!
评论 #7256635 未加载
tantalorover 11 years ago
This provides a service similar to &quot;Can I use...&quot; (<a href="http://caniuse.com" rel="nofollow">http:&#x2F;&#x2F;caniuse.com</a>). But I like the idea of testing behavior as well. Behavior differences are only reproducible in certain browsers, but aren&#x27;t necessarily listed on caniuse.
shanselmanover 11 years ago
I like using <a href="http://www.browserstack.com/" rel="nofollow">http:&#x2F;&#x2F;www.browserstack.com&#x2F;</a> for VNC&#x27;ing into remote browsers.
评论 #7257132 未加载