Skip to content

Commit

Permalink
Support HTTPS sites
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw authored Oct 7, 2021
1 parent 4b3230b commit 15ea5fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scpwiki-staff-ids.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@ select "SCP-Wiki Staff Identification", and click Uninstall.
// ==UserScript==
// @name SCP-Wiki Staff Identification 2
// @description Shows who's staff and what position they hold
// @version v2.1.1
// @version v2.1.2
// @updateURL https://github.com/scpwiki/SCP-Wiki-Staff-Identification/raw/master/scpwiki-staff-ids.user.js
// @downloadURL https://github.com/scpwiki/SCP-Wiki-Staff-Identification/raw/master/scpwiki-staff-ids.user.js
// @include http://scpwiki.com/forum*
// @include http://www.scpwiki.com/forum*
// @include http://scp-wiki.wikidot.com/forum*
// @include http://05command.wikidot.com/forum*
// @include https://scpwiki.com/forum*
// @include https://www.scpwiki.com/forum*
// @include https://scp-wiki.wikidot.com/forum*
// @include https://05command.wikidot.com/forum*
// @grant GM_xmlhttpRequest
// @grant GM.xmlHttpRequest
// ==/UserScript==
Expand Down

0 comments on commit 15ea5fb

Please sign in to comment.