Greasy Fork is available in English.

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

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

// ==UserScript==
// @name         Показать блоки Tilda на странице
// @namespace    https://roman-kosov.ru/donate
// @homepage     https://roman-kosov.ru
// @version      2.0.7
// @description  Показать какие блоки используются на странице сделанных в Тильде
// @author       Roman Kosov
// @copyright    2018 - 2077, Roman Kosov (https://greasyfork.org/users/167647)
// @match        *://*/*
// @exclude      https://tilda.ru/*
// @exclude      https://tilda.cc/*
// @exclude      https://tilda.by/*
// @exclude      https://tilda.kz/*
// @exclude      https://tilda.education/*
// @exclude      https://madeontilda.ru/*
// @run-at       context-menu
// @require      https://update.greasyfork.org/scripts/441018.js?ver=1.0.9
// @icon         https://www.google.com/s2/favicons?domain=https://madeontilda.ru
// @created      2018-1-21
// ==/UserScript==

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