New
Oct 19, 2015 4:35 PM
#201
^ alignments are an huge mess, since if two or more scripts and styles try to fix the alignment problems (which are a problem of the "Official"), they end up applying the corrections more times creating even more problems try to disable scripts or styles one by one and see which one is creating the disalignment |
Fixes to make the Profile more bearable after "the Modern★Profile★Update★★Rip★Profile★" |
Oct 19, 2015 4:40 PM
#202
HaXXspetten said: Btw just me who finds it a bit weird to have the headers say category first, favorites last? Like "Anime Favorites" and "Manga Favorites" are fair enough but "Characters Favorites" and "People Favorites" sound really strange to me If it'd be possible to change it to "Favorite Anime", "Favorite Manga", "Favorite Characters" and "Favorite People" I think it'd make more sense Updated the script: https://greasyfork.org/en/scripts/13183-myanimelist-mal-move-favorites |
My Userscripts: • Show anime/manga info inside your animelist/mangalist • Other Scripts |
Oct 19, 2015 4:46 PM
#203
fix for the pixelated resized images (favorites and last updated), using Stylish Firefox version: @-moz-document regexp(".*myanimelist.net/profile/(?!animelist|mangalist).*") { .profile .user-favorites .favorites-list .list .image, .profile .statistics-updates .image img { image-rendering: initial; } } Credit to Syrup- for the code |
Fixes to make the Profile more bearable after "the Modern★Profile★Update★★Rip★Profile★" |
Oct 19, 2015 4:49 PM
#204
Zeando said: ^ alignments are an huge mess, since if two or more scripts and styles try to fix the alignment problems (which are a problem of the "Official"), they end up applying the corrections more times creating even more problems try to disable scripts or styles one by one and see which one is creating the disalignment From what I can see, it's the scripts that change the actual alignment. For the favorites, it's the 'move favorites' script, which if I disable, it goes to to under about me. for the updates, it's sunny's theme. Might need to see if it's the same for other users or just me. Don't think I have any other hidden scripts running atm though @_@ |
Oct 19, 2015 4:51 PM
#205
Zeando said: @Cpt_Mathix check this empty profile http://myanimelist.net/profile/BakaProof found an other little glitch of the Align script, (it's visible in that empty profile too) the "Manga Stats" and "Last Manga Updates" are not aligned vertically it's possible to fix that too? it would appear it's the "Last Manga Updates " to be too much on the right the right end of "Last Anime Updates " is also odd, it ends past the end of "Anime Stats" guess the general width of "Updates" and "Stats" is different on the "Official", making them equal should simplify the fixing Works fine in chrome, buggy in firefox... I'll look into it tomorrow, going to sleep now |
My Userscripts: • Show anime/manga info inside your animelist/mangalist • Other Scripts |
Oct 19, 2015 5:02 PM
#206
Cpt_Mathix said: Zeando said: @Cpt_Mathix check this empty profile http://myanimelist.net/profile/BakaProof found an other little glitch of the Align script, (it's visible in that empty profile too) the "Manga Stats" and "Last Manga Updates" are not aligned vertically it's possible to fix that too? it would appear it's the "Last Manga Updates " to be too much on the right the right end of "Last Anime Updates " is also odd, it ends past the end of "Anime Stats" guess the general width of "Updates" and "Stats" is different on the "Official", making them equal should simplify the fixing Works fine in chrome, buggy in firefox... I'll look into it tomorrow, going to sleep now I installed the script for switching about me and stats but nothing happened. |
Oct 19, 2015 6:24 PM
#207
Big thanks to those who provided scripts. You're all amazing. |
"Be the change you wish to see in the world." |
Oct 19, 2015 8:47 PM
#208
Toarujisuru said: Big thanks to those who provided scripts. You're all amazing. |
Oct 19, 2015 11:12 PM
#209
Cpt_Mathix said: Zeando said: @Cpt_Mathix check this empty profile http://myanimelist.net/profile/BakaProof found an other little glitch of the Align script, (it's visible in that empty profile too) the "Manga Stats" and "Last Manga Updates" are not aligned vertically it's possible to fix that too? it would appear it's the "Last Manga Updates " to be too much on the right the right end of "Last Anime Updates " is also odd, it ends past the end of "Anime Stats" guess the general width of "Updates" and "Stats" is different on the "Official", making them equal should simplify the fixing Works fine in chrome, buggy in firefox... I'll look into it tomorrow, going to sleep now Should be fixed now: https://greasyfork.org/en/scripts/13172-myanimelist-mal-profile-switch-5 NearSky said: I installed the script for switching about me and stats but nothing happened. Works fine for me :/ I checked for chrome and firefox |
My Userscripts: • Show anime/manga info inside your animelist/mangalist • Other Scripts |
Oct 20, 2015 1:16 AM
#210
move favorites on the side script seems to no longer work after the recent updates http://myanimelist.net/forum/?topicid=1439180 |
Fixes to make the Profile more bearable after "the Modern★Profile★Update★★Rip★Profile★" |
Oct 20, 2015 1:18 AM
#211
Zeando said: Same for me when I woke up, but I just updated the script and then it worked fine again:move favorites on the side script seems to no longer work after the recent updates http://myanimelist.net/forum/?topicid=1439180 https://greasyfork.org/en/scripts/13183-myanimelist-mal-move-favorites |
Oct 20, 2015 1:34 AM
#212
yup, the updated version works for me too, added a tag in the main post to remember to update it Cpt_Mathix said: Cpt_Mathix said: Works fine in chrome, buggy in firefox... I'll look into it tomorrow, going to sleep now Should be fixed now: https://greasyfork.org/en/scripts/13172-myanimelist-mal-profile-switch-5 thanks, it works neatly, all is now aligned both horizontally and vertically :) |
ZeandoOct 20, 2015 1:43 AM
Fixes to make the Profile more bearable after "the Modern★Profile★Update★★Rip★Profile★" |
Oct 20, 2015 1:57 AM
#213
Steve said: I'm not really getting anywhere so I think I'll stick with what we have... Alternative Favourites Style Here is the somewhat working alternative look for your favourites! (only visable by you but affects all profiles!) Larger image (shows position on left panel better) Installation Instructions: (for Chrome/webkit browsers and Firefox, but screenshots are taken with Chrome!) Step 1. You need to download and install Stylish which can be found from either of the following links: Firefox download: https://addons.mozilla.org/en-us/firefox/addon/stylish/ Chrome download: https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en Step 2. Once Stylish is installed, you then need to create a new style. Then put the relevant code for your browser into the "code 1" section: For Firefox: @-moz-document regexp(".*myanimelist.net/profile/(?!animelist|mangalist).*") { /* More Compact Left Panel */ .page-common .user-favorites-outer.js-truncate-outer .mb8 {margin:0px;/* text-align: center;*/} /*.page-common .pb12{padding-bottom: 4px !important;}/* - this is optional*/ */ /* Removes Titles & Info */ .user-favorites .favorites-list .list .data{ padding: 0 !important; margin: 0 !important; display: none !important; } /* Fixes Image Sizes and stuff... */ .user-favorites .favorites-list .list .image{ height: 56px !important; width: 36px !important; margin: 1px 3px 1px 1px !important; background-size: cover; } .user-favorites .favorites-list .list{ margin-bottom: 2px !important; height: 54px !important; width: 39px !important; display: none; float: left; } } For Chrome (webkit browsers): /* More Compact Left Panel */ .page-common .user-favorites-outer.js-truncate-outer .mb8 {margin:0px;/* text-align: center;*/} /*.page-common .pb12{padding-bottom: 4px !important;} /* - this is optional */ */ /* Removes Titles & Info */ .user-favorites .favorites-list .list .data{ padding: 0 !important; margin: 0 !important; display: none !important; } /* Fixes Image Sizes and stuff... */ .user-favorites .favorites-list .list .image{ height: 56px !important; width: 36px !important; margin: 1px 3px 1px 1px !important; background-size: cover; } .user-favorites .favorites-list .list{ margin-bottom: 2px !important; height: 54px !important; width: 39px !important; display: none; float: left; } Step 3. (only applies to Chrome/webkit browsers!) You will then have to apply it to your desired webpage (this is included in the Firefox code so Firefox users, you don't need to do this step!) You will need to select the option "Applies to: [URLs on the domain], and in the box next to it type in "myanimelist.net" as shown in the image below. Step 4. Then name your new stylesheet to whatever you want! (example in image below) and make sure you have the "Enabled" box ticked so that the stylesheet will be enabled! Step 5. (recommneded but optional) This is what your favourites section will look similar to if you do not do steps 5 and 6. For this step you then need to go to the following link to download and install Tampermonkey (if you use Chrome/ a webkit browser) or Greasemonkey if you use Firefox. Firefox: https://addons.mozilla.org/en-us/firefox/addon/greasemonkey/ Chrome: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en Step 6. (only if you chose to do step 5) The final and simplest of steps! Now you have greasemonkey/tampermonkey downloaded and installed, you need to download this userscript for it: https://greasyfork.org/en/scripts/13183-myanimelist-mal-move-favorites Yay! Now enjoy your new favourites section! Known Bugs: None yet! し(*・∀・)/♡\(・∀・*)ノ Thank you to... Cpt_Mathix Steve Zeando for creating the userscript and stylesheet! and sunnysummerday HaXXspetten shuryukan Kuromii for the ideas and help! would be nice if I could give permission for Zeando or Cpt_Mathix to edit this message if they wanted... thanks for the script |
Oct 20, 2015 8:06 AM
#214
Updated code with Zeando and Syurp-'s new edits! http://myanimelist.net/forum/?topicid=1440057&show=150#post175 To update your version of the stylesheet go back to the post I made with the installation instructions, then copy and paste the new code, to replace the old code in the stylesheet! |
SteveOct 20, 2015 8:11 AM
Oct 20, 2015 8:09 AM
#215
Oct 20, 2015 8:30 AM
#216
Favourites in Left Panel Cpt_Mathix's 1st alternative favourites style! → See our third style "Tiles for Favourites 2" here ← → See our second style "Tiles for Favourites 1" here ← Here is a new 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) Installation Instructions: Step 1. For this step you then need to go to the following link to download and install Tampermonkey (if you use Chrome/ a webkit browser) or Greasemonkey if you use Firefox. Firefox: https://addons.mozilla.org/en-us/firefox/addon/greasemonkey/ Chrome: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en Step 2. Now you have greasemonkey/tampermonkey downloaded and installed, you need to download this userscript for it: https://greasyfork.org/en/scripts/13183-myanimelist-mal-move-favorites Yay! Now enjoy your new favourites section! Thank you to... Cpt_Mathix for creating the userscripts! and Kuromii shuryukan HaXXspetten sunnysummerday Zeando Steve for the ideas and help! would be nice if I could give permission for Zeando or Cpt_Mathix to edit this message if they wanted... |
SteveOct 21, 2015 2:37 PM
Oct 20, 2015 8:34 AM
#217
Oct 20, 2015 8:38 AM
#218
HaXXspetten said: Yes... but maybe if you have a massive monitor you might prefer it? It's just an option for the minority that might prefer it, because why not :)Won't that get super lengthy with 4x10 favorites? + it depends on the amount of favourites you have. Yeah it can get really big It could make your profile page close to 3000 pixels high if you have 10 favourites for each category! |
SteveOct 20, 2015 8:42 AM
Oct 20, 2015 8:49 AM
#219
Just noticed that the "Favorites" header in the right/main panel is still there: So to remove this, update your stylesheet code with: Chrome/ -webkit browsers /* More Compact Left Panel */ .page-common .pb12{padding-bottom: 4px !important;} .page-common .user-favorites-outer.js-truncate-outer .mb8 {margin:1px 0 1px 0;/* text-align: center;*/} /* Removes Titles & Info */ .user-favorites .favorites-list .list .data, .page-common .content-container .container-right h2[class="mb12"]{ padding: 0 !important; margin: 0 !important; display: none !important; } /* Fixes Image Sizes and stuff... */ .user-favorites .favorites-list .list .image{ height: 65px !important; margin: 1px 3px 1px 1px !important; } .user-favorites .favorites-list .list{ margin-bottom: 2px !important; width: 45px !important; display: none; float: left; } .profile .user-favorites .favorites-list{ width:225px; } Firefox @-moz-document regexp(".*myanimelist.net/profile/(?!animelist|mangalist).*") { /* More Compact Left Panel */ .page-common .pb12{padding-bottom: 4px !important;} .page-common .user-favorites-outer.js-truncate-outer .mb8 {margin:1px 0 1px 0;/* text-align: center;*/} /* Removes Titles & Info */ .user-favorites .favorites-list .list .data, .page-common .content-container .container-right h2[class="mb12"]{ padding: 0 !important; margin: 0 !important; display: none !important; } /* Fixes Image Sizes and stuff... */ .user-favorites .favorites-list .list .image{ height: 65px !important; margin: 1px 3px 1px 1px !important; } .user-favorites .favorites-list .list{ margin-bottom: 2px !important; width: 45px !important; display: none; float: left; } .profile .user-favorites .favorites-list{ width:225px; } /* Fixes Pixelated Resized Images (for favourites and recent updates)*/ .profile .user-favorites .favorites-list .list .image, .profile .statistics-updates .image img { image-rendering: initial; } } |
SteveOct 20, 2015 8:56 AM
Oct 20, 2015 8:52 AM
#220
I updated my script: https://greasyfork.org/en/scripts/13183-myanimelist-mal-move-favorites It's now possible to view the names of your favorites when you hover over the image |
Cpt_MathixOct 20, 2015 8:56 AM
My Userscripts: • Show anime/manga info inside your animelist/mangalist • Other Scripts |
Oct 20, 2015 8:53 AM
#221
Oct 20, 2015 9:01 AM
#222
HaXXspetten said: If you don't want it you can remove it (or I guess you didn't update but still) the identifier you need to remove above is:Steve said: You can just get rid off that with AdblockJust noticed that the "Favorites" header in the right/main panel is still there: .page-common .content-container .container-right h2[class="mb12"] (remember to remove the comma (, ) before it too!) which can be located here: /* Removes Titles & Info */ .user-favorites .favorites-list .list .data, .page-common .content-container .container-right h2[class="mb12"]{ padding: 0 !important; margin: 0 !important; display: none !important; } |
Oct 20, 2015 9:18 AM
#223
Steve said: Updated code with Zeando and Syurp-'s new edits! http://myanimelist.net/forum/?topicid=1440057&show=150#post175 To update your version of the stylesheet go back to the post I made with the installation instructions, then copy and paste the new code, to replace the old code in the stylesheet! could you add a red and bold warning about the style breaking the page if the "move on side" script is disable or not used? (that's what did happen to me at least, better to give a warning) HaXXspetten said: Won't that get super lengthy with 4x10 favorites? yup, it would be a bit better if the images got resized to be a bit smaller Cpt_Mathix said: I updated my script: https://greasyfork.org/en/scripts/13183-myanimelist-mal-move-favorites It's now possible to view the names of your favorites when you hover over the image wow, really? that's great :D |
ZeandoOct 20, 2015 9:27 AM
Fixes to make the Profile more bearable after "the Modern★Profile★Update★★Rip★Profile★" |
Oct 20, 2015 9:44 AM
#225
"Yep I can" thx Steve said: Just noticed that the "Favorites" header in the right/main panel is still there: strange, the script to move the favorites on the side should be already removing that header |
Fixes to make the Profile more bearable after "the Modern★Profile★Update★★Rip★Profile★" |
Oct 20, 2015 9:48 AM
#226
Zeando said: Take a look (Please say if you think it should be different in any way!)"Yep I can" thx 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. 2. Reread the instructions and follow the steps again. 3. Replace your code with the following: Firefox code: @-moz-document regexp(".*myanimelist.net/profile/(?!animelist|mangalist).*") { /* More Compact Left Panel */ .page-common .pb12{padding-bottom: 4px !important;} .page-common .user-favorites-outer.js-truncate-outer .mb8 {margin:1px 0 1px 0;/* text-align: center;*/} /* Removes Titles & Info */ .user-favorites .favorites-list .list .data, .page-common .content-container .container-right h2[class="mb12"]{ padding: 0 !important; margin: 0 !important; display: none !important; } /* Fixes Image Sizes and stuff... */ .user-favorites .favorites-list .list .image{ height: 65px !important; margin: 1px 3px 1px 1px !important; } .user-favorites .favorites-list .list{ margin-bottom: 2px !important; width: 45px !important; display: none; float: left; } /* Fixes Pixelated Resized Images (for favourites and recent updates) */ .profile .user-favorites .favorites-list .list .image, .profile .statistics-updates .image img { image-rendering: initial; } } /* More Compact Left Panel */ .page-common .pb12{padding-bottom: 4px !important;} .page-common .user-favorites-outer.js-truncate-outer .mb8 {margin:1px 0 1px 0;/* text-align: center;*/} /* Removes Titles & Info */ .user-favorites .favorites-list .list .data, .page-common .content-container .container-right h2[class="mb12"]{ padding: 0 !important; margin: 0 !important; display: none !important; } /* Fixes Image Sizes and stuff... */ .user-favorites .favorites-list .list .image{ height: 65px !important; margin: 1px 3px 1px 1px !important; } .user-favorites .favorites-list .list{ margin-bottom: 2px !important; width: 45px !important; display: none; float: left; } Zeando said: Turns out they aren't assigned to the same class or id identifiers so it didn't work before.Steve said: Just noticed that the "Favorites" header in the right/main panel is still there: strange, the script to move the favorites on the side should be already removing that header Why do I get this message so often and have to reload the page a couple of times to get rid of it: |
SteveOct 20, 2015 10:15 AM
Oct 20, 2015 10:14 AM
#227
Steve said: Take a look (Please say if you think it should be different in any way!) using a screen to show how it breaks makes it even more clear, good idea using the fix to make it work even with no script brings it back to a 4x2+2 format, which sucks a bit, but at least it works :u (and by chance 4x2 has a good spacing between favorite categories while still being placed horizontally) |
ZeandoOct 20, 2015 10:19 AM
Fixes to make the Profile more bearable after "the Modern★Profile★Update★★Rip★Profile★" |
Oct 20, 2015 10:16 AM
#228
Zeando said: I was a little too lazy to remove some stylesheets though, but they should get the idea ^^"Steve said: Take a look (Please say if you think it should be different in any way!) using a screen to show how it breaks makes it even more clear, good idea |
Oct 20, 2015 10:17 AM
#229
Steve said: Why do I get this message so often and have to reload the page a couple of times to get rid of it: So I'm not the only one getting those server errors... It's a little bit annoying |
My Userscripts: • Show anime/manga info inside your animelist/mangalist • Other Scripts |
Oct 20, 2015 10:23 AM
#230
Cpt_Mathix said: Steve said: Why do I get this message so often and have to reload the page a couple of times to get rid of it: So I'm not the only one getting those server errors... It's a little bit annoying i'm getting those too, wonder if their dumb image resizing method is consuming all their last bandwidth... (or our bandwidth....) (for who doesn't know about it, every little image into the profile and also the friends images, seems to get downloaded at full size and then resized to be that small..... at least that's what i got of it hearing syrup and sunnysummerday) |
Fixes to make the Profile more bearable after "the Modern★Profile★Update★★Rip★Profile★" |
Oct 20, 2015 10:27 AM
#231
Zeando said: Yeah, most of the images are 225 by 350 pixels. (example)Cpt_Mathix said: Steve said: Why do I get this message so often and have to reload the page a couple of times to get rid of it: So I'm not the only one getting those server errors... It's a little bit annoying i'm getting those too, wonder if their dumb image resizing method is consuming all their last bandwidth... (or our bandwidth....) (for who doesn't know about it, every little image into the profile and also the friends images, seems to get downloaded at full size and then resized to be that small..... at least that's what i got of it hearing syrup and sunnysummerday) |
Oct 20, 2015 11:26 AM
#232
^ the old limits were your own amount in relation to the average of MAL's entire userbase, which made no fucking sense from a mathematical perspective since every bar had a different scale yet they were on the same X-axis... what you have right there is what the old system should have looked like :> |
Oct 20, 2015 11:26 AM
#233
Annuvin said: I tried making the bars look like they used to and came up with something like this: Length is currently based on the highest number of entries since I have no idea what were the limits for each bar before, left the colors as they are too but it should be possible to change them with other scripts (seems to work fine with mine) https://greasyfork.org/en/scripts/13212-myanimelist-mal-old-status-bars Cheers. Looking really good! Great work :) |
My Userscripts: • Show anime/manga info inside your animelist/mangalist • Other Scripts |
Oct 20, 2015 11:46 AM
#234
Annuvin said: I tried making the bars look like they used to and came up with something like this: Length is currently based on the highest number of entries since I have no idea what were the limits for each bar before, left the colors as they are too but it should be possible to change them with other scripts (seems to work fine with mine) https://greasyfork.org/en/scripts/13212-myanimelist-mal-old-status-bars Cheers. HaXXspetten said: They were close to if not:^ the old limits were your own amount in relation to the average of MAL's entire userbase, which made no fucking sense from a mathematical perspective since every bar had a different scale yet they were on the same X-axis... what you have right there is what the old system should have looked like :> 50 for watching 500 for completed 50 for on hold 50 for dropped 50 for plan to watch or at least thats how they were for my profile... |
SteveOct 20, 2015 12:11 PM
Oct 20, 2015 11:56 AM
#235
Some of you might like this: https://userstyles.org/styles/119888/myanimelist-quick-fix-on-new-mal-profile-design I mainly like it because I prefer the images with the borders especially with the 'Tiles for Favourites' (but I chose to remove the borders from the other images on the page). Also removes some unnecessary whitespace, fixes image rendering and more. |
SteveOct 20, 2015 12:08 PM
Oct 20, 2015 12:10 PM
#236
Steve said: They were close to if not: 50 for watching somewhere around 450 and 500 for completed 20 for on hold (maybe 50?) 50 for dropped 50 for plan to watch (or 100?) or at least thats how they were for my profile... & 50 for on hold and maybe 400 for completed (◡ ‿ ◡ ✿) |
Oct 20, 2015 12:12 PM
#237
sunnysummerday said: Nice :)Steve said: They were close to if not: 50 for watching somewhere around 450 and 500 for completed 20 for on hold (maybe 50?) 50 for dropped 50 for plan to watch (or 100?) or at least thats how they were for my profile... & 50 for on hold and maybe 400 for completed (◡ ‿ ◡ ✿) Though I had over 400 completed before the update (around 420) and never reached the end of the bar which is why I thought somewhere between 450 and 500 favourites, but Hax said something about it being different for everybody? So I don't know. But I'm happy to go with 400, 450 or 500. |
Oct 20, 2015 12:17 PM
#238
too bad it doesn't work with my theme or i'd be using it :( |
Oct 20, 2015 12:24 PM
#239
It looks great, especially when the stat bars are next to eachother :D |
SteveOct 20, 2015 12:50 PM
Oct 20, 2015 12:25 PM
#240
Cpt_Mathix said: I updated my script: https://greasyfork.org/en/scripts/13183-myanimelist-mal-move-favorites It's now possible to view the names of your favorites when you hover over the image Just a quick report, special characters are being displayed as their encoded versions: |
Oct 20, 2015 12:32 PM
#241
xbobx said: I guess it needs to work on its foreign alphabets...Cpt_Mathix said: I updated my script: https://greasyfork.org/en/scripts/13183-myanimelist-mal-move-favorites It's now possible to view the names of your favorites when you hover over the image Just a quick report, special characters are being displayed as their encoded versions: |
Oct 20, 2015 12:42 PM
#242
Damn, why are none of the scripts working for me? I need my old stat bars. |
Oct 20, 2015 12:51 PM
#243
Annuvin said: Made the limits static after all: 500 for completed, 100 for planned and 50 for the rest. https://greasyfork.org/en/scripts/13212-myanimelist-mal-old-status-bars NearSky said: Damn, why are none of the scripts working for me? I need my old stat bars. What browser are you using & do you have Grease/Tampermonkey installed? Yeah, I'm using chrome with tampermonkey. |
Oct 20, 2015 12:53 PM
#244
Are they enabled? They will have the green circle if they are, red if they are not. And remember to refresh the page after enabling them. |
Oct 20, 2015 1:05 PM
#245
Yeah, they're all enabled and I refreshed the page. Nothing happened. |
Oct 20, 2015 1:10 PM
#246
Oct 20, 2015 1:15 PM
#247
1. [size=120]Can you click on the Tampermonkey icon and select dashboard: Then select the "old stat bars" script (as an example) by clicking on it's title/name. What does your code look like? Is it all there? It should look something like this: http://i.imgur.com/5Ng2SJ0.png 2. Uninstall the script on the dashboard by selecting the rubbish bin/trash can thing: Then try reinstalling the userscript, try pressing "Install" (not "process with chrome") https://greasyfork.org/scripts/13212-myanimelist-mal-old-status-bars/code/MyAnimeList(MAL)%20Old%20Status%20Bars.user.js |
SteveOct 20, 2015 1:28 PM
Oct 20, 2015 1:27 PM
#248
xbobx said: Cpt_Mathix said: I updated my script: https://greasyfork.org/en/scripts/13183-myanimelist-mal-move-favorites It's now possible to view the names of your favorites when you hover over the image Just a quick report, special characters are being displayed as their encoded versions: Nice find! I fixed it: https://greasyfork.org/en/scripts/13183-myanimelist-mal-move-favorites |
My Userscripts: • Show anime/manga info inside your animelist/mangalist • Other Scripts |
Oct 20, 2015 1:40 PM
#249
Cpt_Mathix said: Bravo, nice work as always!xbobx said: Cpt_Mathix said: I updated my script: https://greasyfork.org/en/scripts/13183-myanimelist-mal-move-favorites It's now possible to view the names of your favorites when you hover over the image Just a quick report, special characters are being displayed as their encoded versions: Nice find! I fixed it: https://greasyfork.org/en/scripts/13183-myanimelist-mal-move-favorites |
Oct 20, 2015 1:43 PM
#250
Yeah seems it bugs at >1000, might wanna sort that out http://myanimelist.net/profile/spacecowboy Can use this as an example to make sure it can handle 5 digits too while you're at it :3 |
More topics from this board
» 【 ART THREAD 】Let's share our art! ❤︎ ( 1 2 3 4 5 )mewmewforever - Aug 30, 2024 |
204 |
by Outfiltrator
»»
Today, 5:49 AM |
|
» Four Ages!Robert_SS_Gordon - Feb 21 |
47 |
by Robert_SS_Gordon
»»
Yesterday, 9:17 AM |
|
» AniTaste - cross-site anime list comparatorMciej - Sep 21 |
1 |
by Retro8bit
»»
Sep 21, 5:29 PM |
|
» Saeryen's Songs!Saeryen - Jul 25 |
5 |
by Saeryen
»»
Sep 20, 1:54 PM |
|
» Share Your YouTube Channel/Videos! ( 1 2 3 4 5 ... Last Page )nin-tendo - Dec 16, 2022 |
584 |
by Senery
»»
Sep 20, 10:01 AM |