Export Blinkist to PDF
Hello, I would also like to ask you very much to modify the code so that everything works again. Thank you very much
Hello, everything is fine. The problem was with logging out of Blinkist. Thank you
A new match line is required in the code as the nc/daily and content/daily pages are redirected to it:// @match https://www.blinkist.com/*/app/daily*
With the above line, the script works perfectly!
A new match line is required in the code as the nc/daily and content/daily pages are redirected to it:
// @match https://www.blinkist.com/*/app/daily*
With the above line, the script works perfectly!
Hello h4ppyM,
i tried to integrate your info regarding blinkist, but it still doesn't work for me. Am i doing something wrong?
This is how it did it, but it still doesn't work (I post only the beginning of the script, so that it does not become too cluttered):
extract:
...
// ==UserScript==
// @name Blinkist to PDF
// @description Export Blinkist to PDF
// @match https://www.blinkist.com/*/app/daily*
// @match https://www.blinkist.com/*/nc/daily*
// @match https://www.blinkist.com/*/content/daily*
// @match https://www.blinkist.com/*/books/*
// @match https://www.blinkist.com/books/*
// @run-at document-end
// @version 1.3.9
// @grant none
// @namespace https://greasyfork.org/users/213706
// @license MIT
// ==/UserScript==
...
regards,
Tom-K
Hello,
Sorry for the delay (seems like I'm not receiving notifications anymore?). AnyhowThank you @h4ppyM, I added your pattern.
And @Tom-K, I believe it didn't work for you because you weren't logged. This issue has been fixed, please update your script and let me know if it now works.
Hello a-mt,
I'm happy you found the time to fix the script.
It works perfectly again.
Thank you very much. 👍🎉🙏
regards,
Tom-K
Hello a-mt,
thank you for taking the time to build this script. Unfortunately it doesn't work for me since yesterday. I use the current version 1.3.9. I would be very happy if you could take a look at why it doesn't work anymore. Many thanks Tom-K