Leaderboard
Popular Content
Showing content with the highest reputation on 08/18/2024 in Posts
-
Correct! You can even block external fonts via the dashboard settings page of uBO or via the content settings page of the browser but in these cases, for all websites. Here is your website called up in New Moon 28 when blocking the external font via uBlock Origin Legacy:4 points
-
3 points
-
Could you tell why you chose FF? Was it much easier to mod? I'd maybe joined but I'm a fan of China Chrome knock-offs. You probably remember when we PMed with your old account in 2020.3 points
-
2 points
-
@Mark-XP: Since @roytam1 does weekly updates, some (most?) of the changes in the new Basilisk release were already in Serpent. With Basilisk, you get less frequent releases, with lots of changes in each one; with Serpent, you get weekly releases with fewer changes each week. For instance, "updated SQLite to 3.46.0" (one I just happened to notice) was in the July 12 Serpent release. All that said, if you (or anyone) happen(s) to find a Web page that renders correctly in Basilisk but not in Serpent, please bring it to our attention by posting the details in this thread.2 points
-
I downgraded the browser to 116 from 119 Chrome, MSFN now works very good!2 points
-
You are smarter than that! That list is not a list of where to witness CNAME Cloaking and you know that! Those are THIRD-PARTY CDNs, those are NOT first-party URLs! www.google.com is the first-party URL. That URL doesn't do the tracking! And you know that! It's gstatic.com and googleadservices.com and doubleclick.net and ytimg.com and googletagmanager that does the TRACKING. You are trying to MISLEAD and I'm smarter than that - as are most MSFN readers!2 points
-
Where does it say so? Give me the source. Vista has a fully featured, gaming D3D11.2 points
-
Upon trying to access this site I get: ERR_SSL_UNRECOGNIZED_NAME_ALERT https://forums.laptopvideo2go.com/forum/208-geforce-r367-series/1 point
-
You're not far off. I'm not 4Imprint certain, but I think the current pace is every 4 weeks, which works out to 13 updates/year! I think Web site frameworks and designers typically target whatever versions were current at least a year ago, which is why ESR releases work. I think the ESR model makes a lot more sense: a "major" update about once a year, with interim security-only fixes. From a features standpoint, you probably need to update only once a year, making those 12 additional updates look pretty ridiculous. You may need to update more often for security fixes, but "major" security fixes are thankfully still rare. (FWIW, I'm still on Ungoogled Chromium 118 on my Win 11 work system.) If you're on an older OS, your choices will naturally be more limited. For one thing, it's likely you have a less powerful system; otherwise you would've thrown in the towel and moved to a newer Windows version by now. Among Chrome forks, one of the 360EE versions, plus polyfills, is probably your best bet - but there are a lot of Web sites that just can't be polyfilled to work with Chromium 86 or 87. For those, you probably need a copy of Thorium or Supermium (whichever works best on your system) handy, and just put up with their slowness. Any "modern" browser is going to be pretty heavy, requiring more RAM, CPU, GPU, etc. than 360EE.1 point
-
It worked for 15 years without a problem. All started to glitch out with Thorium. But I have no documented evidence of that. Just a big, fat, huge coincidence, for now. The notebook is barely used, still has the original OS. No PoS, no updates. Toshiba Satellite with a Celeron at 1.5Ghz. What year? 2003 or so.1 point
-
@grey_rat @AstroSkipper Thanks for the tip. It works like a charm on Mypal , Supermium and Thorium. I like this solution because I don't need to install a new extension ! Regards1 point
-
Hi @Tihiy I've issue with some apps (like Discord) not listed in alt tab after window restored from systray. It happens when enhanced classic taskbar is enabled. No issue if I disable it and restart explorer or Windows (to be sure that's not an explorer issue), so not an app/explorer bug with native taskbar. Tested on 2 pcs, also after a fresh Windows 11 install (23H2, 22631.4037, SAB 3.8.4). Also, since I disabled enhanced classic taskbar to find the cause previous of the issue, I noticed that native Windows taskbar doesn't stay on top if I hit Win key on a fullscreen windowed app, but start menu is visible. Can you check these please? Thanks!1 point
-
Disable most unwanted connections by set blank links in config files: firefox.js and all.js What i did in the first mypal version And to remove 'remote-settings' and its mentioning is easy enough. Also may want to find out why it connects directly to the google (mozilla servers are there) ignoring proxy, older foxes don't do it, mulvad 115 likely too don't though not sure.1 point
-
Firefox or Gecko is my main, I don't use Chromium unless I need to. I don't want 7 to end up like XP/Vista where it took ages to get beyond 52 (or 53 for Vista), and outside of r3dfox on Vista, the only other backport is 68. Yes, I know Mypal 68 has gone past 68 in compatibility, but still some sites are fussy with it, and it's gotten too buggy for me to use as my main anymore. I haven't touched Chromium source code, but from what I've heard, it seems much harder to mod or maintain. I think Chromium only has more forks and mods because it's more popular and BSD licensed, so you could close source or charge for your product, while Firefox is MPL which is very similar to GPL. human greed moment1 point
-
1 point
-
frontend changes may not be picked and CI/CD changes (for example, GitHub Actions) are not picked (as I don't use these)1 point
-
Indeed right, I somehow managed to get through it with faking canvas with Ungoogled, not a solution though.1 point
-
How then you explain it works on Win7?1 point
-
A good example of how Client Hints "give up" the OS you're on, thus blocking you on Cloudfare. https://github.com/win32ss/supermium/issues/7971 point
-
I too got it from time to time, but it usually happened only on those sites 360EE couldn't render with the native Chrome engine. At this point, the browser is just very old, 4 years.1 point
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.5.5-Goanna-20240817.7z Changelog: Out-of-tree changes: * update Goanna3 to git fe3519e975...afafcc8fa2: - Revert "reinstantiate assert, present in up to esr68 (221cec53)" (54aedc161f) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1256731 - patch 2 - Notify front-end code when screen resolution changes on Windows, so that TabsInTitlebar code can refresh its computations. r=gijs,emk (4b0baacc83) - Bug 1261307: Convert |StreamSocketConsumer::ReceiveSocketData| to |UniquePtr|, r=nfroyd (65088da288) - Bug 1264377. Get rid of some unnecessary custom JSClass hook functions in xpconnect sandboxes and DOM simple globals. r=bholley (578df7a830) - Bug 1249518 - Make DaemonSocketPDU able to send multiple file descriptors in single unit. r=tzimmermann (1bf04f8f43) (4cf8b0e818) - partly revert "Bug 1256547: When the DWM is disabled don't force presentation. r=milan" as this crashes in XP-x64. (afafcc8fa2) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon761 point
-
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20240817-afafcc8fa2-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20240817-afafcc8fa2-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20240817-afafcc8fa2-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20240817-afafcc8fa2-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1256731 - patch 2 - Notify front-end code when screen resolution changes on Windows, so that TabsInTitlebar code can refresh its computations. r=gijs,emk (4b0baacc83) - Bug 1261307: Convert |StreamSocketConsumer::ReceiveSocketData| to |UniquePtr|, r=nfroyd (65088da288) - Bug 1264377. Get rid of some unnecessary custom JSClass hook functions in xpconnect sandboxes and DOM simple globals. r=bholley (578df7a830) - Bug 1249518 - Make DaemonSocketPDU able to send multiple file descriptors in single unit. r=tzimmermann (1bf04f8f43) (4cf8b0e818) - partly revert "Bug 1256547: When the DWM is disabled don't force presentation. r=milan" as this crashes in XP-x64. (afafcc8fa2)1 point
-
New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 https://o.rthost.win/basilisk/basilisk55-win32-git-20240817-8f083534a-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20240817-8f083534a-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #2554 - Block access to 0.0.0.0 on non-Windows OSes. (d44b3099) (8f8cb34d0) - import from UXP: Issue #2554 - Follow-up: Correct code comment (no functional changes) (fad481b6) (d8cf0a433) - import from UXP: Issue #2554 - Follow-up: Also block [::] and [::0.0.0.0] IPv6 addresses. (dd4e0601) (f39d788ad) - import from UXP: No issue - Update TwemojiMozilla to 15.1.2 (8e3c0796) (8f083534a)1 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20240817-7bda12e7-uxp-e5ac12c311-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20240817-7bda12e7-uxp-e5ac12c311-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20240817-id-656ea98-uxp-e5ac12c311-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20240817-id-656ea98-ia-93af9a0-uxp-e5ac12c311-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild1 point
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20240817-3219d2d-uxp-e5ac12c311-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20240817-3219d2d-uxp-e5ac12c311-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20240817-3219d2d-uxp-e5ac12c311-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240817-d849524bd-uxp-e5ac12c311-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240817-d849524bd-uxp-e5ac12c311-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240817-d849524bd-uxp-e5ac12c311-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20240817-d849524bd-uxp-e5ac12c311-xpmod.7z Official UXP changes picked since my last build: - Issue #2554 - Block access to 0.0.0.0 on non-Windows OSes. (d44b309966) - Issue #2554 - Follow-up: Correct code comment (no functional changes) (fad481b612) - Issue #2554 - Follow-up: Also block [::] and [::0.0.0.0] IPv6 addresses. (dd4e060135) - No issue - Update TwemojiMozilla to 15.1.2 (8e3c07960d) - Issue #1925 - Follow-up: Fix debug builds (namespace) (5bd7896c05) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.1 point
-
CentBrowser has its own sense of ads, probably that member is well known for the spamming reputation on other forums with the same nickname, I dunno, strange?! On the other hand, we all know some members had troubles posting links, at the same time, others hadn't. But for you it also includes the spacer.png, no?1 point
-
Yeah, but the OP asked about 3050ti, 3060ti, 3070ti and 3080ti laptop gpu driver.1 point
-
Thanks for the idea, I'm not familiar with that man. Anyways, I already found everything on another site. Life goes on!1 point
-
And one thing should be made clear. The way Malwarebytes treats customers of older versions is beyond good and evil. To stop updating virus definitions without prior notice and simply present customers with a fait accompli, as seems to be the norm with this company, is a no-go. And being customer of Malwarebytes also means you have to pull any information out of these guys' noses every time such things happen. That's not how you win customers , that's how you lose them .1 point
-
Ironic is how you conveniently ignore what is told by Microsoft. "Platform Update for Windows 7 provides partial functionality for": Direct3D 11.1 DXGI 1.2 https://learn.microsoft.com/en-gb/windows/win32/direct3darticles/platform-update-for-windows-71 point
-
Can I use my proxy servers (paid, encrypted with a pass) for downloading from insta with it? Those proxies need to be changed via script 'cause insta blocks IPs after a couple dozens of pics were downloaded. I'm scrapping accounts with sports food.1 point
-
On a Win10 PC?! Why would you need XP browsers, then? If you're a die-hard of China issued browsers, I suggest this one. Minimum telemetry, very fast! Works on Win7+. Dave, sorry for the slight off-top. https://msfn.org/board/topic/186346-i-moved-to-centbrowser-i-feel-happy-about-it/ https://static.centbrowser.com/win_stable/5.1.1130.129/centbrowser_5.1.1130.129_x64_portable.exe Be Warned Some Telemetry is still there.1 point
-
Right click on the erroneous page, choose "inspect", then post the dev. console log here.1 point
-
Open the browser, press Ctrl+Shift+Delete on any tab. It will summon the window where you clear whatever you desire. Edit: Universal for all browsers on Chrome.1 point
-
That KB was aimed to port partial typography functionality (Drwrite.dll) to browsers and the such, and it failed to do so, a good example is the inability to draw colour smileys in Windows 7. Instead you see B/W empty squares.1 point
-
saw one of the comments from this reddit post: https://www.reddit.com/r/firefox/comments/1de7bu1/comment/l8gcjth/1 point
-
1 point
-
1 point
-
1 point
-
you can't do this without an addon. you may try installing prefbar and import this button: http://prefbar.tuxfamily.org/buttons.html#openaddonmanager1 point
-
yeah that's a problem of providing not-so-updated git patch for applying. I'm thinking a way to put the complete source without having version control, or just put it in another git repo provider. (to avoid making connection to official repo)1 point