Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/11/2023 in Posts

  1. I've no answers, but you're brave for visiting New Reddit with an UXP browser. This one's not the highest, some other Reddit pages put browser in the loop where it puts 100% load on one CPU core. Must be bad for laptop battery and electric bill.
    2 points
  2. Life's good, life's fun, I just got back from holidays, and everything couldn't be better!
    2 points
  3. Manifest 3 to manifest 2 converting https://groups.google.com/a/chromium.org/g/chromium-extensions/c/GMWU8ZDALSs Someone, who calls himself "Carlos" wrote: "Currently working on an npm package which can convert the manifest file from v3 to v2 and handle other compatibility issues. Let me know if you are interested" https://apps.jeurissen.co/contact
    2 points
  4. I've often wondered if I should "share" my Win10 mod's. I will not! But I have often wondered what kind of "traction" or "userbase" it would add to MSFN. But alas I also thought that with 360Chrome and the harsh reality is "we are a dying breed". Win10 works perfectly well on "older" hardware. No! Not 20yr old hardware! But works perfectly well on 10-15 year old hardware! Unfortunately, MSFN only gets new members trying to turn their "older" hardware or "older" OS into a GAMING PC - MSFN is not a "gaming communitiy" (we have several gamers, I am not amongst them, but "gaming" isn't MSFN's 'bread and butter'). These new members last a week, if that! Then it's back to us "regulars". Unsure what our average AGE is, but something tells me it's way over mid-40s. Do we even have a section dedicated to SMART PHONES? That is the ONLY thing that "kids these days" even USE! But why would we have a section dedicated to SMART PHONES, wouldn't we need a "mobile version" of the web site for them to even visit? I say that with so many Stylus tweaks applied to MSFN that I kind of forget what it is "supposed" to look like - my view would work on a mobile device but it is FAR from the "default" layout.
    2 points
  5. ... Connecting to various "*onlyfans.com" hostnames through HTTPS with ProxHTTPSProxy as the MITM shouldn't be a problem per se : But in the actual browser (i.e. with a DIRECT connection), the secure connection to "https://ws2.onlyfans.com/ws2g/*" is being upgraded/redirected to a websockets connection, for actual OF content (images, videos, webfonts, etc.) to be correctly loaded/displayed: "https://ws2.onlyfans.com/ws2g/*" => "wss://ws2.onlyfans.com/ws2g/*" In my short tests, this is where ProxHTTPSProxy fails: ... apparently nothing related to "newer" cipher suites and decryption ... ... You're welcome ; even better thing is when wishes actually come true ...
    2 points
  6. Life sucks and then you die. Why even bother? Life Is Hard and Then You Die – Quote Investigator® Quote by Denis Leary: “Most people think life sucks, and then you die....” (goodreads.com) Another day, another month, another year...
    2 points
  7. and "rule of law" is officially a joke now. https://hongkongfp.com/2023/08/10/hong-kong-leader-should-outweigh-courts-in-national-security-matters-govt-says-after-protest-song-ban-rejected/
    2 points
  8. New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.8-Goanna-20230812.7z Changelog: Out-of-tree changes: * update Goanna3 to git cc81aca6b2...6e095708be: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1239403 - Add JSFUN_HAS_REST flag to JSFunctionSpec entries for self-hosted builtins with ...rest parameters. r=jandem (72ed527b81) - Bug 1238548 - Make GCRuntime::setParameter() fallible r=terrence (52a5bd8044) - Bug 1247679, part 2 - Null check inside TraceCallbackFunc::Trace. r=smaug (ebad38ad73) - bug 1241453 - switch MaiAtkObject to use AccessibleOrProxy r=davidb (42d09b21da) - bug 1241453 - switch MaiHyperLink to use AccessibleOrProxy r=davidb (61a1799bc3) - bug 1241453 - add an AccessibleOrProxy class r=davidb (7882027a59) - bug 1243077 - add AccessibleOrProxy::IsNull() r=davidb (91bf2962a5) - bug 1203861 - use strncmp() instead of nsCString.equals() to compare names r=davidb (1a4f043375) - bug 1243077 - simplify GetRoleCB some r=davidb (37e4ac2e23) (6e095708be) * 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/kmeleon76
    1 point
  9. 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 http://o.rthost.win/basilisk/basilisk55-win32-git-20230812-31ab494c3-xpmod.7z Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20230812-31ab494c3-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #2282 - - Properly implement Performance Timeline Level 2 w3c spec. https://bugzilla.mozilla.org/show_bug.cgi?id=1539006 Do not throw from PerformanceObserver.observe when none of the entryTypes are known. https://bugzilla.mozilla.org/show_bug.cgi?id=1403027 Implement PerformanceObserver::takeRecords(). https://bugzilla.mozilla.org/show_bug.cgi?id=1436692 "server" is not a valid PerformanceEntry type. https://bugzilla.mozilla.org/show_bug.cgi?id=1463065 Fix a null ptr crash in PerformanceObserver::Observe. https://bugzilla.mozilla.org/show_bug.cgi?id=1631346 (dd4c0a44) (703f809bf) - import from UXP: Issue #2026 - Follow-up: Support Big(U)Int64Array in crypto.getRandomValues. https://bugzilla.mozilla.org/show_bug.cgi?id=1718932 (6464b061) (8c76e56b5) - import from UXP: No Issue - Fix building with --enable-js-lto Needed to include jscntxt.h due to de-unified building. (0e1816aa) (adf6d8613) - sync SSUAO with UXP. (bbf1257b6) - import from UXP: Issue #2172 - add missing RegExpShared TraceKind declaration (cd1920af) (1e41dc124) - import from UXP: Issue #2172 - ensure pointers in RegExpShared are updated after GC compacting (88939973) (62925a72f) - import from UXP: Issue #2172 - add null zone sanity checks (dc5702a0) (31ab494c3)
    1 point
  10. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20230812-3219d2d-uxp-08a62b0b06-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20230812-3219d2d-uxp-08a62b0b06-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-20230812-3219d2d-uxp-08a62b0b06-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-20230812-d849524bd-uxp-08a62b0b06-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20230812-d849524bd-uxp-08a62b0b06-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20230812-d849524bd-uxp-08a62b0b06-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20230812-d849524bd-uxp-08a62b0b06-xpmod.7z Official UXP changes picked since my last build: - Issue #2282 - - Properly implement Performance Timeline Level 2 w3c spec. https://bugzilla.mozilla.org/show_bug.cgi?id=1539006 Do not throw from PerformanceObserver.observe when none of the entryTypes are known. https://bugzilla.mozilla.org/show_bug.cgi?id=1403027 Implement PerformanceObserver::takeRecords(). https://bugzilla.mozilla.org/show_bug.cgi?id=1436692 "server" is not a valid PerformanceEntry type. https://bugzilla.mozilla.org/show_bug.cgi?id=1463065 Fix a null ptr crash in PerformanceObserver::Observe. https://bugzilla.mozilla.org/show_bug.cgi?id=1631346 (dd4c0a44b6) - Issue #2026 - Follow-up: Support Big(U)Int64Array in crypto.getRandomValues. https://bugzilla.mozilla.org/show_bug.cgi?id=1718932 (6464b061c3) - Issue #2285 - Ensure we don't try to treat non-DOM-Node event targets as such, https://bugzilla.mozilla.org/show_bug.cgi?id=1440809 Fix crash on https://beeper.notion.site (42b2de6fe9) - No Issue - Fix building with --enable-js-lto Needed to include jscntxt.h due to de-unified building. (0e1816aa4c) - Issue #2172 - add missing RegExpShared TraceKind declaration (cd1920af58) - Issue #2172 - ensure pointers in RegExpShared are updated after GC compacting (8893997378) - Issue #2172 - add null zone sanity checks (dc5702a0f2) Official Pale-Moon changes picked since my last build: - [Pale-Moon] [SSUAO] Update Chase override (4bbb81d78e) - [Pale-Moon] [SSUAO] Add dictionary.cambridge.org override (ca3e82a227) - [Pale-Moon] [SSUAO] Fix several dictionaries to not include the Goanna slice. (fafbea8f15) Official Basilisk changes picked since my last build: - [Basilisk] [SSUAO] Update chase.com override (85a5c58214) - [Basilisk] [SSUAO] Add dictionary.cambridge.org override (4a98d682de) - [Basilisk] [SSUAO] Dictionaries really do not like the Goanna slice... (b27c5cf236) 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
  11. So I went further and patched all files supplied in the win7 Plat. update, including d2d1, no errors shown in the game, but still no texts. The game hooks them up just fine and they are loaded fine. Ideas?
    1 point
  12. Vista SP1 was the first iteration to support it, at least documented as such. I never tried it. As for whether or not Windows 11 Setup would automatically setup up the proper BCD, I'm not sure. You may be able to manually create one, or use a different bootloader.
    1 point
  13. it's a newly released browser and nobody requested this so far https://github.com/win32ss/supermium/issues
    1 point
  14. I already explained an issue with wallapop and minimumFractionDigits/maximumFractionDigits, need to do some search & replace in served JavaScript with Proxomitron or similar. The issue is currently in https://uk.wallapop.com/_next/static/chunks/9153-b1a4057bd47ff04a.js. Find: {style:"currency",currency:n,maximumFractionDigits:r} And replace: {style:"currency",currency:n,minimumFractionDigits:r,maximumFractionDigits:r}
    1 point
  15. Last JWPlayer for Flash 5.10 https://www.dropbox.com/scl/fi/mweoizjmi5b98dtsnsu4j/player22.swf?rlkey=kk6pwlwouw3hcjbtecw096t9n&dl=1 http://www.makeavoice.com/jwplayer/mediaplayer-5.10/readme.html First Youtube player https://archive.org/details/adobeflash-player2 Evolution player of Youtube https://imgur.com/a/ckl69 maybe it will work http://sebaro.pro/contact/#grey_rat@2023-08-07/22:06
    1 point
  16. Will there be an ungoogled version? I think it was asked in the past but I don't recall seeing a definitive "yes or no".
    1 point
  17. There's mobile section. It's already "mobile" if you visit it from such device. Responsive design
    1 point
  18. and need to be running a 64bit edition of vista and the HDD or SSD must be formatted with GPT partitions for UEFI booting
    1 point
  19. 1 point
  20. XP can't properly read, decipher modern certs, even though the import was a success. It's just can't. No matter what format used. As for Manifest V3 to Manifest V2 https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/switch_mv3_to_mv2_manually.html
    1 point
  21. I think that cmalex specifically asked for such examples : The last not working site I can remember at the moment was https://onlyfans.com/. And there were definitely more in the past, of course. However, I didn't log them.
    1 point
  22. Just to be as correct as possible the quoted above is what I said. In general, the rule "the more recent the better" does not always apply, of course.. Otherwise, I would certainly no longer have a 23-year-old computer. Anyway! Thanks for your clarification! Thanks! Wishes are always a good thing.
    1 point
  23. The CSV file format is not appropriate for export/import of certificates. You have to use a real certificate file format like .crt or similar.
    1 point
  24. The Last of Us: Part I Genres: Action, Shooter, Stealth, Third-person, 3D, Horror This game requires Windows 10/11 Does someone have a ready solution? thanks.
    1 point
  25. Just loaded Kafan into a VM and wow, that is annoying and I couldn't find a way to fix it either.
    1 point
  26. ... I don't think, personally, an apology was owed ; those who follow closely this thread should have already been aware of the original post mentioning Kafan (albeit in a 360EE topic): FWIW, I, too, dislike this "behaviour" and, to this day, have not found a way to override it ...
    1 point
  27. Sorry. I forgot to say, I am talking about Kafan MiniBrowser, not 360 Extreme Explorer.
    1 point
  28. He means that whenever you type a website (www.google.com, for example) in the address bar, the website opens in a new tab instead of opening on the same tab.
    1 point
  29. Folks, this post was asking how to solve a specific problem with Kafan MiniBrowser - not to start an argument over which XP service pack is fastest. I have the same question. Anyone have an answer?
    1 point
  30. Totally agree, I can't imagine this world without iguanas.
    1 point
  31. Hello guys, although it has been said that Kafan MiniBrowser is heavy for old computers, its the one that works best on my PC. I tried all the browsers listed here. I still choose Kafan. However, it is very annoying that it opens a new tab every time I type a link. Any idea how to solve this? some chrome://flags/ change perhaps? Thank u very much in advance!
    1 point
  32. I wouldn't want to try my luck with it. Enough products from farmers here.
    1 point
  33. Hello, nice to see really new faces here, please tell us something we don't already know, anything you are comfortable to share with us. Enjoy your stay!
    1 point
  34. And seeing how you all politely ignored her age, it tells me - yes, she's old and I need to find a new one, which again puts some stress because I'd need to find the best one again, 'cause I can't settle for an ordinary one.
    1 point
  35. I'm mentally drained, sorry. Can't properly process the information . I've been under a lot of stess lately, due to my girlfriend now beeing 26 y.o. old.
    1 point
  36. That would be misunderstood politeness! Even though English is not my mother tongue, scientific contexts must be presented correctly, otherwise it would be worthless. That's how it should be in the natural sciences.
    1 point
  37. Polite people, maybe ? Or just simply stupid or under-educated ?
    1 point
  38. No one really noticed that my physical interpretation of Einstein's world-famous formula was not formulated correctly. Energy and mass are proportional to each other, not energy and matter which wouldn't make any sense. Anyway! I quickly corrected that.
    1 point
  39. I know Iguanas have a real third eye. I mean fully functional. It's hidden under semi transparent skin.
    1 point
  40. I wrote "trust me" regarding the smiles you use. I meant, trust me, I noticed you use them, lol, not regarding my knowledge, powers or energies. As for the energy, I could move objects, but the last time I did was like in 2001 or so. Maybe I still can ? I dunno. But I surely used the spellbook to enchant the items, the ones I went to the front with. My gear and my shiny piece. Did it help ? One could argue, but I'm still alive, as you can see.
    1 point
  41. Well, he lives under one of the most oppressive regimes, in a communist country, so it's understandable. Though I agree, it may be hard for you to understand. We never lived under such conditions. I remember he wrote he uses a PC from 2001 or so. Poor fella. And the laws you mentioned, I don't think they are valid in his country.
    1 point
  42. @D.Draker, I trust you, of course! And on the subject of energy, energy is everywhere. Matter is energy. Think of Albert Einstein's formula E=mc²! It means the energy contained in matter is proportional to its mass and can be transformed from one into the other and vice versa at any time. I know a lot about energy in the sense of the natural sciences. But I don't really believe in energy charged objects like an amulet, a chain or anything else for protection. Sorry, my friend! I do not believe in anything! I'm rather rational, logical and strictly scientific. At least most of the time!
    1 point
  43. Dixel taught me tricks and hacks mostly. His specialty borders very close to let's say "hacking", so no good for open forums. He is not a hacker per se, he was not hacking software, but the modifications to launch ,let's say a game which was originally blocked from running on Vista, the developer may not like it, even if the game was puchased officially . The same goes for browsers he modded. The licence forbids modding the code, in case you didn't know. This is all a very thin line, I'm also being cautious and don't upload anything ready made and decided not post the famous Dixel's tutorial on how to lauch modern games on Vista. This is all a very thin line. And in any case, like @AstroSkipper wrote, we don't make money from it. So why to risk ?
    1 point
  44. We still have the marvellous @jaclaz !
    1 point
  45. ProxHTTPSProxy is easy and great. Read my first post in this thread and my short tutorial from here: What I need now are further ideas, tips, suggestions or at its best, solutions for my question!
    1 point
  46. I have heard a lot about AutoIt. I'll take a deeper look into it the next days. But, what about the processor load of such a loop using AutoIt?
    1 point
  47. Hi @jaclaz, closing or killing a process can be done in different ways and is not the subject of my question. My question was I need ideas how to create one exe or bat file which activates the proxy ProxMII in the IE LAN settings, runs it, and deactivates its LAN settings when the proxy is closed manually by the user. Activating and running this proxy is no problem, but deactivating by closing the proxy is definitely a problem for me. Cheers, AstroSkipper
    1 point
  48. Evil Microsoft have removed that package (VCForPython27.msi) last April (2021) ... Fortunately, WebArchive have salvaged it below: http://web.archive.org/web/20210414074322/https://www.microsoft.com/en-us/download/details.aspx?id=44266 http://web.archive.org/web/20210106040224if_/https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi Digitally signed (SHA1, WinXP compatible) on Sep 29th, 2014 ...
    1 point
×
×
  • Create New...