Edit filter configuration

Differences between versions

ItemVersion from 01:10, 9 October 2017 by XaosfluxVersion from 17:38, 1 January 2023 by Lustiger seth
Basic information
Notes:
See [[WP:DEADLINKSPAM]] - Popular SEO tactic where dead links are replaced with spam links. --Samwalton9, 21 July 2015
See [[WP:DEADLINKSPAM]] - Popular SEO tactic where dead links are replaced with spam links. --Samwalton9, 21 July 2015


Avoid when user adds an archive URL --Samwalton9, 31 July 2015
Avoid when user adds an archive URL --Samwalton9, 31 July 2015
Changed  
Changed  
  !added_lines contains "web.archive.org"
  !added_lines contains "web.archive.org"
to
to
  !added_links contains "web.archive.org"
  !added_links contains "web.archive.org"
better evidence of an add, and should be faster too. RF 20150906
better evidence of an add, and should be faster too. RF 20150906


Removed archive.org; spammers using it to avoid the filter. Additionally making private, I suspect they know about this given their avoidance of it. --Samwalton9, 2 May '16
Removed archive.org; spammers using it to avoid the filter. Additionally making private, I suspect they know about this given their avoidance of it. --Samwalton9, 2 May '16


-20171009, unhid following WP:EFN discussion - Xaosflux
-20171009, unhid following WP:EFN discussion - Xaosflux
* 2023-01-01 lustiger_seth: simplified syntax, improved performance
Filter conditions
Conditions:
(documentation)
!"confirmed" in user_groups &
!"confirmed" in user_groups  
(
& removed_lines contains "{{dead link"  
removed_lines irlike "{{dead link" &
& !added_lines contains "{{dead link"  
(
& added_links
  !added_lines irlike "{{dead link" &
  (
  added_links
  )
)
)