Content Type
Profiles
Forums
Events
Everything posted by dmiranda
-
My Browser Builds (Part 3)
dmiranda replied to roytam1's topic in Browsers working on Older NT-Family OSes
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. -
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)
dmiranda replied to roytam1's topic in Browsers working on Older NT-Family OSes
-
My Browser Builds (Part 3)
dmiranda replied to roytam1's topic in Browsers working on Older NT-Family OSes
Damn [insert nice stuff] eat each other alive when in need. That is all there is to it. -
My Browser Builds (Part 3)
dmiranda replied to roytam1's topic in Browsers working on Older NT-Family OSes
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)
dmiranda replied to roytam1's topic in Browsers working on Older NT-Family OSes
Lazy folk :P -
My Browser Builds (Part 3)
dmiranda replied to roytam1's topic in Browsers working on Older NT-Family OSes
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
dmiranda replied to Humming Owl's topic in Browsers working on Older NT-Family OSes
Trying it now. Feels good.- 2,340 replies
-
Force "multiprocess mode" in FF 52
dmiranda replied to Mathwiz's topic in Browsers working on Older NT-Family OSes
@XPerceniol, why the network.websocket stuff?- 142 replies
-
- Firefox
- electrolysis
-
(and 2 more)
Tagged with:
-
Force "multiprocess mode" in FF 52
dmiranda replied to Mathwiz's topic in Browsers working on Older NT-Family OSes
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");- 142 replies
-
1
-
- Firefox
- electrolysis
-
(and 2 more)
Tagged with:
-
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.
-
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
-
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.
-
Blocking tracking ads?Yes Blocking invisible trackers?Yes Protecting you from fingerprinting?Your browser has a nearly-unique fingerprint [changs every time]
-
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
-
I have silverlight installed and working in SP52. Mypal doesn't pick it up. Can I manually add a plugin in mypal?
-
Hi there. Testing it. It works well in heavy scripted sites (fb, yt and the like), probably better than 360chrome. However, it has all the issues of FF post 52: poor interface, lack of suitable addons, privacy issues, etc.. Therefore, I will keep it for alternative use when sp52 doesn't work. Will report on use of user.js, in particular hardware acceleration and e10s, in separate comment Noscript last (FF) version works, but I do not like it -what version is recommended? The same applies to ublock: last FF version installs and works well, but the interface is lacking -what version is recommended? Greasemonkey last FF version installs, and scripts from usual places do as well. I cannot find, however, where the settings are saved. I would like to have this to have preconfigured scripts if I rebuild the profile. SP52 ADDONS THAT SEEM TO WORK in MYPAL FIREFOX ADDONS THAT SEEM TO WORK in MYPAL
-
My Browser Builds (Part 3)
dmiranda replied to roytam1's topic in Browsers working on Older NT-Family OSes
That has been said so many times... In any case, maybe access to some websites is lost. But for almost all other day to day business still works, and better, than subsequent versions (excluding perhaps a well modded w7). In my imagination, I can see a near future where I connect into a raspberry-pi 4 for both internet connection and x-windowing of a few apps that require something better than xp and are worth the effort (i.e., apps with no suitable replacement in the "They"-wanna-see-deprecated xp). -
Force "multiprocess mode" in FF 52
dmiranda replied to Mathwiz's topic in Browsers working on Older NT-Family OSes
I just found out that there is another about:config item related to e10s: user_pref("extensions.interposition.enabled, false); // set (true for no e10s) and there is also another related extensions.interposition.prefetching EDIT: using these tweaks, it seems to me that I can see less v-synch (or whatever is the horizontal-line artifact that every now and then shows up while watching videos. Some old extensions (for example, TB profile switcher 1.77) become less responsive due to lack of shims, but no other significant drawback. Cheers!- 142 replies
-
2
-
- Firefox
- electrolysis
-
(and 2 more)
Tagged with:
-
My Browser Builds (Part 3)
dmiranda replied to roytam1's topic in Browsers working on Older NT-Family OSes
@nicolaasjan, @RainyShadow. After a long search, I found the problem with this, as well as difficulties downloading addons from dfferent platforms. The problem was eMatrix 5.0, when tightening too much. I had the following umatrix rule: matrix-off: behind-the-scene false But since two or three versions ago, it interferes with the above. The solution, other than changing it to true, is to also add the following 3 rules (I'm not yet sure if the first two are strictly necessary) behind-the-scene * css inherit behind-the-scene * image inherit behind-the-scene * other allow Hope it helps someone else. -
My Browser Builds (Part 3)
dmiranda replied to roytam1's topic in Browsers working on Older NT-Family OSes
The palemoon addons is back, but for the old ua "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Goanna/4.8 Firefox/68.0 PaleMoon/29.4.0.2" doesn't seem to work for me anymore. Could anyone check? Alternatively, does anyone have a working copy of https://addons-dev.palemoon.org/addon/getemall/ ? -
Very neat app, really. EDIT Now the only thing missing in my tray is a way to remember hide/show status. To save customized show/hide icons in systray, check https://www.techsupportforum.com/threads/registry-settings-for-systray-icons.492771/ It's crazy, when you think about it, that 20 years later xp keeps giving new treats.
-
EDIT: Issue solved after running debug mode, then restarting on run. Hi there. I'm trying to try your library. On restart, following the readme instructions, I am able to run and debug the utility, but my set up is not able to create the utility registry entry at [HKEY_CURRENT_USER\Software\SysTrayUtil]. Should I create it manually?
-
My Browser Builds (Part 3)
dmiranda replied to roytam1's topic in Browsers working on Older NT-Family OSes
Yeah. But in my set up I cannot get rid of the server errors at 100% level. I tried changing temp folder, changing the number of fragments and so on, to no avail. Unfortunately, the DTA logs doesn't produce info that I, at least, can use to understand and change what is wrong. I will try in a vanilla profile and see what happens. A pity: this addon was part of my daily workflow. Download star is good, but lacks the capability of saving downloaded files to specific folders on demand. Cheers and out! :P