MetaFilter embiggen small hyperlinks

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

These are all versions of this script. Show only the versions where the code changed.

  • 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