We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534e89b commit bd280d5Copy full SHA for bd280d5
scripts/simpleAllowCopy.js
@@ -1,4 +1,3 @@
1
-import { UfsGlobal } from "./content-scripts/ufs_global.js";
2
import { BADGES } from "./helpers/badge.js";
3
4
export default {
@@ -24,6 +23,9 @@ export default {
24
23
</ul>`,
25
},
26
badges: [BADGES.hot],
+ changeLogs: {
27
+ "2024-07-24": "hotfix",
28
+ },
29
30
contentScript: {
31
onDocumentStart_: function () {
@@ -95,7 +97,7 @@ const unlocker = (() => {
95
97
const addCss = () => {
96
98
try {
99
const doc = window.document;
- removeCss(wnd);
100
+ removeCss();
101
const style = doc.createElement("STYLE");
102
style.id = CSS_ELEM_ID;
103
style.innerHTML =
0 commit comments