We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2a4af commit 3296f09Copy full SHA for 3296f09
picture_download/bright_horizons.user.js
@@ -14,7 +14,7 @@
14
'use strict';
15
if (document.title.includes("Link Expired") ) {
16
var listA = [].slice.call(document.getElementsByTagName("a"))
17
- if (listA[0].textContent.includes("clice here")) {
+ if (listA[0].textContent.includes("click here")) {
18
listA[0].click()
19
}
20
} else {
0 commit comments