Skip to content

Commit

Permalink
better prime TMDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Nov 9, 2024
1 parent 39cfcc8 commit 4d7d0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions firefox/popup/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ <h2>Changelog</h2>
<h2>1.1.47</h2>
<ul>
<li>Fixed, Disney TMDB rating postions and more accurate ratings</li>
<li>Improved TMDB correct lang</li>
</ul>
</div>
<div class="line flex">
Expand Down
4 changes: 1 addition & 3 deletions firefox/skipper.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,8 @@ if (isPrimeVideo || isNetflix || isDisney || isHotstar || isCrunchyroll || isHBO
title
?.split(" - ")[0]
?.split(" – ")[0]
?.split(", ")[0]
?.replace(/(S\d+)/g, "")
?.replace(/ \[dt\.\/?O?V?\]/g, "")
?.replace(/\[OV\]/g, "")
?.replace(/ \[.*\]/g, "")
?.replace(/\s\(.*\)/g, "")
?.replace(/:?\sStaffel-?\s\d+/g, "")
?.replace(/:?\sSeason-?\s\d+/g, "")
Expand Down

0 comments on commit 4d7d0be

Please sign in to comment.