Skip to content

Commit 3296f09

Browse files
committed
bug fix
1 parent 8d2a4af commit 3296f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picture_download/bright_horizons.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'use strict';
1515
if (document.title.includes("Link Expired") ) {
1616
var listA = [].slice.call(document.getElementsByTagName("a"))
17-
if (listA[0].textContent.includes("clice here")) {
17+
if (listA[0].textContent.includes("click here")) {
1818
listA[0].click()
1919
}
2020
} else {

0 commit comments

Comments
 (0)