Envira Albums – remove the galleries links from the album page
document.addEventListener(‘DOMContentLoaded’, function() { const targetNode = document.body; // Or a more specific parent element of the gallery const config = { childList: true, subtree: true }; const callback = function(mutationsList, observer) { for (const mutation of mutationsList) { if (mutation.type…Continue reading