🛴
Pinned Loading
-
-
Append dot on every click - useful f...
Append dot on every click - useful for debugging bots click locations 1document.body.addEventListener('click', function(e) {
2const el = document.createElement('div');
3el.style.position = 'absolute';
4el.style.top = `${e.pageY - 3}px`;
5el.style.left = `${e.pageX -3}px`;
-
hemera-snappy
hemera-snappy PublicThis is a plugin to use snappy compression with Hemera
JavaScript
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.