Skip to content

Instantly share code, notes, and snippets.

@dankantor
dankantor / notes.html
Created August 29, 2018 19:40
Save notes to localStorage
<html>
<head></head>
<body>
<div id="c" contenteditable style="min-height:300px;outline:none;"></div>
<script type="text/javascript">
let div = document.querySelector('#c');
let timeout;
let ls = localStorage.getItem('text') || '';
ls = '<br><br>' + ls;
div.innerHTML = ls;
.right-column.sidebar {
display: none;
}
#page-header {
display: none;
}
.flag-region {
display: none;
@dankantor
dankantor / feedly.css
Last active August 29, 2015 13:57
Stylebot CSS for Feedly
#feedlyPage {
width: auto;
}
#feedlyPart {
float: none;
}
#feedlyTabs {
background-color: #EEEEEE;