Skip to content

Commit

Permalink
insert boot as first child
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Nov 8, 2023
1 parent f82d112 commit ab2da2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeletons/web-extension/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ if (document.contentType === 'text/html') {

script.src = chrome.runtime.getURL('scripts/boot.js');

document.documentElement.appendChild(script);
document.documentElement.insertBefore(script, document.documentElement.firstChild);
}

0 comments on commit ab2da2f

Please sign in to comment.