Commit graph

49 commits

Author SHA1 Message Date
Yolilad
6efc131765
fix (#547)
* debug issue fixed

* fixed runtime libraries issue
2024-06-20 05:08:00 +07:00
Red
e736db865c
[skip ci] catch error 2024-06-16 01:57:21 +09:00
Yolilad
f1d5b16608
Updated VC++ Redistributable to 14.40.33810.0 (#542) 2024-06-14 22:33:55 +07:00
Yolilad
7fa48859e9
Json added and necessary changes (#522)
* Fixed parameter error for x64 architecture.

* code cleanup and a few edits

* libcef library added

* Json added and necessary changes

* Update README.md

* Update README.md

* some fixes in json code

* added "contains" function to json class

* Added Install-VcRedist function

* MemoryScanner updated and some changes in code

---------

Co-authored-by: Yolilad <Yolilad@>
2024-03-29 12:13:56 +07:00
ejaxh
aba66397a3
small changes (#475) 2023-07-29 14:50:15 +07:00
Nuzair
71391d8ec3
Updated installation script (#445)
* updated install script

* updated readme

* added uninstall

* no backups
2023-04-01 14:13:42 +05:30
Nuzair Rasheed
98d4860b07
[skip ci] Include SpotX to repo (#392)
* [skip ci] cleanup repo

* updated readme

* [skip ci] update readme

* [skip ci] added disclaimer

* [skip ci] update readme

* [skip ci] updated bug report template

* [skip ci] updated ps command
2022-07-13 01:40:54 +05:30
amd64fox
cd84c566f9
[skip ci] Disable an empty ad block in lyrics (#377) 2022-05-14 17:03:24 +05:30
amd64fox
0b76f48e8f
Fix regex 1.85 (#375) 2022-05-14 02:38:47 +05:30
amd64fox
971fe1bca2
[skip ci] Fix regex for NavLink button (#362)
fix regex disable premium NavLink button [1.1.82-1.1.83+]
2022-04-15 19:03:06 +05:30
Radek Zahradník
35fba16c9d
[skip ci] Fix #353 invalid parameter set (#354) 2022-03-27 23:31:37 +05:30
Radek Zahradník
7aa97a0e54
[skip ci] Fix #342 by suppressing useless warning (#343)
* Fix #334 by removing max version check

* Fix #342 by suppressing useless warning
2022-03-13 13:10:10 +05:30
Radek Zahradník
3b13d997a5
[skip ci] Fix #334 by removing max version check (#341) 2022-03-13 11:54:30 +05:30
amd64fox
4b3b370e63
[skip ci] Fix regex 1.1.80+ (#339)
Fixed regex for "Premium NavLink" button in 1.1.80+
2022-03-11 11:39:41 +05:30
Daksh P. Jain
595fd86c8e
[skip ci] Bump Spotify version (#331)
* Bump Spotify version

* Update install.ps1
2022-03-01 18:59:42 +05:30
amd64fox
6fc628a36e
[skip ci] Disable Premium NavLink button (#328) 2022-02-22 14:06:21 +05:30
Daksh P. Jain
b4b27bbde4
[skip ci] Bump Spotify version (#325)
* Update README.md

* Update install.ps1
2022-02-17 19:26:24 +05:30
Radek Zahradník
72c2610450
Add automatic client update detection close #321 (#322)
* Add minimal/maximal version constants

* Add supported client version function

* Add current client version detection logic

* Remove obsolete code

* Add possibility to manual update fallback

* Fix fallback logic

* Update readme with auto update detection
2022-02-11 15:45:56 +05:30
Radek Zahradník
ee90459674
[skip ci] Add full automatization close #318 (#320)
* Add full automatization to installation script

* Remove exit call

* Add auto installation CMD script

* Update notes close #318

* Remove echo off

* Remove the CMD script for auto installation

* Update Readme with automated installation posibility

* updated readme

Co-authored-by: Nuzair Rasheed <38219313+Nuzair46@users.noreply.github.com>
2022-02-08 18:55:14 +05:30
Davoleo
84eb9e3518
[skip ci] convert $Home to $env:USERPROFILE (#307)
+ avoid saving new shortcuts if they already exists
2022-01-22 17:26:18 +05:30
Radek Zahradník
f1ecd32e69
[skip ci] Fix unavailable BITS service error close close #299 (#302)
* Update BITS use check to prevent BITS start failure

* Fix environment path

* Fix formatting close #299
2022-01-20 22:04:33 +05:30
Araxeus
30eb2083aa
[skip ci] fix delete upgrade button (#303) 2022-01-20 22:02:55 +05:30
Davoleo
2490a46bec
Create Shortcuts when Installing and Updating Spotify (#298)
* create shortcuts after installing Spotify

- for Windows to consider spotify as installed.

* create shortcuts after installing Spotify

- for Windows to consider spotify as installed.

* Fix some issues with paths and object creation
2022-01-15 19:37:39 +05:30
KUTlime
862af47246 Merge branch 'master' of https://github.com/mrpond/BlockTheSpot into mrpond-master 2021-12-26 21:00:35 +01:00
KUTlime
81a5db3039 Fix #291 TLS1.2 handling 2021-12-26 20:46:41 +01:00
Radek Zahradník
10ec23b8bf
[skip ci] Rewrite PowerShell installation script close #278 (#290)
* Refactoring to follow PowerShell best practice

* Remove useless parameter name to improve readibility

* Add task schedule to bypass running as admin

* Add BitsTransfer when available to show progress

* Fix variable case sensitivity

* Update file download with progress bar on non-BitTransfer OS

* Force local progress bar method on PowerShell > 5

* Update to smart-download method resolving

* Update author block
2021-12-24 17:29:09 +05:30
KUTlime
747311d772 Update author block 2021-12-24 10:29:06 +01:00
KUTlime
96980575d2 Update to smart-download method resolving 2021-12-24 08:05:59 +01:00
KUTlime
96333e2566 Force local progress bar method on PowerShell > 5 2021-12-24 00:37:30 +01:00
KUTlime
3f1f8162f8 Update file download with progress bar on non-BitTransfer OS 2021-12-24 00:21:48 +01:00
KUTlime
d093450efe Fix variable case sensitivity 2021-12-23 21:25:03 +01:00
KUTlime
3c542fa9fa Add BitsTransfer when available to show progress 2021-12-23 21:20:29 +01:00
KUTlime
51432d6bed Add task schedule to bypass running as admin 2021-12-23 21:19:39 +01:00
KUTlime
199aa618a8 Remove useless parameter name to improve readibility 2021-12-23 21:18:15 +01:00
KUTlime
dec78aeef0 Refactoring to follow PowerShell best practice 2021-12-23 18:55:20 +01:00
Infiniteez
aed3f921f8
[skip ci] Add prompt for updating Spotify before patching (optional) (#264) 2021-11-20 03:06:50 +07:00
Nuzair Rasheed
2c4ace88df
[skip ci] Merge pull request #240 from Rafiuth/master
Fix banner/upgrade button patch for spicetify
2021-10-30 00:00:05 +05:30
mrpond
e1289226a3 chrome_elf.dll.bak -> chrome_elf_bak.dll 2021-10-29 23:06:36 +07:00
Rafiuth
1f781230bd Add warning if spicetify is detected 2021-10-27 21:04:27 -03:00
Rafiuth
e5f5ce1e7e Fix for when the script is ran multiple times in the same terminal 2021-10-27 00:57:45 -03:00
Rafiuth
5c1b53f166 Reorder comment 2021-10-27 00:52:23 -03:00
Rafiuth
ec243f5ca8 Fix banner/upgrade button patch for spicetify 2021-10-27 00:46:30 -03:00
Nuzair Rasheed
00350cc2cd
added warning for spicetify users.
to avoid issue #233
2021-10-05 17:27:25 +05:30
Araxeus
9fc90d5055
Delete upgrade button 2021-08-26 00:48:56 +03:00
compilerdeceiver397
8b0df1e28c Update ad placeholder regex to match lambdas 2021-08-24 05:52:34 -03:00
compilerdeceiver397
5d62c7743f Fix small typos 2021-08-24 03:59:44 -03:00
compilerdeceiver397
865f1907c0 Patch xpui.js to remove ad placeholder 2021-08-24 03:29:18 -03:00
Radek Zahradník
537be5f902
Fix PS v7 compatibility
This fixes PowerShell +v7.0.0 compatibility issue
2021-07-26 09:22:08 +02:00
Davoleo
b70d2ab7ff Extract powershell install script from batch 2021-07-20 09:24:58 +02:00