Showing posts with label HowTo. Show all posts
Showing posts with label HowTo. Show all posts

Monday, November 18, 2024

Block Twitter and X via uBlockOrigin in Firefox

 If you are like me, use Firefox, and have no desire to accidentally navigate to Twitter (or X) then follow these simple steps.  

  1. Get the uBlock Origin extension.
  2. Open the extension's settings
  3. Go to My Filters
  4. Add these two lines:

    ||twitter.com^$document
    ||x.com^$document

  5. Click "Apply Changes"

This will ensure any link clicked for either domain will result in a blocked message instead saving you from feeling too dumb from clicking the link in the first place.

Enjoy!


 

Tuesday, August 08, 2023

HowTo: Add a checkbox to Google sheets

 Dumb little thing I learned today while creating a checklist in Google Sheets; you can add a checkbox.  It is on the Insert menu.  Select the cell to add the box in, click Insert, and then select checkbox.  The data is stored as a boolean (true/false).

google sheets checkbox