
NotHereToPlayGames
MemberContent Type
Profiles
Forums
Events
Everything posted by NotHereToPlayGames
-
I personally forbid any of my extensions (or my browser, or my OS, or my text editor, et cetera) from auto-updating. My hunch (without inspecting the script) is that the SaveForm branding is easily disabled directly from within the extension's .js files. Just monitor DNS traffic when that banner pops up then look for that URL within the extension's .js files - I cite as "purely for educational purposes".
-
Same here, no use for it. So unless Dave-H is using it, I guess anything "legacy-related" is off-topic as far as the banner being discussed. I've been unable to replicate this banner. But if it *IS* related to savefrom.net script, I cannot seem to find a good source for it, seems it is basically "abandonware" for my region of the globe.
-
What is the "current" version of uBO Legacy? The only thing I can find is for FIREFOX. Maybe I assumed it, but I'm fairly certain that Dave-H's banner issue on YouTube is in Chrome-based and has nothing to do with Firefox.
-
You have do go all the way back to one version older than 1.32.0. Just how old does one go before you can start calling it "legacy" uBO?
-
More here -- https://www.reddit.com/r/youtube/comments/1fibmm6/why_am_i_getting_this_blurb_ai_summary_ad/?rdt=35830 It seems the issue is the savefrom.net script. Deactivate it and see if you still get the AI Blurb.
-
Do you use OrangeMonkey or savefrom.net extensions by chance?
-
No clue what that is or how to test for it.
-
All of that seems far too complicated. Not because it's "not easy", I don't mind "not easy". But because most people aren't going to sift through a read SEVEN pages long and add over a HUNDRED rules just to browse YouTube! I've never had to do ANY of that and I'm on YouTube 8-12hrs per day here at work. ZERO ads. ZERO banners. ( I do not get the cited banner even with all extensions disabled!) With nothing more than the already-included filter lists that come with uBO (well, with AdNauseum based on uBO). No added "my filters", no hunting down lists from "list sites", no hurdles to jump, no hoops to jump through. I don't even have to use any of the "annoyances" filters.
-
Your screencap shows that you are LOGGED IN to YouTube. I never actually log into YouTube (I go so far as to browse in Ungoogled with TWO profiles, one for "don't care about tracking", one for "block as much tracking as possible"). I YouTube from the "block as much tracking as possible" profile. Do you get this banner even if you are NOT logged in?
-
Unable to replicate. I can't find that banner anywhere.
-
Panda Dome free delays startup to 16+ minutes
NotHereToPlayGames replied to FelixPls1's topic in Windows Vista
That's an AWESOME timing for anybody with OCD! -
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".