Timetable Feed
The following guidelines are an indicator of what is acceptable behavior on this comment section. Failing to respect them will lead to a ban.
1. Be nice and civil. Don't act like an idiot just because you're on the internet. This includes usage of slurs and baiting.
2. Try to not attention seek or bait.
3. The main language of this comment section is English.
4. Don't post spoilers of any form of media no matter its age except in threads meant for them or spoiler tagged with the source beforehand. Example: One Piece: Luffy is a pirate.
5. Don't post NSFW or NSFL content. Slightly ecchi stuff is okay.
6. Don't post personal information of other individuals (doxing).
7. Don't harass or witch hunt other individuals.
8. Don't advertise. Posting your creations is fine but not in a spammy way.
9. Don't discuss, post or link any illegal activities or material. This includes copyrighted materials and illegal streaming services.
10. Don't spam or orb farm.
Furthermore these guidelines can change at any time. Do not assume that a lack of a specific guideline here means everything else is allowed.
why does pokemon horizons have a green asterisk next to the episode number?
the green asterisk indicates you have unwatched episodes on that show
so say ep 10 has come out, but you are still on 9 or 8, the asterisk will show up
this also only works for shows you have started (at least seen 1 episode)
I see, thanks
Can we please get a feature that allows us to only see episodes that are on its final episod? For those of us who binge watch dubs and all.
You can just use a filter, doing 'dub exist' and 'completed first' should work ig.
Tamplermonkey script, Toggle using ctrl+Q. You can verify safety using AI.
```
// ==UserScript==
// @name animeschedule ctrl+Q
// @namespace http://tampermonkey.net/
// @version 2026-05-17
// @match https://animeschedule.net/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
let isFiltered = false;
document.addEventListener('keydown', (event) => {
// ctrl+Q
if (event.ctrlKey && event.keyCode === 81) {
[...document.querySelectorAll('.timetable-column-show')]
.filter(show=>show.querySelector('.show-episode').innerText.at(-1)!=='F')
.map(a=>{a.style.display=isFiltered?null:'none'})
isFiltered = !isFiltered;
}
})
})();
```
Suggestion for something which has been annoying me for a while now:
Please give us a option to disable (if there is any already please tell me) the "NOW" instead of the time when an anime is airing as you are viewing this page. Like the red dot is really useful, it actually tells you if it is airing, but when it says "NOW" it hides the time, and you need to click the anime and go to another page to see the time.
Hard agree.
Love the website, can you add dark mode please?
Hey, this already exists, if you scroll to the very bottom of the page in the bottom right you will see a theme select option 😊.
I am still wondering why the dark mode option is not the default on most sites considering it's probably used by most people anyway.
It's harder to see outside in the sun.
still waiting for the update were we can use the dark mode during the day, night time clearly isnt enough
Y'all go outside? Lol
I think it should be at the top of the website instead of tucked away at the very bottom but thank you for your reply!
as far as i remember, that's an intentional design.
3 best new season anime are the cat and the dragon smoking behind the supermarket and yanineko no doubt about it
I think I can only agree to one of those, that being Smoking Behind the Supermarket, in addition to Jaadugar and Love Unseen.
Unseen is a respectable choice. I haven't been able to start Jaadugar as the seasons rolled on, guess I'm going to save it for when it finishes.
Jaadugar arguably AotS, def check it out if you get the chance
Cat and the Dragon I like but hasn't struck me like the other two, I don't even know what I would pick for a third, Kaiju maybe Inept Villainess
Yani Neko, Jaadugar, and Thunder 3 for me.
Yomi no Tsugai finally getting some respect.
of course i hear this the moment i drop it
I meant it got moved up on saturday list to be at the top, instead of all the way at the bottom.
But it's still good.
The popularity algorithm got reworked, it's possible that's why.
i kinda miss the saga of tanya the evil ad background, am i able to put it back or nah?
Yeah, I wish I saved the file, maybe could of done something to locally keep it how it was.
Though I am an inept villainess ep3 dub is out early
Confirmed and updated. Seems Netflix has been releasing it 5 days ahead of the other streaming platforms.
This is not being released on Netflix in my region and I don't VPN. Anything I can do to get it to show up on Sunday?
I thought donators went ad-free, but now I see one on all the anime pages, under the "Official Streaming Platforms / Information Websites" block. Is that intentional or bug?
It was an oversight on my part. Should be good now.
Did alignment broke with the settings open ? On <= ~ 1500 pixels it's fine, but the main weekdays seem to be left aligned, so on usual screen sizes on pc monitors it's very wrong.
https://cdn.jumpshare.com/preview/jSGNp8cIvZQTScNPmnGQ9mTUN1AqfPshqmGxjIbYqAAaJjKA3ouCJt75rpgpL02dDsq4GFWmsZurlYOVaHRvaUv0ia3gAKTohsvEGRm4A
The image doesn't seem to work.
I did align the filters and previous/next buttons with the timetable, but everything seems to work. I don't see the issue you're experiencing.
What browser and screen size are you on?
Their cdn misbehaving; was working previously. This is the same gif
https://jumpshare.com/s/FsInnbx4txrmupH8Tpq2
I tried on chrome, chrome in incognito, firefox.
Original screen is 2560 × 1440
Managed to replicate and fix it. It seems the issue was only happening when the timetable settings were open.
Should be good now.