// ==UserScript== // @name Old-school Builder Bar // @version 1.0 // @description Old but gold // @author JK // @match https://*.bettyblocks.com/ // @grant none // ==/UserScript== $(document).ready(function() { $(window).on('load', function() { var loading = setInterval(function(){ if ($("#loading").css("display") == "none") { clearInterval(loading); setTimeout(function(){ renderBar(); }, 1000) } }, 500); }) $(window).on('hashchange', function() { renderBar() }) }); function renderBar(){ $('.builderbar .buttons').html(''); $('.builderbar .center').html(''); $('.builderbar .bottomNav').html(''); $('.builderbar .buttons').append('