testing the test
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 32s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 32s
This commit is contained in:
parent
11ae94dc3e
commit
a558b4f746
@ -15,8 +15,7 @@ export default class PlayerPage extends Page {
|
|||||||
const id = getPlayerIdFromUrl();
|
const id = getPlayerIdFromUrl();
|
||||||
const player = await getPlayer(id);
|
const player = await getPlayer(id);
|
||||||
|
|
||||||
console.log(player);
|
await this.addStats(player); // Add our custom stats
|
||||||
await this.addStats(player);
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to load player page", error);
|
console.error("Failed to load player page", error);
|
||||||
}
|
}
|
||||||
|
@ -19,13 +19,13 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new UserscriptPlugin({
|
new UserscriptPlugin({
|
||||||
|
metajs: false,
|
||||||
headers: {
|
headers: {
|
||||||
name: "ScoreSaber Utils",
|
name: "ScoreSaber Utils",
|
||||||
"run-at": "document-end",
|
"run-at": "document-end",
|
||||||
match: "https://scoresaber.com/*",
|
match: "https://scoresaber.com/*",
|
||||||
updateURL: "https://ssu.fascinated.cc/scripts/bundle.user.js",
|
updateURL: "https://ssu.fascinated.cc/scripts/bundle.user.js",
|
||||||
downloadURL: "https://ssu.fascinated.cc/scripts/bundle.user.js",
|
downloadURL: "https://ssu.fascinated.cc/scripts/bundle.user.js",
|
||||||
require: ["https://ssu.fascinated.cc/scripts/bundle.meta.js"],
|
|
||||||
version: `1.0.0-${process.env.GIT_REV || 'dev'}`,
|
version: `1.0.0-${process.env.GIT_REV || 'dev'}`,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user