Skip to content

Instantly share code, notes, and snippets.

@istrueuser
istrueuser / twitterblue-nerd.js
Last active April 22, 2023 19:31 — forked from busybox11/twitterblue-nerd.js
Red for 8$, Purple for verified 8$
// ==UserScript==
// @name @istrueuser Twitter Blue Red - twitter.com
// @namespace Violentmonkey Scripts
// @match *://*.twitter.com/*
// @grant none
// @version 1.8.0
// @author @istrueuser - trueuser.tk
// @description 4/3/2023, 6:11:21 PM
// @updateURL https://gist.githubusercontent.com/istrueuser/89b2fb7f203a7de028e8a77c35fd46f8/raw/twitterblue-nerd.js
// @downloadURL https://gist.githubusercontent.com/istrueuser/89b2fb7f203a7de028e8a77c35fd46f8/raw/twitterblue-nerd.js
// ==UserScript==
// @name @chaoticvibing Twitter Blue Nerd - twitter.com
// @namespace Violentmonkey Scripts
// @match *://*.twitter.com/*
// @match *://*.x.com/*
// @grant none
// @version 1.9.2
// @author @chaoticvibing - GH @busybox11
// @description 11/9/2022, 11:45:28 PM
// @updateURL https://gist.githubusercontent.com/busybox11/53c76f57a577a47a19fab649a76f18e3/raw
@Craterdome
Craterdome / convert_url_file.sh
Last active March 26, 2024 08:56 — forked from GeoffreyPlitt/convert_url_files_to_bookmarks.sh
Convert a text file of urls (urls.txt) to a bookmarks.html file that can be imported into a browser
#!/bin/bash
#
# Run this script on a file named urls.txt with all your URLs and pipe the output to an HTML file.
# Example: ./convert_url_file.sh > bookmarks.html
# Based on changes from Jan van den Berg: https://j11g.com/2019/08/15/create-a-chrome-bookmark-html-file-to-import-list-of-urls/
echo "<!DOCTYPE NETSCAPE-Bookmark-file-1>"
echo '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">'
echo '<TITLE>Bookmarks</TITLE>'
echo '<H1>Bookmarks</H1>'