Skip to content
Snippets Groups Projects
Commit c1143e85 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

Smol fix

parent a3649d78
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptLibraryMappings">
<file url="PROJECT" libraries="{@types/chrome}" />
</component>
</project>
\ No newline at end of file
if (typeof browser === "undefined") {
window.browser = chrome;
}
const kemenceURL = browser.runtime.getURL("kemence.js");
const script = document.createElement("script");
script.src = kemenceURL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment