You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to issue #10 (dealing with the profile pages), which essentially has the same problem.
I'm not seeing the gr__medium_com class name on the <html> tag; but with a few modifications to the usercss I shared in issue #10, we can get it working for those topic pages:
Edit: Moved CSS into repo as a file.
I wasn't planning on modifying the extension to include the above css, since it's mostly generic and I don't know if/when the specific selectors will change. I wish Medium would use the same css framework that they use for the main story pages, but I'm starting to doubt that'll ever happen.
Install profile & topics usercss using this button:
Ahh, then it's some of my extension adding that class 🤷♂. @Mottie I just send a ticket to ask, if they can make it more generic. It might be a big request but who knows 😄I will send their reply here
No screenshot needed.
How to fix:
From my observation those sites have
gr__medium_com
class in a<html>
tag so we can simply add injs/content.js:11
:and then
js/content.js:63;64
and we're done but then there is another issue. Styles are not applied, because those sites has got way different class names than "normal" ones.
The text was updated successfully, but these errors were encountered: