- 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:
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.*
*Credentials are incorrect or have expired.*
Clear cookies and site data... does not help in fact. Only the homepage seems to work fine.
https://codeberg.org/explore/repos does not work for instance even in a private window.
*Credentials are incorrect or have expired.*
Benjamin_Loison
commented on issue Benjamin_Loison/Verified_repositories#6
2025-03-23 21:43:28 +01:00
Track webext-signed-pages: Add on websites
Related to #3.