Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. In standard (not internal developer coding) names it's either VC1 ot AVC (without the "1"). Or it's simple to confuse with AV1, then. What Are HEVC and AVC? H.265 and H.264 Video Codecs Explained HEVC = H.265 AVC = H.264 Details: https://www.tomshardware.com/reference/h264-h265-hevc-codec-definition
  3. ... If you don't want to use a dedicated extension (and I simply find you're just being obstinate without a reason), I'll point you again to: https://issues.chromium.org/issues/40574814#comment23 For a PAC script like the one below: function FindProxyForURL(url, host) { if (shExpMatch(host, "example.com")) { return "PROXY localhost:8079"; } } go to an online base64 encoder and the result you'll get is the string: ZnVuY3Rpb24gRmluZFByb3h5Rm9yVVJMKHVybCwgaG9zdCkgewogaWYgKHNoRXhwTWF0Y2goaG9zdCwgImV4YW1wbGUuY29tIikpIHsKIHJldHVybiAiUFJPWFkgbG9jYWxob3N0OjgwNzkiOwogfQp9 Then, you should add to whatever 360 Loader/launcher you're using below cmdline parameter: --proxy-pac-url="data:application/x-javascript-config;base64,"ZnVuY3Rpb24gRmluZFByb3h5Rm9yVVJMKHVybCwgaG9zdCkgewogaWYgKHNoRXhwTWF0Y2goaG9zdCwgImV4YW1wbGUuY29tIikpIHsKIHJldHVybiAiUFJPWFkgbG9jYWxob3N0OjgwNzkiOwogfQp9 WFM: Caveats: You'll have to re-encode the PAC script and re-modify the switch whenever you add new domains; once the length of the cmdline switch gets too big for Windows Command Shell, this method will quit working... IOW: Use an extension! Addendum: I have verified myself the fact the Chinese have done something wrong with their 360EE browser ; when you correctly configure IE (9 in my case) to use a locally hosted PAC file: and then instruct 360EE to "Use IE proxy", this configuration isn't applied ; OTOH, if you configure IE to use ProxyMII (FrontServer): and then instruct 360EE to "Use IE proxy", this configuration is applied (360EE uses ProxyMII - of course, for ALL secure URLs) ; in this latter case, you can avoid IE completely from acting as a MITM by configuring 360EE to use directly ProxyMII's FrontServer: and selecting this option from its Proxy Context Menu:
  4. Yeah. But your last official release is good on my set up. One issue, though: linkedin now spits a lot of "undefined" tags where the text of posts used to stand. Cheers!
  5. Yesterday
  6. Hey, I apologize for getting back so much later. Device ID: PCI\VEN_168C&DEV_0013 As it has worked before, I am confident that installing after a fresh slate would work - however, I do have many registered programs, settings, and games on this install and would like to avoid reinstalling if possible (easy, but it's time-consuming for me). If by chance there was some type of backup program for 9x that could preserve my registered configurations, I would be more than willing to go this route. I tried Odyssey Client today, but it did not seem to make a difference in my situation. I tried those Atheros drivers, which did specifically list 0013 as a supported ID, but they had the same result as the D-Link drivers I have tried. If I may ask, what do you mean by renaming ESDI_506? I have seen some documentation online regarding this file, but I'm afraid I don't know too much about it.
  7. Off-topic: I wonder who owned x.com before Musk bought it? Surely someone did - I bet they made a bundle.
  8. no idea, could be chipset problem or driver problem.
  9. Even if we got HEVC pass-thru working (on PCs with hardware HEVC decoding) it wouldn't help. You'd need the newest Widevine version to watch DRM-protected streams. No realistic chance of that happening on a browser targeting older OSes.
  10. You have to log in to view that forum. Could you summarize for those of us unwilling to do that?
  11. Wow! The Pale Moon team has to be so nasty (especially Moonbat) towards New Moon users. https://forum.palemoon.org/viewtopic.php?f=66&t=31168
  12. Yep! I noticed that too during my tests. I will correct my post accordingly. Here is my working script for passing only example.com to the local proxy: function FindProxyForURL(url, host) { if (shExpMatch(host, "example.com")) { return "PROXY 127.0.0.1:8079"; } else { return "DIRECT"; } } This script can be enhanced to pass more than only one URL to the local proxy, of course. So, your question has to be answered with yes. It's me.
  13. ... Apologies are in order, it appears to be a "mea culpa" case; I have edited my original post accordingly :
  14. New release: Supermium 122.0.6261.152 (R6) - SECURITY PATCH https://github.com/win32ss/supermium/releases/tag/v122-r6
  15. Anyone else having problems accessing MSFN from Serpent 55 today? It was fine yesterday; today it just loops and never comes up. But in Edge 109 it comes up right away. Edit: Never mind; apparently it's some sort of profile issue. I have no idea how, but somehow my default Serpent profile went haywire and nothing involving Javascript is working on that profile now. I switched to another profile and everything seems fine again.
  16. Proxy Switcher and Manager 0.5.0 is the last compatible to 360Chrome due to the manifest change from 2 to 3 and works great. I tested Direct, Manual Proxy (set here the local proxy 127.0.0.1:8079) and PAC Script, and all worked as it should. So, a working PAC script (not a PAC file but a PAC script under the section Inline) can be inserted directly in 360Chrome. No need to do that in IE8 and no need to activate ProxHTTPSProxy in the system proxy settings of IE8 by inserting 127.0.0.1:8079 there. Simply call up ProxHTTPSProxy.EXE directly from the main directory of my package instead of StartProxy.exe! And that means by using this extension you can also use @cmalex's ProxyMII if you prefer a pure proxy without any comfort. BTW, all that was done in 360Chrome in a few minutes.
  17. Ads are annoying; MS telemetry bothers me as much as some Venusian knowing my detailed medical history. What's curious to me is that you actually care.
  18. so ad's bother you but the fact they can see what you have on your drives does not ?
  19. It's a crime,and will be throw into jail
  20. And @Anbima, IE8 is very old. I wouldn't implement a PAC file there. As @VistaLover already explained, IE8 has poor support when it comes to PAC files loading from disk. Install instead a proxy extension with PAC scripts support in 360Chrome as this browser doesn't seem to natively support it any longer. For example, this one: https://chromewebstore.google.com/detail/proxy-switcher-and-manage/onnfghpihccifgojkpnnncpagjcdbjod, and there are others, too.
  21. With HTTPS and example.com it does not work in IE8 either. Exactly as I have done it, it works in IE8. And it should also be transferred to 360Chrom if I have set "use IE proxy". I would like to save myself additional extensions if there is another "in-house" option. And there will certainly be more websites added in the future, which I can then simply add to. Then everything will be automated. Does anyone have it running with 360Chrome?
  22. Check the correct URL of the website which is supposed to use the local proxy! It should be example.com for testing and not *.example.com. But in the end, I don't understand the whole effort for just two websites. It would be easier to use a proxy extension to switch from the direct connection to the local proxy or vice versa whenever necessary.
  23. I have now integrated the proxy.pac in IE8 and it also works in IE8. In 360Chrome I have activated “use IE proxy”. But it does not work in 360Chrome. If I set a fixed proxy in IE8, this is also adopted in 360Chrome. The proxy is not used. What am I doing wrong? function FindProxyForURL(url, host) { if (shExpMatch(host, "*.example.com")) { return "PROXY localhost:8079"; } else { return "DIRECT"; } }
  24. They? AVC1 = H264 I never noticed any weird artifacts, washing out, brightness or whatever with VP9 specifically though, certainly not in contrast with H264. I only have H264 forced on XP backports of Chromium on XP because it's much slower with VP9 there, lots of frame dropping. VP9 seemed most balanced to me overall, so normally prefer that. Old desktop's CPU is too slow to run AV1 in decent resolution in a browser, so it's not used there. Though Raspberry Pi 5 can handle it OK up to 1080p @ 30FPS. I'm mostly on Mozilla based browsers and noticed in the past, mostly due to messing with roytam1's forks, that their H264 software decoder seemed slightly less efficient than VP9, I don't recall exact details, must have been some performance hiccups, don't even recall if it was the same on official Pale Moon on officially supported OS, so there was that and I prefer to have choice above 1080p, so stayed with VP9 for YouTube.
  25. Twitter/x works very well for me with Serpent 55.0. In about:config I added this string: general.useragent.override.x.com Then overrode with this user agent string: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0 Serpent 52 same thing but it doesn't render as well as 55.0, which is has become far better overall than the older version.
  26. Yes, install WMFDist11-WindowsXP-X86-ENU.exe
  27. Hi y'all, I have been attempting to get Windows Server 2012 R2 on my Surface RT and 2 for a little while now. I am following this guide, but am stuck on step 5. You see, I need to merge all Language Packs into the kb777777-amd64-en-us-admin folder. The problem is that I don't have the -en-us-admin folder after extracting all of the .cab files. However, I was able to find a -neutral-admin folder. So, do I just merge the LPs there? Thanks
  1. Load more activity
×
×
  • Create New...