--- 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"]`.