Skip to content

Releases: KrychaTech/Surfer

Release v1.1.0

Choose a tag to compare

@KrychaTech KrychaTech released this 30 Sep 14:12
f6a943f

Surfer Update! (Release v1.1.0)

This version adds the ability to create custom hotkeys.
To do so, simply edit the config.ini file.
This version also adds a new shortcut to copy the current URL into the clipboard.

Python

Download and install Python, then download "Surfer-Python.zip". Unzip this file where you want, then launch CMD and cd into that directory. Run pip install -r requirements.txt. If everything installs correctly, you should be able to run Surfer using the command python browser.py

Binary

If you do not wish to install python, you can download "Surfer-Binary.zip". Unzip it where you want, then launch CMD and cd into that directory. You should be able to run Surfer to launch the browser.

Surfer v1.0.0

Choose a tag to compare

@KrychaTech KrychaTech released this 28 Sep 19:17
863c259

Surfer Release v1.0.0

This is the first version of Surfer.
There are two methods for installing surfer.

Python

Download python, then download browser.py, blocked_sites.txt and requirements.txt. Launch CMD in the folder where you have all of these files, then run the command: pip install -r requirements.txt.
You can now use surfer using python browser.py.

Binary

This is not recommended, but possible. Download the Surfer.zip file, then unzip it. Now, launch CMD inside the folder where you unzipped the exe. You can now use surfer, by running the command Surfer.

Huge thanks to @zeozeozeo for testing the .exe!