Skip to content

Commit

Permalink
hiding merch
Browse files Browse the repository at this point in the history
- hiding merch for the right sidebar
  • Loading branch information
amd64fox committed Dec 27, 2022
1 parent 62e99b4 commit 57d3d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,7 @@ function Helper($paramname) {
# Full screen mode activation and removing "Upgrade to premium" menu, upgrade button, disabling a playlist sponsor
if ($bts) { $webjson.free.psobject.properties.remove('bilboard'), $webjson.free.psobject.properties.remove('audioads') }
if ($offline -ge "1.1.98.683") { $webjson.free.psobject.properties.remove('connectold') }
if ($offline -lt "1.2.0.1155") { $webjson.free.psobject.properties.remove('hidemerchsidebar') }
$name = "patches.json.free."
$n = "xpui.js"
$contents = $webjson.free.psobject.properties.name
Expand Down

0 comments on commit 57d3d34

Please sign in to comment.