-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPUBs from Fenrir Translations getting "window.pubfuturetag" #1358
Comments
Please open your issue in the right repository and make sure to not create duplicate issues. |
Since it's a thing with the epub maker itself, I thought it would be more conventional to report it here as it's related to the core of the app, and it may not only happen with that extension too |
Since the issue appears to stem from the source content, it doesn’t seem to be directly related to the EPUB maker itself. Given that the EPUB maker is imported from an external library, it would be more efficient and appropriate to modify the source content rather than altering the EPUB maker. I hope this clarifies the confusion. (Unless a senior contributor says otherwise) |
Makes sense |
Steps to reproduce
Open source "Fenrir Translations"
Download chapters
Click epub icon and save it somewhere
Open a chapter
Expected behavior
The chapter should only have the text showed in the same LNReader
Actual behavior
All chapters start this way:
window.pubfuturetag = window.pubfuturetag || [];window.pubfuturetag.push({unit: "663dd6d999cc415993a26925", id: "pf-8982-1"})
Chapter 1: <from here onwards all seems alright>
LNReader version
54a3feb
Android version
11
Device
Motorola One 5G
Other details
That window.pubfuturetag thing doesn't appear when opening a chapter in LNReader
It appears where on the website are ads, like
[ad] gets replaced with [window.pubfuturetag]
I confirmed that when I got this other thing:
window.pubfuturetag = window.pubfuturetag || [];window.pubfuturetag.push({unit: "663f070a99cc415993a37135", id: "pf-8990-1"})
Acknowledgements
The text was updated successfully, but these errors were encountered: