Skip to content

Instantly share code, notes, and snippets.

@Jacbo1
Jacbo1 / twitter-logo.user.js
Last active May 24, 2024 02:11 — forked from busybox11/twitter-logo.user.js
Bring back old twitter logo
// ==UserScript==
// @name Bring back bird logo - twitter.com
// @namespace twitter scripts
// @match *://*.twitter.com/*
// @match *://*.x.com/*
// @grant none
// @version 3
// @author -
// @description 7/24/2023, 1:47:07 PM
// @downloadURL https://gist.github.com/Jacbo1/5829dbba56e8cfa34242e57f2221802a/raw/67713c9089348bac91c121c2e56716732517b52d
@Jacbo1
Jacbo1 / ScriptHelp.md
Last active December 26, 2023 21:07
NotSoBot Tag Scripting Help

NotSoBot tag scripting help

Note: This information is not maintained or updated. Some old info may no longer be accurate and newer info may not be included.
Majority of guide from cake#0001 in the NotSoBot Discord server. Additions made by me.

How to use NotSoBot tags

Use .t add <tag_name> <tag_contents> to create a new tag or edit an existing one. Tag names are case insensitive meaning a tag by the name of "HeLlO" is the same as "hello".
.t add Hello World will create a tag named "hello".
.t edit <tag_name> <tag_contents> can be used to edit an existing tag the same way as using .t add <tag_name> <tag_contents> You can run a tag by using .t <tag_name>. If it is a script that accepts arguments, your arguments will be words following the tag name separated by spaces. .t hi abc 1 2 will run the tag named "hi" with the 3 arguments "abc", "1", and "2".
.t remove will delete that tag e.g. .t remove hello