- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Notify on completed compilation
JavaScript code:
function getElementByXpath(path) {
return document.evaluate(path, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singl…
Notify on completed compilation
JavaScript code:
function getElementByXpath(path) {
return document.evaluate(path, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singl…
Notify on completed compilation
JavaScript code:
var element = document.getElementById('recompile');
var MutationObserver = window.MutationObserver
Notify on completed compilation
element.innerHTML
works fine, maybe it acts as pointer to a copy somehow.
Notify on completed compilation
JavaScript code:
function getElementByXpath(path) {
return document.evaluate(path, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE,…
Notify on completed compilation
I suspect running my Console code after window.addEventListener('load'
can be triggered.
Notify on completed compilation
At random it will be fed with data from an external source (that I do not have control of).
So maybe it does match my needs, as it may be HTML nodes, not just text.
Well the mentioned…
Notify on completed compilation
JavaScript code:
function getElementByXpath(path) {
return document.evaluate(path, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE,…
Notify on completed compilation
<span class="btn-recompile-label" ng-show="!pdf.compiling">Recompiler</span>
<span class="btn-recompile-label" ng-show="pdf.compiling">Compilation en cours…</span>
Notify on completed compilation
Notification.requestPermission().then((result) => {
console.log(result);
});
Promise { <state>: "pending" }
The Notification permission may only be requested from…
*Credentials are incorrect or have expired.*