VistaLover Posted February 27, 2024 Posted February 27, 2024 (edited) As an addendum to my previous post, Mozilla do host (on GitHub) "on-line" editions of their PDF.js lib, one targeting "current" browser engines: https://mozilla.github.io/pdf.js/web/viewer.html and another targeting "legacy" browser engines: https://mozilla.github.io/pdf.js/legacy/web/viewer.html Neither of the two works on Ch86/87-based browsers (and on St52) to display the "C0801E.pdf" file, https://mozilla.github.io/pdf.js/legacy/web/viewer.html?file=https://storage.enganchesaragon.com/public-websites/ecommerce/Inst/C0801E.pdf https://mozilla.github.io/pdf.js/web/viewer.html?file=https://storage.enganchesaragon.com/public-websites/ecommerce/Inst/C0801E.pdf while BOTH do when loaded in Ch121-based latest Supermium-v121-hf ... Yes, the browsers "we" use here are more "legacy" than what Mozilla even thought of ... Edited February 27, 2024 by VistaLover 2
Anbima Posted February 27, 2024 Posted February 27, 2024 When I open the following PDF, 360Chrome wants to save it: https://storage.enganchesaragon.com/public-websites/ecommerce/Inst/C0818A.pdf The following PDF is displayed directly in 360Chrome: https://storage.enganchesaragon.com/public-websites/ecommerce/Inst/C0805A.pdf Is it possible to set all of them to be displayed in 360Chrome?
VistaLover Posted February 27, 2024 Posted February 27, 2024 (edited) 45 minutes ago, Anbima said: Is it possible to set all of them to be displayed in 360Chrome? ... With respect , you did not make an effort, it seems, to follow what I have already posted in a previous post ; whether a PDF on-line URI will generate a "Save As" file download prompt (case 1 in your previous post) or the PDF file will be auto-downloaded in the background and rendered+displayed inside the browser's Native PDF Viewer (case 2 in your previous post) is something beyond the user's (initial) control, in fact it's a server-side configuration: the PDF file on the hosting server has been configured with a content-disposition value, by the server admins... In case 2, the value is "inline"; this (alongside a suitable Content-Type header) instructs the browser to handle the PDF file "in-line", i.e display it inside a tab via the native viewer (or via a PDF reader plugin, where applicable); in case 1, the value is "attachment"; this instructs the browser to simply "download" the PDF file to disk, for storage. I have already mentioned an extension in my previous post which changes the "attachment" Content-Disposition value to "inline", but the problem with such an extension is it's not specific to PDF files; other types of files you may want to download to disk (e.g. images, audio, video, etc.) will attempt to be displayed directly in the browser (if the browser is able to render them natively); that's why I said I only enable that extension at will... Edited February 27, 2024 by VistaLover 2
Anbima Posted February 27, 2024 Posted February 27, 2024 2 minutes ago, VistaLover said: ... With respect , you did not make an effort, it seems, to follow what I have already posted in a previous post Sorry, but some of it was too complicated for me, so I didn't understand it. But now I've got it. Thanks. 1
VistaLover Posted February 27, 2024 Posted February 27, 2024 On 2/25/2024 at 7:09 PM, VistaLover said: you want the older v0.0.4, which is still at MV2, for 360EE... Fortunately, that one has been salvaged by crx4chrome : https://www.crx4chrome.com/crx/299038/ 2
Mathwiz Posted March 3, 2024 Posted March 3, 2024 On 2/26/2024 at 10:29 AM, VistaLover said: ... "no sense" is probably only "applicable" to frequenters of these threads, on "legacy" browser engines ; I can assure you that the web designers of that Spanish site did NOT, even for a mere second, think of "backwards compatibility" ; they're probably "trained" to expect each and every eventual user of their service to be running the latest Chrome/Firefox/Safari, where the original "issue" you reported (and generated many additional posts here) is simply non-existent.... It is undoubtedly true that those Web designers don't care one whit about compatibility with any browser other than the latest Chrome/Firefox/Safari! But that's not quite what I meant when I said it made "no sense" for a Web site to host pdf.js on their site. What I meant was, they went to some extra trouble to do this, but got no apparent benefit from going to that trouble! It didn't make their .pdf pages readable on any of the "big three" browsers, since they all can display .pdf's without any help; it didn't speed up displaying of .pdf's; it broke any NPAPI plugins their Firefox users might be using (admittedly, the likelihood of them caring about that is only slightly higher than the likelihood of them caring about us Chromium 86 users); and it didn't save the site any bandwidth (to the contrary, it costs them additional bandwidth to download pdf.js to every site visitor who clicks one of their .pdf links)! So why did they bother? The only reason I can think of is the same one you suggested: On 2/26/2024 at 6:01 PM, VistaLover said: .. one "probable" answer why "enganchesaragon.com" choose to self-host an instance of the Mozilla PDF.js lib to display the PDF files "they" serve is: "They" prefer it over the native-PDF-viewer implementation on users' (mostly Chrome-based) browsers.... Firefox snobs? It sounds crazy, but as Sir Arthur Conan Doyle said through his fictional character Sherlock Holmes, "when you have eliminated the impossible, whatever remains, however improbable, must be the truth."
NotHereToPlayGames Posted March 3, 2024 Author Posted March 3, 2024 7 hours ago, Mathwiz said: It is undoubtedly true that those Web designers don't care one whit about compatibility with any browser other than the latest Chrome/Firefox/Safari! I technically don't agree with this 100%. Not saying it's not true, just saying the entire picture cannot be painted with this one brush and this one brush stroke. I'm not referring to .pdf's but "web browsers" in general. The constant push for "new and improved" isn't being led by the "web designer", it's being led by the hype and propaganda behind "security". "Use our browser! It's more secure then theirs. Just look at our upgrade rate relative to theirs, we find and fix vulnerabilities faster then they do. Use our browser!" Paraphrasing, of course. In regards to .pdf's, totally and completely agree! It makes NO SENSE for a web site to host a "viewer" when Mozilla-based started embedding a built-in .pdf viewer in 2011 and Chrome-based started in 2010. One uses HTML5 and .js. The other uses C++. This would have been Firefox 5 and Chrome 7. Where are we at now? I've lost track because they both update 7 times a day (exaggerating, of course). 3
VistaLover Posted March 4, 2024 Posted March 4, 2024 (edited) 20 hours ago, Mathwiz said: But that's not quite what I meant when I said it made "no sense" for a Web site to host pdf.js on their site. ... FTR, you did not say (rather, write ) the "no sense" part; you actually "said": On 2/26/2024 at 3:32 AM, Mathwiz said: But I still can't understand why one would host pdf.js on a Web page ; the "no sense" "argument" was brought up by Anbima: On 2/26/2024 at 5:33 PM, Anbima said: In my opinion, it makes no sense to integrate a separate PDF viewer here. ... and it was this "argument" by him the portion of my reply you quoted above was addressing ; just as a disambiguation ... 20 hours ago, Mathwiz said: it broke any NPAPI plugins their Firefox users might be using ... If I'm not terribly mistaken , Mozilla were the first to do this thing in their own browser, Firefox, many years ago already: https://bugzilla.mozilla.org/show_bug.cgi?id=1269807 https://www.ghacks.net/2015/10/08/mozilla-announces-the-end-of-npapi-plugins-in-firefox/ https://support.mozilla.org/en-US/kb/npapi-plugins https://support.mozilla.org/en-US/questions/1270346 ... Unless you were referring to the Firefox-based forks "we here" use, which just consolidates my prior argument : On 2/26/2024 at 6:29 PM, VistaLover said: only "applicable" to frequenters of these threads, on "legacy" browser engines Best regards ... Edited March 4, 2024 by VistaLover 1
Anbima Posted May 27, 2024 Posted May 27, 2024 Is the data on the screenshot in the following article transmitted in encrypted form or not? https://msfn.org/board/topic/175170-root-certificates-and-revoked-certificates-for-windows-xp/page/42/#comment-1265969
NotHereToPlayGames Posted May 27, 2024 Author Posted May 27, 2024 2 hours ago, Anbima said: in encrypted form or not? ENCRYPTED. The "padlock" display will not always display correctly in XP. Period. End of story.
stonepark Posted February 22 Posted February 22 "360Chrome v13.5 Build 1030 Redux" worked like a charm. It was the last resort for browsing Internet with win xp 32bits sp2 comfortably. No crash like "360 EE". Only very few incompatible website. Thanks for your work @NotHereToPlayGames But now, after more than one year, more and more sites just don't display anymore. Are you planning to update the web browser some day ??
D.Draker Posted February 22 Posted February 22 15 hours ago, stonepark said: after more than one year, more and more sites just don't display anymore. Are you planning to update the web browser some day ? First, it's 5 years, not 1. The browser has a 2020 engine, it was released in 2020. Second, no, and I quote: "I WILL NOT BE MAKING IT PUBLIC". Source: https://msfn.org/board/topic/186346-i-moved-to-centbrowser-i-feel-happy-about-it/page/5/#findComment-1277544 My humble opinion about that: https://msfn.org/board/topic/186346-i-moved-to-centbrowser-i-feel-happy-about-it/page/6/#findComment-1277577 3
Klemper Posted February 23 Posted February 23 On 11/23/2023 at 7:21 PM, NotHereToPlayGames said: <reserved> And never used for several years.
we3fan Posted March 2 Posted March 2 Hi everyone, In 360Chrome 13.5.1030 Redux r1, every time I try to 'Add Friend' in Discord it shows this Pop-up that says: "Wait! Are you human? Please confirm you are not a robot." hmm. I tried these 6 things: 1. --disable-features=UserAgentClientHint - add friend, still asks me 'are you human' hmm. 2. chrome://flags/#enable-experimental-web-platform-features Enabled - add friend, still asks me 'are you human' hmm. 3. --disable-features=UserAgentClientHint + chrome://flags/#enable-experimental-web-platform-features Enabled - add friend, still asks me 'are you human' hmm. 4. --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36" - add friend, still asks me 'are you human' hmm. 5. --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.85 Safari/537.36" - add friend, still asks me 'are you human' hmm. 6. I deleted all Parameters except Parameters=--user-data-dir="%Profile%" in 360Loader.ini - add friend, still asks me 'are you human' hmm. In Serpent 52 from 2023, when I try to add friend, adds friend OK and does NOT ask me 'are you human', good. Is there something I can do in 360Chrome v13.5, so when I try to 'Add Friend' in Discord - NOT to show me the 'are you human' Pop-up?
Dave-H Posted March 2 Posted March 2 I think that sort of thing is getting pretty par for the course now with 360Chrome, because of its old Chromium version (86). Spoofing the UA string only has limited use now, as many sites use other methods to determine what level of browser you're using. 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now