MAL-Sync (Deprecated on Greasyfork)

Greasyfork version of Malsync has been deprecated please install from GitHub instead

< Feedback on MAL-Sync (Deprecated on Greasyfork)

Question/comment

§
Posted: 2021-01-24
Edited: 2021-01-24

On animeshouse.net the script doesn't auto open the player on full screen when played, doesn't auto play the video, doesn't auto go to the next episode and even thought I've configured the script to auto set the episode as watched when 88% of the video is reached, this doesn't work so I need to manually click on the button "set ep X as watched".

Please make discord able to be used by users that doesn't have an discord account, this is so stupid, stop ignoring me without valid reasons!

lolamtischAuthor
§
Posted: 2021-01-25

Auto Fullscreen: What browser are you using? Does it work on other pages, because it could be related with video not Recognizing.
Auto Play is not (yet) a feature of malsync.
Animeshouse has no next Episode support, as stated on github: https://github.com/MALSync/MALSync/blob/master/pages.md

Video not recognized: They added a new video host that we still dont support. But you can add the domain yourself until next release. Could be that you need to restart the browser afterwards.
https://github.com/MALSync/MALSync/wiki/Custom-Domains
Video Iframe - https://animeshouse.net/gcloud/*


To discord: They dont allow us to switch to unrestricted anymore, so a account is mandatory. When did I ignore you? I think I never talked with you, but I could be wrong.

lolamtischAuthor
§
Posted: 2021-01-25

Sorry the custom domain feature only exists in the extension. You will need to add the domain in the userscript manually. I think including it in the header should be enough for the player.

§
Posted: 2021-01-25

Opera. A while ago the script worked perfectly on crunchyroll.
Do you mean that I should add the line below to the script?
// @include https://animeshouse.net/gcloud/*

Why Animeshouse has no next Episode support? This is seems to be very easy to implement...

That's sad, by they you mean who?

I meant Orell12 and another discord user that his name starts with F something...

lolamtischAuthor
§
Posted: 2021-01-25

Yes i think if you add that to metaheader in the script it should work.

To the fullscreen thing. Browsers block fullscreen request that are not triggered by an userinteraction. Somewhere it can be disabled but not sure on Opera and even if it disabled it sometimes still does not work. It is a securty feature after all.

MalSync is opensource, feel free to implement it. I think we did not implement it as we could not detect if the next ep is of the series of the next season/Ova. But i cant check it atm as my vpn stopped working on the page. I think i got banned.

§
Posted: 2021-01-26
Edited: 2021-01-26

Ok, I'm also totally okay to wait for the next update to fix this bug.

Yeah, I know that, since I'm developing my own "MALSync" script for www.animesonline.cz since when I requested this website to be added on discord they denied it. I just didn't know that this can be disabled on the browser. I also think that I will add support to other websites in the future. It seems that this script was able to bypass that security problem thing
https://greasyfork.org/en/scripts/391272-crunchyroll-auto-fullscreen/code

I would totally implement it, the hardest thing actually is that I would need to follow all the patterns established on the script to do it... that's the only reason why I won't implement it.

lol, I think that I can find a way for you to access my computer using teamviewer if you want to check that.

lolamtischAuthor
§
Posted: 2021-01-26

The only pages we deny are clones. So that cant be true. We just dont add all pages ourself if there is no real value in adding it as there are enough alternatives. The point of Opensource is that everyone can work on it and add new pages. So if one wants support for a page he can add it himself and open a pullrequest in the end. Everything is documented here:
https://github.com/MALSync/MALSync/wiki/Build

If you dont want to wait for the next release you could just build the userscript yourself from master. So you have the newest version. Same link as above describes it.

I checked your script and it failes the same way. So it is not a workaround.

I would recommend not to allow random people to teamview to your pc. Even if they are reputable.

§
Posted: 2021-01-26

That page isn't a clone of any other Brazilian website... Unfortunately that's true, Orell12 said that he didn't want to add that website to malsync because it didn't look good and popular...

The problem is what I previously said, i need to read "all of the documentation" of how I should add that to the MALSync script, it's easier to start doing it from 0 I think... I also don't have an account on github, and I will try to avoid making one account there till I can.

That script isn't mine...

So how does MALSync "bypasses" this security problem of making crunchyroll videos on full screen automatically?

Thanks for the recommendation, I know that. I would let you access an virtual/sand box, so you would be able to use my internet as an private vpn, you could even code there if you want, while I do anything on my computer.

§
Posted: 2021-04-14
Edited: 2021-04-14

I've changed the settings to the use the MAL API and have logged in, then the whole settings page broke
https://www.branitube.net/video/31679/shakugan-no-shana-ii

lolamtischAuthor
§
Posted: 2021-04-16

Use the extension or make sure your adblocker is configured correctly.

§
Posted: 2021-04-19

The script doesn't do anything (sync,auto play/Full Screen) on https://animeshouse.net

lolamtischAuthor
§
Posted: 2021-04-19

Works for me

§
Posted: 2021-05-06

The CMPL and the other status aren't correctly added/displayed when the anime has multiple related titles separated with commas

lolamtischAuthor
§
Posted: 2021-05-06

Works for me. Has to be something on your side.

§
Posted: 2021-05-06
Edited: 2021-05-06

I've reinstalled the script on a browser without any extensions or other scripts and yes MAL Sync correctly shows that like on your print, but only the first time. When I reload the page again and again it's just a mess. I even left MAL Sync with all default settings but that didn't help either.

lolamtischAuthor
§
Posted: 2021-05-10

Very strange. Problem does not exists on the extension and for the userscript it sometimes works without a problem after restarting the browser.
I suspect jquery has some problem. Switching to append instead of after seems to fix the problem for now.

https://github.com/MALSync/MALSync/commit/7d58240bdc77f76f96b3499d3f1e64679a889a61

§
Posted: 2021-05-10

I will be waiting for the update fixing this then. Thanks.

§
Posted: 2021-05-13

I've once found some github links to install lists on ublock origin so that the adblocker won't break the malsync UI, but now I can't find it.

Could you please share that link here? There are 3 lists that should be installed on Ublock Origin.

If that's really important I think it should be easier to find and be here on the script installation page.

lolamtischAuthor
§
Posted: 2021-05-17

https://github.com/Karmesinrot/Anifiltrs

But you dont need to install all 3.

1. Has fixes for the malsyncUI the 2. includes them too + additional adblock things

§
Posted: 2021-05-17

Thanks.

What the filters "Anifiltrs Extra" does exactly?

§
Posted: 2021-07-01

Video player is never detected on any of the episodes of this anime in this website https://animeshouse.net/episodio/shirobako-s1-episodio-18-legendado-hd/

§
Posted: 2021-07-13
Edited: 2021-07-13

Was the search options removed?

Now a huge list of links appear, but I can't find the option to show the "click to search" toggle button, that button showed a lot of streaming search links, but the list was hidden until I clicked it. I really liked to use that...

lolamtischAuthor
§
Posted: 2021-07-14

This is now part of the Streaming Site Links section. Just add the pages you want in the Custom searchlink section at the bottom of the page.

§
Posted: 2021-07-14

I've seen that part, but the problem is that the whole list of links are always showed, and they are shown before the anime information,duration,genre tags etc on Mal.

I like to always see that section on the mal anime page, but if I choose to show various streaming links,then the streaming list of links will be very big, and I will have to scroll down for a long time just to be able to see that section on Mal containing the duration etc ...

Wouldn't it be possible to readd the feature to hide the whole anime streaming links, and show the streaming links list only after click?

§
Posted: 2021-07-25

The resume button doesn't work on crunchyroll.

Post reply

Sign in to post a reply.