-
Who Twitter Blue?
Update 12/18/2022: With Twitter’s recent changes, the extension broke. I made this as a joke and did not plan to maintain it. If you are looking for an alternative, check out this extension. Maybe you have heard...
-
T.LY Affiliate Program
I’m a big fan of affiliate programs for the products I use and recommend. It’s a great way to make some extra cash if you have a popular website, a significant social media presence, or a large YouTube Channel. Some...
-
Block Fake Disposable Email Addresses
If you run a website that allows account signups, you’ve probably faced abuse from fake users, abusive users, fraudsters, and other malicious actors. If you look at their email addresses, you may have noticed a...
-
Enable Right Click Extension
With Enable Right Click Extension , you can now use right-click on websites that disable it. There is no need to enable or activate the extension. Just visit a website that disables right click, and it should work!...
-
Weather Extension Updated
I am excited to announce Weather Extension has been updated to the latest browser extension manifest v3. Manifest V3 is part of a shift in the philosophy behind how extensions approach end-user security and privacy....
-
How to Switch PHP Versions with Laravel Valet
After some frustration trying to switch versions of PHP using Laravel Valet, I found out that valet has specific commands for running commands under an isolated version of PHP . Valet now allows you to set a...
-
Are URL Shorteners Useful Today?
Short URLs are everywhere, and I do not see them going away anytime soon. Services like T.LY , TinyURL, and Bitly have billions of short links spread out all across the web. If these services shut down, billions of...
-
How to Install ImageMagick PHP
Run these commands to install ImageMagick extension for PHP on MacOs: brew install imagemagick pecl install imagick Restart PHP brew services restart php You may need to check if imagick is loaded in your php.ini...
-
How To Find PHP.ini File
Depending on the version and operating system, PHP can be installed in multiple locations. Fortunately, you can quickly locate the PHP.ini file by running this command: How to Edit PHP.ini file Look for Loaded...
-
How to Check What PHP Modules are Installed
From the command line, you can quickly check what PHP modules are installed. List PHP Modules: This command will list out all the enabled PHP modules you currently have installed. If you would like to filter the...