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
import re | |
regex = re.compile(r'(["\']).*?(?<!\\)(\\\\)*?\1') |
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
Warning: This bookmarklet does not work on the edit post page. | |
Click the bookmarklet to insert ocular reaction buttons to your Scratch forum post. You have to input a post ID. Leave blank to cancel. | |
Buttons are from here: | |
https://scratch.mit.edu/discuss/post/5312209/ |
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
This bookmarklet expands the search bar when it is focused, similar to the wiki. | |
This is inspired by a suggestion I saw. | |
Versions | |
v1: Initial release | |
v2: Updated to use functions in the scratch-www events to prevent copy-pasting code | |
v2.1: Fixed a bug that prevented the search bar from unexpanding | |
v3: Tweaked to allow dynamic enabling and disabling (not in the bookmarklet though) | |
v4: Updated to catch up with the SA PR (obiviously with the addon APIs removed) |
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
Another bookmarklet. | |
This one just adds tools below the forum editor. Currently there's inserting color tags (not coloring text) and mentioning users. Oh and you can close it. |
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 ShellShockers Aimbot and ESP | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author PacyTense | |
// @match *://shellshock.io/* | |
// @run-at document-start | |
// @grant none | |
// @noframes |
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
/* | |
Earned Badges | |
This table contains badges earned by a user, including the most recent date achieved, the type, the name, the # of energy points earned, and the activity earned from. | |
Collected by: https://www.khanacademy.org/profile/chopsor/ | |
*/ | |
CREATE TABLE badges ( | |
date TEXT, | |
badge_type TEXT, | |
badge_name TEXT, |