From 53dfdf02873079c11e5e8d902def2ce33da79b92 Mon Sep 17 00:00:00 2001 From: NovemLinguae Date: Sun, 31 Mar 2024 18:50:04 -0700 Subject: [PATCH] comment --- UserTalkErasedSectionsDetector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UserTalkErasedSectionsDetector.js b/UserTalkErasedSectionsDetector.js index 65016a4..24c5bbf 100644 --- a/UserTalkErasedSectionsDetector.js +++ b/UserTalkErasedSectionsDetector.js @@ -1,7 +1,7 @@ // /* -A user script that alerts you with a yellow banner at the top of a User Talk page if a user has deleted content from more than 15 of the last 500 diffs. +A user script that alerts you with a yellow banner at the top of a User Talk page if a user has deleted content from more than 15 of the last 500 diffs, with exceptions for some edit summary keywords such as "archiving". Useful for detecting if a WP:PERM applicant is whitewashing their User Talk page by removing warnings without archiving them. */