Skip to content

Instantly share code, notes, and snippets.

@ChecksumFailed
ChecksumFailed / addHyperlinksToGlideList.js
Last active July 18, 2026 16:29
Borrowed from sn utils. Create hyperlinks for any glide lists on your current page.
(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();