Leaderboard
Popular Content
Showing content with the highest reputation on 12/29/2023 in Posts
-
Someone knows, does this oldie still work fine? I mean, Cnet still has it listed. https://download.cnet.com/real-hide-ip/3000-2144_4-10907662.html EDIT: t's not based on the nasty OpenVPN. They wrote - the last one is from 2017.4 points
-
I also remember this one, but it's most likely down, it's from 2012. (and it's paid) https://softdeluxe.com/Smart-Hide-IP-2042941/3 points
-
"Do you realise these Polaris/Maxwell GPUs are at least two point two times slower than the slowest next-gen GPUs? Do you realise they have never been 1080p60Ultra go to options, even when released? Do you realise they are so aged it's only possible to sell them if your barter skill is over 70 points or your price is below $50? They lost their value and they have never been more valuable than current gen GPUs, especially $500ish ones (4070 and 7800 XT)." https://www.techpowerup.com/forums/goto/post?id=51667553 points
-
@nicolaasjan I think I have solved the "Annoyances" bug. Here are two screenshots taken from the dashboard of my freshly created mod after updating all filter lists in New Moon 28. This mod contains all current filter lists from the most recent webextension uBlock Origin 1.54.0: Now, I am in testing mode. Hope I won't find any further bugs. Cheers, AstroSkipper3 points
-
Here is a screenshot of uBlock Origin's dashboard taken from my installation of MailNews: So what's the problem? My mod uBlock0_1.16.4.31b2-1.49.2.firefox-legacy-filter-lists-mod-by-@AstroSkipper.xpi works like a charm in MailNews. The problem is definitely somewhere else.3 points
-
and a notice: due to lack of changes in upstream, new UXP based builds will not be available tomorrow.2 points
-
This thread is about browsers for old OSes as you surely know. These OSes can't be updated anymore. And you know that, too. So what is your comment about? All what can be updated here are browsers and extensions. So what is silly regarding this? TBH, nothing. And nobody is forced to use the old stuff, of course.2 points
-
Tripredacus , it says you're from US , so what about DMCA Section 1201 ? "It's Now Legal to Crack Your PC Games..." - By Marcus Yam at tomshardware.com He writes : "Essentially, it comes down to this: "New DMCA rules make it legal ... People may now rip DVDs to show clips for educational purposes, criticism, commentary and noncommercial videos. People may now legally jailbreak their iPhones and root their Android phones without fear that a corporation will rain down upon them. People may now legally unlock their cell phones. (These first three are mostly the result of lobbying from the Electronic Frontier Foundation.) People may now circumvent the copy protection of PC and video games for investigative reasons. This should be a great thing for PC gamers sick of dealing with the DRM of the games they legally purchased. People may now get past software that's protected by an outdated hardware dongle." P.S. I do not know about other countries. Source: https://www.tomshardware.com/news/drm-dmca-jailbreaking-unlocking-iphone,10944.html2 points
-
I should've been more specific , it doesn't even work with the ported DX file. Today I tried to run it on a videocard that has native DX12 (feature level 12_1) and despite what some websites claim (they claim you can run it on a 12_1 feature level card) , it just doesn't run. Says "win 7 is not supported on your current hardware" . But the hardware is supported officially and the game is from official sources.2 points
-
Assassin's Creed Valhalla doesn't work on Windows 7.2 points
-
PC from 2007 ? I think it has it . What is the chipset ?2 points
-
@yoltboy01, better not to quote his link, his github page has games copy protection cracks source attached. Russian hackers' page that crack Securom Digital rights protection or similar. If clicked, it's all in Russian, but one can translate what it's all about.1 point
-
Yep. The more often you visit, the more often you prevent what you are trying to achieve. You cannot attempt to achieve "non-uniqueness" by visiting over and over and over and becoming a "regular" to the wait-staff.1 point
-
1 point
-
value 0 leaves you downloading every font, when available, or staring at a broken page. TOR, I think, uses value 0, since it has an inbrowser cache of fonts.1 point
-
These are the ones I play with. font.system.whitelist is the one I'm dealing with at the moment. Do not seem to do much, but what is found by different tests sites varies and, more importantly, the hash/fingerprint extracted from the fonts varies within tests, if repeated over time with a hardened set up. user_pref("browser.display.use_document_fonts", 1); // default, 0 doesn't expose system fonts, 1 uses all or those set in font.system.whitelist (confirm) user_pref("font.blacklist.underline_offset", ""); // set, original was "FangSong,Gulim,GulimChe,MingLiU,MingLiU-ExtB,MingLiU_HKSCS,MingLiU-HKSCS-ExtB,MS Gothic,MS Mincho,MS PGothic,MS PMincho,MS UI Gothic,PMingLiU,PMingLiU-ExtB,SimHei,SimSun,SimSun-ExtB,Hei,Kai,Apple LiGothic,Apple LiSung,Osaka" user_pref("font.internaluseonly.changed", true); // not sure what this is, appears on settings when the font.system.whitelist is populated, I believe user_pref("font.name.monospace.x-western", "FontAwesome"); // many pages, including msfn, use it for buttons and such. I download those fonts manually, and "install" them in system user_pref("font.size.variable.x-western", 14); user_pref("font.system.whitelist", "Arial, Batang, Cambria Math, Courier New, Gautami, Georgia, Lucida Console, MS Gothic, MS Mincho, MS PGothic, MS PMincho, MV Boli, Malgun Gothic, Mangal, Meiryo, Meiryo UI, Microsoft Himal\ aya, Microsoft JhengHei, Microsoft JengHei UI, Microsoft YaHei, Microsoft YaHei UI, MingLiU, Noto Sans Buginese, Noto Sans Khmer, Noto Sans Lao, Noto Sans Myanmar, Noto Sans Yi, Nyala, PMingLiU, Plantagenet Cherokee, Raavi, Segoe UI, Shruti, SimSun, Sylfaen, Tahoma, Times New Roman, Tunga, Verdana, Vrinda, Yu Gothic UI, Sans-Serif, FontAwesome"); // [HIDDEN PREF] *-* there a number of standard lists out there. I'll play with these for a while. user_pref("gfx.downloadable_fonts.enabled", false); // set *-* user_pref("gfx.downloadable_fonts.woff2.enabled", false); // set *-* user_pref("gfx.font_rendering.graphite.enabled", false); // set user_pref("gfx.font_rendering.opentype_svg.enabled", false); // set user_pref("layout.css.font-loading-api.enabled", false); // set *-* these 5 css.font entries prevent coveryourtracks tests from completing. user_pref("layout.css.font-visibility.level", 1); // set *-* 1 system fonts, 2 is 1+user fonts, 3 is whatever is there user_pref("layout.css.font-visibility.resistFingerprinting", 1); // set *-* user_pref("layout.css.font-visibility.standard", 1); // set *-* user_pref("layout.css.font-visibility.trackingprotection", 1); // set *-* user_pref("svg.disabled", false); // default, otherwise it breaks FB, probably linkedin and YT buttons1 point
-
Try this: https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_microsites.txt1 point
-
I have never used oauth (except on the cellphone(s)). Generally, I quote from common cites in internet, oauth is a method for "access delegation, commonly used as a way for internet users to grant websites or applications access to their information on other websites but without giving them the passwords". Except for accessing email, where you may need the password AND authorization from the owner of the account being accessed (even if it is yours). To access a particular email account, as per my limited experience, this is done by sending you a code from somebody with authority granting you access. This is generally done by sending codes via sms or email. In some of the jobs I had to perform, this meant somebody sending you the code to unblock your petition to access. If they didn't, you couldn't login, and received messages/warnings (in mailnews, and thunderbird before) similar to the one you posted. You need the password and the authorization. In my personal use, I only need to use oath to grant access to mailnews or CarotDAV to the email provider (GG, YH, HM, etc). The last time I had to do such things was a couple of years ago. That is all I wanted and can say. Cheers!1 point
-
@XPerceniol I'm not that good at English, seems to be a love song. I'm not that into Love either, but I congratulate you, that it seems different for you. Greetings from an old, loveless (67+) bachelor. ;o)1 point
-
I didn't notice that as I don't use these filters. I will have a look into that when I am at my desktop computer again. But I'm not at all surprised if incompatibilities occur at some point. Finally, I have transferred the filter lists from the webextension 1.49.2 to the legacy extension 1.16.4.31b2. In any case, thanks for reporting!1 point
-
Guys, Microsoft Edge on Windows 7 is here ( with/without using the extended kernel ) https://github.com/Blaukovitch/Microsoft-EDGE-Windows-7-CRACK1 point
-
I'll add: it's used by cloudfare and instagram uses Canvas toDataURL when uploading a photo. @Sampei.Nihira, canvas fingerprinting in a firefox based browser, this is what they talk about here.1 point
-
With today's Serpent 52's release, I can confirm that Twitter now loads fine. Thanks!1 point
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.5.0-Goanna-20231223.7z Changelog: Out-of-tree changes: * update Goanna3 to git 6e01dc26a1...b3dd358267: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1198209 - Add a "Total Memory" Histogram. r=vladan (8d1e1e9c27) - Bug 1245649: Turn on no-extra-semi. r=markh (75bf2688ed) - Bug 1242975 - Make services/sync eslintable. r=markh (52db54aa21) - Bug 1227956 - Implement Kinto.js OneCRL client r=rnewman (6405ba31ef) - Bug 1216749 - Additional kinto client tests (r=rnewman) (9ab581ce9e) - Bug 1241278 - Record telemetry for notification permission callback usage. r=vladan (a13defaeee) - Bug 1233714 - check the return value of Init() in order to prevent null pointer dereference on cx if it fails. r=smaug (d3cfd4e37b) - Bug 1125325 - Follow-up to stop sending over bad values to the child process when a widget is not available. r=smaug (940f7a7bed) - Bug 1234120 part.1 IMEHandler should request all notifications which are requested by either IMMHander or TSFTextStore when IMM is available in TSF mode r=m_kato (255b15edc7) - Bug 1234120 part.2 TSFTextStore should ignore unnecessary text and selection changes which are caused by composition r=m_kato (7151f0a4e6) - Bug 1234120 part.3 IMMHandler should forget caret position specified by IME when IMMHandler doesn't set caret range to eCompositionChange event r=m_kato (c2984cdef4) - Bug 1198594 The copy constructor of IMENotification should initialize mMessage before calling Assign() r=smaug (7b8acb6f93) - Bug 1219139 - Fix -Wimplicit-fallthrough warnings in dom/events and widget/IMEData.h. r=masayuki (7e7de8caba) - Bug 1242331 part.1 Remove unused methods of IMENotification r=smaug (5ee147f357) - Bug 1233631 - Moz2Dify CanvasBidiProcessor. r=jfkthame. Bug 801176 - part0-v3: Modify Coding Style for 2d Canvas. r=roc (3c5e89d6ef) - Bug 1242331 part.2 Rename TextChangeDataBase::mCausedByComposition to mCausedOnlyByComposition r=smaug (0656bbb16c) - Bug 1242331 part.3 Rename TextChangeDataBase::mOccurredDuringComposition to mIncludingChangesDuringComposition r=smaug (80388277e1) - Bug 1242331 part.4 Add TextChangeDataBase::mIncludingChangesWithoutComposition r=smaug (ac3a1b637f) - Bug 1242331 part.5 TSFTextStore should ignore text changes not caused by composition but not occurred during current composition r=m_kato (f8581a3ba0) - Bug 1224605 - also show the OSK when tapping in focused inputs, r=masayuki (b04cbfa2c5) - Bug 1192248 - Fixed WinIMEHandler.cpp cross compilation. r=masayuki (6fbbedd935) - Bug 1224454 part.1 IMEHandler should generate NOTIFY_IME_OF_BLUR in e10s mode if the focused widget is being destroyed before receiving NOTIFY_IME_OF_BLUR r=m_kato (501587db56) - Bug 1224454 part.2 IMMHandler::OnFocusChange() should cancel remaining composition when given nsWindow is being destroyed r=m_kato (0281f46e22) - Bug 1226148 - reduce flickering and closing when using the OSK tab key, r=masayuki (74d2ec314d) - Bug 1240208 - use inputmode in XUL to get better hinting for IME and on-screen keyboards, r=masayuki,smaug (8520914e2f) - Bug 1236058 - recognize bluetooth keyboard devices when determining whether to show an on-screen keyboard, r=masayuki,f=jaws (f04a187fbc) - Bug 1239744 - no longer automatically show an on-screen keyboard for programmatic focus changes, tidy up osk logic in IMEHandler, r=masayuki (1d9c056e69) - Bug 1245038 - Show on screen keyboard even if tip window is invisible. r=masayuki (9ebcdaaaa0) - Bug 1175631 - Make sure TabParent::GetWidget returns a widget even if it's display:none. r=smaug (d0b0bf9738) - Bug 1143620 - Fix OutWindowOpened flag r=kanru (1ed6fec192) - remove assertion (6f6620dab5) - Bug 1236322 - Part 1: Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in parser/. r=hsivonen (c7ba9fee68) - Bug 1236322 - Part 2: Suppress -Wimplicit-fallthrough warnings in parser/html generated code. r=hsivonen (ff3993a6d9) - Bug 1236323 - Part 1: Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in gfx/. r=nical (d7e66601c7) - Bug 1236323 - Part 2: Suppress -Wimplicit-fallthrough warnings in gfx/ from Skia header files. r=nical (873ca12f22) (074e62376e) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1247362 - move mAnonymousGlobalScope tracing into nsMessageManagerScriptExecutor; r=mccr8 (9b33b54bc9) - Bug 1195881 - Contextual Identity working under e10s. r=tanvi r=sicking r=baku (b3fd69bd92) - Bug 1174624 - Add the Transferable parameter into SendAsyncMessage of nsFrameMessageManager. r=baku (33911dc6f7) - Bug 1174624 - Add PortIdentifier copy code in order to communicate with same process. r=baku (d597f24e20) - Bug 1234176 - Do not send memory pressure events to applications sent into the background. r=dhylands (687f154573) - Bug 1201394 - Remove unused mLRUPoolSize member variable. r=gsvelto (a109934b8d) - Bug 1144132 follow up to fix static check build bustage on a CLOSED TREE with r=me (050f49060e) - Bug 1153394 - make HangMonitorChild::sInstance an atomic variable; r=billm (89e6905f3f) - Bug 1202952 - Fix directory picking for e10s on Windows by making FilePickerParent use the correct nsIFilePicker API for directory picking. r=roc (a7e964d4fa) - Bug 1227312 - Avoid calling FinalizeChildData twice in GenerateCompleteMinidump. r=ted (c29e6786ae) - Bug 1222109 - Initialize mHasGamepadListener in InitializeMembers(); r=cleu (8057137e5d) - Bug 1231498 - ContentParent::RecvCreateWindow() should fail in opt builds if passed bad chromeflags. r=billm (639fb93101) - minor indentation (f5dbd8996c) - fix misspatch (3b306e0084) - Bug 1101264: Truncate long sourceName messages since they can be massive data: URLs. r=bent (c528048e58) - Bug 1233497 - Update test_bug1086684.html to not access CPOWs unsafely inside SpecialPowers. r=mrbkap (d5d161eac2) - align tests (24d98036dc) - Bug 1232931 Return null instead of throwing if swm.getWorkerByID() cannot find the worker. r=ochameau IGNORE IDL for comment only change (17f293f323) - Bug 1186812 (part 3) - Replace nsBaseHashtable::EnumerateRead() calls in dom/{ipc,plugins}/. r=jimm. (a944fa4480) - Bug 1234656 - Add TouchEvent ctor, r=mbrubeck (842245df14) - Bug 1246854 - Remove unnecessary warning. r=botond (7d0532e516) - Bug 1245393 - Measure s{,Default}RootBranch in the Preferences memory reporter. r=froydnj. (be200f9ebe) - Bug 1089232 - Updates nsContentPrefService to take an extra isPrivate argument. r=adw (9ea4fe075d) - Bug 1229519: Fix toolkit/components/contentprefs to pass eslint checks. r=mconley (e48b64448b) - Bug 663570 - MetaCSP Part 6: CSP preload changes (r=sicking) (65700820c1) - Bug 1030936 - [CSP] remove fast-path for certified apps once the C++ backend is activated. r=ckerschb (e9527e9cfc) - Bug 1228497 - initialize 3 members in class. r=christophkerschbaumer (44414e8429) - Bug 1208946 - Strip URIs in CSP reports (r=dveditz) (dd6c18a8ff) - Bug 1247464 - Run CSP report URIs through the URL classifier. r=ckerschb (ebb3570172) - Bug 1242909, r=ckerschb (569de89b26) - Bug 1119565: Ensure that a plugin listener's stream type is always set, even when it is STREAM_TYPE_UNKNOWN; r=jimm (43fb9ebdb9) - Bug 1228116 - Relax Security checks for DTD loads. r=sicking (b77e2c4531) - Bug 1195173 - Use channel->ascynOpen2 layout/style/Loader.cpp (r=bz) (97de97b864) - let-var (fb35f8f50c) - Bug 1226324 - Do not use NS_ENSURCE_SUCCESS(rv, NS_OK) within nsContentSecurityManager. r=tanvi (745ecaf562) - Bug 1221365 - Tests for "Is origin potentially trustworthy?" logic. r=ckerschb,bkelly (1d520ebcc5) - Bug 1132211 - Dispatch an event when <input type=password> is added to a document (including outside of a form). r=smaug (3e9acb8bf3) - Bug 1217766 - All PDFs trigger the insecure password warning. r=MattN,bz (0ea7e35b96) - Bug 1155471 - Mark some members of nsNodeInfoManager as MOZ_NON_OWNING_REF; r=baku (bd47bcea10) - Tests for bug 1200856; r=sicking (454ff8048a) - Bug 1243453 P1 Make nsCORSListenerProxy call UpdateChannel() for internal redirects. r=sicking (f2a45b1997) - Bug 1243453 P2 Test XHR with a non-intercepting service worker. r=ehsan (d83b31ab3d) - Bug 1169233 - Get grey (inactive) text color from menu labels. r=karlt (470155483b) - Bug 1161056 - Gtk3 - use sMozWindowBackground colors for combobox background. r=karlt (4502f5583a) - Bug 1169232 - [gtk3] Add background class to tooltip window to get correct background color. r=karlt (9421a23b1c) - Bug 1219717 - Derive text color/background from GtkTextView. r=karlt (a39cd997ee) - Bug 1241239 - Fix missing 'using mozilla::LogLevel' in nsIdleServiceGTK.cpp. r=karlt (16bacfc530) - Bug 1209659 - Disable client-side decorations on broken Gtk3 versions (<3.20). r=karlt (d5cbd4c0fb) - Bug 540078 - Remove assertion annotations that are no longer needed and add crashtest. (89f33bb00c) - Bug 1168219 - Make nsIWidget::Configuration::mChild a smart pointer on widget/qt too. r=froydnj (0f2f97a31b) - Bug 1234385: Add downloadable blocklist support for between comparison types, by recognizing driverVersionMax when parsing. r=benwa (87617d0fa1) - Bug 1112712 - DOM key mapping for soft1 soft2 and call keys r=schien (3f4360e64b) - Bug 1237691 - Implement Oculus Head Pose Prediction (3f6b0122e3) - Bug 1041882 - Remove Froyo-specific OMX plugin support. r=snorp (eb2f6dd36a) - Bug 1205930 - Tighten up warnings handling in media/omx-plugin/. r=gerald. (86845d720a) - Bug 1153849 - Use MOZ_JPEG_CFLAGS when build libyuv with system jpeg. r=jesup (a38f53057d) - Bug 1240635 - Interpret glyph x-offsets on SVG vertical text paths in the correct direction. r=longsonr (ce90452da1) - Bug 1185266 - Look up painting properties on the SVGTextFrame when painting text frames that are direct children of <text>. r=jwatt (9c89ab71eb) - Bug 1143096 - Init all WebMBufferedParser members - r=kinetik (7df2e4e0c3) - Bug 1231855 - Avoid inserting out of (timecode) order entries in WebMBufferedParser. r=jya (f7806faec4) (b3dd358267) * 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 build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20231223-e95fad7d-uxp-a907bc3c17-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20231223-e95fad7d-uxp-a907bc3c17-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom repo changes: - [SSUAO] follow-up rev b066c224, going down to fx102 for best result for now. (e95fad7d) * 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-20231223-id-656ea98-uxp-a907bc3c17-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20231223-id-656ea98-ia-93af9a0-uxp-a907bc3c17-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild suite repo changes: - [SSUAO] follow-up rev 9e6b1a96, going down to fx102 for best result for now. (1c2368d) for UXP changes please see above.1 point
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20231223-3219d2d-uxp-a907bc3c17-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20231223-3219d2d-uxp-a907bc3c17-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-20231223-3219d2d-uxp-a907bc3c17-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-20231223-d849524bd-uxp-a907bc3c17-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20231223-d849524bd-uxp-a907bc3c17-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20231223-d849524bd-uxp-a907bc3c17-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20231223-d849524bd-uxp-a907bc3c17-xpmod.7z Official UXP changes picked since my last build: - Issue #2405 - Add a pref to disable CSP reporting. (f1f9dde29e) - No Issue - Add full-screen-api.ignore-widgets pref to about:config. (4b68ef14db) - Bug 1868901 (94a892fcbf) - [layout] Always check against fragment length in nsTextFrame (8fe53f59d0) - [XPCOM] Compare return value of readlink in nsLocalFileUnix::GetNativeTarget (8b5c0a9cd9) - [dom] Better handling of aborted websocket workers. (bcbe73119f) - Bug 1736385 - Make sure thread is alive in CacheIOThread::ThreadFunc (600142110d) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes picked since my last build: - [SSUAO] follow-up rev 4b5b374f, going down to fx102 for best result for now. (3dcf458bd0) 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
-
You're very welcome and the only other place I saw status update is https://board.eclipse.cx/viewtopic.php?t=554&sid=b765a2d99c75aae621d1bd3e3e058ff4 But I'm unable to log in over there (I tried several time)1 point
-
Thank you. I have an old account there, so that's where I'll check. Thanks!1 point
-
HI Jody, how are you managing during this holiday season, I hope well. I was posting over at: https://www.xpforums.com/ https://www.xpforums.com/threads/arcticfoxie-notheretoplaygames-360chrome-v13-5.934711/page-6 I hope that answered your question. Have a merry Christmas and happy new year if we don't hear from you sooner. Sal1 point
-
Well, ok, thanks for that suggestion, anyway I plan to keep using 360Chrome until it really stops working on many sites.1 point
-
I already know how to de-timebomb without visiting GitHub. I would advise against sharing or "teaching" how to de-timebomb here at MSFN. That would fall under the same classification as violating an Operating System's activation and MSFN is not here to violate PAID-FOR software licenses. To the best of my knowledge (I don't follow the project), but the discussed browser is planned to be pay-ware (I think that's a word). There is a market for pay-ware modern browsers on XP, so I wish the best of success to the creator. Though I add that I wish the best of success to Supermium also. And to Mypal 68. And everything else out there, lol.1 point
-
Yes, the timebomb's logic is a little off in that it only checks that the year is 2024 or greater, and that the month is August or greater.1 point
-
I thought it was Aug 1, 2024... Wait a few months and it works again... Timebomb again Aug 1, 2025... Wait a few months and it works again... Timebomb again Aug 1, 2026... "Rinse and Repeat"...1 point
-
Wow, I'm really glad another Chrome for XP is in the works , I'll keep an eye out for that. Well, I had read in another forum regarding the same Chromiun, that before it expires, that possibly, we had to use the "RunAsDate" program, is that true, can I put here the source of that other forum?1 point
-
8GB of RAM, Pentium G as the minimum or the second gen of Intel i-Core, preferably a graphics card with 2GB of GDDR5, fast HDD..1 point
-
Try to start the browser from a short named folder, like C:\Chrome.1 point
-
Yep, that's what I said. For transferring all passwords on the same machine and system, the file cert8.db is not absolutely necessary. BTW, I use a Master Password in my old, main NM profile, though. And the file cert9.db still exists, too.1 point
-
In my main New Moon's profile, all three files key3.db, key4.db and logins.json still exist. The file key4.db was last accessed today. Copying these three files was sufficient for me to transfer all passwords from one profile to another on the same machine, system (Windows XP Professional SP3 fully POSReady updated) and New Moon (28.10.6a1 (32-bit) (2023-04-13) installation. Copying the file cert8.db was not necessary, though. Here are two screenshots, one from my main profile and one from the file properties of key4.db: But you are right, in more recent profiles, the file key4.db doesn't exist anymore. I only listed this file if the profile is an older one like mine. Best regards, AstroSkipper1 point
-
Anyway! The files containing all passwords and associated data inside your New Moon's profile folder are: key3.db, key4.db (deprecated) and logins.json. Just copying them from one profile to another on the same computer and under the same operation system (and maybe same New Moon installation) works indeed. I already tested that. But copying them from one computer to a different one is supposedly not working, presumably due to encryption problems. I assume the encryption process is hardware- or system-dependent. Therefore, using one of the mentioned password tools in the last three previous posts is most probably the better way in your case.1 point
-
Any realtek chipset should do just fine ! If you read the ME docs , it says it has it's own mac address , right ? So how it will send any info if it's own LAN is switched off ? Of course, there are newer motherboards that have realtek onboard already installed and the address is known to intel ME , but you will have another card with another address and intel ME won't have any drivers for it ! Checkmate. P.S. I'm sorry , I don't know about 2017 motherboards , my youngest is more than 8 y.o. , as of now. But in theory it should work too ! Just try to use older PCI cards. (not PCI-e). On the other hand , PCI-e should work too . I just didn't test it myself . To answer your question , my chipset is Q87 and ME can't go online with another PCI realtek card ! Another mobo is with Q45 , the same , it's blocked.1 point
-
1 point
-
You're welcome ! I'm sorry for your 30 Euro down the drain . If only you lived nearby ... I could solder them for free . Buy an office Siemens board, where it could be disabled in BIOS , yes , there are some boards like that , for your 775 socket also . A good example would be Q35 chipset boards where Siemens folks made an option to disable it completely , even with a password protected setting , so no one could revert it back! I'm guessing could be found for 10-20 euro max in Germany.1 point
-
Why no shared worker folder, lol ? [one of the most notorious trackers] . I mean, you clean up almost innocent folders/files and not them ??? This is no mocking , just a friendly advice. P.S. Look , even MSFN logs are there , in that folder.1 point