Skip to content

Instantly share code, notes, and snippets.

@jagrosh
jagrosh / WebhookTutorial.md
Last active December 4, 2023 20:28
Simple Webhook Tutorial (Twitter -> Discord)

Simple Webhook Tutorial

In this tutorial, I will be explaining how to set up a simple webhook to relay your tweets to a Discord channel

Step 1 - Register on Zapier

  1. Go to https://zapier.com/ and create an account (if you don't already have one).

Step 2 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send Tweets
@nitzel
nitzel / StarCitizen_FollowOrg.js
Last active August 28, 2019 22:15
Follow/Unfollow all members of a Star Citizen organization.
/**
* @author nitzel
* @desc A simple script to follow/unfollow all members of a organization
* in Star Citizen. To use it just
* 1. log in on https://robertsspaceindustries.com
* 2. Find out the SID(Spectrum ID/handle) of your organization
* 2. Open the javascript console (Chrome: F12, ESC toggles it)
* 3. Paste this whole script and press <ENTER>
* 4. To follow all: changeOrgFollow('SID', true)
* To unfollow all: changeOrgFollow('SID', false)
@0XDE57
0XDE57 / config.md
Last active July 7, 2024 00:25
Firefox about:config privacy settings

ABOUT

about:config settings to harden the Firefox browser. Privacy and performance enhancements.
To change these settings type 'about:config' in the url bar. Then search the setting you would like to change and modify the value. Some settings may break certain websites from functioning and rendering normally. Some settings may also make firefox unstable. I am not liable for any damages/loss of data.

Not all these changes are necessary and will be dependent upon your usage and hardware. Do some research on settings if you don't understand what they do. These settings are best combined with your standard privacy extensions (HTTPS Everywhere No longer required: Enable HTTPS-Only Mode, NoScript/Request Policy, uBlock origin, agent spoofing, Privacy Badger etc), and all plugins set to "Ask To Activate".