1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-01 10:58:05 +02:00
CanvasBlocker/test/dataUrlTest.js

7 lines
158 B
JavaScript
Raw Normal View History

(function(){
"use strict";
document.getElementById("code").textContent = atob(
document.getElementById("iframe").src.replace(/^.+base64,/, "")
);
}());