Dobrodošli pri dodatkih za Firefox za Android.
Dodajte funkcije in sloge, kot vam za Firefox za Android najbolj odgovarja.
ZapriOcena dodatka KDE Wallet password integration uporabnika tbali
Ocena 5 od 5 zvezdic
I found the problem with firefox 24+. The api changed.
In the file ~/.mozilla/firefox/XXXXXXX.default/extensions/kwallet@guillermo.molina/components/KDEWalletStorage.js add the following lines:
get isLoggedIn() {
return true;
}
So it will look like this:
------------------
countLogins: function countLogins(hostname, submitURL, realm) {
this.log( "countLogins() Start" );
var count = this._lib.countLogins(hostname, submitURL, realm);
this.log( "countLogins() counted = " + count );
return count;
},
get isLoggedIn() {
return true;
}
};
const NSGetFactory = XPCOMUtils.generateNSGetFactory([KDEWalletStorage]);
------------------
Dear Guillermo Molina, please support is in the future too! Thanks for your work!
Če želite ustvarjate lastne zbirke, morate imeti račun pri Dodatki Mozille.
ali pa se prijavite na svoj račun