diff --git a/README b/README deleted file mode 100644 index 26db2a4..0000000 --- a/README +++ /dev/null @@ -1,4 +0,0 @@ -# Bookmarlets - -## Automatically click next in instagram - diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ade541 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# SoPe Bookmarlets + +## Instagram: Automatically click 'next post' every 5 sec + +## Instagram: Automatically scroll down every 3 sec + +## YouTube: Display recent videos as a playlist sorted by views + +## YouTube: Display recent videos as a playlist + + + diff --git a/index.html b/index.html index 6e31873..8e1a5fc 100644 --- a/index.html +++ b/index.html @@ -4,17 +4,14 @@

Bookmarlets from Sound Peaks

Drag'n'drop links onto your bookmar toolbar of the internet browser.

-

TikTok - pop-up with most viewed

-TT 🔝 Viewed -

Creates a playlist of recent videos sorted by popularity

-🔝 YouTube Recent Most Viewed +🔝 YouTube Recent Most Viewed

Creates a playlist of recent videos that are visible on the page at the moment

-▶️ YouTube Play Recent +▶️ YouTube Play Recent

Open an instagram photo and it will click next for you

-👉 Instagram - Auto Next +👉 Instagram - Auto Next

Srolls page down every X seconds

-👇 Auto Scroll Down \ No newline at end of file +👇 Auto Scroll Down \ No newline at end of file diff --git a/instagram-press-next.js b/instagram-press-next.js index ca8e9a4..9b0e6dc 100644 --- a/instagram-press-next.js +++ b/instagram-press-next.js @@ -1,4 +1,4 @@ -var bn = 3; +var bn = 0; var clickEvent = new MouseEvent('click', { 'view': window, 'bubbles': true,