 |
 |
 |
Chrome or Firefox |
|
Jan 10 2022, 17:36
|
Moonlight Rambler
Group: Gold Star Club
Posts: 6,483
Joined: 22-August 12

|
QUOTE(zmghxsj @ Jan 10 2022, 06:07)  i can use tampermonkey in my phone with firefox nightly app. so, You can also use Greasemonkey, which is actually open source software under a good license (unlike modern tampermonkey). But you still made a good choice overall. This post has been edited by dragontamer8740: Jan 10 2022, 17:51
|
|
|
Jan 15 2022, 01:53
|
EX-fireworker
Group: Members
Posts: 132
Joined: 20-August 13

|
I used to use Chrome. However, when Chrome stops supporting base64 decoding... I feel hurt. It forces me to use Firefox as the alternative....
|
|
|
Jan 23 2022, 15:36
|
IWannaFuckKoishiChan
Newcomer
 Group: Members
Posts: 27
Joined: 3-August 20

|
I actually use 3 browsers, chrome for the extensions, firefox for...actually I'm not sure why maybe it takes less memory and edge to read mhtml because the others won't open it
|
|
|
Jan 27 2022, 14:55
|
ifhsj0v0
Lurker
Group: Lurkers
Posts: 3
Joined: 27-January 22

|
Chrome, or you can use Edge
|
|
|
Jan 27 2022, 17:42
|
GamerNovel
Group: Gold Star Club
Posts: 281
Joined: 7-July 14

|
Chrome.
|
|
|
Feb 3 2022, 22:40
|
Hasl Incurious
Lurker
Group: Lurkers
Posts: 2
Joined: 18-April 14

|
Firefox, but it doesn't has PWA support. which sucks. Atleast there is FirefoxPWA thing. but it's a workaround. But using pwa on chrome/edge and opening links outside of pwa domain results in link opening in chrome/edge and not my default browser. QUOTE(IWannaFuckKoishiChan @ Jan 23 2022, 16:36)  and edge to read mhtml because the others won't open it
I remeber saving and opening mhtml files in firefox, but it doesn't support that now, and i don't remember if the feature was removed, or i used some plugin that stopped working when they introdused new system for extensions.
|
|
|
Feb 5 2022, 19:02
|
Moonlight Rambler
Group: Gold Star Club
Posts: 6,483
Joined: 22-August 12

|
FF57 killed the addons you refer to.
Also, why anyone would ever use .mht is beyond me.
|
|
|
Feb 5 2022, 19:13
|
Scumbini
Group: Gold Star Club
Posts: 910
Joined: 2-December 15

|
QUOTE(dragontamer8740 @ Feb 5 2022, 19:02)  FF57 killed the addons you refer to.
Still salty about it.
|
|
|
|
 |
|
Feb 6 2022, 07:05
|
Moonlight Rambler
Group: Gold Star Club
Posts: 6,483
Joined: 22-August 12

|
I never stopped using them. I use seamonkey whenever possible, and it's still got XUL overlay support. XULRunner was like "better electron." Shame it didn't catch on. Mozilla's basically the Sega of its industry. People loved it around 2000, but then it destroyed almost everything good about itself and now produces at least 90% garbage. FF 3.6 was probably the last time I really felt unreservedly happy using Firefox. I really hope they don't go full sega and embrace a competitor's platform (more than they already do; you need the V8 javascript engine to build Gecko/Spidermonkey now). By the way, here's a handy tiny userContent.css snippet. Works in both FF and seamonkey to remove the white background from transparent images in the browser when viewing just the image. CODE body > img.transparent { background: transparent !important; } This post has been edited by dragontamer8740: Feb 6 2022, 07:39
|
|
|
|
 |
|
Feb 11 2022, 19:45
|
voxxyn
Lurker
Group: Recruits
Posts: 6
Joined: 2-September 13

|
Firefox has the better suite of plugins for a power user, more features overall. Chrome is more idiot proof for normies. Comparable performance in normal use case. Pick your poison.
|
|
|
Feb 13 2022, 07:15
|
浠婂_
Newcomer
 Group: Members
Posts: 48
Joined: 21-May 18

|
Microsoft Edge, dude As long as Windows is still necessary for you, Edge does things a lot better than Chrome or Firefox
|
|
|
Feb 14 2022, 03:44
|
Panatical
Newcomer
 Group: Members
Posts: 37
Joined: 14-January 12

|
Firefox for general use, Chrome for business-related SNS, a bunch of other browsers for various uses when I'm seeking extra privacy.
|
|
|
Feb 14 2022, 07:34
|
Moonlight Rambler
Group: Gold Star Club
Posts: 6,483
Joined: 22-August 12

|
QUOTE(TAlIsz @ Feb 13 2022, 05:15)  Microsoft Edge, dude As long as Windows is still necessary for you, Edge does things a lot better than Chrome or Firefox 馃ぎ Windows is almost never necessary, and edge is literally Chrome. And inferior to Mozilla's browser (despite their determination to ruin their technology). This post has been edited by Mayriad: Feb 14 2022, 12:30
|
|
|
|
 |
|
Feb 18 2022, 17:17
|
crystal-chan
Lurker
Group: Lurkers
Posts: 4
Joined: 22-August 14

|
Pretty long thread, and it's not like my opinion counts.
But eh, might as well dump my opinion on things in here regardless.
Vivaldi, so chromium based. Why? I'm a web developer, so I kind of need to make sure things work properly but I don't want to install Chrome itself.
Plus I like the tab stacking feature Vivaldi offers, since I usually leave a shitload of tabs open and it helps me group them together, for science obviously.
|
|
|
|
 |
|
Mar 2 2022, 09:45
|
Moonlight Rambler
Group: Gold Star Club
Posts: 6,483
Joined: 22-August 12

|
I tend to loathe (modern, framework-based) web development, and the "web developer" mentality.
Web pages should and can be simple enough that any browser can handle them completely. Javascript is almost never necessary (except maybe for games using canvas, or things that do encryption/decryption like Mega).
Web developers (and their managers) seem to generally be of the opinion that if something can be done, it should.
If your page is completely unusable in Netsurf, there's a problem with your mentality.
So yeah, I don't hold the views of most self-professed web developers in very high esteem. They're responsible for eating up my battery life, CPU cycles, and RAM by loading JQuery or Bootstrap or their bloaty compiled typescript to display, say, a newspaper article. Especially when the article can't be read at all without Javascript. Anything outside the HTML (and possibly the CSS) should be strictly decorative and not critical infrastructure on the vast majority of sites.
I practice what I preach, by the way. Not that I am going to share my personal site here. I use pragmatic CSS and HTML that still will look good with all styling disabled in the browser.
This forum almost manages to pull that off. It does well enough that I'd consider it to pass.
Web devs seem to be an extension of modern software engineering practices, so I'll put this statement out there for reflection: best way to assure software quality isn't to reuse code. The best way to assure software quality is to avoid using code whenever possible. Fewer moving parts makes for easier maintenance.
This post has been edited by dragontamer8740: Mar 2 2022, 09:55
|
|
|
|
 |
|
Mar 3 2022, 05:00
|
RepStormy
Group: Members
Posts: 216
Joined: 14-November 20

|
Does anyone know why Chrome consumes CPU at times? All my life Chrome begins to overuse a core and that led me to move to Edge, because Firefox has details vs Chromium
|
|
|
Mar 3 2022, 05:13
|
Moonlight Rambler
Group: Gold Star Club
Posts: 6,483
Joined: 22-August 12

|
Edge has all the problems Chrome does. Except it phones home to someone else.
Edit: Wow, this forum/BB software even looks good in Dillo. And by building Dillo with FLTK 1.4 ("beta") it's even handling unicode text properly.
Wish I could still say the same for the rest of the site working in Dillo.
This post has been edited by dragontamer8740: Mar 3 2022, 07:12
|
|
|
Mar 6 2022, 05:54
|
Knitz
Lurker
Group: Recruits
Posts: 6
Joined: 27-January 20

|
Chrome:(. Although it eat my lots of memory spaces, I can鈥檛 drop it.
|
|
|
Mar 6 2022, 23:49
|
Nicky Power L
Lurker
Group: Lurkers
Posts: 3
Joined: 10-July 11

|
Firefox, it's serviceable for normies like me without the ram usage of Chrome/Edge.
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|