Content Type
Profiles
Forums
Events
Everything posted by Dave-H
-
Yes, I can add extensions with a button on the Web Store pages, so definitely not "un-Googled"! I will try putting the updated version into a temporary folder and transfer my existing profile to it, and see if it works. If not, no big deal if I have to start from scratch again, although I have saved a lot of (non-critical!) passwords and that sort of thing, which I would rather not have to do all over again!
-
Just yet another quick question @NotHereToPlayGamesabout the new version of 13.5. It says on the first post that the links are "Download links for starting from scratch with a NEW PROFILE:" That implies that they can't be used with an existing profile, is that right? Also I can't remember whether I have an un-Googled version or not! I can use the Chrome Web Store, so am I right in assuming it must be a version that isn't "un-Googled"? Thanks, Dave.
-
Yes indeed, I have sometimes had to revert to older versions because updates don't actually work any more with the browser. I've done that on Firefox a few times, one recent update was to the Avast Online Security extension, which updated and no longer worked in Firefox 52.9 ESR, even though the extensions page for it said that it should do!
-
Instagram videos not working in Firefox 52 ESR?
Dave-H replied to Dave-H's topic in Browsers working on Older NT-Family OSes
I added an equivalent extra second line to the userContent.css code and the videos now appear on Firefox 52.9 ESR. @-moz-document domain(instagram.com) { div._97aPb > div { display: block !important; } div._97aPb > div > div { display: block !important; } div.Igw0E > div { display: block !important; } div.Igw0E > div > div { display: block !important; } However the dots underneath carousels are still missing, and some, but not all, of the videos still look low resolution for some reason, almost like they are small frame size versions blown up to fill the windows. Very strange, but it's better than not being able to see them at all! -
I've been trying to disable that Libre Franklin font just on Digital Spy using UBO. The nearest I've got so far is this filter - https://fonts.googleapis.com/css?family=Heebo:400,700|Libre+Franklin:400,700|Material+Icons That works but seems to go too far, and the site reverts to using Times New Roman. If I remove the reference to "Heebo" it doesn't work at all. Is this actually possible with UBO? I don't want to use its sledgehammer of disabling all web fonts.
-
Disabling the DirectWrite font rendering doesn't seem to make much difference to my eyes. It looks as it should and matches how it looks in Firefox to me whether it's on or off, except for the italics problem, which having it on or off doesn't change. Strangely, the post date stamp being in the wrong place on my second screen grab now seems to be OK, I don't know why it wasn't before when I did the grab. I certainly don't want to override all web fonts with something else, I want webpages to look the way the author intended them to!