Notify on completed compilation #40
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Usually compile locally but to ensure that when share a document with people on a private instance, hence having unlimited compilation time it seems, then the document is fine. Also as the PDF expires quite quickly it seems but this is maybe due to the specific Overleaf instance I am using.
Related to #38, #31 and Improve_websites_thanks_to_open_source/issues/{540,726,725,727}.
Source: https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API#creating_a_notification
maybe have to be on another tab to notice it.
Source: https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API#getting_permission
Can manually at Firefox level provide notification permission?
DuckDuckGo search:
JavaScript code:
Source: the Stack Overflow answer 47379026
So maybe it does match my needs, as it may be HTML nodes, not just text.
Well the mentioned answer is just about text.
Run code snippet works fine.
I suspect running my Console code after
window.addEventListener('load'
can be triggered.JavaScript code:
JavaScript code:
does not work either.
works fine, maybe it acts as pointer to a copy somehow.
JavaScript code:
does not work too.
No
iframe
seems to blame as I get correctly the node.JavaScript code:
myFunction
is triggered at the beginning and at the end of the compilation but only the latterconsole.log
gives the expectedinnerHTML
.Attribute watching may help.
gives milliseconds.
Source: the Stack Overflow answer 30245911
JavaScript code:
Output:
Source: the Stack Overflow answer 15762794
Related to benjaminloison/kile/issues/24.
Related to Improve_websites_thanks_to_open_source/issues/1542.
Related to Benjamin-Loison/selenium/issues/16.