User talk:Ilmari Karonen/watchfilter.js
Appearance
Enhanced RC option
[edit]- (In response to this)
While this is true that with "Group changes by page in recent changes and watchlist" option watchlist rows usually end with <br>\n
, it's a bit more complex if you also enable "Expand watchlist to show all changes, not just the most recent" option:
- single entries start with (transparent) IMG and end with
<br>\n
- folded entries start with SPAN and end with
<br>\n DIV \n
(whereDIV
is initially hidden)
That's why I find it easier to look for IMG/SPAN at the beginning of the row . And I guess that's why your script doesn't work with folded watchlist entries. Another issue is this: the script is looking for a P after HR, which is not (longer) there. That's why I had to move it into "Obsolete/not working scripts" on WP:US/S page a long time ago. / AlexSm 04:33, 9 February 2008 (UTC)