[Settings > Sidebar] Fix class names for function items

pull/67/head
Oj18 2 years ago
parent 5aee092952
commit 5ccd5afc7b

@ -53,7 +53,7 @@ export default async (goosemodScope, gmSettings) => {
predicate: () => { },
element: function() {
if (typeof i[3] === 'function') {
document.getElementsByClassName('selected-3s45Ha')[0].click();
document.querySelector('.item-3XjbnG.selected-g-kMVV:not(.item-3mHhwr)').click();
i[3]();

Loading…
Cancel
Save