Greasy Fork is available in English.

MetaFilter number all comments

On MetaFilter.com, adds a comment number like "comment 1 of 30" to each comment.

To są wersje tego skryptu, gdzie kod został zaktualizowany. Pokaż wszystkie wersje.

  • v17 18-01-2023
  • v16 26-03-2020 The script sometimes breaks if it runs right away, so give the page 100 ms to be ready.
  • v15 15-03-2020 Removing @locale because Greasemonkey's editor thinks it's erroneous.
  • v14 15-03-2020 Removing run-at to fix sudden breakage.
  • v13 15-03-2020 Changing @match rule to hopefully fix inexplicable sudden breakage.
  • v12 31-12-2019 Made all DOM manipulation (adding and removing) async to not block the event loop and prevent race conditions. Added MutationObserver back in.
  • v11 31-12-2019 Adding each count is now async to avoid blocking the event loop. Removed MutationObserver to re-run script as it caused a race condition on page load.
  • v10 27-08-2019 Adding a smarter, more performant MutationObserver to renumber comments only when a comment is added.
  • v9 23-08-2019 // Temporarily removing MutationObserver due to performance issues. Will reenable if I can find a performant way.
  • v8 23-08-2019 Adding // @run-at document-idle
  • v7 21-08-2019 Adding a MutationObserver to run the script when the comments content changes.
  • v6 12-08-2019
  • v5 12-08-2019
  • v4 12-08-2019
  • v3 12-08-2019
  • v2 12-08-2019
  • v1 12-08-2019