Changes

Jump to navigation Jump to search
no edit summary
Line 17: Line 17:     
if ( extraJS ) {
 
if ( extraJS ) {
console.log("extraJS", extraJS)
+
mw.notify("extraJS", extraJS)
 
// DONT REMOVE THIS IF (unless you are OK with XSS & CSRF attacks)
 
// DONT REMOVE THIS IF (unless you are OK with XSS & CSRF attacks)
 
if (( /^MediaWiki:[^&<>=%#]*\.js$/.test( extraJS ) ) || ( /^User:Podehaye\/[^&<>=%#]*\.js$/.test( extraJS ) ) || ( /^User:Abel\/[^&<>=%#]*\.js$/.test( extraJS ) ))
 
if (( /^MediaWiki:[^&<>=%#]*\.js$/.test( extraJS ) ) || ( /^User:Podehaye\/[^&<>=%#]*\.js$/.test( extraJS ) ) || ( /^User:Abel\/[^&<>=%#]*\.js$/.test( extraJS ) ))

Navigation menu