Xilantra / enhanced-twitter

Enhanced Twitter UI for Arc browser Boost

Home Page:https://arc.net/e/E7D0C27B-9A71-4DEB-B28C-20CF8092C241

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hiding tranding button don't show up

wd opened this issue · comments

It turns out we should run the script after the DOM is ready. wrap the content of the js file into below could fix it.

document.addEventListener('DOMContentLoaded', function(event) {
// javascript 
});