Forum Settings
Forums
New
Pages (6) « First ... « 3 4 [5] 6 »
Apr 3, 2022 8:25 AM

Offline
Dec 2019
3354
@Kernal_

The hentai question is not a popup, it's a javascript alert message.
For this script to work you have to enable your browser notifications, then when you click on it your browser have to have pop ups enabled in case more than 1 entry was approved.

I've been using this script since I created it, and it is still working perfectly, sometimes once every week I get a notification, that either opens 1 or more pop up (links) or allows me to copy all links.

This is an example of a browser notification
https://www.bennish.net/web-notifications.html

This is an example of a browser pop up
https://www.rrc.texas.gov/resource-center/research/gis-viewer/gis-popup-blocker-test/#

https://webbrowsertools.com/popup-blocker/ (below ... document.write ... use "Method #1 Open a new popup tab using window.open(...) method")

Make sure go to go your browser settings and enable both for MAL
hacker09Apr 3, 2022 8:31 AM
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


Apr 3, 2022 8:41 AM
Offline
Jun 2021
150
hacker09 said:
@Kernal_

The hentai question is not a popup, it's a javascript alert message.
For this script to work you have to enable your browser notifications, then when you click on it your browser have to have pop ups enabled in case more than 1 entry was approved.

I've been using this script since I created it, and it is still working perfectly, sometimes once every week I get a notification, that either opens 1 or more pop up (links) or allows me to copy all links.

This is an example of a browser notification
https://www.bennish.net/web-notifications.html

This is an example of a browser pop up
https://www.rrc.texas.gov/resource-center/research/gis-viewer/gis-popup-blocker-test/#

https://webbrowsertools.com/popup-blocker/ (below ... document.write ... use "Method #1 Open a new popup tab using window.open(...) method")

Make sure go to go your browser settings and enable both for MAL


I cant believe I had the notifications turned off, such a simple fix!
Used the testing websites, and everything works now.

Thank you for the quick response and the quick fix!
Apr 3, 2022 8:43 AM

Offline
Dec 2019
3354
@Kernal_

You are welcome!

*Let me know if that didn't work in the future.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


Apr 3, 2022 8:52 AM

Offline
Feb 2010
11294
@hacker09 This is the most amazing thread I've seen on Creative Corner, very impressive!!!

Apr 3, 2022 8:53 AM

Offline
Dec 2019
3354
@Shishio-kun

haha, thanks!
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


Apr 5, 2022 10:25 AM
Offline
Sep 2019
28
Hi! I love your scripts, and I come here every once in a while to check if you released new ones, and I find it quite difficult to go through all the scripts and remembering which ones I already have, which ones I saw but didn't download, which one is new etc
Is there a way to know which ones are added to that list?
My candies:

Apr 5, 2022 10:46 AM

Offline
Dec 2019
3354
@Omerr

Thank you!

Yes there is a way, new ones are always added to the top.
So record in a text file for example the name of the current script on the top, and next time you check compare the latest script name with the current one in the top.

All scripts above the last script name you saved, are new scripts.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


Apr 5, 2022 10:47 AM
Offline
Sep 2019
28
Ah thank you for answering, you have no idea how much time I spent going through all of them again and again
My candies:

Apr 5, 2022 10:59 AM

Offline
May 2010
997
Omerr said:
Ah thank you for answering, you have no idea how much time I spent going through all of them again and again

https://greasyfork.org/en/users/670188-hacker09?site=myanimelist.net&sort=created
Apr 5, 2022 11:12 AM
Offline
Sep 2019
28
ShaggyZE said:
Omerr said:
Ah thank you for answering, you have no idea how much time I spent going through all of them again and again

https://greasyfork.org/en/users/670188-hacker09?site=myanimelist.net&sort=created

oh that's useful as well, thank you!
My candies:

Apr 8, 2022 11:23 AM

Offline
May 2015
585
Hello, I've been trying to figure out a way to add a genre/theme selection option to the advanced filters menu from the modern list style. I've done something similar in the past with another website by simply copying the existing code and changing the values but this is above what I can handle. Could you take a look at it and see how hard it actually is? I could copy-paste all the values and names if you end up providing me some template I can follow.

This is what I have in mind. For example picking "Action" in the list and clicking on "Apply" would add "genre=1" to the arguments in the URL. Themes also work the same way (e.g. Mahou Shoujo: "genre=66").
Apr 8, 2022 11:35 AM
Apr 8, 2022 12:26 PM

Offline
May 2015
585
@hacker09 I've been doing the tags thing for years and was hoping to transition to a cleaner solution now that MAL theoretically supports it, but I would have loved that tool back in 2019.

By the way, I was looking at your scripts list and noticed a BBcode formatting bar in one of your screenshots (https://greasyfork.s3.us-east-2.amazonaws.com/74b1cij9avy9s10r1oqbff90nqo4), how could I get that?
Apr 8, 2022 12:32 PM

Offline
Dec 2019
3354
@El-Melloi

That is not BBCode, that is just an html alt title from this script
https://greasyfork.org/en/scripts/423517-have-we-ever-talked-before-mal

I believe that the scripts are still working and they are still the best solution for that and they probably do modify the URL too I guess, even if they don't it's pretty easy to click on a tag name and have the script organize it for you listing at the top titles that contain that genre.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


Apr 8, 2022 12:48 PM

Offline
May 2015
585
@hacker09 Sorry if I wasn't clear, I was referring to the blue bar with white icons above the comment field.
Apr 8, 2022 6:17 PM

Offline
May 2010
997
El-Melloi said:
Hello, I've been trying to figure out a way to add a genre/theme selection option to the advanced filters menu from the modern list style. I've done something similar in the past with another website by simply copying the existing code and changing the values but this is above what I can handle. Could you take a look at it and see how hard it actually is? I could copy-paste all the values and names if you end up providing me some template I can follow.

This is what I have in mind. For example picking "Action" in the list and clicking on "Apply" would add "genre=1" to the arguments in the URL. Themes also work the same way (e.g. Mahou Shoujo: "genre=66").

I actually asked Kineta if this was going to be added and it didn't seem like they had plans to do it, so personally, I just list my genres/themes on my profile or blogs for the most part.
https://myanimelist.net/forum/?topicid=1956762&show=100#msg64409563

I wouldn't know where to begin on writing a script for this that interrupts the submit button to edit the URL being submitted, but could probably recreate the whole thing from scratch, however that would take entirely too much time to perfect that I don't have time for.
Apr 12, 2022 1:58 AM
Offline
Nov 2014
2
Hi, just wondering if there was any way to update this script to work with modern list styles.
https://userscripts-mirror.org/scripts/show/161255
By updating the anime_en.txt file I can replace the anime titles with my own titles, which makes grouping series together easier, but it only works on a classic list design.
Apr 12, 2022 8:53 AM

Offline
Dec 2019
3354
@SovereignsFall

https://greasyfork.org/en/scripts/420200-mal-english-titles

I believe that this is the current working alternative.

It is likely highly possible to update that script, but mal-api.com does not work now and would have to be replaced by something else, also you would have to know how to get/change the current element ids and classes from the classic list to the modern list, all of it would take too much time, so I wouldn't do it, specially because I prefer japanese titles rather than english titles.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


Apr 17, 2022 8:44 PM
Apr 18, 2022 4:27 AM

Offline
Jun 2017
3151
thanks especially for the recommendations link
Apr 20, 2022 3:13 PM

Offline
Jul 2008
1222
Thanks for all the scripts!
Apr 21, 2022 3:51 AM

Offline
Aug 2020
695
Thank you so much. I installed 16 of your scripts. Hopefully, none is harmful 🥲



One question. If MAL comes out with an update that interferes with the script, will Tampermonkey notify me which script isn't working properly?

Status: On A MAL Break
_____________________________________________

DO NOT Cʟɪᴄᴋ Tʜᴇ Lɪɴᴋ Bᴇʟᴏᴡ:
👉 ʜᴛᴘs://ᴍʏᴀɴɪᴍᴇʟɪsᴛ.ɴᴇᴛ/ᴅᴏ-ɴᴏᴛ-ᴄʟɪᴄᴋ-ᴛʜɪᴤ-ʟɪɴᴋ 👈

_____________________________________________________

Apr 21, 2022 7:16 AM

Offline
Dec 2019
3354
@MaxiDennis

😂😂😂, None of them are harmful, specially because I think I have all of them installed and in use too, I wouldn't want to harm myself.

Nope, it will just break and you will learn that it broke because it won't work when you try to use it.
Either that or someone will have told me or I will have noticed it before anyone telling me, and I will release and update for that script, then tampermonkey will show you the update script "name" button
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


Apr 21, 2022 8:12 AM

Offline
May 2018
1809
hacker09 said:
@MaxiDennis

😂😂😂, None of them are harmful, specially because I think I have all of them installed and in use too, I wouldn't want to harm myself.

Nope, it will just break and you will learn that it broke because it won't work when you try to use it.
Either that or someone will have told me or I will have noticed it before anyone telling me, and I will release and update for that script, then tampermonkey will show you the update script "name" button


There's an easy to alert the user if an error happens. Wrap the code in try catch, if an error happens show a message on the website with the name of the script that broke.



Apr 21, 2022 8:20 AM

Offline
Dec 2019
3354
@Only_Brad

Thanks, yeah that is a option. But it would require me to update all my scripts. + The fact that there are "errors" that are not displayed on the console and try catch wouldn't work.

For example, currently my endless Mal script has the hide animes feature broken, but not broken up to a point where there would be an error log generated by that, so a few things can pass unnoticed by the try catch
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


May 7, 2022 9:49 PM

Offline
Dec 2019
3354
@Peepsqueeker

Yes that is possible to do.

The only two main problems are that, there is no way to really get the score history (entry stats page) for every single mal user, you would have to get the score for all users for every single mal entries over all years since MAL was created. So, even if everything worked perfectly, there would be a huge gap or missing data (missing stats pages) of an entry/entries, and that would change the final average score a looot.

The other problem is that we would be supposing that no real mal users ever score any entry with 1 or 10, what is clearly wrong and again gives an wrong final average score, even if all stats pages scores could be retrieved.,,

You are mainly talking about an anti-bot or bot detection script...Much people including the MAL staff have already tried to do this, and failed, or gotten false positives often. So you are not only making a script that gets all scores for all users for all mal entries for all years since mal was created, but also adding (somehow) a bot detection system on your script (so that you count real users 1 and 10 scores), all of that is freaking time consuming, network consuming and mostly brain consuming haah.

I personally don't care a lot about the average score, especially if the difference is only around 0.6% of the score being wrong and miscalculated by MAL. But I think that if you are a programmer and are trying to make this, I can try to give some help anyway...

EVERYTHING on your last sentence is true, correct and accurate!
hacker09May 7, 2022 9:54 PM
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


May 8, 2022 8:41 AM

Offline
Dec 2019
3354
@Peepsqueeker

My Friends Average Score script does exactly what you said, and pulls data from the stats page just like you said, but just for your friend scores, not for random Mal users.

Yes it is very possible to do what you said, I already did it on my Friends Average Score script, just little modifications would be needed.

So instead of getting only your friend scores the script could get all random user scores on all stats pages easily, it just would take forever and you would get blocked a couple times.

Also, if any real mal user rated the entry with 1 or 10 then the final average score will be wrong.

Although this would be easy to do, it would take forever, you would get blocked a bunch of times, and THERE ARE REAL MALS USERS WHO RATE ENTRIES WITH 1 OR 10 scores, so the final average would be still wrong... There would be no point in doing all of these little modifications just to end up getting a wrong average score again...
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


May 9, 2022 12:26 PM

Offline
Jun 2010
812
I am very grateful for your work, I have installed some of the ones I need, just wondering if you know of any scripts or if you could design a script that allows you to add the start/end date like stream date (especially anime). I have many in the list and I would like to add with their release date because I watched most of them from the first to the last day of broadcast.
May 9, 2022 2:32 PM

Offline
Dec 2019
3354
@Drackx

Glad you hear that!

There isn't any scripts that does it for now, but it could be done, although I won't plan on doing that.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


May 10, 2022 4:26 AM
Offline
Jul 2018
564612
Hey @hacker09, I have been using your scripts and thank you for writing them. I don't know if MAL would allow such a big workload of network requests, or I don't even know if this would cause such thing, but I had the idea of categorizing people on 'Stats' page of an anime by the score which they have given the anime. Like, If I wanted to see the users who have it completed and rated it a 5/10, I should be able to get a list of them instead of seeing all users by the order of who rated it most recently. Is this doable? Thank you. Letterboxd does this for example.
May 10, 2022 7:23 AM

Offline
Dec 2019
3354
@alotlikecars

This script https://greasyfork.org/en/scripts/407733-average-reviews-calculator-for-mal does that but for the reviews page.

It should be possible to modify that script a bit and make it do the same for the stats page.

But both does requires a lot of network requests to be made and sometimes take a long time to load. Also there is a big chance that. Mal will temporarily block all network requests making it not work.

I don't think the idea is worth a try, but it's possible. It just would take forever to load at least, especially because there are always much more stats pages than review pages.
hacker09May 10, 2022 7:28 AM
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


May 18, 2022 9:37 AM

Offline
Feb 2010
11294
Mods, sticky this thread please 🙏

May 19, 2022 6:22 PM
a lil bean ✨

Offline
Feb 2011
17576
For reference https://myanimelist.net/forum/?topicid=1849731&show=50#msg64045934

@hacker09 the script shared under

[Navigation bar] Preload number of available pictures

makes the picture tab unclickable ^^;
Like, yes, it preloads the total pictures there are, but it changes the link to plain text so there goes the chance of checking what those pics are lol

HiScoreLoScoreAuction

Turn-InsAWCc

ᓚᘏᗢ

May 19, 2022 6:26 PM

Offline
Dec 2019
3354
@SheyCroix

Haha,lol.
I probably missed that important detail ...

I will test it to see if this is also happening with me or not, and if it is a bug, I will fix it too.

Thank you for your bug report!
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


May 19, 2022 10:04 PM

Offline
Dec 2019
3354
@SheyCroix

Bug fixed!!!
Thank you for your bug report! (again)
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


May 20, 2022 6:51 AM
a lil bean ✨

Offline
Feb 2011
17576
thank you for the update!

HiScoreLoScoreAuction

Turn-InsAWCc

ᓚᘏᗢ

Jun 10, 2022 1:57 PM

Offline
Jan 2012
2506
@hacker09

Hi! I'm wondering whether it would be possible to make some sort of filtering script that allows you to filter out the shows based on the status of your list. Kinda similar to the Content Filter that you can set while using Anime Search (https://myanimelist.net/anime.php), except it would let you pick shows based on status of the show on your list. So, lets say, if someone wanted to watch every show from 2017 (random example), he could exclude the already completed shows from search so it would show only the shows are dropped/ptw/not on list (or anything else, depending which status checkboxes for filtering would be checked).
Basically, it would be similar feature that is implemented for People tab, where you can hide on list/not on list roles for seiyuu and so on.

Thanks in advance for answer!
Jun 10, 2022 7:42 PM

Offline
Dec 2019
3354
@Jokobo

I think you're talking about something I already made?...

My endless mal script let's users hide search results that are on their lists.

A year/etc filter would probably also be possible I guess. But I don't think I will work on making that, at least not this year or anytime soon.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


Jun 10, 2022 8:04 PM

Offline
May 2010
997
not sure if there is a bug in endless mal search pages or if I have another script that's conflicting.


Jun 11, 2022 3:59 AM

Offline
Jan 2012
2506
@hacker09

Oh right, didn't know that Endless Search had this function too. Yup, I meant something like that, although I have the same issue as above - not sure if its intended but it seems to only hide the title and description, not the whole row.
Jun 11, 2022 10:45 AM

Offline
Dec 2019
3354
@Jokobo

No problem.yeah, I know about that bug

It's a bug I plan to fix before September this year
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


Aug 7, 2022 8:07 PM
Laughing Man

Offline
Jun 2012
6696
Just came here to say that, probably thanks to the review system overhaul, the script seems to not be working 😢
Aug 7, 2022 8:10 PM

Offline
Dec 2019
3354
@BatoKusanagi

Which script?
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


Aug 7, 2022 8:15 PM
Laughing Man

Offline
Jun 2012
6696

Whoops, my brain lagged. The script to hide reviews.
Aug 7, 2022 8:17 PM

Offline
Dec 2019
3354
@BatoKusanagi

Are you talking about this
[Details tab] Fold 'Reviews' section, Remove the reviews section on anime/manga entry pages

https://myanimelist.net/forum/?topicid=1849731&show=50#msg64045934

?
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


Aug 7, 2022 8:21 PM
Laughing Man

Offline
Jun 2012
6696
@hacker09 Yeah, that one.
Aug 11, 2022 9:43 PM

Offline
Dec 2019
3354
@BatoKusanagi

I've updated the script "Remove the reviews section on anime/manga entry pages"
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
https://www.patreon.com/hacker09


Aug 11, 2022 11:18 PM
Laughing Man

Offline
Jun 2012
6696
Working now. Thanks.
Sep 27, 2022 12:48 PM

Offline
Jan 2021
432
@hacker09 Sorry for disturbing but... Can you write a script for "profile views" for mobile webview on MAL.. I want to do it but i don't know how to do it. I don't even know if it's possible to do it, can you enlighten my ignorant self?
Roxy

Pages (6) « First ... « 3 4 [5] 6 »

More topics from this board

» How to Export/Backup Your Anime List Automatically! (TamperMonkey Script)

hacker09 - May 18, 2020

7 by Vapor_AU »»
51 minutes ago

» The Poetry thread ( 1 2 3 4 5 )

TheConquerer - Sep 17, 2015

220 by 707supremacist »»
1 hour ago

» What software(s) and hardware(s) do you use for digital drawings?

DesuMaiden - Apr 16

18 by 707supremacist »»
1 hour ago

» Share Your YouTube Channel/Videos! ( 1 2 3 4 5 ... Last Page )

nin-tendo - Dec 16, 2022

363 by nin-tendo »»
6 hours ago

» Protect or punish?

DollzchanAi - Apr 18

4 by DollzchanAi »»
Yesterday, 6:15 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login