Browse Source

Kick off preloading instantly

new-api
Luke Childs 6 years ago
parent
commit
f784161227
  1. 2
      src/content.js

2
src/content.js

@ -121,3 +121,5 @@ observer = new MutationObserver(() => {
injectChart(); injectChart();
}); });
observer.observe(document.body, {childList: true, subtree: true}); observer.observe(document.body, {childList: true, subtree: true});
preloadTweetData();

Loading…
Cancel
Save