How to Use Javascript Bookmarklets

A bookmarklet is a bookmark that contains JS that runs when the bookmark is clicked. Here’s how to make and use them.
A Simple Javascript Notification with Dynamic Timing

Create a simple but effective notification on the page using Javascript.
Animated Dashed SVG Stroke

Animated Dashed SVG Stroke I had a project in which the client wanted dashed lines, like those on a map, animated. They provided the SVG files as part of their design – so I tried using that and seeing what I could find. This article at CSS-TricksĀ had a solution but it wasn’t quite what I […]
Redirect with Google Tag Manager

Redirect with Google Tag Manager The use case for this is probably very narrow. We had a website we wanted to launch on new hosting. The original website was built with Strikingly. The website was registered with GoDaddy and pointed to Strikingly. The company lost access to the GoDaddy account and could not regain access […]
Better Mobile Submenus in Elementor

The default Elementor submenus remain open when opening another top-level menu. This aims to fix that.
Extract Links from the Page

Extract links from the page, add them to a table, and open the table in a new window using JavaScript in the console.
Make a Sticky-Scrolling Element with Waypoint JS

Use Waypoint JS to make stick-scrolling elements.
Make Elementor Accordion Default to Collapsed

Close Elementor accordions for a cleaner initial layout.