Update SteamProfileLink.plugin.js
This commit is contained in:
parent
109b6a4ae0
commit
2a2c3f32eb
|
@ -2,7 +2,7 @@
|
||||||
* @name SteamProfileLink
|
* @name SteamProfileLink
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @authorId 278543574059057154
|
||||||
* @version 1.1.0
|
* @version 1.1.1
|
||||||
* @description Opens Steam Links in Steam instead of your Browser
|
* @description Opens Steam Links in Steam instead of your Browser
|
||||||
* @invite Jx3TjNS
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
|
@ -17,12 +17,12 @@ module.exports = (_ => {
|
||||||
"info": {
|
"info": {
|
||||||
"name": "SteamProfileLink",
|
"name": "SteamProfileLink",
|
||||||
"author": "DevilBro",
|
"author": "DevilBro",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "Opens Steam Links in Steam instead of your Browser"
|
"description": "Opens Steam Links in Steam instead of your Browser"
|
||||||
},
|
},
|
||||||
"changeLog": {
|
"changeLog": {
|
||||||
"fixed": {
|
"added": {
|
||||||
"Images": "Should no longer try to open Images in Steam"
|
"Short Invites": "Added support for https://s.team/ links"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -74,7 +74,7 @@ module.exports = (_ => {
|
||||||
}
|
}
|
||||||
} : (([Plugin, BDFDB]) => {
|
} : (([Plugin, BDFDB]) => {
|
||||||
const urls = {
|
const urls = {
|
||||||
steam: ["https://steamcommunity.", "https://help.steampowered.", "https://store.steampowered.", "a.akamaihd.net/"]
|
steam: ["https://steamcommunity.", "https://help.steampowered.", "https://store.steampowered.", "https://s.team/", "a.akamaihd.net/"]
|
||||||
};
|
};
|
||||||
|
|
||||||
return class SteamProfileLink extends Plugin {
|
return class SteamProfileLink extends Plugin {
|
||||||
|
|
Loading…
Reference in New Issue