Skip to content

Instantly share code, notes, and snippets.

View tkbremnes's full-sized avatar

Trond Kjetil tkbremnes

View GitHub Profile
@tkbremnes
tkbremnes / index.html
Created December 4, 2018 13:19 — forked from gudmundurarnar/index.html
Chromium vanilla extension
<!DOCTYPE html>
<html>
<body>
<webview src="http://sau.no"></webview>
</body>
</html>
@tkbremnes
tkbremnes / snippet.md
Created June 19, 2012 14:38 — forked from harthur/snippet.md
console.log() key binding for Sublime Text

Go to Sublime Text 2 > Preferences > Key Bindings - User and add this JSON to the file:

[
    { "keys": ["super+shift+l"],
      "command": "insert_snippet",
      "args": {
        "contents": "console.log(${1:}$SELECTION);${0}"
      }
 }
@tkbremnes
tkbremnes / dabblet.css
Created April 15, 2012 18:55 — forked from anonymous/dabblet.css
Subtle icons
/**
* Subtle icons
*/
html {
background: #111;;
min-height: 100%;
}
@tkbremnes
tkbremnes / dabblet.css
Created March 18, 2012 02:02 — forked from anonymous/dabblet.css
Navigation toolbar experiment
/**
* Navigation toolbar experiment
*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
body{
background: #111;