Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (3) « 1 [2] 3 »
Mar 7, 2016 10:22 AM

Offline
Jan 2015
3461
DRedDogPE said:
Madara22 said:


...........



Only use @import "http://mal-image.appspot.com/all/NAME"; in the actual css box on MAL not else where other wise they don't import properly.


That's what I'm doing and it still doesn't work properly if I use the All link it has a lot more glitches than the anime one.

Mar 8, 2016 9:40 AM
Offline
Nov 2015
78
Madara22 said:
DRedDogPE said:



Only use @import "http://mal-image.appspot.com/all/NAME"; in the actual css box on MAL not else where other wise they don't import properly.


That's what I'm doing and it still doesn't work properly if I use the All link it has a lot more glitches than the anime one.



For some reason the HTTP_REFERER detection wasnt in the code when i remember doing it. Anyway it should be fixed now :D

Best MAL Generator tool!
Mar 8, 2016 9:41 AM

Offline
Jan 2015
3461
DRedDogPE said:
Madara22 said:

..............................


For some reason the HTTP_REFERER detection wasnt in the code when i remember doing it. Anyway it should be fixed now :D


Thanks a lot and sorry to keep troubling you about it. :D
Mar 8, 2016 9:51 AM
Offline
Nov 2015
78
Madara22 said:
DRedDogPE said:


For some reason the HTTP_REFERER detection wasnt in the code when i remember doing it. Anyway it should be fixed now :D


Thanks a lot and sorry to keep troubling you about it. :D


Its fine, i want to keep this working for everyone so i appreciate the feedback.

Best MAL Generator tool!
Mar 19, 2016 1:17 PM
Offline
Sep 2013
2
I think I figured out why some covers aren't showing up. If you look at the highlighted code here: http://puu.sh/nMsOW/53730c3087.png you can see that there is no starting comment in front of \n#more[ID], which means that whole block is being treated as CSS and it screws up the first style in the list. You can see that it's being treated as actual CSS in chrome's dev console here: http://puu.sh/nMteg/de6401ebdc.png Most of the people who have commented here have had the first item on the list be the one with no cover, which is the same issue I'm experiencing.

I think it should be a pretty straightforward fix to make the generated code instead read:

/* Style: /* [TITLE] *//*\n#more[ID]{background-image: url([URL]);} */

or something to preserve the commenting that the */ after [TITLE] breaks.
Mar 21, 2016 4:33 PM

Offline
Jun 2012
536
started using this now since dropbox still has trouble thanks^^
"When a flat-chested loli hugs you, she holds you closer to her heart"
"--I am a single bullet. It has no heart. Therefore, it does not think. It just flies straight towards its target."
Mar 24, 2016 3:00 PM

Offline
Jul 2015
820
@Syaoran3 Any chance of this being expanded to allow descriptions etc.? BurntJelly has something similar, but it doesn't seem to work on manga lists and it's a bit hard to use.
Mar 25, 2016 10:08 AM
Offline
Nov 2015
78
Rallina said:
I think I figured out why some covers aren't showing up. If you look at the highlighted code here: http://puu.sh/nMsOW/53730c3087.png you can see that there is no starting comment in front of \n#more[ID], which means that whole block is being treated as CSS and it screws up the first style in the list. You can see that it's being treated as actual CSS in chrome's dev console here: http://puu.sh/nMteg/de6401ebdc.png Most of the people who have commented here have had the first item on the list be the one with no cover, which is the same issue I'm experiencing.

I think it should be a pretty straightforward fix to make the generated code instead read:

/* Style: /* [TITLE] *//*\n#more[ID]{background-image: url([URL]);} */

or something to preserve the commenting that the */ after [TITLE] breaks.


If you use the ALL option it fixes this, ill fix it for the others too though.

Best MAL Generator tool!
Mar 25, 2016 11:43 AM
Offline
Sep 2013
2
Syaoran3 said:
Rallina said:
I think I figured out why some covers aren't showing up. If you look at the highlighted code here: http://puu.sh/nMsOW/53730c3087.png you can see that there is no starting comment in front of \n#more[ID], which means that whole block is being treated as CSS and it screws up the first style in the list. You can see that it's being treated as actual CSS in chrome's dev console here: http://puu.sh/nMteg/de6401ebdc.png Most of the people who have commented here have had the first item on the list be the one with no cover, which is the same issue I'm experiencing.

I think it should be a pretty straightforward fix to make the generated code instead read:

/* Style: /* [TITLE] *//*\n#more[ID]{background-image: url([URL]);} */

or something to preserve the commenting that the */ after [TITLE] breaks.


If you use the ALL option it fixes this, ill fix it for the others too though.


I did try using the ALL option, but I get an API error. See: http://puu.sh/nTGDv/8788ccaf94.png
Mar 25, 2016 2:32 PM
Offline
Nov 2015
78
Rallina said:
Syaoran3 said:


If you use the ALL option it fixes this, ill fix it for the others too though.


I did try using the ALL option, but I get an API error. See: http://puu.sh/nTGDv/8788ccaf94.png


I fixed the code

Best MAL Generator tool!
Jul 12, 2016 1:48 PM
Offline
Nov 2015
78
Bump, im still active btw :D

Best MAL Generator tool!
Jul 13, 2016 2:16 AM

Offline
Nov 2009
1632
Syaoran3 said:
Bump, im still active btw :D


I'm trying to regenerate this line of code using your tool but somehow it just didn't work

.link.sort[href*="/[ID]/"]:after {background-image: url([IMG]);}


this is what it looks like when running if I use fellow-mal writer

.link.sort[href*="/1/"]:after {background-image: url(http://cdn.myanimelist.net/images/anime/4/19644.jpg);}
.link.sort[href*="/5/"]:after {background-image: url(http://cdn.myanimelist.net/images/anime/6/14331.jpg);}


Jul 13, 2016 10:05 AM
Offline
Nov 2015
78
Takana_no_Hana said:
Syaoran3 said:
Bump, im still active btw :D


I'm trying to regenerate this line of code using your tool but somehow it just didn't work

.link.sort[href*="/[ID]/"]:after {background-image: url([IMG]);}


this is what it looks like when running if I use fellow-mal writer

.link.sort[href*="/1/"]:after {background-image: url(http://cdn.myanimelist.net/images/anime/4/19644.jpg);}
.link.sort[href*="/5/"]:after {background-image: url(http://cdn.myanimelist.net/images/anime/6/14331.jpg);}



this seems to work fine.

Best MAL Generator tool!
Jul 13, 2016 11:30 AM
Offline
Feb 2015
2
Is it possible to generate covers for all the anime on MAL and not just those that are in your personal list?

I know this generates covers for my personal list:
http://mal-image.appspot.com/anime/jovaee

But I want something like:
http://mal-image.appspot.com/anime/ALL_ANIME
where I have links to all the covers on MAL
Jul 14, 2016 1:36 AM

Offline
Nov 2009
1632
Syaoran3 said:
Takana_no_Hana said:


I'm trying to regenerate this line of code using your tool but somehow it just didn't work



this is what it looks like when running if I use fellow-mal writer




this seems to work fine.

Oh yeah it works, weird haha, I guess I was just being silly and mistyped something. Thanks.
Jul 14, 2016 2:34 AM
Offline
Nov 2015
78
Takana_no_Hana said:
Syaoran3 said:

this seems to work fine.

Oh yeah it works, weird haha, I guess I was just being silly and mistyped something. Thanks.


I meant this one

Best MAL Generator tool!
Jul 14, 2016 3:23 AM

Offline
Nov 2009
1632
Dw I get it to run the code I put on dropbox, all is good xD
Jul 14, 2016 6:31 AM
Offline
Dec 2013
24
You can detect list type when I import
http://mal-image.appspot.com/all/USERNAME/...
My question is: Is it possible to detect the username so I can import something like this:
http://mal-image.appspot.com/anime/autodetect/...
or maybe even
http://mal-image.appspot.com/auto/...

This interests me because it would allow me to override other user's styles with my own using this:
and get all needed covers loaded on their lists instead of only the ones that are present on my list.
Szop_GraczJul 14, 2016 7:43 AM
Jul 15, 2016 11:32 AM
Offline
Nov 2015
78
Szop_Gracz said:
You can detect list type when I import
http://mal-image.appspot.com/all/USERNAME/...
My question is: Is it possible to detect the username so I can import something like this:
http://mal-image.appspot.com/anime/autodetect/...
or maybe even
http://mal-image.appspot.com/auto/...

This interests me because it would allow me to override other user's styles with my own using this:
and get all needed covers loaded on their lists instead of only the ones that are present on my list.
Very good idea!!! I've been away from the MAL community for a bit so i didnt even know this was an option THANKS!!! Also it has been added. (i like to work fast :D)

Best MAL Generator tool!
Jul 15, 2016 12:12 PM
Offline
Dec 2013
24
I like that you work fast, but this one might have been a bit too fast. :)

Importing http://mal-image.appspot.com/auto/ gives me this:
/* myanimelist.net */
/* Requested from: http://myanimelist.net/animelist/Szop_Gracz?status=2&order=4 */
// Invalid username

EDIT:

LOL I know what's up
Szop_GraczJul 15, 2016 3:36 PM
Jul 16, 2016 2:15 PM
Offline
Nov 2015
78
Szop_Gracz said:
I like that you work fast, but this one might have been a bit too fast. :)

Importing http://mal-image.appspot.com/auto/ gives me this:
/* myanimelist.net */
/* Requested from: http://myanimelist.net/animelist/Szop_Gracz?status=2&order=4 */
// Invalid username

EDIT:

LOL I know what's up

Hmmm...

EDIT:
FIXED!!! :D
Syaoran3Jul 16, 2016 2:21 PM

Best MAL Generator tool!
Jul 17, 2016 7:40 AM
Offline
Dec 2013
24
This is awesome!

Thank you for dedicating your time to creating this and to implementing the features I've requested.

Jul 17, 2016 10:03 AM
Offline
Nov 2015
78
Szop_Gracz said:
This is awesome!

Thank you for dedicating your time to creating this and to implementing the features I've requested.


Your Welcome :)

Best MAL Generator tool!
Aug 26, 2016 10:20 AM
Offline
Jul 2014
2
If you are having problems with the covers put https instead of http in your import link.
Aug 27, 2016 4:30 AM

Offline
Oct 2012
7
stradivari96 said:
If you are having problems with the covers put https instead of http in your import link.


Thanks, I was wondering why my covers weren't working.
Aug 28, 2016 12:21 PM
Offline
Dec 2013
24
Hey @Syaoran3, I also had problems - had to change @import link to https.
Did MAL switch to https just recently?

Anyway, I guess you could change all the @import addresses to https.
Here, I've got a ready copy-pasta for you:

I allowed myself to mess it up a bit:
  • wrapped submenus in quote tags so they stand out

  • fixed "Cover Generator" spoiler button label

  • changed order in "Cover Generator" submenu
Aug 28, 2016 4:13 PM
Offline
Nov 2015
78
Szop_Gracz said:
Hey @Syaoran3, I also had problems - had to change @import link to https.
Did MAL switch to https just recently?

Anyway, I guess you could change all the @import addresses to https.
Here, I've got a ready copy-pasta for you:

I allowed myself to mess it up a bit:
  • wrapped submenus in quote tags so they stand out

  • fixed "Cover Generator" spoiler button label

  • changed order in "Cover Generator" submenu


Yeah, MAL Recently changed to SSL so thats why the covers wern't generating. Thanks for the copy code though ;)

Best MAL Generator tool!
Aug 31, 2016 7:54 AM
Offline
Dec 2011
241
can someone help me please, cover generator isn't working for me.
Sep 2, 2016 7:49 AM
Offline
Dec 2013
24
@kazurengan
stradivari96 said:
If you are having problems with the covers put https instead of http in your import link.
or just copy this:
@import "https://mal-image.appspot.com/auto/";
Sep 2, 2016 11:35 AM
Offline
Dec 2011
241
Szop_Gracz said:
@kazurengan
stradivari96 said:
If you are having problems with the covers put https instead of http in your import link.
or just copy this:
@import "https://mal-image.appspot.com/auto/";


yes i did copy that but still no covers.
Sep 3, 2016 6:18 PM
Offline
Dec 2013
24
@kazurengan when I inspected your list just now, I saw
@import "http://mal-image.appspot.com/all/kazurengan";
at the beginning of your css.

If you have more than one custom style, make sure that the IDs of the one you're modifying and the one you've applied to your list are the same.
Szop_GraczSep 3, 2016 6:35 PM
Sep 4, 2016 10:26 AM
Offline
Dec 2011
241
Szop_Gracz said:
@kazurengan when I inspected your list just now, I saw
@import "http://mal-image.appspot.com/all/kazurengan";
at the beginning of your css.

If you have more than one custom style, make sure that the IDs of the one you're modifying and the one you've applied to your list are the same.


oh thanks a lot man, i'm such an idiot, i didn't know i had the import on the first line. my bad
Sep 4, 2016 10:58 PM

Offline
Feb 2010
11294
To help me with sorting these topics, the author's names has been placed in the title and a list of all generators has been placed in the top of the OP
Sep 6, 2016 6:28 AM
Offline
Nov 2014
100
Thanks for creating this!
Really helped alot.
Sep 13, 2016 6:09 AM
Offline
May 2015
7
Why the mangalist covers need more time to update? I don't have this problem with the animelist covers. Thanks you!
Sep 29, 2016 8:10 AM
Offline
Nov 2015
78
I updated some of the code and changed the domain to http://MALGen.tk , Also has a nicer landing page for when you visit the site.

Best MAL Generator tool!
Oct 3, 2016 8:45 AM
Offline
Nov 2015
78
New:

http://malgen.tk/default/

Best MAL Generator tool!
Nov 2, 2016 1:35 AM

Offline
Feb 2010
11294
@Syaoran3: Does this still work?
@import "https://malgen.tk/auto/";

I tried using at the top of my list and I didn't get any covers. The other generators are having problems too.
Nov 2, 2016 2:05 PM
Offline
Nov 2015
78
Shishio-kun said:
@Syaoran3: Does this still work?
@import "https://malgen.tk/auto/";

I tried using at the top of my list and I didn't get any covers. The other generators are having problems too.
it should still work....

Best MAL Generator tool!
Nov 2, 2016 4:57 PM

Offline
Feb 2010
11294
Syaoran3 said:
Shishio-kun said:
@Syaoran3: Does this still work?
@import "https://malgen.tk/auto/";

I tried using at the top of my list and I didn't get any covers. The other generators are having problems too.
it should still work....


I see. Well unfortunately it doesn't seem to work for me on several layouts that use the #more style. I'll ask some other users to try it out so I can verify if it is still working for all users or not.
Nov 3, 2016 2:00 AM
Offline
Nov 2015
78
Shishio-kun said:
Syaoran3 said:
it should still work....


I see. Well unfortunately it doesn't seem to work for me on several layouts that use the #more style. I'll ask some other users to try it out so I can verify if it is still working for all users or not.
ill also look into it

Best MAL Generator tool!
Nov 6, 2016 10:41 PM
Offline
Apr 2014
3
I'm also getting an API error saying that I don't exist

Tried importing both
https://malgen.tk/all/HandmadeMercury
and
http://malgen.tk/all/HandmadeMercury
and neither worked

I checked some of my friends' profiles and those work fine
HandmadeMercuryNov 6, 2016 10:46 PM
Nov 7, 2016 1:45 AM
Offline
Nov 2015
78
HandmadeMercury said:
I'm also getting an API error saying that I don't exist

Tried importing both
https://malgen.tk/all/HandmadeMercury
and
http://malgen.tk/all/HandmadeMercury
and neither worked

I checked some of my friends' profiles and those work fine

Your user does exist as it shows here : https://myanimelist.net/malappinfo.php?u=HandmadeMercury&type=anime But i will need to look into why my generator can not find you.

Best MAL Generator tool!
Nov 12, 2016 8:13 AM
Offline
Oct 2013
2
any generator are working fml lol
Dec 7, 2016 2:24 PM
Offline
Dec 2013
24
Workaround for malgen.tk users:
In your CSS import replace domain malgen.tk with the old, direct domain: mal-image.appspot.com.

@Syaoran3
How long does it take for the generator to update when I add titles to my list? It's been almost two hours and the cover is still missing.
My import is:
https://mal-image.appspot.com/auto/?code=%23more[ID]{background-image%3Aurl([LURL]),url([URL])}
Dec 9, 2016 3:41 AM
Offline
Nov 2015
78
Szop_Gracz said:
Workaround for malgen.tk users:
In your CSS import replace domain malgen.tk with the old, direct domain: mal-image.appspot.com.

@Syaoran3
How long does it take for the generator to update when I add titles to my list? It's been almost two hours and the cover is still missing.
My import is:
https://mal-image.appspot.com/auto/?code=%23more[ID]{background-image%3Aurl([LURL]),url([URL])}

I will lower the cache time a bit, i think the cache resets daily so it should be there now.

Best MAL Generator tool!
Feb 20, 2017 8:22 AM
Offline
Dec 2013
24
@Syaoran3
I think you should change the addresses back to mal-image.appspot.com.
http://malgen.tk
won't work because MAL runs on https and
https://malgen.tk
won't work because of this:
Feb 20, 2017 12:16 PM
Offline
Nov 2015
78
Szop_Gracz said:
@Syaoran3
I think you should change the addresses back to mal-image.appspot.com.
http://malgen.tk
won't work because MAL runs on https and
https://malgen.tk
won't work because of this:

You can still use the other link and i understand that domain doesn't have an SSL cirtificate but it seems to work fine for me.

Best MAL Generator tool!
Mar 24, 2017 3:00 PM

Offline
Jun 2010
40
Hi, how are you going about generating the actual link to the cover? I am programming something using MAL's API and I am not sure how you are retrieving the url's for the images. Are they coming from some kind of local database?
Apr 7, 2017 2:38 AM
Lovely person

Offline
Mar 2016
314
Hi, is the HTTPS version working? I seem to get this on the browser, while the normal HTTP version works:

Reply Disabled for Non-Club Members
Pages (3) « 1 [2] 3 »

More topics from this board

» ❓ Ask for help here + See Frequently Asked Questions ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Apr 15, 2010

7812 by mtsRhea »»
Apr 21, 5:25 AM

» [CSS- MODERN] ⭐ Minimal Dashboard layout by 5cm ~ Compact and convenient! ( 1 2 3 )

Shishio-kun - Sep 4, 2020

121 by Pokitaru »»
Apr 21, 3:25 AM

» [CSS-MODERN] Change list text/font colors on any list layout

Shishio-kun - May 4, 2021

3 by hideso »»
Apr 20, 4:33 PM

» [CSS] [VIDEO GUIDE] ⭐️ How to change fonts on a list layout

Shishio-kun - Jul 15, 2019

17 by hideso »»
Apr 20, 4:03 PM

» [CSS][Modern] ☀️ Endless Summer Layout by Cateinya ( 1 2 3 4 5 ... Last Page )

Cateinya - Aug 18, 2016

309 by hideso »»
Apr 20, 3:56 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login