mirror of
https://github.com/SpotX-Official/SpotX-Bash.git
synced 2026-04-11 17:37:20 +10:00
Support 1.2.61.430.gbef83518
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<center>
|
||||
<h4 align="center">Adblock for the Spotify desktop client on Linux & macOS</h4>
|
||||
<p align="center">
|
||||
<strong>Latest supported version:</strong> 1.2.61.427.g5b75eb06
|
||||
<strong>Latest supported version:</strong> 1.2.61.430.gbef83518
|
||||
</p>
|
||||
</center>
|
||||
|
||||
@@ -34,6 +34,10 @@
|
||||
```
|
||||
bash <(curl -sSL https://spotx-official.github.io/run.sh)
|
||||
```
|
||||
or
|
||||
```
|
||||
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-Official/SpotX-Bash/main/spotx.sh)
|
||||
```
|
||||
- By default...
|
||||
- all supported experimental features are enabled
|
||||
- free-tier user patches are applied, paid-premium users should use `-p` / `--premium` flag
|
||||
|
||||
6
spotx.sh
6
spotx.sh
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
buildVer="1.2.61.427.g5b75eb06"
|
||||
buildVer="1.2.61.430.gbef83518"
|
||||
|
||||
command -v perl >/dev/null || { echo -e "\n${red}Error:${clr} perl command not found.\nInstall perl on your system then try again.\n" >&2; exit 1; }
|
||||
|
||||
@@ -720,7 +720,7 @@ updatesEx=(
|
||||
)
|
||||
freeEx=(
|
||||
'adsB&/a\Kd(?=s/v1)|/a\Kd(?=s/v2/t)|/a\Kd(?=s/v2/se)&b&gs&appBinary'
|
||||
'adsX&/a\Kd(?=s/v1)|/a\Kd(?=s/v2/t)|/a\Kd(?=s/v2/se)&b&gs&xpuiJs'
|
||||
'adsX&/a\Kd(?=s/v1)|/a\Kd(?=s/v2/t)|/a\Kd(?=s/v2/se)&b&gs&xpuiJs&1.1.59.710&1.2.60.564'
|
||||
'adsX2&}/a\Kd(?=s)&b&gs&xpuiJs&1.2.55.235'
|
||||
'adsBillboard&.(?=\?\[.{1,6}[a-zA-Z].leaderboard,)&false&&xpuiJs&1.1.59.710&1.2.6.863'
|
||||
'adConfig&/\Kv2/config&config&gs&xpuiJs&1.2.55.235'
|
||||
@@ -827,7 +827,7 @@ aoEx=(
|
||||
'slotPost&\x70\x6F\x64\x63\x61\x73\x74\K\x2D\x70\x6F&\x20\x70\x6F&g&appBinary&1.0.29.605&1.0.29.605&macOS'
|
||||
'slotPre&\x2D(?=\x70\x72\x65\x72\x6F\x6C\x6C)&\x20&g&appBinary&1.0.29.605&1.0.29.605&macOS'
|
||||
'sponsors1&ht.{14}\...\..{7}\....\/.{8}ap4p\/&&g&xpuiJs&1.1.70.610&1.2.52.442'
|
||||
'sponsors2&ht.{14}\...\..{7}\....\/s.{15}t\/v.\/&&g&xpuiJs&1.1.70.610'
|
||||
'sponsors2&ht.{14}\...\..{7}\....\/s.{15}t\/v.\/&&g&xpuiJs&1.1.70.610&1.2.60.564'
|
||||
'sponsors3&allSponsorships&&g&xpuiJs&1.1.59.710'
|
||||
'sponsors4&\/\K.{7}-ap4p&&g&xpuiJs&1.2.53.437'
|
||||
'ucsC&\x00\K\x68(?=.{30}\x2F\x75\x73\x65\x72\x2D)&\x00&s&appBinary&1.2.55.235'
|
||||
|
||||
Reference in New Issue
Block a user