Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 0fd3e65

Browse files
committed
Removed tilde from both scripts.
1 parent d0829d6 commit 0fd3e65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎projects/Website Blocker/website_blocker.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if platform.system() == "Windows":
44
pathToHosts=r"C:\Windows\System32\drivers\etc\hosts"
55
elif platform.system() == "Linux":
6-
pathToHosts=r"~/etc/hosts"
6+
pathToHosts=r"/etc/hosts"
77

88
redirect="127.0.0.1"
99
websites=["https://www.sislovesme.com/","https://motherless.com/","https://xhamster.com/","https://www.xnxx.com/","https://www.xvideos.com/","https://www.pornhub.com/"]

‎projects/Website Blocker/website_unblocker.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if platform.system() == "Windows":
44
pathToHosts=r"C:\Windows\System32\drivers\etc\hosts"
55
elif platform.system() == "Linux":
6-
pathToHosts=r"~/etc/hosts"
6+
pathToHosts=r"/etc/hosts"
77

88
websites=["https://www.sislovesme.com/","https://motherless.com/","https://xhamster.com/","https://www.xnxx.com/","https://www.xvideos.com/","https://www.pornhub.com/"]
99

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /