Skip to content

Commit 64372be

Browse files
committed
2.4.15
Signed-off-by: Magic <magicoflolis@tuta.io>
1 parent c7bf5fd commit 64372be

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

userscript/dist/magic-userjs.dev.user.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -419,12 +419,4 @@ if(/greasyfork\.org/.test(doc.location.hostname) && sleazyfork_redirect) {
419419
};
420420

421421
countsite();
422-
423-
// loadCSS = (css, name = 'common') => {
424-
// let s = make('style', `magicuserjscss-${name}`, {
425-
// innerHTML: css,
426-
// });
427-
// return (!doc.head.contains(s)) ? doc.head.appendChild(s) : false;
428-
// },
429-
430422
})();

0 commit comments

Comments
 (0)