zluca / Sidebar

WebExtension that imprement Sidebar into browser.
GNU General Public License v3.0
31 stars 9 forks source link

Use mutation observer to load sidebar(s) #29

Closed Su-Well closed 5 years ago

Su-Well commented 5 years ago

Use mutation observer to load sidebar(s) immediately after body has been added to DOM.

This change prevents DOM elements from moving when the sidebar is loaded, since the sidebar is now the first element added to the body.