User:MusikAnimal/Dashboard
User
Talk
Dashboard
Articles
Scripts
Tools
Templates
Userboxes
Awards
News
Administrators' Newsletter |
---|
December 2024 |
24 December 2024 |
|
Edit filters
Filter unsourced tornado / hurricane rating changes
- Task: Prevent or tag new editors that change tornado / hurricane intensity ratings without a source.
- Reason: This is a pretty common and obvious form of disruption, but it's hard to easily find using the edit history (most occur as a 0 byte change with no summary, similar to a standard typo fix) and an unsourced change is hardly ever helpful.
- Diffs:
- 2024 Greenfield tornado: IP editor changing EF4 to EF5 without a source. This diff is my reversion of those edits.
- 2024 Greenfield tornado: NOTHERE editor doing the same.
- 2024 Greenfield tornado: New editor doing the same.
- Tornado outbreak sequence of April 25 - 28, 2024: IP undoing previous vandalistic edits. Note that the bad edits had no summary.
- Tornado outbreak sequence of May 19 - 27, 2024: 1, 2, 3, and 4 edits by an LTA of this type of disruption. I know this LTA isn't the primary one doing this.
Also, I know this can happen with hurricanes; see the edits on Hurricane Beryl from early on July 2 and you'll see why it needed protection. GeorgeMemulous (talk) 13:37, 23 October 2024 (UTC)
- (denied removed) and Deferred to requests for page protection. The first diff you present seems like it was made in good faith (?) based on the edit summary alone, though I'm not too familiar with tornados. This seems to be something that pending changes would help with more than a filter, though. EggRoll97 (talk) 23:46, 23 October 2024 (UTC)
- Disruption has been ongoing since 2023 and isn't limited to those four pages, even if they are the most recent targets. Let me assemble a few more diffs from various pages: 2023 Rolling Fork tornado, 2021 Western Kentucky tornado, Tornado outbreak of March 31, 2023, Tornado outbreak of December 10, 2021, Tornadoes of 2020, 2015 Rochelle-Fairdale tornado, Tornadoes of 2014, Tornadoes of 2013, Tornadoes of 2013 again, Tornado outbreak of November 17, 2013, and one, two, three, and four instances on 2013 El Reno tornado. There are probably more out there and there are certainly more to come as this is one of the easiest ways to vandalize a tornado article (literally changing one number). Also note the first diff was a reversion to a clean version after multiple previous disruptive edits, as are at least one of these new examples. All tornado and tornado outbreak articles are vulnerable to this and disruption often occurs years after the event leaves the news cycle so protection may not be the way to go in my opinion. GeorgeMemulous (talk) 00:22, 24 October 2024 (UTC)
- Doing... Fair enough. I'll see if I can whip up a preliminary start to this. EggRoll97 (talk) 00:29, 24 October 2024 (UTC)
- I'll summarize a few points as you said you aren't too familiar with the topic:
- Tornadoes in the US and Canada are rated on the Enhanced Fujita scale, shortened to EF. This scale ranges from 0 to 5.
- Tornadoes in the rest of the world are often rated on the International Fujita scale, shortened to IF. Again, 0 to 5.
- Some countries still use the legacy Fujita scale, shortened to F. This goes from 0 to 12, but only 0 to 5 have ever been final.
- All are formatted similarly: F0, EF1, IF2, F3, EF4, IF5.
- Citations to verify typically come from the NCEI database or ESWD, but preliminary ratings often come from Twitter or a statement from the local NWS office.
- The TORRO scale is more or less unused and obscure to the point where it's an unlikely disruption target.
- Cheers! GeorgeMemulous (talk) 00:48, 24 October 2024 (UTC)
- Update, Still doing..., though at a fairly slow speed. If anyone wants to take over on coding, absolutely go ahead. Things in the real world have been taking a slight bit of a toll over the last bit. EggRoll97 (talk) 22:34, 30 October 2024 (UTC)
- Update, probably don't see myself working on this, but a filter should be made. Not sure if anyone wants to pick this up by chance. EggRoll97 (talk) 04:55, 9 November 2024 (UTC)
- @EggRoll97 and GeorgeMemulous: Here is some basic filter code we could use:
- Update, probably don't see myself working on this, but a filter should be made. Not sure if anyone wants to pick this up by chance. EggRoll97 (talk) 04:55, 9 November 2024 (UTC)
- Update, Still doing..., though at a fairly slow speed. If anyone wants to take over on coding, absolutely go ahead. Things in the real world have been taking a slight bit of a toll over the last bit. EggRoll97 (talk) 22:34, 30 October 2024 (UTC)
- I'll summarize a few points as you said you aren't too familiar with the topic:
- Doing... Fair enough. I'll see if I can whip up a preliminary start to this. EggRoll97 (talk) 00:29, 24 October 2024 (UTC)
- Disruption has been ongoing since 2023 and isn't limited to those four pages, even if they are the most recent targets. Let me assemble a few more diffs from various pages: 2023 Rolling Fork tornado, 2021 Western Kentucky tornado, Tornado outbreak of March 31, 2023, Tornado outbreak of December 10, 2021, Tornadoes of 2020, 2015 Rochelle-Fairdale tornado, Tornadoes of 2014, Tornadoes of 2013, Tornadoes of 2013 again, Tornado outbreak of November 17, 2013, and one, two, three, and four instances on 2013 El Reno tornado. There are probably more out there and there are certainly more to come as this is one of the easiest ways to vandalize a tornado article (literally changing one number). Also note the first diff was a reversion to a clean version after multiple previous disruptive edits, as are at least one of these new examples. All tornado and tornado outbreak articles are vulnerable to this and disruption often occurs years after the event leaves the news cycle so protection may not be the way to go in my opinion. GeorgeMemulous (talk) 00:22, 24 October 2024 (UTC)
!("extendedconfirmed" in user_groups) & page_namespace == 0 & !(added_lines contains "<ref") & ( scaleStr := "(?:E|I)?F[0-5]"; removed_lines contains scaleStr & added_lines contains scaleStr !(removed_lines = added_lines) )
- What this should do is check if anyone is adding hurricane scale numbers and removing different ones without a source. Thanks, – PharyngealImplosive7 (talk) 17:50, 10 November 2024 (UTC).
- Testing at 1324 Looks good for testing. I've been busy over the last bit, but I can toss this in and keep an eye on it (by the way, an & was forgotten at the end of line 6). Thanks! EggRoll97 (talk) 23:44, 10 November 2024 (UTC)
contains
would have to look for the entire phrase itself, while irlike
is recommended for regex. Here's what I wrote instead:
page_namespace == 0 & page_title irlike "hurricane|tornado" & !contains_any(user_groups, "extendedconfirmed", "sysop", "bot") & edit_delta <= 2 & ( scaleStr := "\b[EI]?F[0-5]\b"; not_intensity_num := "[^0-5]"; removed_lines rlike scaleStr & added_lines rlike scaleStr & str_replace_regexp(added_lines, not_intensity_num, "") != str_replace_regexp(removed_lines, not_intensity_num, "") ) & !(summary irlike "^(?:revert|rv|undid)")
I am pinging both PharyngealImplosive7 and EggRoll97. Codename Noreste 🤔 Talk 01:30, 11 November 2024 (UTC)
- I would suggest rlike since the scale ratings are usually marked with capital letters, but otherwise, looks good. Also do bots really make these changes? Anyways thanks for the help. – PharyngealImplosive7 (talk) 03:20, 11 November 2024 (UTC)
- Bots make a lot of edits that change a line that doesn't contain '<ref' so excluding bots near the top means the filter doesn't needlessly check all the way to removed_lines or added_lines.
- The last line's comparison seems unfinished, I think you meant to compare if the scale added is different than the one removed (i.e. not an unrelated change to the same line), but the current check is if removed and added lines are different, which is (surely?) always the case. – user usually at 2804:F14::/32, currently 143.208.239.58 (talk) 03:52, 11 November 2024 (UTC)
- Modified the suggested code to use rlike for the regex, and added a condition piece to only target pages with the title tornado. Codename Noreste 🤔 Talk 04:14, 11 November 2024 (UTC)
- Also, I noticed that you changed my original regex to
(?:E|I)?F[0-5]{1,2}
. Numbers above 5 are not used in any scale we are tracking, though they could exist theoretically on the Fujita Scale. As a result, I think you should delete the "{1,2}" part. – PharyngealImplosive7 (talk) 04:52, 11 November 2024 (UTC)
- Also, I noticed that you changed my original regex to
- Modified the suggested code to use rlike for the regex, and added a condition piece to only target pages with the title tornado. Codename Noreste 🤔 Talk 04:14, 11 November 2024 (UTC)
- Looks good, though I've added hurricane to the page_title check, since this appears to occur with hurricane ratings as well. EggRoll97 (talk) 04:53, 11 November 2024 (UTC)
- @EggRoll97: The regex also might need to be fixed, see my comment above. – PharyngealImplosive7 (talk) 04:56, 11 November 2024 (UTC)
{1,2}
denotes that one minimum or two maximum numbers are allowed in the regex, but I will remove it from the filter's regex. Codename Noreste 🤔 Talk 05:05, 11 November 2024 (UTC)- And it's removed, PharyngealImplosive7. Note that I also changed
(?:E|I)?
to[EI]?
as it only denotes a set of these two letters, so I don't think a non-capturing group is needed here. Codename Noreste 🤔 Talk 05:09, 11 November 2024 (UTC)- Yes that looks good. The IP in the conversation suggested we modify the last line of the regex (whether added lines is the same as removed lines. Any ideas on how to fix that like the IP said? – PharyngealImplosive7 (talk) 05:12, 11 November 2024 (UTC)
- Maybe changing
==
toin
would work? Codename Noreste 🤔 Talk 05:14, 11 November 2024 (UTC)
- Maybe changing
- Yes that looks good. The IP in the conversation suggested we modify the last line of the regex (whether added lines is the same as removed lines. Any ideas on how to fix that like the IP said? – PharyngealImplosive7 (talk) 05:12, 11 November 2024 (UTC)
- And it's removed, PharyngealImplosive7. Note that I also changed
- @EggRoll97: The regex also might need to be fixed, see my comment above. – PharyngealImplosive7 (talk) 04:56, 11 November 2024 (UTC)
- Just saw the comment about needing the regex fixed. Sorry, I was working on the filter with an old version of this page, so I didn't see the comment about fixing it until now. I've just removed the
{1,2}
from the regex, and changed(?:E|I)?
to[EI]?
. EggRoll97 (talk) 05:16, 11 November 2024 (UTC)- @EggRoll97: you should add word boundaries around that regex, this is matching %anything%F[0-5] making the [EI]? redundant.
- Anon does have a point about comparing added/removed_lines. This checks if somebody edits an existing line containing that sequence but not if that sequence has been changed (this is what OP wants) - e.g.: if somebody solely adds a period somewhere in a line containing that sequence, this will trip. XXBlackburnXx (talk) 11:09, 11 November 2024 (UTC)
- I've added the word boundaries, though I'm not sure if it's supposed to encase just the [EI] or the entirety of the string. Not sure about the comparison of added/removed. Codename Noreste's solution may work with changing == to in. EggRoll97 (talk) 13:29, 11 November 2024 (UTC)
- I'm pretty sure it is supposed to encase the entire string like you have done, but about the changing of the
==
toin
, I can second that idea. – PharyngealImplosive7 (talk) 14:38, 11 November 2024 (UTC)- And finally, this filter would probably also catch good-faith edits that are reverting this kind of vandalism, so I would suggest adding a line that says
!(summary irlike "^(?:revert|rv|undid)")
to the filter. – PharyngealImplosive7 (talk) 14:49, 11 November 2024 (UTC)- I've updated the code. – PharyngealImplosive7 (talk) 15:33, 11 November 2024 (UTC)
- It's not the best, but you could technically replace all
[^0-5]
characters (withstr_replace_regexp
) in both added and removed lines with an empty string and then compare the resulting strings, supposedly what that then would be checking is if any 0 to 5 number was changed, removed or added in the edit (or swapped order...), which would probably reduce most of the potential false positives. A more ideal change would be to get all the matches and compare that, but I don't know how to do that efficiently. Mind you, this would replace thein
version, though I'm unsure what that actually does. - Something else: Checking if it's a revert is cheap (and reverts happen often), could move that up. – 2804:F1...DF:61D4 (::/32) (talk) 16:44, 11 November 2024 (UTC)
- Yeah I moved the revert code up, though I'm not sure about your other idea. If you could make some code, it would help more. Also pinging @EggRoll97: to see if he could implement the most recent changes to the filter. – PharyngealImplosive7 (talk) 17:39, 11 November 2024 (UTC)
- It's not the best, but you could technically replace all
- I've updated the code. – PharyngealImplosive7 (talk) 15:33, 11 November 2024 (UTC)
- And finally, this filter would probably also catch good-faith edits that are reverting this kind of vandalism, so I would suggest adding a line that says
- I'm pretty sure it is supposed to encase the entire string like you have done, but about the changing of the
- I've added the word boundaries, though I'm not sure if it's supposed to encase just the [EI] or the entirety of the string. Not sure about the comparison of added/removed. Codename Noreste's solution may work with changing == to in. EggRoll97 (talk) 13:29, 11 November 2024 (UTC)
scaleStr := "\b[EI]?F[0-5]\b"; not_intensity_num := "[^0-5]"; //.. other code str_replace_regexp(added_lines, not_intensity_num, "") != str_replace_regexp(removed_lines, not_intensity_num, "")
Essentially removing all characters except 0 to 5, comparing the resulting sequence of numbers to see if it changed. – 2804:F1...DF:61D4 (::/32) (talk) 19:11, 11 November 2024 (UTC)
- Yeah, I understand what you mean. I've gone ahead and implemented your suggestion with a few minor changes, but it would be great if an EFH/EFM could review the changes and implement them. – PharyngealImplosive7 (talk) 19:40, 11 November 2024 (UTC)
- At the risk of elongating this section even more, just curious, why
!(x == y)
instead ofx != y
? – 2804:F1...DF:61D4 (::/32) (talk) 19:54, 11 November 2024 (UTC)- I mean in general it is used to clarify in a more clear way what is supposed to be equal and what is, but it really doesn't matter that much. I can change it if you like. – PharyngealImplosive7 (talk) 20:03, 11 November 2024 (UTC)
- Remodified the code again because this is getting nowhere. I placed the summary exclusion code at the very bottom, and intentionally placed page_namespace at the very top of the filter, and page_title at the second top for performance reasons. I removed the reference addition exclusion by replacing it with edit_delta <= 2 (equals or less than 2 bytes) since the edit_delta for these changes are going to be usually 0. Codename Noreste 🤔 Talk 20:39, 11 November 2024 (UTC)
- @Codename Noreste, PharyngealImplosive7, and 2804:F14:8092:C01:116E:4A01:43DF:61D4: Implemented the changes, with the exception of the edit_delta check replacing the added refs check. That would seem to me to hit every change to an intensity number even with new references? It seems best to just keep the added references check, no? EggRoll97 (talk) 20:46, 11 November 2024 (UTC)
- For now, I'm not sure of a good way to actually exclude sourced changes while logging unsourced ones. Codename Noreste 🤔 Talk 20:48, 11 November 2024 (UTC)
- Yes I was about to comment about that. After analyzing the edits provided, I noticed that some are above 2 in edit delta, especially when they vandalize other sections of the page. As a result, I believe we should keep the references check. – PharyngealImplosive7 (talk) 20:48, 11 November 2024 (UTC)
- However for now, now that the filter has been significantly modified, we should probably leave it to be tested until we get a few hits and can assess how it is doing. Courtesy ping to @Departure–: to let him know the filter should be more or less ready. – PharyngealImplosive7 (talk) 20:54, 11 November 2024 (UTC)
- @Codename Noreste, PharyngealImplosive7, and 2804:F14:8092:C01:116E:4A01:43DF:61D4: Implemented the changes, with the exception of the edit_delta check replacing the added refs check. That would seem to me to hit every change to an intensity number even with new references? It seems best to just keep the added references check, no? EggRoll97 (talk) 20:46, 11 November 2024 (UTC)
- Remodified the code again because this is getting nowhere. I placed the summary exclusion code at the very bottom, and intentionally placed page_namespace at the very top of the filter, and page_title at the second top for performance reasons. I removed the reference addition exclusion by replacing it with edit_delta <= 2 (equals or less than 2 bytes) since the edit_delta for these changes are going to be usually 0. Codename Noreste 🤔 Talk 20:39, 11 November 2024 (UTC)
- I mean in general it is used to clarify in a more clear way what is supposed to be equal and what is, but it really doesn't matter that much. I can change it if you like. – PharyngealImplosive7 (talk) 20:03, 11 November 2024 (UTC)
- At the risk of elongating this section even more, just curious, why
- It's now been in testing for a while, Departure–, and I'm seeing mostly good edits, with a few non-constructive ones mixed in. It's definitely a false positive rate too high for anything past logging (or maybe tagging, with consensus?). Just wanted to keep you up to date on it. EggRoll97 (talk) 05:51, 30 November 2024 (UTC)
- @EggRoll97 and Codename Noreste: I've run through the filter hits, and believe that I see the problem.
- The
str_replace_regexp(added_lines, not_intensity_num, "") != str_replace_regexp(removed_lines, not_intensity_num, "")
part of the filter thus seems not to be doing its job (getting rid of the edits that comprise most of the FPs). In the edits like this one or this one, the user added numbers not part of a hurricane code to the text, which combined with the fact that the added and removed lines contained a hurricane code (which was in the paragraph being edited) made the filter flag the edit. - I believe that as a result, we need to modify the
not_intensity_num
variable's value, though I'm unsure how to do this exactly. Maybe we could just use thescaleStr
variable and deletenot_intensity_num
? I believe that this approach would lead to a significant decrease in FPs (by seeing if lets say EF5 was changed into EF3). – PharyngealImplosive7 (talk) 03:43, 3 December 2024 (UTC)- @EggRoll97: I also do not think we should graduate to tagging because the FP rate is much too high. Instead I think we should focus on refining the filter regex until its FP rate is much lower, and then think about moving up from just logging. – PharyngealImplosive7 (talk) 03:44, 3 December 2024 (UTC)
- It's a bit late at night, so I could wake up in the morning and realize this is a terrible idea, but what if we encased the
not_intensity_num
in a word boundary, so
instead of the current? I'm not sure if it would fix it though, so I'll run regex testing when I'm off work tomorrow if I don't wake up and realize it's a stupid idea. EggRoll97 (talk) 04:30, 3 December 2024 (UTC)− not_intensity_num := "[^0-5]";+ not_intensity_num := "\b[^0-5]\b";- Currently at a class at my college, and I can't use my laptop at the moment so I'll try the regex testing myself when I have some down time. Codename Noreste 🤔 Talk 16:32, 3 December 2024 (UTC)
- The idea of the replacement code is that it finds changes (any change, including deleting, adding, moving it) to 0 to 5 numbers, this is because the scaleStr check did not check if the numbers changed, any change to a line that included, for example, an EF5, would have triggered the filter. As I mentioned a more ideal check would be to leave only the tornado rating matches in the comparison, but I'm not sure how to do that.
- My one recommendation right now would be to change the name of the filter, add a 'Possible' at the start. – 2804:F1...F5:2A09 (::/32) (talk) 17:16, 3 December 2024 (UTC)
- Example of what I imagine the replacement code does:
- - converts added_lines into '010345'
- - converts removed_lines into '010445'
- - sees if the resulting sequence changed – 2804:F1...F5:2A09 (::/32) (talk) 17:34, 3 December 2024 (UTC)
- I'm pretty sure that if we hypothetically replaced
not_intensity_num
withscaleStr
, it would first convert lets say the added_lines to "EF5", the removed_lines to "EF3", and see if they are different, it would match. However, this approach comes with the problem that it would match an edit that only added or removed a hurricane code but didn't change anything per se. As a result of FPs in any approach we take, I agree with the IPs name change suggestion. – PharyngealImplosive7 (talk) 20:12, 3 December 2024 (UTC)
- I'm pretty sure that if we hypothetically replaced
Add "rizzmas" to 614
Christmas is coming around and "rizzmas" vandalism is ramping up. See this for a recent example. C F A 16:53, 8 December 2024 (UTC)
- Fair enough, and the potential for FPs seems low (this isn't a legitimate word anyways). All we need to do is change the current regex on 614 that blocks "rizz" content to
\brizz+(?:\b|e[rd]|ful|ing|l[ey]|y|mas)
and this type of vandalism should be blocked. – PharyngealImplosive7 (talk) 18:29, 8 December 2024 (UTC) - Requires more information How bad is this overall? If it's just a small number popping into RecentChanges, I don't think it necessarily is going to overwhelm RC patrollers. EggRoll97 (talk) 17:03, 10 December 2024 (UTC)
Brainrot account creation
I've seen a lot of accounts like this one that use brainrot terms and usually are bad faith accounts that just vandalize wikipedia. As a result, I think we should create a filter similar to 54 (hist · log) with the regex of 614 (hist · log). It should look something like this:
action contains "createaccount" & !contains_any(user_rights, "override-antispoof", "tboverride", "tboverride-account") & ( abuseStr := "f\s*r\s*e\s*e\s*d\s*i\s*d\s*d\s*y|y\s*o\s*[lo\s]+s\s*w\s*[4ae]+\s*g+ // etc, the rest of the 614 regex; (accountname irlike abuseStr) )– PharyngealImplosive7 (talk) 17:14, 14 December 2024 (UTC)
- If this request is implemented, it should also exclude users with
tboveride
andtboverride-account
, as this is essentially equivalent to an addition to the title blacklist. JJPMaster (she/they) 03:43, 15 December 2024 (UTC)- Added your suggestion to the proposed code. – PharyngealImplosive7 (talk) 21:55, 15 December 2024 (UTC)
- Sorry, I missed an "r" in
tboverride
, so could you add that? JJPMaster (she/they) 22:03, 15 December 2024 (UTC)- PharyngealImplosive7,
ccnorm(accountname) rlike abuseStr
will not work for this lowercased regex, so useaccountname irlike abuseStr
instead if we plan to implement this new filter. But for now, I'm not seeing that many vandalism-only accounts with brainrot usernames on the recent changes list. Codename Noreste 🤔 Talk 03:34, 16 December 2024 (UTC)
- PharyngealImplosive7,
- Sorry, I missed an "r" in
- Added your suggestion to the proposed code. – PharyngealImplosive7 (talk) 21:55, 15 December 2024 (UTC)
Prevent template vandalism
- Task: Prevent template vandalism (exactly what it says on the tin).
- Reason: Template vandalism can be extremely disruptive since templates are usually used on multiple pages and breaking that template breaks all of the pages that use the template. Many highly used templates are automatically semi-protected or template-protected by User:MusikBot II, but template vandalism still occurs nevertheless.
- Diffs:
- reverted edits 1, 2, 3 to Template:Latin alphabet sidebar. There are more reverted edits in the template's history
- an infamous series of edits (now revdelled) to Template:Wbr that actually made the news when they occurred
- blanking of Template:Ref RFC
Duckmather (talk) 05:59, 15 December 2024 (UTC)
- NOTE: There are a lot of pages in templatespace that aren't templates per se. These include subpages like /doc, /sandbox, and /testcases, and also for some reason that I don't understand all DYK nominations occur in subpages of Template:Did you know. These should probably be excluded from the filter, if there is one. Duckmather (talk) 06:00, 15 December 2024 (UTC)
- At least the blanking should probably be on a filter. Nobody (talk) 06:24, 16 December 2024 (UTC)
New user possibly adding Copyright violation or unreliable source
- Task: Highlighting edits by new users that add urls to wikis, that aren't licensed with a compatible license.
- Reason: Those edits are likely either a copyright violation or an use of a self-published source. This filter would partly be an extension of filter 894 (hist · log) (Self-Published Sources).
- Diffs: I've seen this a few times over at CopyPatrol, those diffs were all revdelled as RD1.
Nobody (talk) 12:47, 16 December 2024 (UTC)
- What are the urls of these incompatible wikis? – 2804:F1...69:1A4C (::/32) (talk) 15:09, 16 December 2024 (UTC)
- Mirrors and forks lists some of them, I don't think its even possible to make a complete list. There's also Fandom, which has both, compatible and non-compatible licenses for their wikis.[1] Nobody (talk) 15:36, 16 December 2024 (UTC)
Here's the basic code for it. (With a few example urls of mirrors that aren't compatible.)
Code
|
---|
equals_to_any(page_namespace, 0, 2, 118) & !contains_any(user_groups, "extendedconfirmed", "sysop", "bot") & !(summary irlike "^(?:revert|rv|undid)") & ( url := "[0-9]{5}\.us|99colors\.net|alchetron\.com|celebsagewiki\.com|en-us\.nina\.az|knowpia\.com|profilpelajar\.com|wikizero\.org"; added_lines irlike url & !(removed_lines irlike url) ) |
- 1AmNobody24, I've modified the code to also exclude removed_lines. Without it, the user would get flagged regardless if they edit a part of a section containing the website or not. Codename Noreste 🤔 Talk 23:17, 16 December 2024 (UTC)
Filter for drive-by, unconstructive talk page junk related to student assignments
- Task: This is related to the persistent issue with talk page junk, some of which is addressed by Special:AbuseFilter/1245. I am proposing a filter to catch a further subset of them, most likely generated by students, that follow a specific but extremely common pattern:
- The page is not a user talk page, a sandbox page, or any subpage of Wikipedia:Reference desk
- The editor is an IP
- The subject line should be a school subject from a predetermined list. Some subjects that are common here: "English", "Math", "Mathematics", "Maths", "Geography", "History", "Social studies", "Chemistry", "Civics", "Physics", "Biology", "Life science", "Earth science".
- One or more of the following should apply to the comment body:
- Comment filter 1: Edits that are really short (fewer than 5 words or thereabouts)
- Comment filter 2: Edits that start with certain phrases: "Definition of", "Write", "Information about", etc.
- Comment filter 3: Edits that start with the phrases "what is" or "what are" (possibly others) and are somewhat short (fewer than 10-20 words? idk)
- Reason: This is a very common pattern of the talk page junk that has ratcheted up since 2021. See this village pump entry and this requested edit filter discussion for past discussions on the topic.
- This specific subset is clearly related to student assignments -- WikiEd doesn't think it's related to their assignments specifically -- there is a correlation but it's probably just school, in general. For instance this diff seems to be associated with this assignment or a very similar one.
- I suspect some of these are produced by LLMs, text-to-speech, search integrations, or other automated tools because of the time frame (the date they really started pouring in lines up almost exactly with the date GPT-3, ChatGPT, etc. came out); because of the formulaic predictability of the pattern; and because of certain tells in some of these suggesting they're overheard conversations, ChatGPT prompts, etc. These edits have almost no utility and usually go unanswered; if they are answered, it's usually to scold the user, who almost never responds.
- There are literally thousands of these, cleaning them up is a huge task, and that task also has a deadline. If nobody cleans them up before the page is archived (which is likely to happen because school-curriculum talk pages are often long, and because archiving is often done by bots who don't check what they're doing) then they will be stuck there forever. (I cannot emphasize enough how arbitrary and asinine that is, but whatever.). While I'm willing to clean up as much of the existing stuff as I catch in time, it would be nice to stop the floods.
- I'm happy to add to or refine this filter to reduce false positives and catch more false negatives, this is off the top of my head. The real solution is to either find a technological or UI-design cause, but this subset of edits is just so predictable that a filter might make sense.
- Diffs: 1094685874 (comment filter 1), 1183615020 (comment filter 1), 1085568369 (comment filter 2), 1108078327 (comment filter 2), 1064959579 (comment filter 2), 1185080593 (comment filter 3), 1110355731 (comment filter 3). Again there are thousands more examples, these are the ones I happen to have convenient.
- If you want to find more -- or to help clean them up -- the relevant search pattern is insource:"UTC [subject]". A search pattern more prone to false positives is insource:"[subject or common one-word edit] Special".
Gnomingstuff (talk) 19:04, 19 December 2024 (UTC)
- Last changed at 20:28, 22 December 2024 (UTC)
Filter 1168 — Pattern modified
- Last changed at 21:04, 22 December 2024 (UTC)
Filter 260 — Pattern modified
- Last changed at 07:13, 21 December 2024 (UTC)
Filter 1309 (restored) — Actions: showcaptcha; Flags: enabled
- Last changed at 06:54, 19 December 2024 (UTC)
Filter 878 — Pattern modified
- Last changed at 00:55, 19 December 2024 (UTC)
Articles
Reports
- JustSomeoneNo (talk · contribs · deleted contribs · nuke contribs · logs · filter log · block user · block log) – Tripped filter 1319 (LTA 1319, details). Report false positive. DatBot (talk) 06:57, 25 December 2024 (UTC)
- False positive. Edits are not vandalism. PhilKnight (talk) 07:07, 25 December 2024 (UTC)
- 61.21.156.214 (talk · contribs · deleted contribs · filter log · WHOIS · RDNS · RBLs · http · block user · block log) – Tripped filter 1321 (LTA 1321, details). Report false positive. DatBot (talk) 07:50, 25 December 2024 (UTC)
User-reported
- Wikieditor969 (talk · contribs · deleted contribs · nuke contribs · logs · filter log · block user · block log) Editor has been warned several times in the past for being disruptive and making unconstructive edits to Wikipedia. The user has once again removed sourced content and mentions of Eritrea. Wowzers122 (talk) 06:19, 25 December 2024 (UTC)
- This noticeboard is for obvious vandals and spammers only. Consider taking this report to Administrators' noticeboard/Incidents. PhilKnight (talk) 07:08, 25 December 2024 (UTC)
- 2600:8804:49A:5E00:8D0A:B642:49CD:4028 (talk · contribs · (/64) · deleted contribs · filter log · WHOIS · RBLs · http · block user · block log) Repeated vandalism on Steve Kerr, perhaps related to Kamalhasaan69. Examples of vandalism: 1 23 4 Firecat93 (talk) 08:11, 25 December 2024 (UTC)
- Stale report. User has not edited in 18 days.BethNaught (talk) 09:29, 25 December 2024 (UTC)
- Sham Kachhi (talk · contribs · deleted contribs · nuke contribs · logs · filter log · block user · block log) – On User talk:Sham Kachhi: account is being used only for promotional purposes. --Richard Yin (talk) 13:43, 25 December 2024 (UTC)
- 137.59.144.172 (talk · contribs · deleted contribs · filter log · WHOIS · RDNS · RBLs · http · block user · block log) – vandalism after recent release of block. LTA i guess. 🔥YesI'mOnFire🔥(ContainThisEmber?) 14:08, 25 December 2024 (UTC)
- 94.27.224.127 (talk · contribs · deleted contribs · filter log · WHOIS · RDNS · RBLs · http · block user · block log) – vandalism after recent release of block. LTA. 🔥YesI'mOnFire🔥(ContainThisEmber?) 14:08, 25 December 2024 (UTC)
Backlog CLEAN!
Candidates for speedy deletion | Entries |
---|---|
Attack pages | 0 |
Copyright violations | 0 |
Hoaxes | 0 |
Vandalism | 0 |
User requested | 3 |
Empty articles | 0 |
Nonsense pages | 0 |
Spam pages | 3 |
Importance or significance not asserted | 0 |
Possibly contested candidates | 0 |
Other candidates | 2 |
Permissions
AutoWikiBrowser
- Crafterstar (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
Hi, I am re-requesting AWB perms. It was last denied because I had shown zero need for it but this time, I think I do have a reason.
I had recently created Niagara (electoral district) and Middlesex North from a (redirect) to a Disambiguation page, and it has links. I would like to use AWB to update the links, and make it point to the right pages. I'm thinking there could be more "redirect-to-disambigaution" pages that would need updating links. Crafterstar (talk) 19:16, 12 December 2024 (UTC)
- Automated comment This user has had 1 request for autowikibrowser declined in the past 90 days ([2]). — MusikBot talk 19:20, 12 December 2024 (UTC)
- Seems reasonable to me. Will give Dr vulpes a chance to opine before granting. * Pppery * it has begun... 21:19, 12 December 2024 (UTC)
- Milo8505 (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I would like to have AWB permission to do simple maintenance edits, like fixing typos or fixing links to disambiguation pages, more easily. Milo8505 (talk) 19:33, 12 December 2024 (UTC)
- {{not done}} Fails minimum criteria. * Pppery * it has begun... 21:19, 12 December 2024 (UTC)
- @Pppery Sorry, could you inform me of the criteria? I thought it was 500 total main space edits or 250 non-automated mainspace edits, which I pass, as I have more than 500 total mainspace edits.
- Thank you and sorry for the inconveniences.
- Milo8505 (talk) 08:53, 13 December 2024 (UTC)
- No, you read it correctly and I interpreted the information I was looking at wrongly. * Pppery * it has begun... 16:51, 13 December 2024 (UTC)
- So then, can I have it? Milo8505 (talk) 09:01, 14 December 2024 (UTC)
- I haven't made any decision on that yet. My future self or a different admin will decide. * Pppery * it has begun... 17:41, 14 December 2024 (UTC)
- So then, can I have it? Milo8505 (talk) 09:01, 14 December 2024 (UTC)
- No, you read it correctly and I interpreted the information I was looking at wrongly. * Pppery * it has begun... 16:51, 13 December 2024 (UTC)
- Mwwv (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
Plan to use this to mass create and categorize redirects, as well as mass tagging pages with {{long comment}}. mwwv converse∫edits 14:04, 13 December 2024 (UTC)
- Frost (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I noticed that Ozzie10aaaa has posted AfC barnstars on dozens of user talk pages, containing unclosed code that should be closed with |} to ensure the style doesn't spill out to the rest of the talk page ([3]). I would like to use AWB to fix this. Also, I might need it occasionally for post-move cleanup on dozens of pages. Frost 18:16, 22 December 2024 (UTC)
- Junemoon19 (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
Hello, I would like to request permission to use AutoWikiBrowser. I do a lot of reference clean-up and maintenance work, and so I'm particularly interested in its FixCitationTemplates and DuplicateNamedReferences/DuplicateUnnamedReferences functions. Junemoon19 (talk) 01:49, 25 December 2024 (UTC)
New page reviewer
- 1ctinus (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
For the NPP backlog drive. This is my second time participating in one of these drives (hopefully I will be healthier and less busy this time...) -1ctinus📝🗨 02:34, 18 December 2024 (UTC)
- EF5 (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
The January backlog drive seems interesting and I need something to do over Christmas break/beyond. I applied for a month-long trial a while back, but was having some mental health issues and just didn't use the tools or even re-apply. My AfC log is relatively lengthy over a period of 3 months. A note about my AfD stats, they are inaccurate. For some reason, when changing my name from "Sir MemeGod" to "EF5", XTools bugged out and only shows random AfDs I've filed/commented on (hence the 90-or-so "no vote detected" ones). EF5 17:50, 18 December 2024 (UTC)
- @EF5: Could you explain what happened with Draft:Artwork at the Pentagon, from your perspective? The history is puzzling. – Joe (talk) 10:50, 20 December 2024 (UTC)
- @Joe Roe: Sure! I was on an "artwork at the ____" list-making spree (see List of artwork at the United States Capitol complex and Artwork at the World Trade Center (1973–2001)), and I tried my luck at the Pentagon. It would be PRODed for WP:NLIST reasons, which is fair, I didn't know that WP:NOTDATABASE existed at the time, and to avoid it being deleted, I just moved it to draftspace where I could work on it. I guess I forgot about it. I know that doesn't excuse the OR concerns, I guess I just forgot to cite some material, which I'm usually careful about. :) EF5 12:30, 20 December 2024 (UTC)
- @EF5You do realize that the OR concerns are a direct by-product of not following WP:NLIST and not because you forgot to cite material? Sohom (talk) 00:28, 23 December 2024 (UTC)
- That too, it's a mixture. In my opinion, one self-draftified (I'm fully aware it not meeting NLIST was why I draftified it) article shouldn't impede on the seventy-nine newer articles that I've made after that, none of which are tagged (from what I know). I was given the tools for a trial in late-October, and hopefully my few reviews were at least sufficient. EF5 02:49, 23 December 2024 (UTC)
- @EF5You do realize that the OR concerns are a direct by-product of not following WP:NLIST and not because you forgot to cite material? Sohom (talk) 00:28, 23 December 2024 (UTC)
- @Joe Roe: Sure! I was on an "artwork at the ____" list-making spree (see List of artwork at the United States Capitol complex and Artwork at the World Trade Center (1973–2001)), and I tried my luck at the Pentagon. It would be PRODed for WP:NLIST reasons, which is fair, I didn't know that WP:NOTDATABASE existed at the time, and to avoid it being deleted, I just moved it to draftspace where I could work on it. I guess I forgot about it. I know that doesn't excuse the OR concerns, I guess I just forgot to cite some material, which I'm usually careful about. :) EF5 12:30, 20 December 2024 (UTC)
- CSMention269 (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I've been an AFC reviewer (probationary since March 24). I was off-wiki for some time to take a long break, but I'm back again. Can I get this right for a temporary period of 7 days? I want to explore the difference between New Page Curation and AFC tools. I will request a few more trials later before taking it permanently. ☮️Counter-Strike:Mention 269🕉️(🗨️ ● ✉️ ● 📔) 04:21, 22 December 2024 (UTC)
- Not done, that's not how rights work on enwiki. If you want to test something, feel free to ask for the NPR right on testwiki. Sohom (talk) 00:13, 23 December 2024 (UTC)
- Skyshifter (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
In August, I was granted the new page reviewer permission temporarily (link). Due to some IRL stuff I wasn't very active with it, though none of my reviews were problematic. With the upcoming January 2025 Backlog drive, I'd like to re-request the permission to help reduce the backlog. Skyshiftertalk 15:56, 22 December 2024 (UTC)
- YesI'mOnFire (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I have refrained from requesting new page patroller rights, but now I believe it is time for me to request the rights. I usually deal with CSD, mostly U5 and G11, and most of my requests for CSD have been valid, though sometimes I am a bit bitey towards newcomers. I believe I am thorough enough to understand most of the policies in Wikipedia, and I definitely do not have a conflict of interest. Thank you for your considerations. 🔥YesI'mOnFire🔥(ContainThisEmber?) 10:09, 25 December 2024 (UTC)
Pending changes reviewer
- Gwanki (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I request Pending Changes Reviewer rights to assist in reviewing edits. I have experience with editing and want to help maintain the quality of articles. Gwanki (talk) 00:24, 18 December 2024 (UTC)
- Beachweak (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
Have close to 1,100 edits as of making this request. I enjoy improving articles, I review recent changes daily by this point and am familiar with reverting vandalism (and distinguishing it from good faith edits). Having this right would mean I can instantly decline bad faith pending edits as soon as I see them. I have read and understood the relevant policies and guidelines relating to pending changes, vandalism and copyright. Beachweak (talk) 14:51, 18 December 2024 (UTC)
- Freedoxm (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
Hi. Recently, i've been reverting vandalism and disruptive edits on Wikipedia with Twinkle and Ultraviolet, and as an extended-confirmed user, I have over 850 edits. I also revert good faith edits, and if I get this request accepted I will be able to reject vandalism put on pending changes (on pending changes). 🗽Freedoxm🗽(talk • contribs) 22:36, 18 December 2024 (UTC)
- (Non-administrator comment) Even if you're not pending changes reviewer, you can reject pending changes by reverting them. Pending changes reviewer, on the other hand, gives you the ability to accept changes. Rusty 🐈 14:37, 24 December 2024 (UTC)
- I already know that, and the reason why im really requesting this is to accept pending changes and to reject them at the same time. (forgot to put the acceptance part) 🗽Freedoxm🗽(talk • contribs) 03:28, 25 December 2024 (UTC)
- Lewisguile (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I am an active editor with page creation review rights and over 5,000 edits to date. I try to keep my edits neutral and have a history of working with others on some contentious topics. If I make a mistake, I try to fix it and apologise as soon as possible. I have a good grasp of WP policy and MOS, and understand the difference between vandalism, tendentious editing and unconstructive editing. I've also got a very good grasp of copyright law (UK and US) and plagiarism due to my academic and professional background. Lewisguile (talk) 09:08, 20 December 2024 (UTC)
- Plasticwonder (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I would like to request the pending changes reviewer right for the following reasons:
1. I am highly active in anti vandalism areas of the enwiki (AIV, RPP, etc, I even contributed to SPI) so I know what vandalism looks like when I see it.
2. I see a lot of constructive edits when I am on the "recent changes" section, that go unnoticed for quite a while. Plasticwonder (talk) 18:06, 22 December 2024 (UTC)
- Rusty Cat (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I was previously fairly active in anti-vandalism and am starting to do it again. I'd like to be granted this user right so that I can accept good edits to pending changes pages. Rusty 🐈 14:39, 24 December 2024 (UTC)
- Mon Bhai (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I believe this could help me out with the current vandalism fighting I do that may involve pages with pending changes. I have read WP:RCP, and I have a good understanding of Wikipedia's P&Gs. Mon Bhai converse∫edits Mon Bhai (talk) 16:42, 24 December 2024 (UTC)
Rollback
- PersonAccount (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I have been reverting vandalism since I created my account. Although it appears I am a new user, I also have experience editing Wikipedia and reverting vandalism as an IP for many years (which I will not be disclosing due to security concerns). The rollback right will help me revert vandalism faster, which is why I am requesting it. PersonAccount 🐉 (talk) 20:08, 13 December 2024 (UTC)
- PersonAccount, to be honest, no, it doesn't appear you are a new user. Which is okay if all previous activity was without having an account and without disruption. It will take longer than for other users until the trust for manually granting permissions is there in your case. It isn't yet, to me. Unless someone else grants rollback in the next week or so, I'll decline this with a recommendation not to ask for permissions until your account is a year old. Regarding rollback in particular, Twinkle and Ultraviolet will do just fine. ~ ToBeFree (talk) 02:11, 15 December 2024 (UTC)
- Not done ~ ToBeFree (talk) 08:44, 24 December 2024 (UTC)
- NXcrypto (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I would like to request rollback rights to combat vandalism more efficiently. I am an experienced recent changes patroller and I understand that the rollback should be used mainly for clear cases of vandalism. I am committed to using this tool responsibly. Nxcrypto Message 12:07, 19 December 2024 (UTC)
- Cmrc23 (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
Hello! I've been patrolling Recent Changes for a few months now. Rollback will help my work, especially when I'm out and about and can only access the app. Cmrc23 ʕ•ᴥ•ʔ 15:28, 19 December 2024 (UTC)
- I want to note that I am currently recieving CVU training on this page and am willing to apply again later if it is felt that I am not yet ready for this permission. I would also greatly appreciate any guidence (especially on that page). Cmrc23 ʕ•ᴥ•ʔ 13:47, 21 December 2024 (UTC)
- Grumpylawnchair (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I would like rollback to help me combat vandalism more effectively. I currently use recent changes and RedWarn. I feel that I have the experience necessary to handle vandalism in a constructive manner. Grumpylawnchair (talk) 04:04, 21 December 2024 (UTC)
- Done ~ ToBeFree (talk) 08:53, 24 December 2024 (UTC)
- Randomdude121 (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
Hi! Though I started out doing grammar fixes, over the past 2 weeks, I've been using Twinkle and RedWarn to revert any vandalism seen on Special:RecentChanges. It's understandable if you'd like to impose the hard and fast rule of 1-month experience, but I've made almost 300 edits related to vandalism. I always leave a message for the editor and undo my revert in cases where I question my decision in hindsight and would rather have another pair of eyes look at the edit(s).
Having the rollback permission would make RedWarn reverting faster for me and would also allow me to try out other anti-vandalism tools like Huggle. Could I have the right please? randomdude121 (leave a message!) 09:19, 21 December 2024 (UTC)
- Plasticwonder (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I view that having this user right would help in fighting vandalism a lot faster. I know I would be far more efficient with fighting vandalism if I were to be granted Rollback. I have been editing for over 7 months, and I have well over 5140 edits, with a focus on mitigating abuse on the wiki. I am a frequent contributor to AIV and RPP. Plasticwonder (talk) 18:11, 22 December 2024 (UTC)
- Obversa (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I am requesting rollback rights to revert an edit by another user that merged Baroque Pinto with Friesian Sporthorse, without prior authorization or agreement, on 15 November 2024 - a higher-up editor or administrator previously denied a merge request due to "no consensus" in January 2024 - or allowing other users to discuss or dispute the page merge, as indicated for the procedure on Wikipedia: Merging. I have been trying to recover the Baroque Pinto page that was merged into Friesian Sporthorse without success, and need administrator assistance or intervention in order to revert or roll back the merge. Obversa (talk) 15:54, 23 December 2024 (UTC)
- Malhar1234 (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
Hello I'm a very sincere and careful Wikipedian, I mainly works on the fields of "stop vandalism", "find valuable resources for articles" and create ne articles.
So, if I'll can access the rollback tool, then I working on YouTube more flowlessly and without any hardness.
-Thanking You! Malhar1234 (talk) 09:47, 25 December 2024 (UTC)
- Gnu779 (t · th · c · del · cross-wiki · SUL · edit counter · pages created (xtools · sigma) · non-automated edits · BLP edits · undos · manual reverts · rollbacks · logs (blocks · rights · moves) · rfar · spi · cci)
I request rollback rights because I hate vandals and I want to get rid of them. Gnu779 (talk) 12:42, 25 December 2024 (UTC)
BRFAs
Bot Name | Status | Created | Last editor | Date/Time | Last BAG editor | Date/Time |
---|---|---|---|---|---|---|
BunnysBot 4 (T|C|B|F) | Open | 2024-12-14, 15:54:28 | Bunnypranav | 2024-12-23, 12:49:51 | Primefac | 2024-12-23, 12:39:11 |
C1MM-bot 3 (T|C|B|F) | Open | 2024-12-12, 04:42:12 | DreamRimmer | 2024-12-23, 11:04:13 | Never edited by BAG | n/a |
BunnysBot 2 (T|C|B|F) | Open | 2024-11-23, 12:59:57 | Bunnypranav | 2024-12-17, 15:14:19 | Primefac | 2024-12-16, 17:43:58 |
MacaroniPizzaHotDog Bot (T|C|B|F) | On hold | 2024-10-28, 20:59:48 | MacaroniPizzaHotDog | 2024-11-14, 23:19:26 | SD0001 | 2024-11-14, 16:08:09 |
RustyBot 2 (T|C|B|F) | On hold | 2024-09-15, 15:17:54 | Primefac | 2024-11-17, 21:46:04 | Primefac | 2024-11-17, 21:46:04 |
PonoRoboT 2 (T|C|B|F) | On hold | 2024-07-20, 23:38:17 | Primefac | 2024-08-04, 23:49:03 | Primefac | 2024-08-04, 23:49:03 |
CanonNiBot 1 (T|C|B|F) | In trial | 2024-12-17, 12:50:01 | Primefac | 2024-12-23, 12:35:47 | Primefac | 2024-12-23, 12:35:47 |
Ow0castBot (T|C|B|F) | In trial | 2024-11-14, 01:51:38 | Usernamekiran | 2024-12-05, 00:18:38 | Primefac | 2024-12-01, 20:39:29 |
Platybot (T|C|B|F) | In trial: User response needed! | 2024-07-08, 08:52:05 | Primefac | 2024-12-23, 12:43:22 | Primefac | 2024-12-23, 12:43:22 |
KiranBOT 10 (T|C|B|F) | On hold | 2024-09-07, 13:04:48 | Xaosflux | 2024-11-26, 00:52:08 | Xaosflux | 2024-11-26, 00:52:08 |
SodiumBot 2 (T|C|B|F) | In trial: User response needed! | 2024-07-16, 20:03:26 | Primefac | 2024-12-23, 12:44:24 | Primefac | 2024-12-23, 12:44:24 |
AussieBot 1 (T|C|B|F) | Extended trial: User response needed! | 2023-03-22, 01:57:36 | Hawkeye7 | 2024-12-23, 20:12:37 | Primefac | 2024-12-23, 12:46:59 |
KiranBOT 12 (T|C|B|F) | Trial complete | 2024-09-24, 15:59:32 | Usernamekiran | 2024-12-17, 17:53:18 | The Earwig | 2024-12-13, 21:52:39 |
PrimeBOT 46 (T|C|B|F) | Trial complete | 2024-12-09, 16:41:23 | Primefac | 2024-12-12, 13:37:17 | SD0001 | 2024-12-12, 06:05:18 |