Skip to content

Commit 5bc0f62

Browse files
committed
[AniHIDE] update site matching patterns for Miruro and Anikai
1 parent 53379e5 commit 5bc0f62

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

AniHIDE/AniHIDE_Hide-Unrelated-Episodes.user.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name AniHIDE - Hide Unrelated Episodes
33
// @namespace https://greasyfork.org/en/users/781076-jery-js
4-
// @version 2.4.0
4+
// @version 2.4.1
55
// @description Filter animes in the Home/New-Episodes pages to show only what you are watching or plan to watch based on your anime list on MAL or AL.
66
// @icon https://image.myanimelist.net/ui/OK6W_koKDTOqqqLDbIoPAiC8a86sHufn_jOI-JGtoCQ
77
// @author Jery
@@ -24,7 +24,8 @@
2424
// @match https://www.miruro.tv/*
2525
// @match https://miruro.to/*
2626
// @match https://miruro.online/*
27-
// @match https://animekai.to/*
27+
// @match https://animekai.*/*
28+
// @match https://anikai.*/*
2829
// @match https://animetsu.cc/*
2930
// @match https://kaido.to/*
3031
// @match https://kuudere.to/*
@@ -128,15 +129,15 @@ const animeSites = [
128129
{
129130
name: 'miruro',
130131
url: ['miruro'],
131-
item: 'a[color][title][href^="/watch"]',
132+
item: 'a.animSlideUp',
132133
title: 'h5[title^="Title: "]',
133134
thumbnail: 'img[alt^="Play "]',
134135
observe: 'section[aria-labelledby*="continueWatching"] + div',
135136
timeout: 1200
136137
},
137138
{
138139
name: 'animekai',
139-
url: ['animekai.to'],
140+
url: ['animekai', 'anikai'],
140141
item: '.aitem',
141142
title: '.title',
142143
thumbnail: 'img',

0 commit comments

Comments
 (0)