Report ShaggyZE's Profile

Statistics

All Anime Stats Anime Stats
Days: 207.9
Mean Score: 6.70
  • Total Entries3,097
  • Rewatched152
  • Episodes12,511
Anime History Last Anime Updates
Modaete yo, Adam-kun
Modaete yo, Adam-kun
Yesterday, 6:15 PM
Completed 8/8 · Scored 7
Kimi ga Shinu made Koi wo Shitai
Kimi ga Shinu made Koi wo Shitai
Yesterday, 11:02 AM
Plan to Watch · Scored -
Nonohara Yuzuka no Himitsu no Haishin
Nonohara Yuzuka no Himitsu no Haishin
Mar 12, 7:07 AM
Watching 2/? · Scored 7
All Manga Stats Manga Stats
Days: 0.5
Mean Score: 6.50
  • Total Entries25
  • Reread3
  • Chapters37
  • Volumes9
Manga History Last Manga Updates
Henshin
Henshin
Jul 7, 2024 1:01 PM
Plan to Read · Scored -
Adachi to Shimamura
Adachi to Shimamura
Jul 15, 2023 6:45 AM
On-Hold 1/? · Scored -
Girl Friends
Girl Friends
Jan 17, 2023 2:36 AM
Plan to Read · Scored -

All Favorites Favorites

Anime (10)
Character (10)
People (10)

All Comments (369) Comments

Would you like to post a comment? Please login or sign up first!
hacker09 Mar 12, 12:55 PM
yh but even without that it is still good
hacker09 Mar 12, 12:32 PM
ok
hacker09 Mar 12, 12:17 PM
I think that this works

function createlargeImage() {
  largeImage = document.createElement('img');
  largeImage.style.position = 'absolute'; // Change from 'fixed' to 'absolute'
  largeImage.style.pointerEvents = 'none'; // Prevent interference with cursor events
  largeImage.style.maxWidth = '75%';
  largeImage.style.maxHeight = '75%';
  largeImage.style.zIndex = '9999';
  largeImage.style.display = 'none';
  document.body.appendChild(largeImage);

  document.addEventListener('mousemove', function (event) {
    if (largeImage.style.display === 'block') {
      largeImage.style.top = event.clientY + window.scrollY + 10 + 'px';
      largeImage.style.left = event.clientX + window.scrollX + 10 + 'px';
    }
  });
}

hacker09 Mar 12, 12:16 PM
It's working for me

Do you want me to post images of it working on that forum topic?

I'll check that.
hacker09 Mar 11, 4:39 PM
hmm
hacker09 Mar 11, 3:05 PM
why don't you make just 1 huge json file with the whole mal db instead of having an API with many endpoints
hacker09 Mar 10, 7:46 PM
nice
If you messed up adding a site that would be it
hacker09 Mar 10, 6:20 PM
sounds good
hacker09 Mar 10, 6:00 PM
it works for me
hacker09 Mar 10, 4:38 PM
Cool!

Glad that I just had to give you the tip/direction. I may actually be the one to ask you how it works in the future haha.

Do you want to give me low admin access to the crown job tab only so I can google some stuff?

Anything else that you need help with?
hacker09 Mar 9, 10:16 PM
just checked and by the amount oe entries on your acc, you are;t using his bot

I know the ACC of like 2+ people that uses his bot, so if you don't want to talk with purplepi... I can just use the ACC of these users, grab all entries, and somehow add to your ALL acc
hacker09 Mar 9, 10:14 PM
JS that would be great, I would just need to switch accounts and run it manually every few days.


Yep...

I mean, I think that it would need user intervention, everything points to that but I could be wrong though...

"I want the whole DB of anime/manga on the _All_ ACC." Oh okay... that's a whole other thing that I haven't done before.
but purplepinapples has done it and automated it with a discord bot that auto adds new db animes to the discords bot users, if he gives you the endpoint or whatever method he is using I could mimic it with JS, and parse the whole DB (not only new entries like his discord bot does)

Don't your shag ACC already uses his bot? If you do, then I could just try to grab your whole list and somehow add it to your ALL acc
hacker09 Mar 9, 9:56 PM
I've done and taken many web classes, some DB, some JS, python, WordPress, and other stuff using cpanel and cpanel ish platforms
They were all very easy to use and had a clear section called cpanel that wasn't hard to use from the little I can remember, but I haven't had to really use those, so I would have to google/ai as much as you too probably.
If you give me a temporary "admin" ACC just to let me check the cron stuff then I can look it up at least.

I would personally use JS for it instead of python, although I could make it in python too, maybe I would take a bit longer to do that in python.
Do you need XML stuff, or just "grab all entries on the ShaggyZE ACC then add it to the ALL ACC"?

1 I've done both in the past, making an array of MAL URL entries, and auto-adding all of them.
2 And also check if it's approved or not with my approved script. (It doesn't work parsing a whole user list though, but maybe I could change that)

Seems like you need both 1+2?

Your script won't work because you need to add OAUTH for that kind of stuff, like modifying a user list I think
Then technically you have to show the MAL approval screen and the user has to click on "YES"
Otherwise, you can't change lists that way.

That's another reason why I use JS, JS fetch/etc auto grabs the current user cookie and sends it in the request, so no need to use MAL API, OAUTH and AUTH screens.

If I had to use python I wouldn't use the MAL API, at least I would try not to...
Have you asked it in the MAL API club? If you really want to figure out the OAUTH stuff and screen they could help I think.
OAUTH is something that I haven't ever messed up with, besides once for the first time in my life last year, but I was following a professors slides, so I haven't learned a single thing actually hahah.
hacker09 Mar 9, 9:33 PM
Thanks for your support btw!
If you have script questions or something that I can help with let me know and I can give it a shot.
mop Jan 8, 1:39 AM
Hey man! I appreciate the anime recommendations. Just curious, what do you like about The Third Aoi Hitomi no Shoujo?
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login