You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run a simple script on GitHub that modifies some elements on the page. This script is able to run on Chrome but not FireFox.
Actual Behavior
It appears to fail a CSP and blocks the script from executing
Specifications
FF: 109.0.1 (64-bit)
TM: v4.18.1
OS: macOS Monterey 12.0 (21A344)
Script
(Please give an example of the script if applicable.)
// ==UserScript==// @name JUST A TESTER// @namespace n/a// @version 0.1// @description TEST// @author n/a// @match https://github.com/*/*/pull/*// @icon none// @grant none// ==/UserScript==(function(){'use strict';console.log("I AM ALIVE!");})();
This wont output to the console,. This is suppose to run on any repo's "pull request" page (i.e #1356). I have a more fleshed out script but I can't even get this it cout.
The text was updated successfully, but these errors were encountered:
This is related to #881
Expected Behavior
I am trying to run a simple script on GitHub that modifies some elements on the page. This script is able to run on Chrome but not FireFox.
Actual Behavior
It appears to fail a CSP and blocks the script from executing
Specifications
Script
(Please give an example of the script if applicable.)
This wont output to the console,. This is suppose to run on any repo's "pull request" page (i.e #1356). I have a more fleshed out script but I can't even get this it cout.
The text was updated successfully, but these errors were encountered: