31
edits
(Add information about authoring JS and CSS overrides) |
Twisniewski (talk | contribs) (updated to suggest window.eval instead of window.wrappedJSObject.eval) |
||
| Line 93: | Line 93: | ||
<syntaxhighlight lang="js"> | <syntaxhighlight lang="js"> | ||
window | window.eval(`(function() { // used to require window.wrappedJSObject.eval | ||
/* your code here */ | /* your code here */ | ||
}());`); | }());`); | ||
edits