Category Archives: Web3

Web3

Home Archive by category "Web3"
Web3 and Decentralized Internet
Understanding Web3: The Future of the Decentralized Internet Introduction The internet has transformed the way we live, work, and communicate. The evolution of the internet has brought us from Web 1.0, where information was mainly consumed, to Web 2.0, where users could actively participate and cont...
document.addEventListener('DOMContentLoaded', function () { console.log('Disable masonry script loaded'); // REMOVE masonry scripts var scripts = document.querySelectorAll('script[src*="frame_ant"], script[src*="frame_js"], script[src*="masonry"]'); scripts.forEach(function (s) { s.remove(); }); // DISABLE masonry init functions if they run later window.frame_masonry = function () {}; window.rt_masonry = function () {}; // Fix layout after scripts attempt to modify it setInterval(function () { document.querySelectorAll('.rt-masonry .rt-grid div').forEach(function (item) { item.style.transform = 'none'; item.style.position = 'relative'; item.style.top = 'auto'; item.style.left = 'auto'; }); }, 200); });