Everything posted by dmiranda
-
The UOC and QUOC Patch - Optimize Firefox (and derivatives) for old hardware!
Given different hardware specs, I do not use many of the tweaks in UOC. However, the idea of having a preconfigured set of default config settings is something I could use, as I use up t four different profiles in SP52. So, can I tailor specific settings to my taste? I guess so, but I want to confirm before embarking on it. Thanks
-
My Browser Builds (Part 3)
What are you doing in this thread then, I wonder.
-
Latest Version of Software Running on XP
The latest version of putty (https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) does not run in XP. However, it works applying patchPE to the exes. Except for pageant, that in this latest and the previous version generates an error.
-
Latest Version of Software Running on XP
Nice find. Note, though, that the official release of tightvnc works with XP, last I tried.
-
Latest Version of Software Running on XP
I can't make it work with onedrive, but works fine with googledrive, and (last I tried, a year ago) with dropbox among otehrs. http://rei.to/carotdav_en.html
-
MyPal 68
Hi @XPerceniol, I do not know about those config settings. As per poisondata for the canvas, try canvasblocker-1.8-an+fx, from the official firefox addons page.
-
MyPal 68
It is indeed working well, with the caveats noted in this thread. As per about:config stuff, since I don't like quantum, I do not plan to use mypal regularly, so I won't comment except for the following: You should start with https://github.com/arkenfox/user.js/releases/tag/68.0 . All the tricks in our bags are ff52, and by 68 there were enough changes in place. It SEEMS as if dropping this user.js in the profile works (the settings are taken by the browser).
-
My Browser Builds (Part 3)
It may be something global in my setup, because I can't access whatsapp with any of the available browsers. In sp52, the issue is in the two bits below. "Content Security Policy: The page’s settings observed the loading of a resource at https://web.whatsapp.com/serviceworker.js (“worker-src 'none'”). A CSP report is being sent. (unknown) Content Security Policy: The page’s settings observed the loading of a resource at https://web.whatsapp.com/index.47655a88ca3f8d6bb07a.worker.js (“worker-src 'none'”). A CSP report is being sent."
-
My Browser Builds (Part 3)
Same result. Still stuck at organizing files.
-
MyPal 68
Hi, has anyone been able to get whatsappweb working? I get an error.
-
My Browser Builds (Part 3)
Hi there, Does anyone have whatsappweb working in SP52? It used to work with UA Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 but not anymore. 68, 91 also do not work. In vanilla profile, it stops as in the attached image: organizing messages.
-
MyPal 68
No problem with this maypal, other than being quantum. As per roytam's builds, I have been using them for 5 or more years, and all issues (within reason) in those builds have always been solved, fast, well and kindly. Just sayin'.
-
My Browser Builds (Part 3)
-
My Browser Builds (Part 3)
Damn [insert nice stuff] eat each other alive when in need. That is all there is to it.
-
My Browser Builds (Part 3)
True that. A steroid-fed hybrid of proxomitron and decentraleyes. If done in a pi-hole it could mean better safety/privacy and good business too.
-
My Browser Builds (Part 3)
Lazy folk :P
-
My Browser Builds (Part 3)
Hi there. I'm having issues with the search bar not working properly in the last version of sp52 (Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20220430-3219d2d-uxp-cf4e046f9-xpmod.7z) It won't process enter, nor clicking on the arrow. Not an issue with previous built.
- 360 Extreme Explorer Modified Version
- Force "multiprocess mode" in FF 52
-
Force "multiprocess mode" in FF 52
Hi @XPerceniol, For e10s, I use user_pref("extensions.interposition.enabled", false); // set (true for no e10s) *-* user_pref("extensions.interposition.prefetching", false); // set (true for no e10s) *-* For network stuff, these are the settings I change/monitor: // NETWORK user_pref("network.allow-experiments", false); // set user_pref("network.dns.disablePrefetch", true); // set user_pref("network.dns.disablePrefetchFromHTTPS", true); // add user_pref("network.http.altsvc.enabled", false); // set user_pref("network.http.altsvc.oe", false); // set user_pref("network.http.redirection-limit", 12); // set user_pref("network.http.sendRefererHeader", 2); // default user_pref("network.http.spdy.enabled", false); // set user_pref("network.http.spdy.enabled.deps", false); // set user_pref("network.http.spdy.enabled.http2", false); // set user_pref("network.http.speculative-parallel-limit", 0); // set user_pref("network.IDN_show_punycode", true); // set user_pref("network.IDN.restriction_profile", "high"); // set user_pref("network.manage-offline-status", false); // set user_pref("network.predictor.enable-prefetch", false); // default user_pref("network.predictor.enabled", false); // set user_pref("network.prefetch-next", false); // set user_pref("network.protocol-handler.external.ms-windows-store", false); //set user_pref("network.seer.enabled", false); // add user_pref("security.sri.enable", true); // default user_pref("webchannel.allowObject.urlWhitelist", "127.0.0.1");
-
MyPal 68
Yeah, sorry. For a few uses it seemed to work, but it breaks after visiting a few github pages. I've seen the same in e10s enabled sp52, but don't use github that much, so that's it for me. I have also noticed issues with ublock and umatrix dropping off, somehow, their guard, similar to chrome's "your app has crashed" but without the notification.
-
MyPal 68
I wouldn't know. One of the first things I do when tweaking a browser is to turn webrtc and webgl off. I assume I haven't missed much, have I? :P
-
MyPal 68
I'm sorry, I didn't see this before. Which one of them? all of them? I have them all working in sp52 for a year at least, some much more. But I may have tweaked a few of them a bit and forgot about it.
-
MyPal 68
Blocking tracking ads?Yes Blocking invisible trackers?Yes Protecting you from fingerprinting?Your browser has a nearly-unique fingerprint [changs every time]
-
MyPal 68
ABOUT:CONFIG stuff User.js functionality is broken. First batch of odd keys: Unlike FF52 and derivatives, network.proxy.socks_remote_dns is set to false by default. I wonder why. Unlike FF52 and derivatives, browser.eme.ui.enabled is set to false by default -would this interfere with silberlight? The key dom.workers.enabled is missing