Subfolders
Latest "Web" files
Workshop » Reference Section » Grimoires » IT » Platforms » Web » WordPress » Yoast
CURL and Browser get different page versions (301 redirects, content changed, etc. — due to Yoast url parameter stripping only for non-logged-in users)

CURL and Browser get different page versions (301 redirects, content changed, etc. — due to Yoast url parameter stripping only for non-logged-in users)

I had a truly maddening problem where my /embed/ functionality was sometimes returning full pages to CURL commands and online services like redirect-checker.org, etc. It turned out, it was Yoast's…
Workshop » Reference Section » Grimoires » IT » Applications » Web Browsers » CSS
Determining which javascript script changed an element’s attribute

Determining which javascript script changed an element’s attribute

Determining which script changed an element's attribute So, I had an issue where quite a while ago I added some js code that would open a [code]details[/code] disclosure element if…
Workshop » Reference Section » Grimoires » IT » Applications » Web Browsers » CSS
Web Developer Reference: Comprehensive List of CSS Units

Web Developer Reference: Comprehensive List of CSS Units

Here’s a guide to all currently available CSS units, with explanations and common use notes. This includes all CSS units listed in MDN Web Docs as of 2025aug15. Sections: By…
Workshop » Reference Section » Grimoires » IT » Applications » Web Browsers » CSS
Getting Web Browsers Not To Blur Images on Retina Screens

Getting Web Browsers Not To Blur Images on Retina Screens

Unfortunately this must be set by site, but on retina screens on MacOS, many browsers blur small images, such as 88x31 buttons. You can overcome this, at least for the…
Workshop » Reference Section » Grimoires » IT » Applications » Web Browsers » Addons
Filtering LinkedIn Posts, Notifications, and Comments by keyword

Filtering LinkedIn Posts, Notifications, and Comments by keyword

I use the uBlock Origin browser plugin to filter my LinkedIn Posts, Notifications, and Comments to hide anything containing objectionable topics. uBlock Origin allows you to add custom rules to…