A collection of documents, projects and tricks that I find useful
Accessing Blocked Websites without VPN
Method Overview:
This method enables access to blocked websites without the use of a VPN. It utilizes cutting-edge browser features to enhance security and bypass restrictions.
For Chrome 116+
Enable TLS 1.3 Hybridized Kyber Support:
Open Chrome and type chrome://flags in the address bar.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bindsym XF86Back exec --no-startup-id i3-nagbar -m "key XF86Back press" | |
bindsym XF86Forward exec --no-startup-id i3-nagbar -m "key XF86Forward press" | |
bindsym XF86Stop exec --no-startup-id i3-nagbar -m "key XF86Stop press" | |
bindsym XF86Refresh exec --no-startup-id i3-nagbar -m "key XF86Refresh press" | |
bindsym XF86Favorites exec --no-startup-id i3-nagbar -m "key XF86Favorites press" | |
bindsym XF86AudioMedia exec --no-startup-id i3-nagbar -m "key XF86AudioMedia press" | |
bindsym XF86OpenURL exec --no-startup-id i3-nagbar -m "key XF86OpenURL press" | |
bindsym XF86HomePage exec --no-startup-id i3-nagbar -m "key XF86HomePage press" | |
bindsym XF86Search exec --no-startup-id i3-nagbar -m "key XF86Search press" | |
bindsym XF86AudioLowerVolume exec --no-startup-id i3-nagbar -m "key XF86AudioLowerVolume press" |