Instagram Keyboard Shortcuts for Power User

Scroll through posts with J/K keys, like with L, save with O, control videos with U/I/M/Space.

< 腳本Instagram Keyboard Shortcuts for Power User的回應

評論:正評 - 腳本一切正常

§
發表於:2024-10-05

Can you add left, right arrow for smooth reels scrubbing? like moving forward/backward by 1 sec.

§
發表於:2024-10-05

To be precise, U and I keyboard shortcuts does not work on https://www.instagram.com/reels/.

French Bond作者
§
發表於:2024-10-08

Hi! I've just added shortcuts for left/right arrows on the Reels page.

You can change these values (seconds) to adjust to your needs:
const fastForward = 10;
const rewind = 5;

So if you want 1 sec scrubbing:
const fastForward = 1;
const rewind = 1;

§
發表於:2024-11-17

Hi! I've just added shortcuts for left/right arrows on the Reels page.

You can change these values (seconds) to adjust to your needs:
const fastForward = 10;
const rewind = 5;

So if you want 1 sec scrubbing:
const fastForward = 1;
const rewind = 1;

Perfect!

What's your solution for keeping the edited data persistent? So, it does not get overwritten by script update.

French Bond作者
§
發表於:2024-11-25

Adding support for local configuration is now in my TODO list. Thanks for the feedback.

發表回覆

登入以回覆