Ivan Solntsev

Results 3 issues of Ivan Solntsev

https://github.com/fmtvp/tal/blob/master/static/script/urlbuilder.js ``` return encodeURI(url).replace(/'/g, "%27"); ``` By default all media links is encoded by urlbuilder. This can cause issues with media sources url that include Base64 query parameters. (for example...

bug

### Steps to reproduce 1. Open manga added to library 2. Pull page to refresh ### Expected behavior Manga pages refreshed: pulled new chapters, comment counters. ### Actual behavior App...

bug

Firefox, NoScript 11.4.40, debug is off on page load plugin logs to console, probably should be tied to debug setting in options. patchWindow.js ``` console.debug(`Creating ${from}->${to} port ${portId}`); // DEV_ONLY...