3c199b69ce93

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Jul 2018 17:07:19 +0000
parents 7afe722877ff
children 34532256be9a
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Sat Jul 21 22:40:14 2018 +0000
+++ b/README.markdown	Mon Jul 23 17:07:19 2018 +0000
@@ -197,3 +197,11 @@
 
 Started writing a blog post.  It's turning out to be longer than I expected it
 would be.  By now I should expect this.
+
+## 2018-07-23
+
+Cleaned up my Vim bundle folder.  Removed a bunch of things I never use.
+
+Figured out how to do wildcard blocking in uBlock.  Again.  Here's for my future
+self: the uBlock rule should look like `##[class^="prefix-"]` or
+`##[class*="part"]`.