Forum Settings
Forums
New
Pages (7) « 1 [2] 3 4 » ... Last »
Jun 28, 2021 8:10 PM

Offline
Jul 2020
1183
Hey, can this be fixed? when I turn on this script the header of the tab changes to "1".

StoryGraph x Spotify x Instagram
“Whether we die or not isn't really that big a deal." — Suzuya Juuzou
Jun 29, 2021 6:25 AM

Offline
Dec 2019
3518
@LEGENDS_OF_ANIME

Erase this line

document.title = 1

I think I left it there for testing purposes and forgot to remove it, sorry.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jun 29, 2021 10:05 AM

Offline
Jul 2020
1183
hacker09 said:
@LEGENDS_OF_ANIME

Erase this line

document.title = 1

I think I left it there for testing purposes and forgot to remove it, sorry.

yeah, it works fine now

StoryGraph x Spotify x Instagram
“Whether we die or not isn't really that big a deal." — Suzuya Juuzou
Jul 15, 2021 2:30 PM

Offline
Aug 2013
217


thank you so so much for these! i use alot of them and theyre a great help. my favorites are def show affinity to you, more discussions on animepage and easier readable sequals and spin-offs.

i have an idea or suggestion if its something you think sounds cool aswell:

for "Total Duration Time + Total Episodes Of Any Animes Franchises" would it be possible to add another row saying how many % days and eps you are through the entire franchise? this could be quite interesting for very long franchises with alot of seasons like pokemon or so where adding together the episodes seen can be abit of a hassle.

not sure how easy or hard this would be to make but i certainly would use it if you should ever make that.

id totally use a "show more discussions" with even more shown (like 30 maybe(so its more than if top 25 should happen to be only episode discussion)) even if it makes page long and making show more button after 12 isnt possible lol xD

Maybe making 3 different ones with different ammount shown so people can pick the one they feel fit them most? this probably wouldnt be too hard to add either i hope.

eitherway. i really appreciate your work!<3 big fan here

KyabiJul 15, 2021 2:35 PM
Jul 15, 2021 2:48 PM

Offline
Dec 2019
3518
@Kyabi

Thanks!

Oh, yeah I got what you mean.
Yeah would be interesting to know what's the % number that one have completed so far of watching the whole anime franchise.

But making that script was already a bit "hard", dealing with percentages is probably harder, but thanks for your suggestion, I can consider making it one day, but I will have to figure out the % math stuff somehow.

adding together the episodes seen can be a bit of a hassle.
That script already does that... Just hover your mouse on the "Franchise Duration" and the script shows how many episodes of each kind the whole franchise has.
If you want to see the total amount of episodes that the franchise has the script also shows that info below the "Franchise Duration" time text.

If I do the "% left to finish watching the whole franchise codes" it (the math) would depend only on the total franchise duration time, not on the amount of episodes...
Because if I did the % math using the episodes the % result wouldn't be accurate, since I would have to guess how long is each episode, so it's better to do like WatchedMinutes/TotalFranchiseMinutes=% time to finish watching the whole franchise


id totally use a "show more discussions" with even more shown also (like 30 maybe(so its more than if top 25 should happen to be only episode discussion)) even if it makes page long and making show more button after 12 isnt possible lol xD

Yes, it is possible to show much more than 30 forum topics on the anime/manga page, but doing that would make the script make more network requests to MAL, and MAL hates that, so MAL would very likely end up showing the annoying blue screen "click to prove you are not a bot", that's the only reason why I won't make the script show more forum topics than it already shows...
I didn't and won't do that just because I want to avoid seeing that screen, and I'm sure any other mal user hates that screen too.

*I've actually just a few hours ago released an update for that, i've updated the "show more forum topics" and "better readable titles" scripts, and also a few other scripts, just to make them better and prevent users of these scripts (like me) from seeing this annoying blue screen "click to prove you are not a bot"

Thank you so much!
hacker09Jul 15, 2021 2:53 PM
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 15, 2021 3:44 PM

Offline
Dec 2019
3518
@Ringtomb



Hover on the bold "Total:" text on the anime/manga summary page to see the % numbers result of this math (Favorites) / ((Total users) - (Plan to Watch users))

*It's seems that on pages like this one for example https://myanimelist.net/character/40881/Mikasa_Ackerman the only data available is the "Member Favorites: 46,714", so I don't know what you want the script to do on character pages.
hacker09Jul 15, 2021 6:17 PM
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 15, 2021 4:05 PM

Offline
Jul 2020
291
hacker09 said:
@Ringtomb



Hover on the bold "Total:" text on the anime/manga summary page to see the % numbers result of this math (Favorites) / ((Total users) - (Plan to Watch users))

*It's seems that on pages like this one for example https://myanimelist.net/character/40881/Mikasa_Ackerman the only data available is the "Member Favorites: 46,714", so I don't know what you want the script to do on character pages.


Is it possible to have it more intuitively displayed, hovering over it is a hassle. It could be like "Show The Average Score For Animes/Mangas Instead Of N/A" where the statistic is shown near the score of the show or something. Also you could do the function for characters based on what entry you are on, so you can choose the denominator. Lets say you are on https://myanimelist.net/anime/16498/Shingeki_no_Kyojin

Under Mikasa's name would be (46,716)/(2,936,932-140,178) = 1.67%
But if you were here https://myanimelist.net/anime/25777/Shingeki_no_Kyojin_Season_2
Under Mikasa's name would be (46,716)/(1,924,481-157,670) = 2.64%
also you can display the result as a whole percentage rounded
Jul 15, 2021 4:08 PM

Offline
Jul 2020
291
Ringtomb said:
hacker09 said:
@Ringtomb



Hover on the bold "Total:" text on the anime/manga summary page to see the % numbers result of this math (Favorites) / ((Total users) - (Plan to Watch users))

*It's seems that on pages like this one for example https://myanimelist.net/character/40881/Mikasa_Ackerman the only data available is the "Member Favorites: 46,714", so I don't know what you want the script to do on character pages.


Is it possible to have it more intuitively displayed, hovering over it is a hassle. It could be like "Show The Average Score For Animes/Mangas Instead Of N/A" where the statistic is shown near the score of the show or something. Also you could do the function for characters based on what entry you are on, so you can choose the denominator. Lets say you are on https://myanimelist.net/anime/16498/Shingeki_no_Kyojin

Under Mikasa's name would be (46,716)/(2,936,932-140,178) = 1.67%
But if you were here https://myanimelist.net/anime/25777/Shingeki_no_Kyojin_Season_2
Under Mikasa's name would be (46,716)/(1,924,481-157,670) = 2.64%
also you can display the result as a whole percentage rounded


Also it doesnt work for manga, can you fix that please?
Jul 15, 2021 4:42 PM

Offline
Dec 2019
3518
@Ringtomb

At least with my new update it does convert from decimal to %
Update it using this link https://myanimelist.net/forum/?topicid=1849731&show=50#msg63841267

Now I got I guess, but that would have to have the script making network requests to mal, but mal hates that so they would be blocked and you would see the blue screen "click to prove you are not a bot".
Unless the Jikan API gives the character total favorites numbers It's much better to not code that because that blue screen is pretty annoying.

Even if the Jikan API gives that favorites info, that's a lot of work that I don't really want to do, als0 displaying the result in a much more fancy way requires more work.
*If you find others wanting this too I will make it, (if the Jikan API gives that info)

But I can easily make the result be displayed after the Total: like
Total: 23456 4.5% or something like that...
Or I can display the % number on the browser tab title

Yeah, as soon as I posted it here I knew it wouldn't work on manga pages, yes I can fix this but this will take a while, like maybe a week, supposing I will want to do it.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 15, 2021 4:50 PM

Offline
Jul 2020
291
hacker09 said:
@Ringtomb

At least with my new update it does convert from decimal to %
Update it using this link https://myanimelist.net/forum/?topicid=1849731&show=50#msg63841267

Now I got I guess, but that would have to have the script making network requests to mal, but mal hates that so they would be blocked and you would see the blue screen "click to prove you are not a bot".
Unless the Jikan API gives the character total favorites numbers It's much better to not code that because that blue screen is pretty annoying.

Even if the Jikan API gives that favorites info, that's a lot of work that I don't really want to do, als0 displaying the result in a much more fancy way requires more work.
*If you find others wanting this too I will make it, (if the Jikan API gives that info)

But I can easily make the result be displayed after the Total: like
Total: 23456 4.5% or something like that...
Or I can display the % number on the browser tab title

Yeah, as soon as I posted it here I knew it wouldn't work on manga pages, yes I can fix this but this will take a while, like maybe a week, supposing I will want to do it.


Well I'll let you decide that, I don't see how the manga implementation would be that much harder than the anime implementation, but displaying the percentage next to the total would be much appreciated, don't pursue the character percentage if the Jikan API doesn't display character favorites, other than that I'm willing to wait so no pressure
Jul 15, 2021 4:57 PM

Offline
Dec 2019
3518
@Ringtomb
I don't see how the manga implementation would be that much harder than the anime implementation
It's not, but I took almost an hour just to do the anime thing, I would take maybe more 30 minutes just to fix the script and make it work on manga pages. But I really don't have time.

displaying the percentage next to the total would be much appreciated
Okay, this is fast to do, I will do it when I can.

I will do the character thing if Jikan API allows me and if there's an enough amount of users that also want that. (*this is because this is a "hard" thing to do)
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 15, 2021 5:24 PM

Offline
Dec 2019
3518
@Ringtomb

At least with my new update it will display the percentage above the total
Update it using this link https://myanimelist.net/forum/?topicid=1849731&show=50#msg63841267
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 15, 2021 5:32 PM

Offline
Jul 2020
291
hacker09 said:
@Ringtomb

At least with my new update it will display the percentage above the total
Update it using this link https://myanimelist.net/forum/?topicid=1849731&show=50#msg63841267

there are some bugs https://myanimelist.net/anime/9253/Steins_Gate/stats
152,895/(1,983,598-493,374) = 10.26%
Jul 15, 2021 6:18 PM

Offline
Dec 2019
3518
@Ringtomb

Fixed!
Update it using this link https://myanimelist.net/forum/?topicid=1849731&show=50#msg63841267
hacker09Jul 15, 2021 7:39 PM
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 15, 2021 8:27 PM

Offline
Dec 2019
3518
@Ringtomb

Now it works on manga pages!

https://greasyfork.org/en/scripts/429455-anime-manga-favorited-status
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 16, 2021 3:59 PM

Offline
Dec 2019
3518
@Ringtomb

Hey, I did the character thing you suggested!
Just update the script.
For someone reason the Jikan API is blocking a few network requests, so sometimes when you load an anime/manga page for the first time the script/Jikan API won't add the % to all characters, usually reloading the page once makes it work.

I think this bug has to something to do with the network delay time (that I didn't add), maybe if I do add a delay it will always work, I may check this on a later time (or not), I dunno.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 16, 2021 4:11 PM

Offline
Jul 2020
291
hacker09 said:
@Ringtomb

Hey, I did the character thing you suggested!
Just update the script.
For someone reason the Jikan API is blocking a few network requests, so sometimes when you load an anime/manga page for the first time the script/Jikan API won't add the % to all characters, usually reloading the page once makes it work.

I think this bug has to something to do with the network delay time (that I didn't add), maybe if I do add a delay it will always work, I may check this on a later time (or not), I dunno.


It doesn't work for manga, but other than it works great, I might find other issues later but just work on that for now
Jul 16, 2021 4:19 PM

Offline
Dec 2019
3518
@Ringtomb

Fixed!
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 16, 2021 4:53 PM

Offline
Jul 2020
291
@hacker09

I've come across another issue https://myanimelist.net/anime/21/One_Piece
When you are on an entry, the only characters MAL shows is the main cast, ordered by how many favorites they have, this is fine 99% of the time, but some anime like one piece have a main cast that out number the available slots, so characters like Law won't be shown

https://myanimelist.net/character/13767/Law_Trafalgar

What could fix it would be to have the percentages be displayed on each entry in that character's animemography and mangaography, but in the gran scheme of things its a rather minor issue
Jul 16, 2021 7:01 PM

Offline
Dec 2019
3518
@Ringtomb

Yeah, I've also noticed that mal lists all characters in an anime, but don't show all of them in the anime/manga page, that can't be helped.

I don't really want to add every single character and their informations in the anime/manga page because that would make the page huge, would take time to load and to code too.

What could fix it would be to have the percentages be displayed on each entry in that character's animemography and mangaography, but in the gran scheme of things its a rather minor issue

Yeah, that's a good idea, but the script already does what you have suggested in the beginning, this would just be almost another thing or an improvement update.

I guess I won't do that because I already have a lot of other things to do.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 16, 2021 7:29 PM

Offline
Jul 2020
291
hacker09 said:
@Ringtomb
What could fix it would be to have the percentages be displayed on each entry in that character's animemography and mangaography, but in the gran scheme of things its a rather minor issue

Yeah, that's a good idea, but the script already does what you have suggested in the beginning, this would just be almost another thing or an improvement update.

I guess I won't do that because I already have a lot of other things to do.


I kinda am interested in that tho, so I might try to code it myself via reverse engineering, but the results will probably be disastrous. No pressure, but I will enjoy if you were to add it
Jul 16, 2021 7:40 PM

Offline
Dec 2019
3518
@Ringtomb
reverse engineering? That's needless, scripts are open source, and I comment every single line of my scripts so you can know what the line does.

Good luck, that's good because you can learn a lot of stuff.

The math and codes are already there,you just have to find a way to show it somewhere on the character page basically.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 16, 2021 7:47 PM

Offline
Jul 2020
291
hacker09 said:
@Ringtomb
reverse engineering? That's needless, scripts are open source, and I comment every single line of my scripts so you can know what the line does.

Good luck, that's good because you can learn a lot of stuff.

The math and codes are already there,you just have to find a way to show it somewhere on the character page basically.


After careful reconsideration I realize that I am 100% unfit for solving this problem. I think it would take me a week to understand the language and another week to actually use it to desired effect. So I think I'm gonna wait until you have some free time to spend
Jul 16, 2021 9:02 PM

Offline
Dec 2019
3518
@Ringtomb

hahaha,okay then...
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 20, 2021 4:38 PM

Offline
Dec 2019
3518
@Kyabi

Your suggestion has been successfully implemented!

Now you can see what's the % that you have completed watching of the whole franchise! This is helpful for big franchises.

@Ringtomb
I'm wondering how should/could I get the entry for the character in the character page. This is actually what's going to be "hard"
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 20, 2021 4:42 PM

Offline
Jul 2020
291
hacker09 said:
@Kyabi

Your suggestion has been successfully implemented!

Now you can see what's the % that you have completed watching of the whole franchise! This is helpful for big franchises.

@Ringtomb
I'm wondering how should/could I get the entry for the character in the character page. This is actually what's going to be "hard"

I said last time that you could have the percentages be displayed for each entry on the animeography and mangaography, I can see why it would be hard to get the stats for anime/manga entries from the character page
Jul 20, 2021 4:56 PM

Offline
Dec 2019
3518
@Ringtomb

Yeah, that's what I'm talking about.
Oh, okay now I got it.

Like for this character https://myanimelist.net/character/11/Edward_Elric the character participated in 9 anime entries...
I think that the script already takes a long time to work on anime/manga pages, making the script have to get and do a few maths with 9+ entries would probably take a good amount of time, like 30 secs or more, so I doubt it would be interesting to get the stats for each of those 9 anime entries (sometimes are even more entries), because of the time it will take, so I doubt someone will keep the character browser tab opened for 30+ secs just to see the percentages...

*In normal cases this wouldn't take that long I guess, but at least for this script, or at least since I started using the Jikan API again to make this script, it seems that the Jikan API became more buggy, but I was able to make it "always" work, but this made the time to get data longer.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 20, 2021 10:28 PM

Offline
Aug 2013
217
hacker09 said:
@Kyabi

Your suggestion has been successfully implemented!

Now you can see what's the % that you have completed watching of the whole franchise! This is helpful for big franchises.

@Ringtomb
I'm wondering how should/could I get the entry for the character in the character page. This is actually what's going to be "hard"


holy shit that was fast o.o thanks alot !!
edit: sadly doesnt seem to be working tho. always just appears to say 0% even if the franchise isnt airing any longer :I does it do this for you too ?
KyabiJul 20, 2021 10:34 PM
Jul 21, 2021 5:06 AM

Offline
Dec 2019
3518
@Kyabi

Yes it does appear 0% for me by default too for every franchise, even if I had dropped,on-holded or completed the whole franchise already.

That feature only works for the animes you marked as anything else besides plan to watch (and maybe besides watching too if I remember it correctly).

So the script doesn't auto get your list,the script only adds as completed the ones since you already installed the script, and the ones you set as dropped on-hold and completed.

So in other words the script does exactly what you suggested,but also shows the % of entries duration time of the franchise that are not on one of the list status I mentioned on the paragraph above.

Like, go to fairy tail,one piece,Naruto or whatever and set one of the Franchise entries to dropped for example,then the script will show you the % number that you've already completed/dropped/on-holded of the franchise entries
hacker09Jul 21, 2021 5:13 AM
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 21, 2021 6:15 PM

Offline
Aug 2013
217
well okay :) i see. thank you anyway though! i dont drop anime but i checked with a few of my on hold anime and still shows 0% . but i can see how its more annoying to do than i thought . probably not worth it hehe


Jul 21, 2021 6:25 PM

Offline
Dec 2019
3518
@Kyabi

You're welcome!

Have you tried with the franchises I said?
I've tried with fairy tail and when I dropped something the % went up all the time, so if I marked everything as completed it should end up showing 100% completed...

The script already works perfectly for that new feature I've added that you suggested...

*BTW you have to reload the page to see the % number going up and up... (you may ask yourself why?, and why I did it that way is because it would be harder to update that as soon as you marked the anime as completed for example, and also because, (let's say you are watching a huge franchise...) you mark 1 entry of the franchise as completed, then of course you will open another/(the next) entry of the franchise to watch, that's when you will see the updated completed % number)

i checked with a few of my on hold anime and still shows 0%
As I've said the script doesn't get what you have on your list, so you have to open each of your on-hold entries, set them as PTW, then set them again as on-hold, then reload the page, then you will see that the completed % is above 0%...
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 23, 2021 2:54 PM

Offline
Dec 2019
3518
@Ringtomb

I've noticed that in some pages the percentage is high above 100%
Like on this page

https://myanimelist.net/anime/38777

The script gives "Favorited: 223.35%" to the character "Gojou, Satoru"

Because it does this math "( 31725 )/(( 29873 ) - ( 15669 ))"
Do you think that reversing the math would make the result more accurate?
I don't think it should ever be above 100.00%

Doing it like this (( 29873 ) - ( 15669 ))/( 31725 ) gives "44.77%", this seems to be more correct if I'm not wrong...
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jul 23, 2021 7:00 PM

Offline
Jul 2020
291
hacker09 said:
@Ringtomb

I've noticed that in some pages the percentage is high above 100%
Like on this page

https://myanimelist.net/anime/38777

The script gives "Favorited: 223.35%" to the character "Gojou, Satoru"

Because it does this math "( 31725 )/(( 29873 ) - ( 15669 ))"
Do you think that reversing the math would make the result more accurate?
I don't think it should ever be above 100.00%

Doing it like this (( 29873 ) - ( 15669 ))/( 31725 ) gives "44.77%", this seems to be more correct if I'm not wrong...

The objective with the number was to find what characters have the highest favorite percentage, so it would be obvious for obscure titles to have it be higher, because not all the favorite came from the more obscure titles. The point of having the favorite percentage be displayed on the character page would be to make it easier to find the lowest percentage. So with that I think it's ok to have the percentage go above 100%, because reversing it would toy with the point of the equation
Jul 25, 2021 7:27 AM

Offline
Dec 2019
3518
@Ringtomb

But, of course that when the script works well with the actual math and doesn't show % numbers above 100% I would keep the math as it is, so that they wouldn't end up being messed up.

The high number should always be divided by the lowest number, that way percentages won't be above 100%.

It's easy to detect that difference. I can make the script know when which kind of math should be used, this isn't very hard to do and I'm willing to do this "fix" and update the script if you consider the math correct.

If I update the script percentages will never go above 100% because.
1 The math will keep being the same when the final % result isn't above 100% (Total Users that Favorited the character) / ((Total Entry Users) - (Total Entry Plan to Watch/Read users))

2 If the script detects that the current division will end up being like this low number/high number, the math will change to ((Total Entry Users) - (Total Entry Plan to Watch/Read users))/(Total Users that Favorited the character)

So as I said in 1 the script will keep being the same and showing the same % number value for characters that the % value isn't already above 100%

The script could be updated to make the % never go above 100% for these more obscure titles, so the script could detect when math 1 or math 2 should be used, so this possible new update wouldn't toy with the point of the equation (If I'm not wrong)

Do you think the math 2 works correctly and this would be a good improvement update?
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Aug 5, 2021 5:44 PM

Offline
Dec 2019
3518
@LEGENDS_OF_ANIME

I've just released a great update to my script that you suggested!
I know you will love it! But you have to delete the old one and install this update.

https://greasyfork.org/en/scripts/427466-openings-endings-enhancer-mal

Enjoy!
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Aug 5, 2021 7:16 PM
Laughing Man

Offline
Jun 2012
7025
Thanks for making this usable, man lol I was wondering, though, do you have anything similar to "MAL enhancements"? It was really useful to get rid of some clutter, but some time ago it just stopped working properly, and it seems like it'll never be updated.

I'm level on MAL-Badges. View my badges.
Aug 5, 2021 7:36 PM

Offline
Jul 2020
1183
hacker09 said:
@LEGENDS_OF_ANIME

I've just released a great update to my script that you suggested!
I know you will love it! But you have to delete the old one and install this update.

https://greasyfork.org/en/scripts/427466-openings-endings-enhancer-mal

Enjoy!

wow.............................................. It's a billion times better. Especially download feature too. I don't know what to say. Also, I think if possible you should try making the picture-in-picture function usesable anywhere in MAL.

Btw, I got quite a few more ideas and some things that I need myself but never told them here. I have about 3/4 suggestions. Should I tell them?? I already suggested 2 so I wanted to wait a bit.

StoryGraph x Spotify x Instagram
“Whether we die or not isn't really that big a deal." — Suzuya Juuzou
Aug 5, 2021 7:52 PM

Offline
Dec 2019
3518
@BatoKusanagi
hahah,lol... You're welcome!

It seems that that script is working, at least the most part of it...
What is not working?

[Sidebar] Expand 'Add to List' block (I don't know what it does)
[Details tab] Preload 'More Info' section (https://greasyfork.org/en/scripts/410450)
[Navigation bar] Preload number of available pictures

[Navigation bar] Preload number of available videos (I can easily do this, but I think it's useless)
[Details tab] Fold 'Background' section

[Details tab] Fold 'Reviews' section

[Sidebar, Stats tab] Fold 'Statistics' section

[Details tab] Fold 'Comments' section on people pages

[Details tab] Remove top statistics section
[Details tab] Remove 'Episode Videos' section (https://greasyfork.org/en/scripts/412452)
[Details tab] Remove 'Recent News' section (I can easily do this, but I think it's useless)

[Details tab] Remove 'Featured Articles' section
[Details tab] Remove 'Manga Store' section (https://greasyfork.org/en/scripts/39341)
[Sidebar] Change default entry status to 'Plan to Watch/Read' (https://greasyfork.org/en/scripts/426831)
[Sidebar] Remove 'Add to Favorites' button (I can easily do this, but I think it's useless)
[Sidebar] Remove 'Buy on Manga Store' button (https://greasyfork.org/en/scripts/407732)
[Sidebar] Remove 'Watch online' banner (I can easily do this, but I think it's useless)
[Sidebar] Sort genres in alphabetical order (I can easily do this, but I think it's useless)
[Sidebar] Format manga authors (I can easily do this, but I think it's useless)
[Sidebar] Format anime episodes duration (https://greasyfork.org/en/scripts/408642)
[Details tab] Replace recommendations links with entries links

[Sidebar, Details tab] Format 'Related Entries' section (https://greasyfork.org/en/scripts/426008)
[Sidebar, Details tab] Fold 'Related Entries' section (I can do this, but I think it's useless)
[Sidebar, Details tab] Move 'Related Entries' section to sidebar (I can easily do this, but I think it's useless)
[Sidebar] Preload 'Related Entries' section from 'Details' tab (I don't know what it does)
[Sidebar] Add database modification links (https://greasyfork.org/en/scripts/407729)
[Details tab, Characters tab] Show only Japanese voice actors (https://greasyfork.org/en/scripts/9328)
[Details tab, Characters tab] Also show English voice actors
[Details tab, Characters tab] Enlarge small thumbnails (https://greasyfork.org/en/scripts/22852)
[Recommendations tab] Enlarge recommendations thumbnails (https://greasyfork.org/en/scripts/22852)

@LEGENDS_OF_ANIME

haha yeah I know.

try making the picture-in-picture function useable anywhere in MAL
What do you mean?
When I make a video picture-in-picture I can watch the op/end even if I switch tabs on mal or other websites...

Suggestions are always welcomed! But of course, I have to keep updating everything I already made and have a few other things I'm planning on creating so I might not have time for other ideas, or I might simply not want to do them.

But I like to hear new ideas anyway, even if I end up not interested in creating them.
hacker09Dec 6, 2023 4:12 PM
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Aug 5, 2021 8:29 PM

Offline
Jul 2020
1183
hacker09 said:
[Sidebar] Expand 'Add to List' block (I don't know what it does)

It just open the "add to list" section jsut as it says and showed in the pictures. It's acually pretty useful cuz it saves me a few clicks. (which is more of a satifying tbh rather than calling it useful)

Without the function:


With the function:

try making the picture-in-picture function usesable anywhere in MAL
What do you mean?
When I make a video picture-in-picture I can watch the op/end even if I switch tabs on mal or other websites...

What I meant was when I click on something else on the tab I have the pic-in-pic opening playing, it stops playing. I was asking if you could try making it like youtube where it stays whereever you go.

StoryGraph x Spotify x Instagram
“Whether we die or not isn't really that big a deal." — Suzuya Juuzou
Aug 5, 2021 9:33 PM

Offline
Dec 2019
3518
@LEGENDS_OF_ANIME

The author of this script didn't add any images in the script page.

So it shows the add to list buttons on the left sidebar? that seems needless since it's already show on the middle of the page...
MAL has 2 add to list buttons, the one on the right side of the image and the one of your image, the one of your image is old, very old, I don't know why MAL didn't erase that yet.

That's not a script "bug" or something I'm able to add/modify, at least I don't think I can.
This is how your browser works...
On edge chromium even if I change tabs the video keeps playing...
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Aug 5, 2021 9:39 PM

Offline
Jul 2020
1183
hacker09 said:
That's not a script "bug" or something I'm able to add/modify, at least I don't think I can.
This is how your browser works...
On edge chromium even if I change tabs the video keeps playing...

K, thanks for telling. I use chrome btw.

StoryGraph x Spotify x Instagram
“Whether we die or not isn't really that big a deal." — Suzuya Juuzou
Aug 5, 2021 10:30 PM
Laughing Man

Offline
Jun 2012
7025
@hacker09 Right, should've been clearer. This one's in particular:
-Fold reviews section
-Remove 'Episode Videos' section (installed the script, thx)
-Fold background section
-Remove recent news section
-Fold statistics section (though I don't care that much about this one)

Also, seems to cause some text to appear twice. For example, in the reviews section I see "Add | more more reviews". Same goes for the recommendations section.
BatoKusanagiAug 5, 2021 10:40 PM

I'm level on MAL-Badges. View my badges.
Aug 6, 2021 12:35 AM

Offline
Jul 2020
1183
@hacker09 Found a bug in Opening/Endings Enhancer. It isn't working for these series. This problem is occuring a LOT. (I tried my best to find different types of examples):
Also it seems to only show play buttons for only a few of the songs. This problem is is reletively less. Here are the ones I found:

StoryGraph x Spotify x Instagram
“Whether we die or not isn't really that big a deal." — Suzuya Juuzou
Aug 6, 2021 5:54 AM

Offline
Dec 2019
3518
@LEGENDS_OF_ANIME

You're welcome!
I think it's a chrome thing them, you could test it on edge chromium to see if it will stop playing or not, here it doesn't stop playing when I switch tabs.

@BatoKusanagi
Now I got it, that's a weird bug then, but maybe it can also be caused because you have some other script and they might be conflicting with the enhancements script? I'm not sure.

If I have time I guess I can do the one's you mentioned then, I will mention you here then.


@LEGENDS_OF_ANIME
I tried my best to find different types of examples
Thanks, I've opened all these pages and the script worked all the time, are you using the last version of the script?
What do you mean by "the script is not working"?
Do you mean that the search buttons doesn't even show? (I saw the buttons on all of these pages...)

Also it seems to only show play buttons for only a few of the songs
Yes I know it, as I said I'm still testing it and will improve/fix it if possible.
As for SAO, the first opening it also the last ending, so if you want to watch the last ending just play the first opening video, they are the same!

As for Fullmetal Alchemist: Brotherhood, maybe the API doesn't have the video for hologram and that's why it's not displayed, I will check this later.
hacker09Aug 6, 2021 5:59 AM
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Aug 6, 2021 6:47 AM

Offline
Jul 2020
1183
@hacker09 By "not working properly" I meant about the play buttons. It's fine take your time working on it. I had a plan to listen to all the openings and endings of all the anime I have completed. So I got very exited after you told be about this never function. When it's complete please notify me it possible, I will be waiting until then.

I think it's a chrome thing them, you could test it on edge chromium to see if it will stop playing or not, here it doesn't stop playing when I switch tabs.
I wan't talking about switching tabs. What I meant was doing something else in the same tab the opening is playing in.

StoryGraph x Spotify x Instagram
“Whether we die or not isn't really that big a deal." — Suzuya Juuzou
Aug 6, 2021 7:03 AM

Offline
Dec 2019
3518
@LEGENDS_OF_ANIME

Just keep the script installed and it should be auto updated.

doing something else in the same tab the opening is playing in.

Of course you can't load another page/topic or something on the page the video is playing, this will make the video stop playing and will close the picture-in-picture thing.
Youtube is basically the only place where you can keep clicking basically anywhere and keep watching the video "picture-in-picture", but that's actually and YT feature, isn't really an "picture-in-picture" video.

Try watching an picture-in-picture video on any other website, then if you click on another link that loads on the same tab the picture-in-picture video will be closed,since another page is loading on it.


What do you mean by "the script is not working"?
Got it, I will check it later. I did understand what's the problem with the enhancer script, I know it has some bugs.
hacker09Aug 6, 2021 8:02 AM
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Aug 6, 2021 4:46 PM

Offline
Dec 2019
3518
@LEGENDS_OF_ANIME

I'm working on the script right now, updating and fixing/improving a few things, now the script works for any animes, but of course it still has the own API limitations...

As for
https://myanimelist.net/anime/457/Mushishi

The ends don't exist in the API, so the script gets what the API has, the API only has the first OP of this anime with the id of 457, this isn't my fault and I really can't do anything about it...

As for
https://myanimelist.net/anime/5114/Fullmetal_Alchemist__Brotherhood

This is the same case as SAO, the last 2 missing videos are from the ENDs number 6 and 7, but if you notice they are the exact same thing as the OPENINGS number 2 and 5, so if you want to watch ending 6/7 just play the video of the OP 2/5...
#6: "Rain (レイン)" by SID (ep 63)
#7: "Hologram (ホログラム)" by NICO Touches the Walls (ep 64)

#2: "Hologram (ホログラム)" by NICO Touches the Walls (eps 15-26)
#5: "Rain (レイン)" by SID (eps 51-62)

@BatoKusanagi
Actually last month I made a script that "Fold 'Reviews' section", but I didn't release it on greasyfork so I forgot about it...
It's right here now https://myanimelist.net/forum/?topicid=1849731&show=50#msg64045934

*@BatoKusanagi

I've just finished doing everything you wanted...
It's right here now https://myanimelist.net/forum/?topicid=1849731&show=50#msg64045934
hacker09Aug 8, 2021 9:48 AM
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Aug 7, 2021 7:47 AM

Offline
May 2010
1236
@hacker09 i'll just delete the post if you don't want the links shown.

yes, the music is the same but the videos appear at the opening of say eps 15-26 but then a different video of the same song during the ending credits of ep64 which would make them visually different, which anyone can rip from the bluray and add it to their database by following their submitting rules to fix any of those errors above.
ShaggyZEAug 7, 2021 8:27 AM
Aug 7, 2021 3:43 PM

Offline
Dec 2019
3518
@ShaggyZE
Ok,sorry for that and thank you so much for trying to help him and me about this, you're kind!

You're right!
I'm thinking and considering let others know about this.
If this ever happens the script will automatically show the new video in front of that end text on mal.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Aug 8, 2021 12:58 AM
Laughing Man

Offline
Jun 2012
7025
@hacker09 You're a saint, my dude. The script for folding the background section isn't working out for me for some reason, though.

I'm level on MAL-Badges. View my badges.
Pages (7) « 1 [2] 3 4 » ... Last »

More topics from this board

» Shamelessly shilling my art accounts!

AzafuseKingTora - Sep 6

6 by AzafuseKingTora »»
44 minutes ago

» Anime/Manga List Help? ( 1 2 3 4 5 ... Last Page )

spineslayer - Nov 10, 2009

602 by courageforever »»
1 hour ago

» My first light novel, discussion

BeostiShi - 2 hours ago

0 by BeostiShi »»
2 hours ago

» This is Lena, my new OC!

DiscloSalilokui - Sep 6

3 by DiscloSalilokui »»
11 hours ago

» 【 ART THREAD 】Let's share our art! ‪‪❤︎‬ ( 1 2 3 4 )

mewmewforever - Aug 30, 2024

181 by Absurdo_N »»
Sep 7, 5:09 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login