Skip to content

Instantly share code, notes, and snippets.

@sasha0552
sasha0552 / librewolf-manual-canvas-prompt.js
Created October 13, 2024 11:57
(LibreWolf) Paste the following script into the browser console (Ctrl+Shift+I) to manually invoke a canvas allow/block prompt for the current site.
document.createElement("canvas").toDataURL();