Benjol / SE-AutoReviewComments

AutoReviewComments - Pro-forma comments for SE
http://stackapps.com/q/2116
98 stars 39 forks source link

remote not working on Firefox developer edition with user-script #153

Closed pmahend1 closed 6 years ago

pmahend1 commented 6 years ago

remote option for user-script is not syncing jsonp from which I have saved on my github. It was working earlier today. Tried disabling anti-virus , u-block origin but did not work.

(Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. background.js:12845
    handleRequest moz-extension://b96d949d-d4fc-498a-82c2-3b5d103f43c1/public/js/background.js:12845:13

The resource from “https://raw.githubusercontent.com/pmahend1/StackExchange-Auto-Comments-Repository/master/Canned%20Comments/canned_comments.js?jsonp=callback&_=1530502455250” was blocked due to MIME type mismatch (X-Content-Type-Options: nosniff).[Learn More] 

Loading failed for the <script> with source “https://raw.githubusercontent.com/pmahend1/StackExchange-Auto-Comments-Repository/master/Canned%20Comments/canned_comments.js?jsonp=callback&_=1530502455250”. 20177952:1
)

Checked on Greasemonkey and then Tampermonkey

oliversalzburg commented 6 years ago

This will not work due to the reason given in the error message. This has been discussed in #132, where you might also find a solution to your problem.