Skip to content

Instantly share code, notes, and snippets.

View mattixittam's full-sized avatar

Matthijs Hakfoort mattixittam

  • The Netherlands
View GitHub Profile
// ==UserScript==
// @name BB - Better Filters
// @namespace https://blockbrains.com/
// @version 0.7
// @description Improve your filter view, avoids errors.
// @author Matthijs Hakfoort (BlockBrains)
// @match https://*.bettyblocks.com
// @updateUrl https://gist.github.com/mattixittam/36597d6773bde200eb3e0c85031c9594/raw/bb-better-filters.user.js?cachebust=671
// @downloadUrl https://gist.github.com/mattixittam/36597d6773bde200eb3e0c85031c9594/raw/bb-better-filters.user.js?cachebust=671
// ==/UserScript==

Keybase proof

I hereby claim:

  • I am mattixittam on github.
  • I am mhakfoort (https://keybase.io/mhakfoort) on keybase.
  • I have a public key whose fingerprint is 22F6 6BFC AB4D E368 0765 6F87 FE69 852B FD21 FEF2

To claim this, I am signing this object:

@mattixittam
mattixittam / new_gist_file
Last active December 18, 2015 21:38
Clearfix code
/**
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* contenteditable attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that are clearfixed.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.cf:before,