Compatibility/System Addon/Override Policies and Workflows: Difference between revisions

Jump to navigation Jump to search
updated to suggest window.eval instead of window.wrappedJSObject.eval
(Add information about authoring JS and CSS overrides)
(updated to suggest window.eval instead of window.wrappedJSObject.eval)
Line 93: Line 93:


<syntaxhighlight lang="js">
<syntaxhighlight lang="js">
window.wrappedJSObject.eval(`(function() {
window.eval(`(function() { // used to require window.wrappedJSObject.eval
   /* your code here */
   /* your code here */
}());`);
}());`);
31

edits

Navigation menu