- Antimalware, firewall, and other security programs for Windows XP working in 2023 and hopefully beyond
-
ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.2036 rebuild 1
Could you perhaps give me some basic information about the rebase? Perhaps you could give me some parameters/addresses I could test. You're right about Windows XP. It's very dated, but I need programs that only run under Windows XP. I can't run them in a VM either, because the manufacturer's activation no longer works. It only works on my Windows XP computer. I would be grateful for any help.
-
ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.2036 rebuild 1
Yes, I'm already working on that. I've installed version 126.0.6478.261 and am trying to reduce memory usage there. You've had good success with rebasing 360Chrome. I tested this with Supermium's chrome.dll, but the memory usage is higher there. Can you see if you can improve memory usage with rebasing? Or would you recommend a different Supermium version for XP? Do you have any other tips for reducing memory usage?
-
ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.2036 rebuild 1
Can you describe how I have to set it in proxomitron so that it works?
-
ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.2036 rebuild 1
https://www.paypal.com/signin
-
ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.2036 rebuild 1
I have not been able to register on one side for a few days and it shows the error listed in the console. I would like to fix this error with it. Does that work?
-
ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.2036 rebuild 1
Do you have any suggestions for autofill in Polyfill, so I could try it. And maybe even instructions on how to integrate it into Tampermonkey.
-
ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.2036 rebuild 1
Thanks for getting in touch. The test works with Supermium. Do you perhaps have a solution for the following error: Uncaught DOMException: Failed to execute 'querySelectorAll' on 'Document': ':autofill' is not a valid selector.
-
ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.2036 rebuild 1
Either the polyfil doesn't work, or the extension doesn't. Is @NotHereToPlayGames stille here?
-
ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.2036 rebuild 1
Open the link: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findLastIndex and then click "Run." The field should then display "3" as the output.
-
ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.2036 rebuild 1
Does my script work for you for findLastIndex?
-
ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.2036 rebuild 1
I found the following page to test: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Array/findLastIndex I have the following code for this, but it doesn't work: // ==UserScript== // @name Inject findLastIndex // @version 0.0.1 // @description try to take over the world! // @match *://*/* // @run-at document-start // @grant none // ==/UserScript== if (!Array.prototype.findLastIndex) { 'use strict'; Object.defineProperty(Array.prototype, "findLastIndex", { value: function (predicate, thisArg) { let idx = this.length - 1; while (idx >= 0) { const value = this[idx]; if (predicate.call(thisArg, value, idx, this)) { return idx; } idx--; } return -1; } , writable: true, enumerable: false, configurable: true }); } What am I doing wrong?
-
ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.2036 rebuild 1
I once read a description somewhere about how to integrate polyfills with Tampermonkey, and there was also a link to a page that listed various polyfills. Unfortunately, I can't find it anymore. I've installed Tampermonkey, but the polyfills I entered don't work. Does anyone have a description of how to do this correctly and a link to the polyfills? I'd like to continue using the "old" version of 360Chrome because it requires very little memory. Unfortunately, more and more websites are experiencing problems, which I hope to solve with polyfills.
-
My Browser Builds (Part 1)
I have install Tab-Mix-Plus and now all is working. For PaleMoon I have installed the German language pack. But is there another browser with German language pack for Windows XP?
-
My Browser Builds (Part 1)
Hello, I have install NM28XP V28.7.0a1 (32-bit) and have a problem. I have activate browser.showQuitWarning: true in about:config, but it don't inform at close. Can you fix this? And second: Can you add "tab duplicat" in the Tab-Contex-Menu? Do you have a other Browser with a german language-pack for WinXP x86? Greetings Andreas