Greasy Fork is available in English.

MetaFilter embiggen small hyperlinks

Makes small hyperlinks in comments on MetaFilter.com and all subsites larger. Helpful on mobile devices.

Има други версии на този скрипт, където кодът е обновен. Покажи всички версии.

  • v15 07.09.2024

    Removing selector for favorite plus minus, as that needs its own userscript.

  • v14 15.03.2020 Removing @run-at as it's not guaranteed to work, and @locale because Greasemonkey's editor thinks it's erroneous.
  • v13 24.01.2020 Adding yet another CSS selector to catch some hyperlinks that were missed in the previous version.
  • v12 21.01.2020 Adding another CSS selector to catch some hyperlinks that were missed in the previous version.
  • v11 20.01.2020 Moving to CSS-only to fix performance issues on mutation.
  • v10 20.01.2020 Accomplishing the same thing with CSS and adding a class instead of with direct style manipulation, hoping to improve performance on mutation.
  • v9 17.01.2020 Removing mutation observer again because it causes performance problems with comment sorting scripts.
  • v8 27.08.2019 Adding a MutationObserver to embiggen links in added nodes, e.g. when a new comment is loaded or you add a Favorite. This MutationObserver is much smarter and more performant.
  • v7 23.08.2019
  • v6 21.08.2019 Adding a MutationObserver to run the script when the comments content changes, such as new comments to adding a Favorite.
  • v5 14.08.2019
  • v4 14.08.2019
  • v3 14.08.2019
  • v2 12.08.2019
  • v1 12.08.2019