Skip to content

Instantly share code, notes, and snippets.

@GuilloOme
GuilloOme / Terminus 2 Bepo Layout.arb2t2
Last active March 18, 2018 18:31
Terminus 2 Bépo layout file
<?xml version="1.0" encoding="utf-8"?>
<ClLayoutContainer xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<KeyDatas>
<ClKeyData>
<X>0</X>
<Y>0</Y>
<Z>0</Z>
<Command>0</Command>
<Key>
<DisplayID>41</DisplayID>
@GuilloOme
GuilloOme / background.js
Last active March 24, 2023 20:05
Puppeteer (v.0.12.0) navigation blocking workaround
(function() {
'use strict';
// keep track of all the opened tab
let tabs = {};
// Get all existing tabs
chrome.tabs.query({}, function(results) {
results.forEach(function(tab) {
tabs[tab.id] = tab;
@GuilloOme
GuilloOme / .block
Last active December 22, 2017 18:01 — forked from mbostock/.block
Calendar View with D3 v4
license: gpl-3.0
height: 2910
border: no