I am looking for one, that: 1. Do not reload page every time I switch tabs 2. Includes JS debugger 3. Don't changes text size randomly 4. Is OSS 5. Allows ``real'' zooming (fixed/absolute positions must be constant relative to the page, not to the screen)
>>2 Not him but I got rid of my comcast due to how horrible they were to deal with and I don't think I have any other options. Pretty much have to only browse on my phone.
Name:
Anonymous2016-11-22 23:11
>>4 Not him but Comcast is horrible. What is your current data plan? Are there actually affordable actually unlimited unthrottled plans anywhere in the continental USA?
>>11 Extremist Dubsists are only a tiny minority. This act shouldn't be considered as example of all dubsism. We should accept more dubs in our threads #DubsWelcome #NotAllDubsists
Name:
Anonymous2016-12-20 23:29
1. Do not reload page every time I switch tabs 2. Includes JS debugger
This is a performance issue. It's designed to discard the page DOM when you switch tabs because it's cheaper to rebuild the DOM than it is to hold the DOM in memory in the use case of a phone. Why do you need a JS debugger on a phone?
Name:
Anonymous2016-12-20 23:47
Chrome's JS debugger is pretty awful to use even on a 15 inch laptop screen. I can't even imagine how horrible it (or any debugger really) would be on a 6 inch screen with a touch interface and software keyboard.