Skip to content

Instantly share code, notes, and snippets.

View iepsen's full-sized avatar
:octocat:

Marcelo Iepsen iepsen

:octocat:
View GitHub Profile
@iepsen
iepsen / printConsole.html
Created October 24, 2019 07:38
Helper code to debug on Smart TVs or devices we don't have access do logs
<style>
.console-wrapper {
position: absolute;
bottom: 0;
right: 0;
z-index: 99999;
padding: 20px;
width: 100%;
height: 100%;
background-color: black;