Skip to content

Commit e27e6c6

Browse files
committed
hot fix
Signed-off-by: Magic <magicoflolis@tuta.io>
1 parent 7301925 commit e27e6c6

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// @downloadURL https://github.com/magicoflolis/Userscript-Plus/releases/latest/download/magic-userjs.user.js
2020
// @updateURL https://github.com/magicoflolis/Userscript-Plus/releases/latest/download/magic-userjs.user.js
2121
// @supportURL https://github.com/magicoflolis/Userscript-Plus/issues/new
22-
// @version 1663717008569
22+
// @version 1663719069037
2323
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3ggEBCQHM3fXsAAAAVdJREFUOMudkz2qwkAUhc/goBaGJBgUtBCZyj0ILkpwAW7Bws4yO3AHLiCtEFD8KVREkoiFxZzX5A2KGfN4F04zMN+ce+5c4LMUgDmANYBnrnV+plBSi+FwyHq9TgA2LQpvCiEiABwMBtzv95RSfoNEHy8DYBzHrNVqVEr9BWKcqNFoxF6vx3a7zc1mYyC73a4MogBg7vs+z+czO50OW60Wt9stK5UKp9Mpj8cjq9WqDTBHnjAdxzGQZrPJw+HA31oulzbAWgLoA0CWZVBKIY5jzGYzdLtdE9DlcrFNrY98zobqOA6TJKHW2jg4nU5sNBpFDp6mhVe5rsvVasUwDHm9Xqm15u12o+/7Hy0gD8KatOd5vN/v1FozTVN6nkchxFuI6hsAAIMg4OPxMJCXdtTbR7JJCMEgCJhlGUlyPB4XfumozInrupxMJpRSRtZlKoNYl+m/6/wDuWAjtPfsQuwAAAAASUVORK5CYII=
2424
// @license MIT
2525
// @include *
@@ -73,8 +73,7 @@
7373
// @exclude *://*.*.*.gov/*
7474
// @exclude *://*.*.*/password_reset
7575
// @require https://cdn.jsdelivr.net/gh/jae-jae/l.js/userjs/l.userjs.min.js
76-
// @require http://localhost:8080/userjs-base.js?_=1663717008569
77-
// @resource uiJs http://localhost:8080/ui.js?_=1663717008569
76+
// @resource uiJs https://cdn.jsdelivr.net/gh/magicoflolis/Userscript-Plus@master/userscript/dist/ui.js
7877
// @resource count https://greasyfork.org/scripts/by-site.json
7978
// @resource adult https://sleazyfork.org/scripts/by-site.json
8079
// @grant GM_xmlhttpRequest
@@ -135,7 +134,7 @@
135134
<meta charset="utf-8">
136135
<title>Show Site All UserJS</title>
137136
</head>
138-
<body style="background: none transparent">
137+
<body style="background: none transparent !important;">
139138
<div id="app"></div>
140139
</body></html>`;
141140
if (dom.tagName && 'iframe' == dom.tagName.toLowerCase()) {

userscript/dist/magic-userjs.user.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@
7373
// @exclude *://*.*.*.gov/*
7474
// @exclude *://*.*.*/password_reset
7575
// @require https://greasyfork.org/scripts/23419-l-js/code/ljs.js
76-
// @require https://cdn.jsdelivr.net/gh/magicoflolis/Userscript-Plus@master/dist/userjs-base.js?_=1663717034874
77-
// @resource uiJs https://cdn.jsdelivr.net/gh/magicoflolis/Userscript-Plus@master/dist/ui.js?_=1663717034874
76+
// @resource uiJs https://cdn.jsdelivr.net/gh/magicoflolis/Userscript-Plus@master/dist/ui.js
7877
// @resource count https://greasyfork.org/scripts/by-site.json
7978
// @resource adult https://sleazyfork.org/scripts/by-site.json
8079
// @grant GM_xmlhttpRequest

userscript/dist/userjs-base.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)