Closed Tinyfatboy closed 3 months ago
Can you please test Tampermonkey BETA. Thanks.
Can you please test Tampermonkey BETA. Thanks.
Hello, thanks for your advice. I tested with Tampermonkey BETA, but the error still occurs.
Thanks a lot. Please use Tampermonkey Legacy as long as I'm working on a fix...
Actual Behavior
Hello, after upgrading to Tampermonkey 5.2.0, the original script failed when sending requests using GM_xmlhttpRequest. We compared all the API information of version 5.1.1 and found that after the upgrade, if the cookie value contains quotation marks
"
, the GM_xmlhttpRequest method will encode the quotation marks to%22
, causing the original script to fail.eg. original cookie (v5.1.1)
idtt.certInfo="W7I356...
with v5.2.0
idtt.certInfo=22%W7I356...
This affect our script and makes GM_xmlhttpRequest failed. Cloud you help to check.
Specifications
Script