Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/15/2019 in all areas

  1. I released Extended Kernel v3.0d * Installer is improved. * TLS1.1/1.2 support *Download Folder Support. ・GDIPLUS・MSXML6・JSCRIPT9 update ・add functions in KERNEL.DLL GetLocaleScripts GetStringScripts VerifyScripts ・add functions in ADVAPI32.DLL EventProviderEnabled EventSetInformation EventWriteEndScenario EventWriteStartScenario EventActivityIdControl EventWriteString EventWriteTransfer EnableTraceEx ・wevtapi.dll bug fix ・WindowsCodecs.dll/wmphoto.dll (WIC) upgrade to Windows 7 compatible
    4 points
  2. OT: it seems that my new rig win7's status is somewhat bearable for daily use, may swap-in in next week.
    3 points
  3. Thanks! You totally imitated my style, too, so if !'d missed your note, I might have wondered a while about when on earth did I add that line . FWIW, there could be more stuff like that for branched browsers, my focus was always on mainline Firefox.
    2 points
  4. instagram.com##div._97aPb > div:style(display: block !important) seems to work for me on ESR 52 right now (in conjunction with having 56.0 in the UA). (I'm not crazy about using the non-specific child thing in there, but that other div has no class of its own, and _97aPb doesn't seem to be used elsewhere, so hopefully this won't break anything else.)
    2 points
  5. @-moz-document domain(instagram.com) { div._97aPb > div { display: block !important; } } is what it should be in userContent.css. I don't use userContent.css myself and I guess I figured people would just plug the (entire) changed part into userContent.css based on the previous example. Not that \i blame you, I've made plenty of similar mistakes copying code from one kind of syntax to another. (Edit: And even in my last 2 posts here, I've somehow managed to write !'d instead of I'd and \i instead of I That's actually kind of mysterious, though I guess an irregular sleep schedule can do that to you...) The full UA I'm using on Instagram is Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0 but only the 56.0 part I gave above should matter.
    1 point
  6. Thanks @mixit! I now have this in userContent.css @-moz-document domain(instagram.com) { div._97aPb [role="dialog"] { display: block !important; } } How strange to have a trailing space in the div name! I had tried that div name before and it didn't work, but maybe it needs a different user agent string now as well, which it didn't before. I've tried several, and none of them make it work again. Could you tell me what user agent string you're actually using? Thanks, Dave.
    1 point
  7. I just came across this at https://help.comodo.com/topic-72-1-772-9552-CIS-Installation.html: (I'm currently using Avast 18.8 and Sandboxie 5.22.)
    1 point
×
×
  • Create New...