Diferencia entre revisiones de «MediaWiki:Common.js»

m
try this
m (fix debugger)
m (try this)
document.querySelectorAll('form[action*="/w/index.php"]').forEach(function(form) {
console.debug('changing form', form, 'with action', form.getAttribute('action'), 'to a better place')
form.setAttribute('action', '?')
})
 
40 275

ediciones