Hi All, I'm updating an old script and trying to get the code as clean as possible. One of the things I want to change is that it uses the deprecate "unescape" function to remove the escape sequences from text that has been pulled from GM Notes etc. My first thought was simply to switch this out or decodeURI, but then it occurred to me that I don't actually know what the escaping scheme really is. The wiki suggests a function that just handles % encoded characters, but I have no idea whether that is accurate/up to date, or if it's just "what worked for someone". Does anyone have any authoritative information on what the escaping scheme is, and whether it would be safe to just call decodeURI?