Skip to content

Instantly share code, notes, and snippets.

View telnettrauma's full-sized avatar
🧿
telnettrauma

telnettrauma

🧿
telnettrauma
View GitHub Profile
@telnettrauma
telnettrauma / widget.html
Created October 25, 2024 14:18
Vivaldi last.fm widget
<!-- this is based on my now playing screen at https://wiggle.monster/interests/music/fm/playing -->
<!DOCTYPE html>
<html>
<head>
<title>Music</title>
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
@telnettrauma
telnettrauma / Localizable.strings
Last active September 26, 2024 21:38
twitter ios text strings
This file has been truncated, but you can view the full file.
/*
@generated
This file is auto-generated using Localization/scripts/concatenate_localizable_strings.rb
This file is sorted by modules instead of alphabetically to help reduce merge conflicts.
*/
// Section: Frameworks/TwitterComposition/TwitterComposition/Sources/TwitterCompositionStrings/en.lproj/Localizable.strings
/* Message to let the user know that the post can only contain attachments of one media type at the time, media types being GIF, Image, Video, etc */
"DRAG_DROP_INDICATION_VIEW_DIFFERENT_MEDIA_TYPES_MESSAGE" = "You can’t post more than one kind of media at a time.";
@telnettrauma
telnettrauma / tweetbutton.js
Last active May 4, 2024 21:53
Change X 'Post' Button back to Twitter 'Tweet' Userscript
// ==UserScript==
// @name 'Post to X' to 'Tweet'
// @homepage https://wiggle.monster/more/tools/userscripts/tweetbutton
// @version 2024-05-05
// @description replaces all post buttons with tweet buttons
// @author WiiCHiCKEN
// @match *://platform.twitter.com/widgets/*
// @icon https://abs.twimg.com/favicons/twitter.2.ico
// @grant GM_addStyle
// ==/UserScript==