All Activity
- Today
-
Paul_1949 started following Paypal not accepting credit card payments
-
I am trying to purchase a license for StartAllBack, but I cannot get the site to work. I don't have a PayPal account (and never will!), but when I enter all the credit card information, I keep getting "Something isn't working just now." No details, just that. Any suggestions?
-
One of the features of r3dfox I like the most is the fact it allows for the installation of UNSIGNED Firefox extensions, despite itself being derived from the "Release Branch" of upstream Mozilla Firefox; in "stable" (and "beta") Firefox, the pref "xpinstall.signatures.required" defaults to "true" but even when toggled, it doesn't produce the desired effect: UNSIGNED extensions remain incompatible and won't install (Mozilla's decision to protect the "masses" - this term is now used loosely, considering the declining Firefox userbase - from shooting themselves in the foot ) ... The way r3dfox achieves this is via two buildconfig flags (issued at build time): --with-unsigned-addon-scopes=app,system --allow-addon-sideload ; additionally, in the resulting binaries, "xpinstall.signatures.required" defaults to "false" ... As in the case of ESR Firefox/r3dfox builds, the add-ons manager (AOM, about:addons) will let you know of installed unsigned extensions, if any, by displaying a coloured "warning" bar underneath each unsigned extension (taken from 128.12.0esr): Personally, I regard these "warning" bars as (slight) irritants, polluting my AOM's view, so, starting with r3dfox-115.13.0esr onwards, I have been systematically hiding them via custom userContent.css code: /* Remove "Recommendations" from AOM, https://www.reddit.com/r/firefox/comments/184nqq0/how_to_remove_recommendations_page_in_firefox/ */ @-moz-document url-prefix(about:addons) { .category[name="discover"] { display: none !important; } .addon-card-message[type="warning"] { display: none !important; } } Above code was working flawlessly up-to-and-including r3dfox-139.0.4-2 (Greek, "el", locale shown below): Enter r3dfox-140.0.4 , to which I updated yesterday; imagine my surprise+disappointment when the AOM was loaded: Make no mistake; I did go through 140's Release Notes as hosted on GitHub, prior to installing, and, as another MSFN member noted, they stated: IMHO though, any r3dfox-specific change likely to interfere with user customisation, however small, IS worth mentioning in Release Notes... Luckily for me, I found my way to 140's source code in GitHub and immediately noticed what looked to be the culprit commit: https://github.com/Eclipse-Community/r3dfox/commit/c69c8d07e9e421ef8b3f3ea6b730f8b3a4443fa8 With respect to the browser author , changing the "aboutAddons.ftl" file, part of the embedded en-US locale, isn't a smart thing to do, unless: 1) you restrict users exclusively to the embedded en-US locale, 2) you have the resources to produce yourself (i.e. translate from English-US) the rest of the locales; e.g., once one installs the Mozilla-provided 140.0.4_en-GB locale, the author changes are being reverted to what the Mozilla wording is: FWIW, the change in the "aboutaddons.js" file is what BROKE my custom CSS code above; sanity returned when the code was amended accordingly : /* Remove "Recommendations" from AOM, https://www.reddit.com/r/firefox/comments/184nqq0/how_to_remove_recommendations_page_in_firefox/ */ @-moz-document url-prefix(about:addons) { .category[name="discover"] { display: none !important; } /* https://github.com/Eclipse-Community/r3dfox/commit/c69c8d07e9e421ef8b3f3ea6b730f8b3a4443fa8#diff-602c847d11b48c077836e06c7ee9e9e8450ad6a90d39211ba75530743c44fbb7 */ .addon-card-message[type="info"] { display: none !important; } }
-
Paul_1949 joined the community
-
My Windows XP OS Addons and Update Pack (2023)
seahorser replied to Zorba the Geek's topic in Application Add-Ons
That is correct, The <NEXT> also work when replace multiple lines with nothing, eventually erase them. I don't really see why you need <NEXT> before the first |. For example [ExtraFileEdits] DOSNET.INF<NEXT>|replace by something|1 aren't going to work. So, in this example you can't replace the first empty line with something. Usually lines are different, so you can replace them one by one. First update your source with XPSP3_QFE_POSReady_Addon_20200820_Pro.7z and XPSP3_QFE_UpdatePack_20210829_Pro.7z uning RVM_Integrator_1.6.1b2.1 then reduce it by nLite then use my del_addon_full.7z with RVM_Integrator. See the comments in entries_del_shortcuts.ini inside my addon which should be used after apply my nlite presets (qfeuppck 5erposup intl ntprint etc. infs are for reference and/or reduced). Presets.7z del_addon_full.7z- 81 replies
-
- Update packs
- Addons
-
(and 1 more)
Tagged with:
-
My Browser Builds (Part 5)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
sure, thanks, sample eml is retrieved. and with my fix in https://msfn.org/board/topic/185966-my-browser-builds-part-5/page/148/#findComment-1281466 applied, opening your sample doesn't crash. so killed two birds with one stone. upstream doesn't fully test their changes, and unfortunately so do I. as a result, your inputs worth a lot. and of course please wait for next build which should fix these problems. -
My Browser Builds (Part 5)
fREAST replied to roytam1's topic in Browsers working on Older NT-Family OSes
I tried sending a message here but got an error "roytam1 cannot receive messages", so I sent it to your email instead. -
My Browser Builds (Part 5)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
yeah please do so. -
My Browser Builds (Part 5)
fREAST replied to roytam1's topic in Browsers working on Older NT-Family OSes
I have some issues with the latest mailnews release (mailnews.win32-20250802-40a79c75-uxp-3553319265-xpmod), opening some emails crashes the program. At least the 5 prior releases can open these emails without issues (eg. mailnews.win32-20250726-7bda12e7-uxp-7e0ddfef73-xpmod) I can send an eml file but would rather do it in private message if that is possible. Here's event viewer logs, let me know if I can get any other logs somehow. Faulting application name: mailnews.exe, version: 4.8.7.8956, time stamp: 0x688b80b7 Faulting module name: xul.dll, version: 4.8.7.8956, time stamp: 0x688b80de Exception code: 0xc0000005 Fault offset: 0x0141b048 Faulting process id: 0x7AF4 Faulting application start time: 0x1DC0475A8AA3941 Faulting application path: H:\Program\mailnews\mailnews.exe Faulting module path: H:\Program\mailnews\xul.dll Report Id: 8fb504df-e91b-4159-a708-95b9e931ef92 Faulting package full name: Faulting package-relative application ID: -
fREAST joined the community
-
Shira started following StartAllBack for Windows 11
-
Power/Sleep options are missing from the menu during a remote RDP session.
-
Darázs Bálint joined the community
-
My Windows XP OS Addons and Update Pack (2023)
seahorser replied to Zorba the Geek's topic in Application Add-Ons
I don't find the string literal you mention again: Obsolete_Entries. There is Obsolete and Obsolete_Files but not Obsolete_Entries. I found too that some nlite nhelper(s) is there (in the ntlite.inf) because it's locked and always created wharever they are completely removed or not.- 81 replies
-
- Update packs
- Addons
-
(and 1 more)
Tagged with:
-
Study Destination Center joined the community
-
I was experimenting with NVME-USB install, this time and recovered only main windows partition and used EFI partition adjusted by lots of experimenting and this time it booted fine. Right before partition recovery i tried to boot, so did nothing new with EFI partition to make system bootable. I can also say that its crashing before graphical BCD metro menu with multiple enteries its loaded, its loading for while, its not quick crash, like 10 second.. I have multiple BCD enteries because of my experiments. Im not aware that i did something extra with WIndows install on main parition its stuck to 1803 version, because USB version upgrading problem, some security roll up updates where installed, also constant upgrading update which is failing its running.. and i installed a few "normal" problems to make it more usable, nothing suspicious, i also doubt that i have some virus and same one on my 2 machine. It has to be something ugly. Only thing which i read online about this error is that it could be related to winlogon.exe and csrss.exe but when DISM and SFC run fine, they should be fine. If someone know how Windows 10 UEFI boot sequence is working step by step, it may be helpful. I have bad memory but i maybe tried to set number of processors through msconfig to make boot a bit faster before it broke, i saw it some video.. but because i recreated EFI partition if its some parameter there it should be gone, unless its something saved in registry or other system file. But i have tried the same thing with NVME-USB and its still booting, so its probably not it.. im not sure if WIndows boot its by default multithreaded. When i removed bcd experiments to avoid BCD menu, whole boot is now like 15 second vs 10 second crash before, it be in more advanced phase of booting, but even when bootlog is force for every boot entry and i use textstyle bootmenu instead of metro one, its still crashing the same way.
-
My Browser Builds (Part 5)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
alright it is reproducible now, a fix is pushed to repo: https://github.com/roytam1/UXP/commit/a2da19760ea8610331430c88d50dcadd0950272c -
My Browser Builds (Part 5)
Mathwiz replied to roytam1's topic in Browsers working on Older NT-Family OSes
This page explains what some of the "referer" prefs do: https://notepad.patheticcockroach.com/4256/tweaking-referer-settings-in-firefox-and-tor-browser/ - Yesterday
-
My Browser Builds (Part 5)
Ben Markson replied to roytam1's topic in Browsers working on Older NT-Family OSes
Okay, I'm way down a very strange rabbit hole now. I use an ancient copy of AdBlock Plus (v2.9.1). Using the latest Serpent, if I go to to https://forums.digitalspy.com with this filter active: ||fonts.googleapis.com^ it crashes. Inactive it doesn't crash. The older Serpent is unaffected. Ben. -
My Browser Builds (Part 5)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
can't reproduce. -
imadam0 joined the community
-
New release 74.1.1 "The csp bug is fixed - may enable it. Continue js update also places update" https://codeberg.org/Theodor2/Mypal68/releases/tag/74.1.1
-
My Browser Builds (Part 5)
VistaLover replied to roytam1's topic in Browsers working on Older NT-Family OSes
https://repo.palemoon.org/MoonchildProductions/UXP/issues/2078 (CLOSED some 2 1/2 yrs ago ...) -
Hi, im struggling for quite a long time with 0xc00021a Windows 10 boot error, its UEFI version of WIndows 10, if it matters and i have only EFI partition and one 1 machines not Recovery partition and not ESR 128 Mb service partition, i never needed it for anything and when i upgraded install it was not create, its probably not mandatory same as Recovery partition, because recovery enviroment is in C:\Recovery hidden folder too. I have tried a lot of things, sfc - is fine, dism is fine. Error description is for lots of source of this error.. I have tried to enable ntbtlog.txt, but it seems that its happening before log is create, so i dont have any clues to fix it. It seems to new bug. It happened after some update, i might get out of space during updating, because of app generated 30 GB error file. I had some restore points, but during restoring i got error, maybe because of now enough space and after restore point data disappered and my last full backup is quite old. I have tried manaul BCDedit fixing, all boot fixing utilities which i found - Paragon, EasyUS, Aomie, Dual boot repait, VisualBCD, Bootice, Lazesoft. Bootsec, Hasleo Easy UEFI, including deleting and rebuild EFI partition. I haved tried all boot modes - enable logging, safe mode, recovery, autorepair - there is error hardisk not found.. What is more interesting, i even managed to replicate error on Windows 10 togo on USB-NVME driver, on different hardware.. (intel Z370 + AMD 450 - Ryzen 2600 )Its probably again cause by some recent update, or by some BCD change, because some tools are updating try to fix, all connected BCD by mistake... and im unable to fix it even on USB-NVME install on other computer. Hardware is ok for sure, because its happening on multiple devices, liveCD are booting fine. Im quite sure that is not because some virus. Only thing which im able to ""fix" it is restore whole NVME-USB installation EFI + System partition, restore EFI partition alone is not enough its somehow connected. I googled alot, but found only generic tutorials for classic - sfc/dism / bcd fixing.. Disabling some addional disk or disconning devices is not helping too. I did not found success stories, just people who git complete reinstall or machine reset. Its possible somehow repair WIndows 10 without losing system settings - installed programs, registry settings and normal files? I saw some /auto setup.exe settings, but when i tried setup.exe /auto othre commands, i always get unknow option /auto error.
-
My Browser Builds (Part 5)
Ben Markson replied to roytam1's topic in Browsers working on Older NT-Family OSes
I've given up and gone back to basilisk52-g4.8.win32-git-20250712-3219d2d-uxp-b9ebe5b259-xpmod.7z I've now encountered an insta-crash visiting https://forums.digitalspy.com so I'm thinking something's just not right. Ben. -
My Browser Builds (Part 5)
Ben Markson replied to roytam1's topic in Browsers working on Older NT-Family OSes
Nice idea... :where is working fine, so it's not that. My gut says that hidden="" makes no sense and that it should be hidden="true" but everything is so javascript driven and dynamic that it's hard to tell if what the inspector shows is reliable. Ben. -
Shaq. Lam joined the community
-
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
Go to this page -- https://developer.mozilla.org/en-US/docs/Web/CSS/:where If the "output" pane of the "try it" section is empty/blank, then your first hunch is correct and lack of :where() support is your issue. -
It is recommended to add an option Right-click the taskbar program to execute the closing program command
-
JYBCN joined the community
-
Hello, for a few weeks now I can't get jump lists to show up when right clicking taskbar icons . I need to shift+ right click, I'd like for only right click to work again.