Skip to content

Commit 05f70ae

Browse files
authored
Update x70tru7b.user.js
1 parent 91a7ec5 commit 05f70ae

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

userscripts/src/x70tru7b.user.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Trakt.tv | Partial VIP Unlock
33
// @description Unlocks some vip features: advanced filters, "more" buttons on dashboard, faster page navigation, bulk list management, rewatching, custom calendars, advanced list progress and more. Also hides some vip advertisements.
4-
// @version 2.1.1
4+
// @version 2.1.2
55
// @namespace x70tru7b
66
// @updateURL https://update.greasyfork.org/scripts/550079.meta.js
77
// @icon https://trakt.tv/assets/logos/logomark.square.gradient-b644b16c38ff775861b4b1f58c1230f6a097a2466ab33ae00445a505c33fcb91.svg
@@ -21,9 +21,6 @@
2121
- ***~2x faster page navigation with Hotwire's Turbo***<br>
2222
(Allows for partial page updates instead of full page reloads when navigating, might break userscripts from other devs who didn't account for this.
2323
Also imo it's nothing short of embarassing for them to think it's good idea to intentionally slow down their website for free users. There's a reason they don't have it listed amongst the vip perks..)
24-
- ***bulk list actions: reset ranks, copy, move, delete***<br>
25-
(Item selection is filter based, so if you're filtering a list by genre then the bulk list actions will only apply to titles with that genre.
26-
In fact although the native gui only allows for filtering by type, genre and terms, most other filters from the regular advanced filters work as well, just directly modify the search params in the url.)
2724
- ***rewatching***
2825
- ***vip badge***<br>
2926
(Appends a special "Director" badge to your username. It's usually reserved for team members like Trakt's co-founders Sean and Justin. See https://trakt.tv/users/sean for how it looks.)
@@ -316,7 +313,8 @@ function addStyles() {
316313
GM_addStyle(`
317314
#top-nav .btn-vip,
318315
.dropdown-menu.for-sortable > li > a.vip-only,
319-
.alert-vip-required {
316+
.alert-vip-required,
317+
.list-manage-wrapper .btn-list-move-items {
320318
display: none !important;
321319
}
322320
`);

0 commit comments

Comments
 (0)