loominade
loominade
it certainly doesn't help that the two icons look almost identical:  I'd prefer a system wide feature to disable address bar buttons but a setting in...
possibly related to #39
it turns out that fontcustom had [the same problem.](https://github.com/FontCustom/fontcustom/issues/176) They had to include a space `0x20` character into their font to solve this issue. I was able to do the...
as a workaround, you can extend it and translate indiviual methods: ```js class AddToGermanHomeScreen extends window.AddToHomeScreen { _genTitle() { return this._genTitleWithMessage( `Installieren Sie die ${this.appName} App, um fortzufahren`, ); }...
Here is a machine readable list of all miraheze wikis and where to find them: https://meta.miraheze.org/w/api.php?action=wikidiscover&format=json edit: the same list excluding inactive wikis: https://meta.miraheze.org/w/api.php?action=wikidiscover&wdsiteprop=url%7Cdbname&wdstate=active&format=json
I found it that joyride is using [.on()](http://api.jquery.com/on/) which was added in jQuery 1.7. So you should ether change `.on()` to `.bind()` or change the min requirements to 1.7