User Details
- User Since
- Jan 4 2015, 1:56 PM (513 w, 2 d)
- Availability
- Available
- IRC Nick
- ysangkok on freenode
- LDAP User
- Ysangkok
- MediaWiki User
- Ysangkok [ Global Accounts ]
Mar 16 2020
@Xqt looks great, thanks! I think the automatic solving could still be done by e.g. a regex parser and a manual interpreter, but that can go in another PR I guess.
Aug 15 2019
The fixes I needed to apply to get pywikibot automatically solving captchas for Haskellwiki are here: https://github.com/ysangkok/fix-wiki-links/blob/master/insc.py#L11
Dec 5 2015
I trust you did consider https://gerrit.wikimedia.org/r/#/c/113759/ ?
Sep 9 2015
I have another implementation strategy idea. We could let the module generate iframe data that would be embedded by base64'ing it. Since iframes do not allow scripting per default (http://www.w3.org/TR/html5/webappapis.html#sandboxScriptBlocked) and the data would not be linkable, this would allow for manually made image-maps in SVG's but still retain security. Old browsers that run scripts in iframes per default, would need mitigation. The format of code in the module could be the same as my previous patch, but a new parser function would be needed. What do you think?
Jul 22 2015
I think the batch flag suggested by Pajn is a good compromise. Batch edits could be shown per default. A compromise seems necessary for AutoList.