(Please fill out the issue template with your details)
Expected Behavior
undefined
Actual Behavior
variable
Specifications
- Firefox 106
- TM: 4.18
- OS: Win 10
Script
(Please give an example of the script if applicable.)
// ==UserScript==
// @name test
// @namespace test
// @version 1
// @description test
// @author Owyn
// @match *://*/*
// @grant unsafeWindow
// @sandbox JavaScript
// @run-at document-end
// ==/UserScript==
(function() {
'use strict';
console.warn(unsafeWindow);
console.warn(unsafeWindow.adsbygoogle);
})();
result: - can't access any variables in unsafeWindow

(Please fill out the issue template with your details)
Expected Behavior
undefined
Actual Behavior
variable
Specifications
Script
(Please give an example of the script if applicable.)
result: - can't access any variables in unsafeWindow
