Wikipedia:RedWarn/Documentation/Conflicts


RedWarn

About - Why use RedWarn? - Install or Remove - Documentation and Help - Talk - Changelog

With a tool such as RedWarn, that interacts with multiple parts of the Wikipedia interface, there are bound to be, as with all other scripts, bugs caused by conflicts with other scripts and gadgets. Usually these conflicts are relatively easy to find the source of; having installed a script that adds information when right clicking on a user will conflict with RedWarn's right click menu if it is on, however sometimes these conflicts may be less obvious. Below is a list of scripts that conflict with RedWarn, why they conflict, and how to fix them.

Tools that conflict with RedWarn
Script Issues Cause Solution
User:Þjarkur/CleanDiffURLs Causes rollback options to disappear Modifies the link used to see the diff, meaning Redwarn doesn't know it is a diff. Replace the script line in your common.js with setTimeout(function(){importScript("User:Þjarkur/CleanDiffURLs.js")}, 500); to add a short delay and allow RedWarn to load. If you still have issues, try changing "500" to something larger. This has not been fully tested and approved, so you may still encounter issues.