Plex has an great feature that allows users to Skip TV Show Intros, but it requires users to click on the "Skip Intro" button each time. This can become a useless feature as soon as you are doing anything else, because you have to stop what you are doing to click on the button. Plex Auto Intro Skip is here to solve this problem.
Note: While Tampermonkey exists along with this Plex auto-skip intro script, it only works if the window and tab is focused which means it is useless as soon as you are doing anything else. This is because of how the Page Lifecycle API functions.
- Microsoft Edge (Chromium version) - Comes with latest Windows Updates.
- Download latest Plex Auto Intro Skip Release and place it in a location it will be run from.
- Right-click on
PlexAutoIntroSkip.exe
, select "Create shortcut", right-click on newly created shortcut, and select "Properties". - In the shortcut's properties window navigate to the end of "Target" textbox and add a space followed by "
{URL_TO_PLEX_SERVER}
" with double-quotes.- Finished example:
C:\bins\PlexAutoIntroSkip\PlexAutoIntroSkip.exe "https://plex.server/"
- Finished example:
- Click the "Ok" button, and move (or pin) the shortcut to the desired location to launch from.
-w
,--wait-time
: Time to wait, in milliseconds, after Skip Button becomes visible before clicking.- Default: 3000
- On initial launch you will be asked to sign in to Plex, this is because the program is using a different user data directory than default for the instance of Microsoft Edge.
- Plex icon created by Terence Eden.