Giter VIP home page Giter VIP logo

Comments (10)

darkf avatar darkf commented on July 28, 2024 17

Any status on this? Seems to be forgotten.

from mmra.

dylanarmstrong avatar dylanarmstrong commented on July 28, 2024 8

I had a userscript for this site (before I discovered MMRA), but I brushed it up real quick due to the "crappening" of medium. Feel free to use it till MMRA is updated.

I don't know how MMRA worked before this update, so I don't really feel comfortable trying to match functionality.

https://github.com/meinhimmel/tampermonkey-scripts/blob/master/medium.js

from mmra.

liskin avatar liskin commented on July 28, 2024 2

It seems they started minifying the CSS, rendering all matches on class names totally useless. I created this bookmarklet to mitigate the worst (position: fixed banners, dickbar):

javascript:for (const sheet of document.styleSheets) { try { for (const [i, rule] of [...sheet.cssRules.entries()].reverse()) { if (rule.style && rule.style.position == "fixed") { sheet.removeRule(i) } } } catch(e) { if (!(e instanceof DOMException && e.code == e.SECURITY_ERR)) { throw e; } } }

from mmra.

haykerman avatar haykerman commented on July 28, 2024 2

I've created a new extension inspired by MMRA.

Here you go: Medium Focus

from mmra.

thebaer avatar thebaer commented on July 28, 2024 1

I only noticed that the popup was back. If that's it, could you try out #52 and let me know if that fixes things? Otherwise what else did you notice?

from mmra.

Mte90 avatar Mte90 commented on July 28, 2024 1

I am using https://addons.mozilla.org/it/firefox/addon/medium-fixer/

from mmra.

jhass avatar jhass commented on July 28, 2024

I also had the sharing bar this morning, now it's gone again.. maybe they're still experimenting there :/

from mmra.

Mte90 avatar Mte90 commented on July 28, 2024

issue confirmed :-(

from mmra.

laurent22 avatar laurent22 commented on July 28, 2024

Same here, they managed to make Medium unreadable again.

from mmra.

RodolfoGS avatar RodolfoGS commented on July 28, 2024

Any update?

from mmra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.