first commit
This commit is contained in:
commit
268600e178
|
@ -0,0 +1 @@
|
|||
This is a bookmarklet which automatically skips the credits for netflix
|
|
@ -0,0 +1,7 @@
|
|||
javascript: (function () {
|
||||
setInterval(function () {
|
||||
if (document.getElementsByClassName("skip-credits")[0]) {
|
||||
document.getElementsByClassName("skip-credits")[0].children[0].click();
|
||||
}
|
||||
}, 1e3);
|
||||
})();
|
Loading…
Reference in New Issue