To use, visit: https://www.animemusicvideos.org/ ("https" instead of "http").
Eventually we'll make this the default, but there are probably a lot of bugs to fix first. Please let me know of any you find.
Edit: if you're using HTTPS Everywhere, here is a user rule you can plop in to your HTTPSEverywhereUserRules directory:
Code: Select all
<ruleset name="AnimeMusicVideos">
<target host="animemusicvideos.org" />
<target host="www.animemusicvideos.org" />
<target host="a-m-v.org" />
<target host="www.a-m-v.org" />
<test url="http://www.AnimeMusicVideos.org/" />
<test url="http://www.AnimeMusicVideos.org/forum" />
<test url="http://www.a-m-v.org/" />
<test url="http://a-m-v.org/" />
<rule from="^http:"
to="https:" />
</ruleset>