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
// ==UserScript== | |
// @name Feature Switches | |
// @namespace Violentmonkey Scripts | |
// @version 0.1 | |
// @description Feature Switches | |
// @author adryd | |
// @match https://twitter.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com | |
// @grant none | |
// @run-at document-start |
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
// ==UserScript== | |
// @name Experiments | |
// @namespace Violentmonkey Scripts | |
// @version 0.1 | |
// @description Experiements | |
// @author adryd | |
// @match https://discord.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=discord.com | |
// @grant none | |
// @run-at document-start |
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
#!/usr/bin/env python3 | |
# Download your data dump and place this file in the "messages" folder of your data dump. | |
# Run it using python | |
from datetime import datetime, timedelta, timezone | |
import dateutil.parser | |
import matplotlib.pyplot as plt | |
import matplotlib.ticker as ticker | |
import matplotlib.dates as mdates | |
import csv |
This file has been truncated, but you can view the full file.
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
{ | |
"+/3TkJ": "GUILD_SETTINGS_AUDIT_LOG_CHANNEL_LOBBY_LINK_DELETE", | |
"+/5TCw": "CONNECTIONS_ROLE_RULE_REDDIT_GOLD", | |
"+/Pv0t": "HUB_ONBOARDING_STUDENT_PROMPT_HEADER", | |
"+/hZMz": "CONNECTED_ACCOUNTS", | |
"+0Rsvb": "BLOCK_USER_FEEDBACK_BODY", | |
"+0XePT": "DND_MOBILE_DROP_COMBINE_TO_NEW_FOLDER", | |
"+1/7Z2": "SERVER_DISCOVERY_SUGGESTED_TAG_REDDIT", | |
"+1H47u": "OPTIONS", | |
"+1Uk3d": "SWITCH_ACCOUNTS_MODAL_SUBHEADER", |
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
{ | |
"09QGGB": "CHANGE_LANGUAGE_MODAL_TITLE_SPANISH", | |
"xi8rEx": "CHANGE_LANGUAGE_MODAL_SUBTITLE_SPANISH", | |
"QkGMPz": "YES_TEXT_SPANISH", | |
"jM7sUl": "NO_TEXT_SPANISH", | |
"ofazSU": "GOT_IT_TEXT_SPANISH", | |
"KUFsLi": "LANGUAGE_CHANGED_CONFIRMATION_TITLE_SPANISH", | |
"yQfLwM": "LANGUAGE_CHANGED_CONFIRMATION_SUBTITLE_SPANISH" | |
} |
OlderNewer