I'm seeing an unexpected user agent spreadsheet being used to hide a div. I say unexpected because it does not show anywhere else where Chrome's user agent spreadsheets are documented, such as https://chromium.googlesource.com/chromium/blink/+/master/Source/core/css/html.css:
I don't know much about how this works but I'm going crazy over it. I know it does not happen if I use incognito mode, but it shows up on regular mode.
Any clue on where this is coming from? This is causing some items on my web page to be hidden.
The .socio
css class comes from uBlockOrigins filters (or another ad blocker you may have installed)
https://github.com/uBlockOrigin/uAssets
Specific line of code here
Please try and load the page with uBlockOrigin turned off and see if the problem still persists