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.

Ceci est la version du script où le code a été mise à jour. Présenter toutes les versions.

  • v15 2024-09-07

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

  • v14 2020-03-15 Removing @run-at as it's not guaranteed to work, and @locale because Greasemonkey's editor thinks it's erroneous.
  • v13 2020-01-24 Adding yet another CSS selector to catch some hyperlinks that were missed in the previous version.
  • v12 2020-01-21 Adding another CSS selector to catch some hyperlinks that were missed in the previous version.
  • v11 2020-01-20 Moving to CSS-only to fix performance issues on mutation.
  • v10 2020-01-20 Accomplishing the same thing with CSS and adding a class instead of with direct style manipulation, hoping to improve performance on mutation.
  • v9 2020-01-17 Removing mutation observer again because it causes performance problems with comment sorting scripts.
  • v8 2019-08-27 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 2019-08-23
  • v6 2019-08-21 Adding a MutationObserver to run the script when the comments content changes, such as new comments to adding a Favorite.
  • v5 2019-08-14
  • v4 2019-08-14
  • v3 2019-08-14
  • v2 2019-08-12
  • v1 2019-08-12