Skip to content

Commit d987e80

Browse files
committed
init
1 parent ae2dfb9 commit d987e80

26 files changed

Lines changed: 1016 additions & 0 deletions
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
name: Advertisement
2+
description: Resolve a leaked NamuWiki PowerLink advertisement.
3+
title: "AD: "
4+
labels: ["advertisement"]
5+
body:
6+
7+
- type: textarea
8+
id: issue_url
9+
attributes:
10+
label: "URL"
11+
description: "Please write a URL (or URLs) that has an same issue and do NOT attach any file."
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: filters
17+
attributes:
18+
label: "FILTERS"
19+
description: Please write your subscribed filters. It is important that reproduce your issue.
20+
validations:
21+
required: true
22+
23+
- type: dropdown
24+
id: browser
25+
attributes:
26+
label: "Browser"
27+
description: "What is a browser (or browsers) that the issue is occurred in?"
28+
multiple: true
29+
options:
30+
- Mozilla Firefox
31+
- Google Chrome
32+
- Microsoft Edge
33+
- Naver Whale
34+
- Apple Safari
35+
- Samsung Internet
36+
- Opera
37+
- Vivaldi
38+
- Brave
39+
- (Other)
40+
validations:
41+
required: true
42+
43+
- type: dropdown
44+
id: os
45+
attributes:
46+
label: "Operating System"
47+
description: "What is an operating system (or operating systems) that the issue is occurred with?"
48+
multiple: true
49+
options:
50+
- Microsoft Windows 11
51+
- Microsoft Windows 10
52+
- Ubuntu
53+
- Kubuntu
54+
- openSUSE
55+
- HamoniKR
56+
- Gooroom OS
57+
- Pop!_OS
58+
- Red Hat Linux
59+
- Fedora
60+
- Manjaro Linux
61+
- Arch Linux
62+
- Chromium OS (Chrome OS and WhaleOS are included.)
63+
- Qubes OS
64+
- Android
65+
- Apple macOS
66+
- Apple iOS
67+
- (Other)
68+
validations:
69+
required: true
70+
71+
- type: dropdown
72+
id: adblocker
73+
attributes:
74+
label: "Ad-Blocker"
75+
description: "What is an ad-blocker that the issue is occurred with?"
76+
multiple: true
77+
options:
78+
- AdGuard Browser Extension
79+
- AdGuard for Windows
80+
- AdGuard for Android
81+
- AdGuard for iOS/iOS Pro
82+
- AdGuard for Mac
83+
- AdGuard for Safari
84+
- AdGuard Content Blocker
85+
- AdGuard DNS
86+
- uBlock Origin
87+
- (Other)
88+
validations:
89+
required: true
90+
91+
- type: dropdown
92+
id: userscriptmgr
93+
attributes:
94+
label: "Userscript Manager"
95+
description: "What is an userscript manager that newtoki-cracker is installed in?"
96+
multiple: true
97+
options:
98+
- Tampermonkey
99+
- Greasemonkey
100+
- Violentmonkey
101+
- AdGuard for Windows
102+
- AdGuard for macOS
103+
- AdGuard for Android
104+
- quoid/userscripts
105+
- (Other)
106+
validations:
107+
required: true
108+
109+
- type: textarea
110+
id: userscript
111+
attributes:
112+
label: "USERSCRIPT"
113+
description: Please write your subscribed userscripts. It is important that reproduce your issue.
114+
validations:
115+
required: true
116+
117+
- type: textarea
118+
id: comment
119+
attributes:
120+
label: "Comment"
121+
validations:
122+
required: false
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
name: Anti-AdBlock
2+
description: Resolve new issue that NamuWiki anti-adblock script detecting what newtoki-cracker is running.
3+
title: "AB: "
4+
labels: ["anti-adblock"]
5+
body:
6+
7+
- type: textarea
8+
id: issue_url
9+
attributes:
10+
label: "URL"
11+
description: "Please write a URL (or URLs) that has an same issue and do NOT attach any file."
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: filters
17+
attributes:
18+
label: "FILTERS"
19+
description: Please write your subscribed filters. It is important that reproduce your issue.
20+
validations:
21+
required: true
22+
23+
- type: dropdown
24+
id: browser
25+
attributes:
26+
label: "Browser"
27+
description: "What is a browser (or browsers) that the issue is occurred in?"
28+
multiple: true
29+
options:
30+
- Mozilla Firefox
31+
- Google Chrome
32+
- Microsoft Edge
33+
- Naver Whale
34+
- Apple Safari
35+
- Samsung Internet
36+
- Opera
37+
- Vivaldi
38+
- Brave
39+
- (Other)
40+
validations:
41+
required: true
42+
43+
- type: dropdown
44+
id: os
45+
attributes:
46+
label: "Operating System"
47+
description: "What is an operating system (or operating systems) that the issue is occurred with?"
48+
multiple: true
49+
options:
50+
- Microsoft Windows 11
51+
- Microsoft Windows 10
52+
- Ubuntu
53+
- Kubuntu
54+
- openSUSE
55+
- HamoniKR
56+
- Gooroom OS
57+
- Pop!_OS
58+
- Red Hat Linux
59+
- Fedora
60+
- Manjaro Linux
61+
- Arch Linux
62+
- Chromium OS (Chrome OS and WhaleOS are included.)
63+
- Qubes OS
64+
- Android
65+
- Apple macOS
66+
- Apple iOS
67+
- (Other)
68+
validations:
69+
required: true
70+
71+
- type: dropdown
72+
id: adblocker
73+
attributes:
74+
label: "Ad-Blocker"
75+
description: "What is an ad-blocker that the issue is occurred with?"
76+
multiple: true
77+
options:
78+
- AdGuard Browser Extension
79+
- AdGuard for Windows
80+
- AdGuard for Android
81+
- AdGuard for iOS/iOS Pro
82+
- AdGuard for Mac
83+
- AdGuard for Safari
84+
- AdGuard Content Blocker
85+
- AdGuard DNS
86+
- uBlock Origin
87+
- (Other)
88+
validations:
89+
required: true
90+
91+
- type: dropdown
92+
id: userscriptmgr
93+
attributes:
94+
label: "Userscript Manager"
95+
description: "What is an userscript manager that newtoki-cracker is installed in?"
96+
multiple: true
97+
options:
98+
- Tampermonkey
99+
- Greasemonkey
100+
- Violentmonkey
101+
- AdGuard for Windows
102+
- AdGuard for macOS
103+
- AdGuard for Android
104+
- quoid/userscripts
105+
- (Other)
106+
validations:
107+
required: true
108+
109+
- type: textarea
110+
id: userscript
111+
attributes:
112+
label: "USERSCRIPT"
113+
description: Please write your subscribed userscripts. It is important that reproduce your issue.
114+
validations:
115+
required: true
116+
117+
- type: textarea
118+
id: comment
119+
attributes:
120+
label: "Comment"
121+
validations:
122+
required: false

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
name: Bug
2+
description: Resolve a bug.
3+
title: "Bug: "
4+
labels: ["bug"]
5+
body:
6+
7+
- type: textarea
8+
id: issue_url
9+
attributes:
10+
label: "URL"
11+
description: "Please write a URL (or URLs) that has an same issue and do NOT attach any file."
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: filters
17+
attributes:
18+
label: "FILTERS"
19+
description: Please write your subscribed filters. It is important that reproduce your issue.
20+
validations:
21+
required: true
22+
23+
- type: dropdown
24+
id: browser
25+
attributes:
26+
label: "Browser"
27+
description: "What is a browser (or browsers) that the issue is occurred in?"
28+
multiple: true
29+
options:
30+
- Mozilla Firefox
31+
- Google Chrome
32+
- Microsoft Edge
33+
- Naver Whale
34+
- Apple Safari
35+
- Samsung Internet
36+
- Opera
37+
- Vivaldi
38+
- Brave
39+
- (Other)
40+
validations:
41+
required: true
42+
43+
- type: dropdown
44+
id: os
45+
attributes:
46+
label: "Operating System"
47+
description: "What is an operating system (or operating systems) that the issue is occurred with?"
48+
multiple: true
49+
options:
50+
- Microsoft Windows 11
51+
- Microsoft Windows 10
52+
- Ubuntu
53+
- Kubuntu
54+
- openSUSE
55+
- HamoniKR
56+
- Gooroom OS
57+
- Pop!_OS
58+
- Red Hat Linux
59+
- Fedora
60+
- Manjaro Linux
61+
- Arch Linux
62+
- Chromium OS (Chrome OS and WhaleOS are included.)
63+
- Qubes OS
64+
- Android
65+
- Apple macOS
66+
- Apple iOS
67+
- (Other)
68+
validations:
69+
required: true
70+
71+
- type: dropdown
72+
id: adblocker
73+
attributes:
74+
label: "Ad-Blocker"
75+
description: "What is an ad-blocker that the issue is occurred with?"
76+
multiple: true
77+
options:
78+
- AdGuard Browser Extension
79+
- AdGuard for Windows
80+
- AdGuard for Android
81+
- AdGuard for iOS/iOS Pro
82+
- AdGuard for Mac
83+
- AdGuard for Safari
84+
- AdGuard Content Blocker
85+
- AdGuard DNS
86+
- uBlock Origin
87+
- (Other)
88+
validations:
89+
required: true
90+
91+
- type: dropdown
92+
id: userscriptmgr
93+
attributes:
94+
label: "Userscript Manager"
95+
description: "What is an userscript manager that newtoki-cracker is installed in?"
96+
multiple: true
97+
options:
98+
- Tampermonkey
99+
- Greasemonkey
100+
- Violentmonkey
101+
- AdGuard for Windows
102+
- AdGuard for macOS
103+
- AdGuard for Android
104+
- quoid/userscripts
105+
- (Other)
106+
validations:
107+
required: true
108+
109+
- type: textarea
110+
id: userscript
111+
attributes:
112+
label: "USERSCRIPT"
113+
description: Please write your subscribed userscripts. It is important that reproduce your issue.
114+
validations:
115+
required: true
116+
117+
- type: textarea
118+
id: comment
119+
attributes:
120+
label: "Comment"
121+
validations:
122+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Do you use Unicorn Pro adblocker?
4+
url: https://support.getunicorn.app/hc/ko/community/topics
5+
about: Redirect to create new request that blocks the PowerLink adverts via Unicorn official support page.

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "npm" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"

0 commit comments

Comments
 (0)