Forum Settings
Forums

[Scripts&Themes] Some Fixes to the Profile after the Update (16 Oct 2015)

New
Pages (12) « First ... « 10 11 [12]
Jun 19, 2016 1:32 PM

Offline
Jul 2008
422
Thank you both, working as it should now.


Aug 23, 2016 11:22 PM

Offline
Jun 2009
5395
The "Stat Bar" and "Blue Color" Scripts suddenly don't work anymore. Anyone has an idea what that is about? My profile looks like a clowns birthday party again :(
Aug 24, 2016 1:39 AM

Offline
Jun 2009
5395
Annuvin said:
@grandy_UiD
I know, I know, gonna fix in a second. It's cause MAL is using SSL now and I never bothered to add that option in includes.

Ah I see. Thank you so much for your work. Those scripts not working made me realize again how much I depend on them and how awesome they are.
Aug 24, 2016 1:54 AM
*hug noises*

Offline
May 2013
31454
Yep, works again now, thanks

The stats/updates repositioning script seems like it needs updating too though, they're vertically aligned again instead of horizontally atm
Aug 24, 2016 3:27 AM
*hug noises*

Offline
May 2013
31454
Oh, seems I had just accidentally turned off the shuffle script whilst tinkering with stuff, never mind :s
Aug 24, 2016 10:09 AM

Offline
Feb 2011
2489
for any other script not loading after the https update

in most cases it's enough to edit the script and change the @include line at the start of it from
// @include         http://myanimelist.net/
to
// @include         *://myanimelist.net/


or in some other more messed up cases, from
// @include        /^http:\/\/myanimelist\.net\/(anime|manga)(\.php\?id=|\/)\d+/
to
// @include        /^(http|https):\/\/myanimelist\.net\/(anime|manga)(\.php\?id=|\/)\d+/


the examples above are made to work with both http and https addresses, otherwise just change http into https to have the script working only for https urls

Fixes to make the Profile more bearable after "the Modern★Profile★Update★★Rip★Profile★"
Aug 24, 2016 11:53 AM

Offline
Jan 2013
13161
My profile suddenly changed; the favs aren't to the right, and data isn't at the top
How do I fix that D:
Aug 24, 2016 2:56 PM

Offline
May 2009
666
Satella said:
My profile suddenly changed; the favs aren't to the right, and data isn't at the top
How do I fix that D:


go to your addons and edit the code
replace every http with https

like it was explained above your post
Aug 24, 2016 3:09 PM

Offline
Feb 2011
2489
Satella said:
My profile suddenly changed; the favs aren't to the right, and data isn't at the top
How do I fix that D:

did you update the scripts? they should have been already changed by @Cpt_Mathix to make them work

Fixes to make the Profile more bearable after "the Modern★Profile★Update★★Rip★Profile★"
Aug 24, 2016 6:21 PM

Offline
Jan 2013
13161
Zeando said:
Satella said:
My profile suddenly changed; the favs aren't to the right, and data isn't at the top
How do I fix that D:

did you update the scripts? they should have been already changed by @Cpt_Mathix to make them work

Actually I posted in the wrong thread; my bad haha

I'm using a different script atm
Aug 25, 2016 2:54 AM

Offline
Jul 2014
174
Satella said:
My profile suddenly changed; the favs aren't to the right, and data isn't at the top
How do I fix that D:


Now I'm wondering what favs on the right looks like.
Aug 25, 2016 4:10 AM

Offline
Jan 2013
13161
Cpt_Mathix said:
Satella said:
My profile suddenly changed; the favs aren't to the right, and data isn't at the top
How do I fix that D:


Now I'm wondering what favs on the right looks like.

it would just replace the updates in this image for example


too bad nothing's working atm S: lol
Aug 25, 2016 8:36 AM

Offline
Feb 2011
2489
@annuvin i get that's a new script and not just the update to the old one then?

i've tried it, and it looks simpler than having hidden infos like in the old one, even if maybe it takes too much space vertically? but is isn't that much different in space used than without the script

can the first bar with all the statuses be disabled as an option? (guess once you have the blue colors script that bar isn't very readable anyway)
ZeandoAug 25, 2016 8:45 AM

Fixes to make the Profile more bearable after "the Modern★Profile★Update★★Rip★Profile★"
Nov 7, 2016 6:08 AM
*hug noises*

Offline
May 2013
31454
Sooo just me or is the hover script bugging all of a sudden? Or at least if I hover the mouse over the notifications button now it's just stuck at loading the messages forever; I have to actually click on it for anything to show up
Nov 7, 2016 7:59 AM

Offline
Jul 2014
174
HaXXspetten said:
Sooo just me or is the hover script bugging all of a sudden? Or at least if I hover the mouse over the notifications button now it's just stuck at loading the messages forever; I have to actually click on it for anything to show up


Why do they change the behavior of one button... Why? It worked perfectly before...

I'll try to fix it
Nov 7, 2016 9:25 AM
Nov 7, 2016 9:36 AM
*hug noises*

Offline
May 2013
31454
Yup, works now, thanks

Though it seems there's like a one-second load time for it now rather than being instantaneous like it was before
Feb 4, 2017 12:46 PM

Offline
Mar 2013
261
Does anyone know which userscript could be used to re-add the "Profile" section in the blue bar on top (the one with Anime, Manga, Community, etc) ?
Feb 4, 2017 3:26 PM

Offline
Mar 2013
261
Nov 17, 2017 10:33 AM

Offline
Jun 2009
5395
Am I fucked as a Firefox user?
Nov 25, 2017 7:20 AM

Offline
Jun 2009
5395
Seriously, will this ever work again on Firefox? I'm really desperate here...
Nov 25, 2017 8:11 AM

Offline
Jul 2014
174
grandy_UiD said:
Seriously, will this ever work again on Firefox? I'm really desperate here...


You're probably using Greasemonkey that has been updated to version 4 with a lot of breaking changes. You should use Tampermonkey or wait for ages until all scripts have been updated to work with Greasemonkey. I'm currently not looking into making my scripts work with Greasemonkey until I'm sure that I won't break it for other browsers.
Nov 25, 2017 9:31 AM

Offline
Jun 2009
5395
Cpt_Mathix said:
grandy_UiD said:
Seriously, will this ever work again on Firefox? I'm really desperate here...


You're probably using Greasemonkey that has been updated to version 4 with a lot of breaking changes. You should use Tampermonkey or wait for ages until all scripts have been updated to work with Greasemonkey. I'm currently not looking into making my scripts work with Greasemonkey until I'm sure that I won't break it for other browsers.


HELL YEAH, this seems to work. Thank you sooo much, I really can't express my gratitude!
Jan 21, 2018 3:27 PM

Offline
Jun 2017
2
Uh, hello!

I tried to add the stylish themes (Tiles for favorites 1) and (Profile bars and styles) and it created this bug that I can't seem to figure out. Any suggestions? (It's the line on the right)



UPDATE: I changed the 'favorite' style mod. Works like a charm.

UPDATE_2: I changed some themes and got into the code of some styles and got a few colors I like. Here's a look:

PlantlifeJan 21, 2018 5:52 PM
Feb 13, 2018 1:34 PM

Offline
Nov 2012
162
Hi @Maglite
Glad you got it working! :)
Sep 3, 2019 12:56 PM

Offline
Jun 2009
5395
Ah, fuck me, had to re-install some stuff and all the scripts were gone. I found all of them again, except the one that changes the bar colors to different shades of blue. Any help?
Sep 4, 2019 10:00 AM

Offline
Nov 2012
162
I think it has been removed. I believe it was this one:

Zeando said:


Changing the Profile Layout, by scripts
Changing the Colors of the Stats and Last Updated Bars


Sep 7, 2019 6:03 AM

Offline
Jul 2014
174
Hey guys I've recreated the script: https://greasyfork.org/en/scripts/389869-myanimelist-mal-profile-colors

You can change the colors to your liking inside the script
Sep 7, 2019 7:20 AM
*hug noises*

Offline
May 2013
31454
Soooo I just had to make a clean reinstallation of Windows and in the process all my scrips were lost. I managed to restore all the ones I wanted by using this thread again except the one which adds the stats bars back to the old format, which is seemingly no longer available. This one I mean:



Any help?
Jan 8, 2020 2:23 AM
*hug noises*

Offline
May 2013
31454
Err dunno if it's just me or not but the Move Favorites script seems to have broken since this morning. They're all clustered up on the About Me section again now

@Cpt_Mathix I believe that's your one, any help maybe? o:
Jan 8, 2020 7:32 AM

Offline
Sep 2010
703
I can confirm that the "move favorites" script is now broken, most likely MAL changed the class names.
Jan 8, 2020 12:27 PM

Offline
Nov 2012
162
Looked through the script, searched through most of the class names but couldn't find any changes, but what do I know.
One of them must have changed, just can't find it.
Jan 8, 2020 12:40 PM

Offline
Jul 2014
174
Jan 8, 2020 1:44 PM

Offline
Nov 2012
162
Nicely done! Thanks :)
Dec 5, 2021 11:23 AM

Offline
Feb 2013
17564
Steve said:
Tiles for Favourites 2

Here is another alternative look for your favourites! (only visable by you but affects all profiles!)
Should be compatible with all commonly used browsers! (make sure your browser is updated!)
Larger image (shows position on left panel better)


WARNING
Make sure that you follow every step carefully and that both the Tampermonkey userscript and the Stylish stylesheet are enabled, otherwise this could break your profile.

If your's is broken...

1. Make sure your Stylish stylesheet and Tampermonkey userscript are enabled, then refresh the page!
2. Reread the instructions and follow the steps again.
3. Either delete the stylesheet you have created and replace it with this stylesheet (which you don't necessarily need the userscript for).
Or Replace your code with the following:
Firefox code:
Chrome/ -webkit browser's code:
4. Turn off the userscript and stylesheet (this will disable all changes).


Installation Instructions:


Thank you to...


would be nice if I could give permission for Zeando or Cpt_Mathix to edit this message if they wanted...
hello
the last update broke this
will you update these scripts?
Dec 5, 2021 11:37 AM

Offline
Jun 2010
1212
+1 to that. It would be great if someone were to be able to get the addon + script to make favorites into tiles and move them to the sidebar back up and running.
Dec 8, 2021 11:50 AM

Offline
Nov 2012
162
We've had a look and it seems MAL has done some major changes behind the scenes which has stopped Tiles for Favourites 1 & 2 from working.
I have now marked the stylish userstyle as discontinued, as everything would need to be re-done, we'd have to start again from scratch.

Sorry.
Pages (12) « First ... « 10 11 [12]

More topics from this board

» [UserScript] MAL Date Fixer ( 1 2 3 )

NurarihyonMaou - Jan 4, 2021

106 by Aggnog »»
1 hour ago

» Where to make graphics with gifs?

StrawberryBlxxd - May 21

2 by teazana »»
Yesterday, 11:21 AM

» Hello creators! why don't you post your channels here?

mufarari - Yesterday

0 by mufarari »»
Yesterday, 4:58 AM

» Anime hoodies - Would you wear it ?

abambata - Apr 17

11 by Pg13_ »»
May 26, 11:42 PM

» DBS Dream Fairy Match Girl "Nana" ("Yuna")

MasterTasuke - May 20

4 by MasterTasuke »»
May 26, 9:49 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login