Install Beyondspace freebies on Personal plan

If you are familiar with my work, I have publish several freebie tools that can ease your pain working with Squarespace backend, most of them are Javascript based, which mean requires you to upgrade to Business Plan or higher, in case you still want to stay in your Personal plan, this tutorial will help you to install the freebies via Tampermonkey extension.

Supported snippets

Only snippets that enhance the Squarespace backend can be installed by this way

Snippet Description
Classic gallery block Allows inserting Gallery block on 7.1
Blog Publish datepicker Advanced Datepicker to update blog publish date
Assets Library Downloader Quickly download images from the assets library
Admin Quick Access Shortcut to most used screens

How to

The process is straightforward and just need some tips

  1. If you are using Edge or Chrome, install the extension Tampermonkey

  2. In your Tampermonkey extension, create a new userscript

  3. Name the script properly, eg: Classic Gallery block for Squarespace

  4. On line 7 of the script, you will find a line starts with @match, make sure to update line correctly, eg: if your site url is https://denim-sturgeon-949p.squarespace.com/ then the line should be (with asterik at the end)

    // @match        https://denim-sturgeon-949p.squarespace.com/*
  5. Visit to the supported freebie listed above, for example: Classic Gallery block

  6. Copy the script content on the page to clipboard, ignore the html script tag, and replace the content from line 12 - 16

  7. Save script

I also attach a video to demostration the steps below

Install Beyondspace freebie using Tampermonkey

Heads up

These are indeed important points to consider when using Tampermonkey scripts:

  1. Browser Dependence: Tampermonkey scripts are tied to the specific browser where they are installed. If you switch to a different browser or device, you'll need to install the scripts again.

  2. Visibility to Website Editors: these scripts are only executed on the your browser, meaning they affect the behavior of websites as seen by the user who installed the script.

  3. Security Considerations: Always install scripts from trusted sources to avoid potential security risks.

Previous
Previous

Introducing Conduit AI Analyst: Your AI Copilot for Squarespace Data Insights

Next
Next

Use Existing galleries on 7.1 with Classic Gallery block