We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd06dd0 commit 10424c6Copy full SHA for 10424c6
script.user.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name JPDB Userscript (6a67)
3
// @namespace http://tampermonkey.net/
4
-// @version 0.1.181
+// @version 0.1.182
5
// @description Script for JPDB that adds some styling and functionality
6
// @match *://jpdb.io/*
7
// @grant GM_addStyle
@@ -1770,14 +1770,14 @@
1770
playEffect(button);
1771
}
1772
1773
- if (USER_SETTINGS.enableButtonSound()) {
1774
- await playButtonSound(button);
1775
- }
1776
-
1777
if (USER_SETTINGS.advancedShortButtonVibration()) {
1778
vibrateDeviceButton(button);
1779
1780
+ if (USER_SETTINGS.enableButtonSound()) {
+ await playButtonSound(button);
+ }
+
1781
const form = button.closest('form');
1782
if (form) {
1783
form.submit();
0 commit comments