mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
0ce446cf52
Makes #211 reproducible.
7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
(function(){
|
|
"use strict";
|
|
|
|
document.getElementById("code").textContent = atob(
|
|
document.getElementById("iframe").src.replace(/^.+base64,/, "")
|
|
);
|
|
}()); |