
AndreasB.
MemberAbout AndreasB.

Profile Information
-
OS
none specified
AndreasB.'s Achievements
0
Reputation
-
There are no more keys for Kaspersky Antivirus. Therefore, this is now also eliminated. Which antivirus program is still suitable for Windows XP and also gets virus updates? The system should not burden the system too much either.
- 1,226 replies
-
- Security
- Antimalware
-
(and 3 more)
Tagged with:
-
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.
-
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?
-
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?
-
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)
AndreasB. replied to roytam1's topic in Browsers working on Older NT-Family OSes
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)
AndreasB. replied to roytam1's topic in Browsers working on Older NT-Family OSes
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