forked from magicoflolis/Userscript-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmagic-userjs.user.js
More file actions
250 lines (233 loc) · 9.93 KB
/
Copy pathmagic-userjs.user.js
File metadata and controls
250 lines (233 loc) · 9.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
// ==UserScript==
// @name Magic Userscript+ : Show Site All UserJS
// @name:zh Magic Userscript+ : 显示当前网站所有可用的UserJS脚本 Jaeger
// @name:zh-CN Magic Userscript+ : 显示当前网站所有可用的UserJS脚本 Jaeger
// @name:zh-TW Magic Userscript+ : 顯示當前網站所有可用的UserJS腳本 Jaeger
// @name:ja Magic Userscript+ : 現在のサイトの利用可能なすべてのUserJSスクリプトを表示するJaeger
// @name:ru-RU Magic Userscript+ : Показать пользовательские скрипты (UserJS) для сайта. Jaeger
// @name:ru Magic Userscript+ : Показать пользовательские скрипты (UserJS) для сайта. Jaeger
// @description Show current site all UserJS,The easier way to install UserJs for Tampermonkey.
// @description:zh 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
// @description:zh-CN 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
// @description:zh-TW 顯示當前網站的所有可用UserJS(Tampermonkey)腳本,交流QQ群:104267383
// @description:ja 現在のサイトで利用可能なすべてのUserJS(Tampermonkey)スクリプトを表示します。
// @description:ru-RU Показывает пользовательские скрипты (UserJS) для сайта. Легкий способ установить пользовательские скрипты для Tampermonkey.
// @description:ru Показывает пользовательские скрипты (UserJS) для сайта. Легкий способ установить пользовательские скрипты для Tampermonkey.
// @author Magic of Lolis <magicoflolis@gmail.com>
// @namespace https://github.com/magicoflolis/Userscript-Plus
// @homepageURL https://github.com/magicoflolis/Userscript-Plus#magic-userscript
// @supportURL https://github.com/magicoflolis/Userscript-Plus/issues/new
// @version 2.3.12
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3ggEBCQHM3fXsAAAAVdJREFUOMudkz2qwkAUhc/goBaGJBgUtBCZyj0ILkpwAW7Bws4yO3AHLiCtEFD8KVREkoiFxZzX5A2KGfN4F04zMN+ce+5c4LMUgDmANYBnrnV+plBSi+FwyHq9TgA2LQpvCiEiABwMBtzv95RSfoNEHy8DYBzHrNVqVEr9BWKcqNFoxF6vx3a7zc1mYyC73a4MogBg7vs+z+czO50OW60Wt9stK5UKp9Mpj8cjq9WqDTBHnjAdxzGQZrPJw+HA31oulzbAWgLoA0CWZVBKIY5jzGYzdLtdE9DlcrFNrY98zobqOA6TJKHW2jg4nU5sNBpFDp6mhVe5rsvVasUwDHm9Xqm15u12o+/7Hy0gD8KatOd5vN/v1FozTVN6nkchxFuI6hsAAIMg4OPxMJCXdtTbR7JJCMEgCJhlGUlyPB4XfumozInrupxMJpRSRtZlKoNYl+m/6/wDuWAjtPfsQuwAAAAASUVORK5CYII=
// @license MIT
// @include *
// @exclude *://paypal.com/*
// @exclude *://mega.nz
// @exclude *://*.alipay.com/*
// @exclude *://*bank.*/*
// @exclude *://*perfectmoney.*/*
// @exclude *://*stripe.com/*
// @exclude *://*ica.yandex.com/*
// @exclude *://*authorize.net/*
// @exclude *://*2checkout.com/*
// @exclude *://192.168*
// @exclude *://127.0.0*
// @exclude *://router.*.*/*
// @exclude *://gitlab.com/*
// @exclude *://10.0.0*
// @exclude *://*skrill.com/*
// @exclude *://*zalo.me/*
// @exclude *://pay.amazon.*/*
// @exclude *://*.opayo.co.uk/*
// @exclude *://*.payza.org/*
// @exclude *://*.bluesnap.com/*
// @exclude *://securionpay.com/*
// @exclude *://*.unionpayintl.*/*
// @exclude *://*.99bill.com/*
// @exclude *://*.yeepay.com/*
// @exclude *://*payoneer.com/*
// @exclude *://*myetherwallet.com/*
// @exclude *://bitpay.com/*
// @exclude *://*.*/login
// @exclude *://*.*/join
// @exclude *://*.*/signin
// @exclude *://*.*/signup
// @exclude *://*.*/sign-up
// @exclude *://*.*/cart
// @exclude *://*.*.gov/*
// @exclude *://*.*/password_reset
// @exclude *://*.*/checkout*
// @exclude *://*.*/settings/*
// @exclude *://*.*/options/*
// @exclude *://*.*.*/login
// @exclude *://*.*.*/join
// @exclude *://*.*.*/signin
// @exclude *://*.*.*/signup
// @exclude *://*.*.*/sign-up
// @exclude *://*.*.*/cart
// @exclude *://*.*.*/checkout*
// @exclude *://*.*.*/settings/*
// @exclude *://*.*.*/options/*
// @exclude *://*.*.*.gov/*
// @exclude *://*.*.*/password_reset
// @require https://greasyfork.org/scripts/23419/code/ljs.js
// @require https://cdn.jsdelivr.net/gh/magicoflolis/Userscript-Plus@master/dist/userjs-base.js?_=1624989578203
// @resource uiJs https://cdn.jsdelivr.net/gh/magicoflolis/Userscript-Plus@master/dist/ui.js?_=1624989578203
// @resource count https://greasyfork.org/scripts/by-site.json
// @resource adult https://sleazyfork.org/scripts/by-site.json
// @grant GM_xmlhttpRequest
// @grant GM_getResourceText
// @grant GM_getValue
// @grant GM_setValue
// @grant unsafeWindow
// @noframes
// @connect greasyfork.org
// @connect sleazyfork.org
// @connect cdn.jsdelivr.net
// @run-at document-end
// ==/UserScript==
/**
* Enable built-in "Greasyfork Search with Sleazyfork Results include"
* 启用内置"使用 Sleazyfork 搜索"结果包括"
* 組み込みの「スライジーフォークの結果を含む脂っこく検索」を有効にする
* Включить встроенный "Greasyfork Поиск с Sleazyfork Результаты включают"
* https://greasyfork.org/scripts/23840
*/
let sleazyfork_redirect = false; // "true" to enable, "false" to disable
unsafeWindow.GmAjax = GM_xmlhttpRequest;
(() => {
const iframe = {
write: (iframeDom, content) => {
if (iframeDom.tagName && "iframe" == iframeDom.tagName.toLowerCase()) {
let c = iframeDom.contentWindow.document;
try {
c.open(), c.write(content), c.close();
} catch (d) {
console.log("append HTML to [iframe:" + iframeDom.name + "] ERROR!");
}
}
}
},
qs = element => {
return document.querySelector(element);
},
sleazy = () => {
let otherSite = /greasyfork\.org/.test(location.hostname) ? "sleazyfork" : "greasyfork";
qs('span.sign-in-link') ? /scripts\/\d+/.test(location.href) ? !qs("#script-info") && (otherSite == "greasyfork" || qs("div.width-constraint>section>p>a")) ? location.href = location.href.replace(/\/\/([^\.]+\.)?(greasyfork|sleazyfork)\.org/, "//$1" + otherSite + "\.org") : false : false : false;
};
class FetchUserjs {
constructor() {
this.host = window.location.hostname.split(".").splice(-2).join(".");
this.showTime = 10;
this.quietKey = "jae_fetch_userjs_quiet";
this.countKey = "jae_fetch_userjs_count";
this.adultKey = "jae_fetch_userjs_adult";
this.tplBox = `<div id="jae_userscript_box">
<style>.jae-userscript{
position:fixed;
width:370px;
bottom:10px;
right:20px;
z-index:9999999999;
height:56px
}
.jae-userscript-shadow{
box-shadow:0 1px 4px rgba(0,0,0,.3);
}
.jae-userscript-shadow::before,
.jae-userscript-shadow::after{
content:"";
position:absolute;
z-index:-1;
bottom:15px;
left:10px;
width:50%;
height:20%;
box-shadow:0 15px 10px rgba(0,0,0,.7);
}
.jae-userscript-shadow::before{
transform:rotate(-3deg)
}
.jae-userscript-shadow::after{
right:10px; left:auto;
transform:rotate(3deg)
}
@media screen and (max-width:1228px) {
.jae-userscript {
max-width: 100%;
width: 100%;
height: 100%;
}
}
</style><div class="jae-userscript"></div></div>`;
}
getCountData(host) {
let countData = GM_getResourceText('count');
countData = JSON.parse(countData);
let count = countData[host];
sessionStorage.setItem(this.countKey, count);
return count;
}
setSize(w, h) {
$('.jae-userscript').css({
width: w,
height: h
});
}
addEventListener(eventName, handler) {
qs('#jae_userscript_box').addEventListener(eventName, handler);
}
bindEvent() {
this.timeId = setTimeout(() => {
qs('#jae_userscript_box').remove();
}, this.showTime * 1000);
this.addEventListener('max', () => {
this.setSize(860, 492);
$('.jae-userscript').addClass('jae-userscript-shadow');
clearTimeout(this.timeId);
});
this.addEventListener('min', () => {
$('.jae-userscript').removeClass('jae-userscript-shadow');
new Promise(resolve => setTimeout(resolve, 500));
this.setSize(370, 56);
});
this.addEventListener('close', () => {
sessionStorage.setItem(this.quietKey, 1);
qs('#jae_userscript_box').remove();
});
this.addEventListener('loading', () => {
clearTimeout(this.timeId);
});
}
execFrameJs(frameWindow) {
let uiJs = GM_getResourceText('uiJs');
return function (jsStr) {
frameWindow.eval(jsStr);
}.call(frameWindow, uiJs);
}
get isQuiet() {
let quiet = sessionStorage.getItem(this.quietKey);
return quiet ? true : false;
}
render() {
if (!this.isQuiet) {
let count = this.getCountData(this.host);
if (count) {
$("body").append(this.tplBox);
let ui = '<!DOCTYPE html><html><head><meta charset="utf-8"><title>Show Site All UserJS</title></head><body style="background: none transparent"><div id="app"></div></body></html>',
dom = document.getElementsByClassName('jae-userscript')[0];
dom.innerHTML = '<iframe name="jaeFetchUserJSFrame" src="about:blank" style="width:100%;height:100%;border:0px;display: block!important;" allowTransparency="true"></iframe>';
let iframeDom = dom.children[0];
iframe.write(iframeDom, ui);
this.execFrameJs(jaeFetchUserJSFrame.window);
this.bindEvent();
}
}
}
}
let fu = new FetchUserjs();
ljs.exec(['jQuery'], () => {
/greasyfork\.org/.test(location.hostname) && sleazyfork_redirect ? sleazy() : false;
fu.render();
});
})();