Skip to content

Commit 07f7135

Browse files
committed
Found the next button, so I added it.
1 parent 9917a9c commit 07f7135

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

extension/keysocket-hearthis.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ keySocket.init(
77
} else {
88
document.querySelector('.fa-play').click()
99
}
10-
}
10+
},
11+
"next": function(){
12+
document.querySelector('.fa-fast-forward').click()
13+
}
1114
// prev is omitted
12-
// next is omitted
1315
// stop is omitted
1416
}
1517
);

0 commit comments

Comments
 (0)