
NotHereToPlayGames
MemberContent Type
Profiles
Forums
Events
Everything posted by NotHereToPlayGames
-
MyPal 68
NotHereToPlayGames replied to Jody Thornton's topic in Browsers working on Older NT-Family OSes
That's how I am with all of my extensions. Meaning - TRUST NONE OF THEM! While I cannot claim to know "exactly" what every line of code does, there are certain things you learn to look for. VORAPIS V3 isn't the only "obfuscation". Dig through Tampermonkey's javascript. I'm not a big fan of Tampermonkey's "default" interface with the phone-home links and the "donation" CLUTTER, all are removed from my Tampermonkey experience. But you have to be careful, the code is "obfuscated" to the point that if you make what is considered a "normal hide" in any other code, you'd break Tampermonkey's functionality in non-related areas of the code. -
Thorium
NotHereToPlayGames replied to mockingbird's topic in Browsers working on Older NT-Family OSes
Nope. -
Thorium
NotHereToPlayGames replied to mockingbird's topic in Browsers working on Older NT-Family OSes
Version is not important. NONE will work in 360Chrome. NONE will work in Supermium. NONE will work in Thorium. NONE will work in Ungoogled Chromium. YOU MUST USE OFFICIAL CHROME OR OFFICIAL FIREFOX if you want Netflix to work with WINDOWS! There is no way around it because Netflix links a "browser" .sig file with your browser's Widevine .sig file. What you are trying to do is bybass the "browser" .sig file - this cannot be done in WINDOWS. It can, however, be done in LINUX. Only OFFICIAL CHROME and OFFICIAL FIREFOX have the MONEY to PAY for the .sig file! 360Chrome, Supermium, Thorium, and Ungoogled Chromium do not have the MONEY to PAY for the .sig file. -
Thorium
NotHereToPlayGames replied to mockingbird's topic in Browsers working on Older NT-Family OSes
I have a strong hunch that PROXOMITRON can spoof this HEADER to make Netflix detect LINUX. But I myself have zero interest in Netflix via desktop computer. The concept of streaming video to a computer monitor versus a television over TWICE the size has always alluded me. "To each their own", of course. -
Thorium
NotHereToPlayGames replied to mockingbird's topic in Browsers working on Older NT-Family OSes
To the best of my knowledge, YES, Netflix requires Widevine. -
My newest YouTube script. People at work know where the "pause" button is on my keyboard. Coworkers think they can pause my background music. So this little script automatically hits the PLAY button three seconds after my music was paused. Becoming quite HILARIOUS when a coworker hits pause and the music turns itself back on with NO INTERACTION. // force Play button window.addEventListener('load', () => { var pollCC = setInterval(checkYTCC, 3000); function checkYTCC() { if (document.querySelector('[title="Play (k)"]').getAttribute('aria-pressed') !== 'false') { document.querySelector('[title="Play (k)"]').click(); } } });
-
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
You can take a VHS and copy it to DVD. That doesn't make it hi-def. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
I already implement that widely-known trick. Even with that, running the MOBILE version on a DESKTOP is "not all that it is cracked up to be". -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
Right there could be your PROBLEM. I haven't tried for a year or so, but the last time I forced my DESKTOP to use MOBILE YOUTUBE, it d#mn near killed my CPU by pegging it 100% where the "normal" non-debloated YouTube ran at only 20%. -
Bingo! I've been blocking js "by default" for over TWENTY YEARS. And I don't do an "all or nothing" approach. If a website (including my banking site) "requires" js, I don't allow the 20, or 30, or 40 js files, nope, I track which 4 or 5 are actually "needed". Remember "NoScript"? It's for people that don't know what they are doing! It's for people that rely on "all or nothing".
- 24 replies
-
- Cloudflare
- Fingerprint
-
(and 3 more)
Tagged with:
-
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
Disable the CHAT SH#T. Why does YouTube need a "chat" feature? -
When I visit this link, the JA4 "fingerprint" CHANGES if I refresh the page! That doesn't sound like a "fingerprint" to me. Maybe it's something with Ungoogled Chromium? Also, the middle section derived from Cipher Suites can easily be RANDOMIZED by a startup script that modifies cipher suites at every browser launch. Much Ado About Nothing, in my opinion.
- 24 replies
-
- Cloudflare
- Fingerprint
-
(and 3 more)
Tagged with:
-
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
I have NO CLUE what "VK" is. Never heard of it. To me, it sounds like a drunken way of slurring out the word "vodka". I downloaded your mediafire version and it is BY FAR THE BEST that I have seen for a NM28+YouTube. NO EXTENSION OR SCRIPT monkey business and YouTube is at SINGLE-DIGIT CPU. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
It hasn't been rebased. Rebasing wasn't a thing back when I used NM27 and NM28. Technically, nowadays I am in the camp where ALL of these UXP-Based browsers are nothing but a "trip down memory lane" and NOT TO BE USED FOR "EVERYDAY BROWSING". Yeah, they're "fun" to have around. But so is a fish tank with a piranha. Here is with only the xul.dll rebased. NOT MUCH BETTER in my opinion. I no longer use UXP and no longer use XP - but this is MSFN and we're all supposed to be diehard XP fans for the next thirty years - sorry, NOT ME, "been there, done that". -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
If you are interested in trying an even OLDER version, my PREFERRED version for NM28 dates all the way back to 2018 and it handles YouTube without any extensions taylored to "improve YouTube". -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
How do you expect us to help you if you cannot even tell us the EXACT version we are to compare with ??? -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
Can you show us the exact version? Or did you mention it and I missed it? -
Like somebody on XP or Vista perhaps? Or, more seriously, somebody that will have twenty lines of defense but disables ten of them so that their "social media" will function.
-
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
I hover around 46% with latest NM28 and my POS computer. Not great. But this is literally "out-of-the-box", fresh download, brand new profile. Adding VORAPIS (I use the TurboLauncher script via Greasemonkey) is likely the best it gets for NM28 and real POS computers. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
<sarcasm font>Is this your swan song?</sarcasm font> I did try your beloved VORAPIS V3 and there are some pros to it. But there are also some cons. I used it for about an hour and ditched it, reverting to my own "tools". There is no "one size fits all" approach. Sorry, there just isn't. Here is what I'm seeing in NM28 "out-of-the-box". https://www.youtube.com/watch?v=HyhFQmSaf0g No issues here. I'll try in a POS computer instead. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
I'm showing as still not fixed. I will need to revert again to July 31, 2023 version of Serpent 52. "Newer" versions are broken when it comes to Restore Session. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
Looks like this was the first post regarding Restore Session. -
My Browser Builds (Part 5)
NotHereToPlayGames replied to roytam1's topic in Browsers working on Older NT-Family OSes
As first reported here, I will now see if the latest version finally works for filling in the table for Restore Session. -
Your ONE TRACK MIND is missing the BIGGER PICTURE. I'm not reducing this conversation to "variations", YOU ARE. I could CARE LESS about the "variations" tag - IT IS BUT ONE OUT OF THOUSANDS OF DATA POINTS. The bottom line is YOU HAVE AN INTERNET FINGERPRINT. PERIOD. YOU want to act like your "variations" tag is proof that you do not have an internet fingerprint. THAT is your delusion. Again, I could CARE LESS about "variations" tag. YOU serve this fingerprinting discussion ZERO WORTH by always always always reducing it to "variations" alone. I'm done. BRING ASTROSKIPPER TO THE CONVERSATION IF YOU REALLY WISH TO CONTINUE. YOU DO LISTEN TO HIM.
-
Here, let's break it down this way. Belgium population as of today per Worldometer is 11,744,248. But only 8.6 million of those 11.7 million are internet users per Wikipedia. 3.6 million are fixed broadband, 3.5 million are mobile broadband. And you know that many will overlap and be both. The 3.6 million fixed broadband are not limited to only these three, but the three biggest providers in Belgium are Orange Belgium, Telenet, and VOO. So just by IP Address alone, those 3.6 million are already narrowed down to 1.2 million. And we haven't even touched user agent or "variations" or OS or browser. Just how many people in Belgium do you think have even heard of SUPERMIUM? I guarantee you that using SUPERMIUM has that 1.2 million narrowed down to LESS THAN A HUNDRED! In all of Belgium! WAY LESS! There are only 2.3k "stars" on the GitHub "insights" page. You really need to make sure that SUPERMIUM "looks like" CHROME and not like SUPERMIUM if you are worried about "fingerprints". An EMPTY "variations" field STANDS OUT LIKE A SORE THUMB!