User:PetraMagna/HotCat.js: Difference between revisions

Jump to navigation Jump to search
press shift + enter to save
(previous one doesn't work; insanely ugly solution that fixes it; whatever)
(press shift + enter to save)
Line 1,568:
setTimeout(function() {
const save_button = document.querySelector("#mw-normal-catlinks input[value='Save']");
if (evt.shiftKey && save_button) {
save_button.click();
return;
}
if (save_button) {
// automatically click the add button
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu