This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function () { | |
| 'use strict'; | |
| // Check for SN Utils extension immediately (before anything else) | |
| if (typeof snusettings !== 'undefined' || | |
| document.querySelector('.snutn, #snuInstanceTag')) { | |
| return; // Exit if SN Utils is active to avoid conflicts | |
| } | |
| var processedElements = new Set(); |