Показать блоки Tilda на странице

Показать какие блоки используются на странице сделанных в Тильде

Install this script?
Author's suggested script

You may also like Tilda Publishing Helper.

Install this script
// ==UserScript==
// @name         Показать блоки Tilda на странице
// @namespace    https://roman-kosov.ru/donate
// @version      2.0.4
// @description  Показать какие блоки используются на странице сделанных в Тильде
// @author       Roman Kosov
// @copyright    2018 - 2023, Roman Kosov (https://greasyfork.org/users/167647)
// @include      http://*
// @include      https://*
// @exclude      https://tilda.cc/*
// @exclude      https://*.tilda.cc/*
// @exclude      https://tilda.education/*
// @exclude      https://madeontilda.ru/*
// @run-at       context-menu
// @require      https://greasyfork.org/scripts/441018.js
// @icon         https://www.google.com/s2/favicons?domain=https://madeontilda.ru
// ==/UserScript==

(function () {
    'use strict';
})();