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 Last.fm → Songkick (Persistent Queue, Compact UI, Big NEXT) | |
// @namespace lfm2sk-queue-persist | |
// @version 1.5 | |
// @description Fetch artists from Last.fm (library or top periods), then step through Songkick searches with a persistent queue controller (Previous / NEXT / Abort). Compact UI, masked API key. | |
// @match https://songkick.com/* | |
// @match https://www.songkick.com/* | |
// @match https://m.songkick.com/* | |
// @grant GM_addStyle | |
// @grant GM_setValue |
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
alias viewrpm='f(){ [ -z "$1" ] && { echo "Usage: viewrpm rpmfile"; return 1; }; PS3="Select file: "; select f in $(rpm -qlp "$1"); do bsdtar -xOf "$1" "${f#/}"; break; done; }; f' | |
viewrpm vim-9.1.1101-1.1.aarch64.rpm | |
1) /usr/bin/edit | |
2) /usr/bin/ex | |
3) /usr/bin/gvimtutor | |
4) /usr/bin/rview | |
... |
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
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link href='https://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'> | |
</head> | |
<body> | |
<div style="text-align: center; height: 100%; overflow: hidden;"> | |
<h1 id="timeTextField" style="font-family: 'Orbitron', sans-serif; font-size: 8em;">Time</h1> | |
</div> |