Skip to content
View Snuupy's full-sized avatar
Block or Report

Block or report Snuupy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. TrackLinks TrackLinks Public

    track if people open your emails via 1x1 pixel, makes sure not to track if you open your own emails

    JavaScript 1

  2. instructions to self-host thelounge instructions to self-host thelounge
    1
    - [Introduction](#introduction)
    2
    - [Setup](#setup)
    3
      * [Domain Hosting](#domain-hosting)
    4
        + [Paid](#paid)
    5
        + [Free](#free)
  3. OpenWRT Wireguard with Virtual SSIDs... OpenWRT Wireguard with Virtual SSIDs Setup.md
    1
    # OpenWRT Wireguard with Virtual SSIDs Setup
    2
    
                  
    3
    Setup: These steps were performed OpenWRT 19.07.3. 
    4
    
                  
    5
    Context: The goal of this is to set up a virtual network where clients can switch from 1 network with a wireguard VPN connection to another without a VPN connection easily. VPN termination is to the router as opposed to the client. This may be useful for setups such as on insecure networks, while still wanting the ability to switch between the 2 at your leisure.
  4. A usable librewolf.overrides.cfg for... A usable librewolf.overrides.cfg for regular browsing
    1
    defaultPref("privacy.resistFingerprinting", false);
    2
    defaultPref("identity.fxaccounts.enabled", true);
    3
    defaultPref("privacy.clearOnShutdown.history", false);
    4
    defaultPref("privacy.clearOnShutdown.siteSettings", false);
    5
    defaultPref("privacy.clearOnShutdown.downloads", false);