Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am Mqrius on github.
  • I am mqrius (https://keybase.io/mqrius) on keybase.
  • I have a public key whose fingerprint is 4C7B BD19 3A61 0C24 9C2A 5934 5B41 4512 E564 51B4

To claim this, I am signing this object:

// ==UserScript==
// @name WorkflowyStylableTags
// @description Gives each tag it's own css style, so you can style them with Stylish. I use Blank Canvas to manage my userscripts in Chrome.
// @author Nigel Thorne
// @include http*://*workflowy.com/*
// @version 1.0
// ==/UserScript==
String.prototype.endsWith = function(suffix) {
return this.indexOf(suffix, this.length - suffix.length) !== -1;