🏠 返回首頁 

MetaFilter embiggen favorite plus minus sign

Makes the + and − signs to add and remove favorites on MetaFilter.com larger for easier access on mobile.

These are versions of this script where the code was updated. Show all versions.

  • v6 2024-09-25

    Removing code that monitors the page for changes, because it was a big drag on performance when many things changed.

  • v5 2024-09-04

    Switching from direct styling to CSS and classes to try to improve performance.

  • v4 2020-03-15 Removing @run-at as it's not guaranteed to work
  • v3 2019-08-27 Complete rewrite from CSS to pure JS.
  • v2 2019-08-27 Fixing broken @match URL pattern.
  • v1 2019-08-21 Running at document-idle, changing @match to a single pattern, and removing !important from CSS.
  • v0.20190802234207 2019-08-12