Skip to content

Commit 15ea5fb

Browse files
authored
Support HTTPS sites
1 parent 4b3230b commit 15ea5fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scpwiki-staff-ids.user.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,17 @@ select "SCP-Wiki Staff Identification", and click Uninstall.
1919
// ==UserScript==
2020
// @name SCP-Wiki Staff Identification 2
2121
// @description Shows who's staff and what position they hold
22-
// @version v2.1.1
22+
// @version v2.1.2
2323
// @updateURL https://github.com/scpwiki/SCP-Wiki-Staff-Identification/raw/master/scpwiki-staff-ids.user.js
2424
// @downloadURL https://github.com/scpwiki/SCP-Wiki-Staff-Identification/raw/master/scpwiki-staff-ids.user.js
25+
// @include http://scpwiki.com/forum*
2526
// @include http://www.scpwiki.com/forum*
2627
// @include http://scp-wiki.wikidot.com/forum*
2728
// @include http://05command.wikidot.com/forum*
29+
// @include https://scpwiki.com/forum*
30+
// @include https://www.scpwiki.com/forum*
31+
// @include https://scp-wiki.wikidot.com/forum*
32+
// @include https://05command.wikidot.com/forum*
2833
// @grant GM_xmlhttpRequest
2934
// @grant GM.xmlHttpRequest
3035
// ==/UserScript==

0 commit comments

Comments
 (0)