Skip to content

Commit 5739ebd

Browse files
authored
remove project page extension
1 parent e010895 commit 5739ebd

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

src/lib/extensions.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -403,14 +403,6 @@ export default [
403403
isGitHub: true,
404404
notes: "Some contributions by yuri-kiss :P",
405405
},
406-
{
407-
name: "Project Page",
408-
description: "Modify and affect the studio project page from the code. How annoying can an extension possibly be?",
409-
code: "jwklong/projectpage.js",
410-
banner: "jwklong/projectpage.avif",
411-
creator: "jwklong",
412-
isGitHub: true,
413-
},
414406
{
415407
name: "All Menus",
416408
description: "Every dropdown menu for each block, in one extension.",

static/extensions/jwklong/projectpage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ProjectPage {
5757
}
5858

5959
setBodyStyle(args) {
60-
document.body.setAttribute('style', "width:100%;position:absolute!important;"+args.STR)
60+
//document.body.setAttribute('style', "width:100%;position:absolute!important;"+args.STR)
6161
}
6262
}
6363

0 commit comments

Comments
 (0)