I'd like to automatically click a toggle link on a webpage. I have not been able to modify other userscripts since this webpage seems to do its toggle differently.
The webpage is anidb.net/perl-bin/animedb.pl?show=animelist and the toggle is a button, in the right-hand column, next to "Save/Load Settings" (if you are logged in, or next to "Reset" if you are not).
The following HTML seems to be what controls the toggle.
<div class="g_menu filter_menu expanded">
<h3>
<a class="i_icon i_expanded" title="Toggle display of menu"></a>
</h3>
I tried a few of the methods from another Stack Overflow question but couldn't get them to work.