MetaFilter embiggen small hyperlinks

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

Estas são as versões deste script em que houve atualização do código. Mostar todas versões.

  • v. 15 07/09/2024

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

  • v. 14 15/03/2020 Removing @run-at as it's not guaranteed to work, and @locale because Greasemonkey's editor thinks it's erroneous.
  • v. 13 24/01/2020 Adding yet another CSS selector to catch some hyperlinks that were missed in the previous version.
  • v. 12 21/01/2020 Adding another CSS selector to catch some hyperlinks that were missed in the previous version.
  • v. 11 20/01/2020 Moving to CSS-only to fix performance issues on mutation.
  • v. 10 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.
  • v. 9 17/01/2020 Removing mutation observer again because it causes performance problems with comment sorting scripts.
  • v. 8 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.
  • v. 7 23/08/2019
  • v. 6 21/08/2019 Adding a MutationObserver to run the script when the comments content changes, such as new comments to adding a Favorite.
  • v. 5 14/08/2019
  • v. 4 14/08/2019
  • v. 3 14/08/2019
  • v. 2 12/08/2019
  • v. 1 12/08/2019

长期地址
遇到问题?请前往 GitHub 提 Issues。