Iceggiren i Yape
Yape sɣur Rémi Rigal
Icegger-it Aseqdac Firefox 14291709
Yettwasezmel 2 ɣef 5
sɣur Aseqdac Firefox 14291709, một năm trướcFor whatever reason the 'Login' button is hidden, so you can't connect to your NAS. To get around this, you need to inspect the settings page and go to 'button id="loginButton" ' and just remove ' hidden="" ' to make the login button appear.
4 n yiceggiren
- Yettwasezmel 4 ɣef 5sɣur amura11, 3 tháng trướcIt's not perfect but it works. Like another user mentioned the login button doesn't show properly and needs the "hidden" attribute removed to work. Can be done with the following one-liner: document.getElementById("loginButton").attributes.removeNamedItem("hidden")
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 17589122, 2 năm trướcExactement ce que l'on peut attendre d'une extension pour pyload !