1
私は小さな問題を抱えているが、私はスクリプトを持っている(私はTampermonkeyを使用しています)と私はPOSTリクエストを作るとき、それは言う:Tampermonkeyでは@connectタグが機能していませんか?
VM2584:33は「https://my_url.com/sub1/sub2/」に接続するために拒否:URLではありませんが@connectリスト
それは「@connectリスト」
// @name My Script
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match url.com/*
// @grant GM_xmlhttpRequest
// @grant GM_getValue
// @grant GM_setValue
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
// @require https://raw.githubusercontent.com/js-cookie/js-cookie/master/src/js.cookie.js
// @connect https://my_url.com/sub1/sub2/
の一部であり、だからここで問題だという事の一部?
"my_url.com/"を "my_url.com"に変更する必要があります – wblaschko