
NotHereToPlayGames
MemberContent Type
Profiles
Forums
Events
Everything posted by NotHereToPlayGames
-
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
Did you try "none"? I didn't try either, to be honest. But I'm not witnessing the CPU being pegged, only offering possible solution being *animations* because there are SEVERAL animation codes on ebay.de. 118 or so of them! Or roughly half that if you assume that all are defined separately for "moz" versus "webkit". And here, *PROOF* that at least two of their .css resources have been MODIFIED within the last two days. I didn't see any "level 4" pseudo-class "nots", but I stopped looking at 50 of 426 of them. -
Windows 11 Is The Worst Windows Ever Period.
NotHereToPlayGames replied to legacyfan's topic in Windows 11
EOL is just a marketing tactic to SCARE you into thinking you need NEW. EOS (end of story) -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
Here at work, I'm not concerned in the slightest. If I had problems at home, that would be different story. The AdGuard URL Tracking Protection filters work perfectly fine at home. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
I believe you! But "we" haven't shown what has changed! I have more tools at my disposal from home. Do you know how to view the Last-Modified Header of incoming .css or .js? It's pretty easy to PROVE that something has changed. Just saying that it worked weeks ago but does not work today isn't really proof of anything. "Weeks ago" is a LONG time. NM28 is updated WEEKLY. Mypal and Thorium were also both likely updated since the timestamp of the bookmarked link. uBO lists were likely updated. Antivirus was likely updated. You name it... There are a TON of variables to rule out before (blindly) claiming eBay.de "did something on their end". -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
If we are spewing out "speculations" without any SOURCE CODE to back up the speculations, then I myself would suspect some sort of "level 3" versus "level 4" pseudo-class long before suspecting any type of geolocation-based source code differences. ie, something like this: (ugh, will return to post image, need to delete profile pics to make room for paste) -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
I kind of doubt it, to be honest. I would need to see web page SOURCE CODE differences between what you get versus what I get before advancing "conspiracy theories". -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
Agreed. Same observation here. BUT here at work, I can no longer use AdGuard (URL|) Tracking Protection uBO filter lists. I've been meaning to import manually from home but haven't gotten around to it yet. So unsure if those two AdGuard lists would have removed _trksid or not. -
Windows 11 Is The Worst Windows Ever Period.
NotHereToPlayGames replied to legacyfan's topic in Windows 11
I see it a TAD differently. Yes, Windows used to only be the core backbone that everything else just played on top of. But "what I see" is that the computer userbase (only 0.01% of which ever land on a web site like MSFN!) is so "simplistic" and *know-nothing* when it comes to computers that they just run their OS (be it Mac, Windows, or Linux!) with "defaults". I'm fairly certain (but it's been a VERY long time) that even Win98's Windows Update (something enabled by "default") would bring in new "features" that had NOTHING to do with said "core backbone". XP would also bring in new "features" by way of Windows Update that had NOTHING to do with "core backbone". And yes, by LEAPS AND BOUNDS, Win10 (if installed with "defaults") is FAR WORSE. And Win11 extended that "far worse" to "farrer worser" (those are probably not "words", lol). Just how many non-core "stuff" would Win98 have if we-the-consumer got our way and Microsoft still "supported" Win98 by way of WINDOWS UPDATES ??? METRO APPS is what killed Windows as far as "core backbone". If you have them enabled, then you only have yourself to blame for your Windows installing non-core "stuff". -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
Without searching extensively, I could find "shopping history" string identifiers and your URL does not contain them so your shopping history is not being revealed. So odds are, you were not logged in at the time of copy-paste. With something like PROXOMITRON, I could have LITERALLY used YOUR publicly-posted "shopping history" string and shopped ebay "appending" to YOUR HISTORY. Not "easy", but CAN be done. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
I would edit the post and remove the long URL if I were you. I do not have an ebay account and do not visit often enough to know it "inside and out". But I do know that many popular websites basically send a member ID string stored inside a "cookie" and include that member ID string in the URL. Again, I do not "know" ebay, but if you were logged in at the time of copy-paste, then you should at the bare minimum LEARN each and every "tracking parameter" contained in that URL to know if you yourself is comfortable KEEPING that URL "public". -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
Unable to replicate. ebayimg.map doesn't show up in any of my logs even when visiting https://www.ebay.de/itm/186679189985 incognito. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
I for one pretty much assumed that you do. But it still was a gigantic surprise that you posted the link without manually removing the vvveeerrryyy lllooonnnggg aaannnddd uuunnnnnneeeccceeeessssssaaarrryyy pppooorrrtttiiiooonnnsss ooofff ttthhheee UUURRRLLL. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
You need to disable -webkit-animation Unsure your best route to do so (I disable via Proxomitron). You could use a custom style sheet to override. Below should work. * { animation-delay: initial !important; animation-direction: initial !important; animation-duration: initial !important; animation-fill-mode: initial !important; animation-iteration-count: initial !important; animation-name: initial !important; animation-play-state: initial !important; animation-timing-function: initial !important; animation: initial !important; -moz-animation-delay: initial !important; -moz-animation-delay: initial !important; -moz-animation-direction: initial !important; -moz-animation-fill-mode: initial !important; -moz-animation-iteration-count: initial !important; -moz-animation-name: initial !important; -moz-animation-play-state: initial !important; -moz-animation-timing-function: initial !important; -moz-animation: initial !important; -webkit-animation-delay: initial !important; -webkit-animation-delay: initial !important; -webkit-animation-direction: initial !important; -webkit-animation-fill-mode: initial !important; -webkit-animation-iteration-count: initial !important; -webkit-animation-name: initial !important; -webkit-animation-play-state: initial !important; -webkit-animation-timing-function: initial !important; -webkit-animation: initial !important; transition-delay: initial !important; transition-duration: initial !important; transition-property: initial !important; transition-timing-function: initial !important; transition: initial !important; -moz-transition-delay: initial !important; -moz-transition-duration: initial !important; -moz-transition-property: initial !important; -moz-transition-timing-function: initial !important; -moz-transition: initial !important; -webkit-transition-delay: initial !important; -webkit-transition-duration: initial !important; -webkit-transition-property: initial !important; -webkit-transition-timing-function: initial !important; -webkit-transition: initial !important; } -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
-
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
You're not looking hard enough. Page 1 of this "Part 5" discussion is all basically on-topic. Tons of OT on Page 2, on Page 3, on Page 4, and that's where I stopped. TONS of OT here, Mr. OT Police. And yeah, same goes for "Part 1", "Part 2", "Part 3", and "Part 4". GOOD THING TOO, it's actually ROYTAM'S THREADS that brought me here to MSFN. No clue what my search-engine search was at the time, but the ROYTAM THREAD was in the TOP THREE for the results. Been here ever since. But YES, to your point, maybe some days I should just READ instead of TYPE. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
That basically kind of makes my point. MSFN will not teach you how to debloat XP, Vista, 7, 10, 11... People that truly want to learn that don't land here at MSFN. Sorry, they just don't. (At least I certainly don't see it!) Most of us forget that XP was also a very HEAVY operating system with a lot of "bloat". We just had 20 years to get it to our liking and only want to spend 20 minutes to get our next OS "to our liking". -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
<edit: add OT tag> My conclusion here is that "computer enthusiasts" do NOT end up at MSFN. Sorry, they just don't. A "car enthusiast" is someone that owns and upkeeps a "classic" car - you would NEVER hear that "enthusiast" complain, biatch, moan, and whine that their "classic" cannot "do" the same things that a "modern" car can "do". Again, just "my" conclusion, but what we have here are NOT "computer enthusiasts". Sorry, been there, done that. I was on XP up until just this year. I quite literally removed my last strangle-hold (my Acer Aspire One POS) from daily-use just yesterday (replaced with an i5 which still does not qualify as "modern"). It's time for us to face facts and ADMIT that "we" are NOT "computer enthusiasts" !!! !!! !!! Calling ourselves such is a Red Herring !!! !!! !!! Cheap? Frugal? Nostalgic? Dance to the rhythm of our own drum? These all define "us" better than PRETENDING to be "computer enthusiasts". My brother is a "phone enthusiast". Where I do not own a phone! No land line, no mobile, no "burner", NO PHONE AT ALL. He will "upgrade" three or four times a year! Sure, not "every" year, but still. That (to me) is the STUPIDEST thing I've ever witnessed! Like trading in a car and taking *depreciation* up the, um, well, the area where our body exits waste. We are not "computer enthusiasts". CHEAP is a better word. But none of us will like the negative connotations that it seems to carry. Sure, there are countries that are impoverished and those countries receive donated XP Era computers from other countries that are not impoverished. But again, let's face facts, the countries receiving these donated computers DO NOT define themselves as "computer enthusiasts". They thank us for the donation and grin ear to ear for their gift. A "car enthusiast" has five or six of them when the average person has only one or two. A "phone enthusiast" has five or six of them when the average person has only one or two. A "XP era computer enthusiast" has five or six of them when the average person has one or even ZERO of them. But the OT Police will be here shortly. So off I go, lol... -
I'm Sorry For My Past Actions On Here
NotHereToPlayGames replied to legacyfan's topic in General Discussion
Not everyone. https://en.wikipedia.org/wiki/E._E._Cummings -
Ublock Origin Lite (MV3) vs AdGuard MV3 Chromium Extensions
NotHereToPlayGames replied to a topic in Web Browsers
This won't mean anything to you unless you also use PROXOMITRON, but uBO doesn't "see" googlesyndication because PROXOMITRON removes it before the browser ever has a split-second chance to even see it. -
Ublock Origin Lite (MV3) vs AdGuard MV3 Chromium Extensions
NotHereToPlayGames replied to a topic in Web Browsers
No I do not. "To each their own." I know how to test for list interference. My lists are fine, but thanks for the concern. You make the MISTAKE of assuming uBO is my only defense. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
I'm at the age where I don't really have a use for the bloated modern web. I do not have a Facebook account. I do not have an Instagram account. I do not have a Twitter/X account. I watch news on TV instead of read online. Et cetera. So I guess from that paradigm, I kind of have no clue just what "bloated" really "is" and/or "means". Oh, wait, I do YouTube "nowadays", I can count that as "bloated". BUT... I disable the "chat" sh#t. I block the ads. Et cetera. So even YouTube doesn't feel "bloated" to me. I mean, come on, do we live in such a world of "social media" that people visit YOUTUBE to watch a music video and then post "comments" in some stupid "chat section" ??? If so, I guess it's official, I have turned into my grandpa and I'm "too old for this sh#t", lol. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
I really don't see anything different between this decade, last decade, and the decade prior to that. I bought my first computer in 1991 - and that predates the existence of javascript. Sure, prior to that it was a Commodore 64 - and yep, I had internet on that ol' C64 that dad bought us circa '83 or so. Web sites thought they were being "cute" if they employed Shockwave, or Flash, or Java, or ActiveX, or VBScript, or scrolling/blinking text, or background MIDI music. Even back then, there were 10% of us that knew how to block/disable these ANNOYANCES. Why did we hunt down ways to block them? Because they crashed our browser or consumed all of our RAM or pegged our CPU. Then javascript was introduced. And with it came the advent of pop-ups and pop-unders. With only 10% of us knowing the difference between a pop-up and a pop-under. Or even knowing something like a pop-under is even a thing. Very quick to the scene was "ad-blockers" to assist the 90% that didn't already know how to prevent them. But that 10% still had tricks up their sleeves that the 90% were totally clueless on. The 90% only cared about pop-up ads. The 10% knew about HOSTS files and third-party cookies. But it was still only 10% of the total global internet user. I say that even nowadays, it's only 10% of us. Where does that number come from? Sure, I admit that it's kind of plucked from my butt. But if I go to the Chrome Web Store and visit uBlock Origin, it cites 40,000,000 users (40 million). A Google for "how many internet users globally" returns an AI Overview citing 5,520,000,000 users (5.52 billion). 40 million is only 0.72% of 5.52 billion. But that's also just uBlock Origin. We also have Privacy Badger -- a tiny 1,000,000 users per CWS. And AdBlock -- 63,000,000 users per CWS (okay, I would have assumed uBO to be higher than AdBlock). 63 million is 1.14% of 5.52 billion. Ghostery -- a tiny 2,000,000 users ber CWS. Factor in that for every 72 CWS users (Chrome+Edge), there is another 28 using Safari, Firefox, or Opera. You can see where I'm going. Assuming that 10% of the global internet userbase is "debloating" their internet experience is probably a very *HIGH* estimate. Sure, some searches will tell you that 31% to 36% of users use ad blockers. But blocking an ad and "debloating" are not the same thing. -
WidevineCDM on Windows 7, 8.0 and 8.1 in 2025 and later.
NotHereToPlayGames replied to mjd79's topic in Web Browsers
I still prevent components from updating via --component-updater=url-source=0.0.0.0 -
WidevineCDM on Windows 7, 8.0 and 8.1 in 2025 and later.
NotHereToPlayGames replied to mjd79's topic in Web Browsers
Yep, that's the one. I never realized that it turns off Widevine since I never really use it. But I do want to be able to fallback and be able to use it if the need ever does present itself. I tend to not use group policies since my browser(s) is(are) "portable" and may end up on any one of 300-some lab bench log-ins at work. Much easier to migrate a portable archive then to group-policy hundreds of lab benches where only a dozen of them have Admin Rights. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
I'm not sure that I agree. At least not 100% agree. Maybe closer to like 60% agree. I remember the days when all websites basically looked like a "newspaper" rendered on my computer screen. Basically all web sites looked IDENTICAL. A picture or two here and there, everything else just text. "Creativity" only stemmed from if the text "overlayed" the images or if the text "wrapped around" the image. Or 3 or 4 columns of text instead of just 1 or 2. There were no "shadows" to frame borders, there were no "anti-alias" fonts, there were no fade-ins, et cetera. The only way designers could make there web design not look IDENTICAL to everything else out there was to use STUPID things like "marquee" to add something that MOVED (ie, scrolling text). If a web designer really got creative, they employed Macromedia Flash and Java applets. And if you don't remember Flash and Java pegging your CPU to 100%, then you kind of don't really remember what the web was like before javascript (invented in 1995, mainstream by the early 2000s). Yahoo Games was Flash and there were games that could lock up the PC of the era. Geocities was javascript. I don't recall ever being locked up by a Geocity web site. I began using Proxomitron way back in those days! Originally hosted on a Geocity web site. Also on some Yahoo Groups web sites. The web "pre-javascript" was also BLOATED and HEAVY. Early days of fade-ins, big animated .gif images, hi-res banners on 56k modem transmissions. No offense, but the web has always always always had content that would lock up a PC that wasn't "top-of-the-line". Has it gotten worse? I'm not so sure, to be honest. Because back then, it was 10% of the total consumer population that knew how to block that stuff and joined web sites to converse with "birds of a feather" that flock together. Is it really that much different nowadays? I kind of don't think so... It's still 10% of us, but today we flock together at cites like this instead of Geocity or Yahoo Groups.