Category: Post
-
Uses: MacBook Pro 14 (2021)
MacBook Pro 14 (2021)
- Model Identifier: MacBookPro18,3
- Model Number: MKGR3LL/A
- Chip: Apple M1 Pro
- Total Number of Cores: 8 (6 performance and 2 efficiency)
- Memory: 16 GB
- Connections: Thunderbolt USB-C x3, HDMI, SDXC card, MagSafe 3
- Storage: 512GB SSD
- Price (2021): $1999
- Price (2024): $1100
This is laptop is my daily driver that I use for development.
Some details
Best in class build quality
Bright display, great stereo speakers, nice keyboard, best in class trackpad
Performance still holds up in 2024
SD Card slot is shallow, the slot has sensitive pin layout, must be careful removing card, consider using on these adapters.
-
How to bypass most website paywalls
We’ve all experienced a website paywall requiring a subscription to read an article online. Most websites that use paywalls are using Javascript to block users from viewing their content.
Here is how you can bypass a website paywall that uses Javascript using a desktop/laptop computer and the Google Chrome browser.
On the website you’d like to view content, right-click
select Inspect
On Windows, or Linux
+
+
On MacOS
+
+
The Command Menu opens.
Type JavaScript
Select Disable JavaScript
JavaScript will remain disabled in this tab so long as you have DevTools open.
You may want to reload the page to see if and how the page depends on JavaScript while loading.
To re-enable JavaScript:
- Open the Command Menu again and run the Enable JavaScript command.
- Close DevTools.
Read the content. Enjoy.