Archiving Facebook Messages and Facebook Marketplace Messages

Too many Facebook Messages I had a ton of Facebook Marketplace messages that I was annoyed with and wanted archived. So I found many resources online on using the Chrome console to run javascript to archive the messages. Javascript Gist and More I found a gist with the needed code, but it didn’t work. Upon … Read more

Getting Local Time based on Timezone in AirTable

If you’re using Airtable as a CRM and working with clients in different timezones. You might want to know what their local time is before actioning something perhaps when they’re awake or asleep 🙂 In your Airtable database, create a column called “Timezone” where you’ll put a supported Timezone for the SET_TIMEZONE function. You can … Read more

Synology Redirect Nginx HTTP to https + Allow Letsencrypt

You can follow this article pretty much all the way. https://techjogging.com/redirect-www-to-https-in-synology-nas-nginx.html However, it will fail if you use Letsencrypt to generate an SSL Certificate. So you simply need to add the following above the redirect line. Here’s how it should look. Of course after you make this change you will need to restart Nginx You … Read more