1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00
CanvasBlocker/test/dataUrlTest.js
2018-07-16 00:05:33 +02:00

7 lines
No EOL
170 B
JavaScript

(function(){
"use strict";
document.getElementById("code").textContent = atob(
document.getElementById("iframe").src.replace("data:text/html;base64,", "")
);
}());