Skip to content

Instantly share code, notes, and snippets.

View marketingfarm-mb's full-sized avatar

marketingfarm-mb

  • Joined Oct 9, 2025
View GitHub Profile
/*
* =============================================================
* TECHNICAL SEO AUDITING SUITE v1.0 (Foundation)
* =============================================================
*
* Questo script implementa le fondamenta della suite di auditing,
* basate sull'audit e sul codice originale.
*
* Include:
* - Architettura modulare (Classe TechnicalSeoSuite)
(function() {
'use strict';
try {
if (location.protocol.indexOf('chrome') === 0 |
| location.host === 'chrome.google.com') {
alert('I bookmarklet non possono girare qui. Provalo su un sito web normale.');
return;
}