Skip to content

Commit bd280d5

Browse files
committed
fix
1 parent 534e89b commit bd280d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/simpleAllowCopy.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { UfsGlobal } from "./content-scripts/ufs_global.js";
21
import { BADGES } from "./helpers/badge.js";
32

43
export default {
@@ -24,6 +23,9 @@ export default {
2423
</ul>`,
2524
},
2625
badges: [BADGES.hot],
26+
changeLogs: {
27+
"2024-07-24": "hotfix",
28+
},
2729

2830
contentScript: {
2931
onDocumentStart_: function () {
@@ -95,7 +97,7 @@ const unlocker = (() => {
9597
const addCss = () => {
9698
try {
9799
const doc = window.document;
98-
removeCss(wnd);
100+
removeCss();
99101
const style = doc.createElement("STYLE");
100102
style.id = CSS_ELEM_ID;
101103
style.innerHTML =

0 commit comments

Comments
 (0)