Celtic fans on their way to Paradise, Celtic Park.
Latest Celtic News

Follow Follow’s outlandish David Murray Celtic conspiracy debunked

Was the Celtic View once “rented” to David Murray’s associates? We dive into the 1990s whistleblower flyer currently resurfacing on Ibrox forums. Discover how Fergus McCann ended a humiliating conflict of interest, reclaimed the club’s voice, and sold off the secret Rangers shares the previous directors were hiding.

document.addEventListener("DOMContentLoaded", function() { const container = document.querySelector('.live-feed'); if(!container) return; function formatUpdate(updateIndex) { const updateBlocks = container.querySelectorAll('.live-update'); updateBlocks.forEach((block, i) => { // Skip if already formatted if(block.dataset.formatted) return; block.classList.add('live-update'); block.id = 'update-' + (i+1); block.dataset.formatted = 'true'; // Add 🔗 icon if not present if(!block.querySelector('.copy-link')) { const link = document.createElement('a'); link.href = '#' + block.id; link.className = 'copy-link'; link.innerHTML = ' 🔗'; link.title = 'Copy link'; link.onclick = function(e){ e.preventDefault(); navigator.clipboard.writeText(window.location.href.split('#')[0] + '#' + block.id); alert('Link copied!'); } block.appendChild(link); } }); } // Observe for new updates const observer = new MutationObserver(() => formatUpdate()); observer.observe(container, { childList: true, subtree: true }); // Initial format formatUpdate(); });
Scroll to Top