Skip to content

Instantly share code, notes, and snippets.

View leo848's full-sized avatar
🏳️‍🌈

Leo Blume leo848

🏳️‍🌈
View GitHub Profile
@leo848
leo848 / LICENSE.txt
Created January 4, 2022 19:41 — forked from 140bytes/LICENSE.txt
140byt.es -- Click ↑↑ fork ↑↑ to play!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@leo848
leo848 / Random Wikipedia.js
Last active November 26, 2021 07:40
An extra large widget (for the iPad) displaying a random Wikipedia article as well as an image, a short summary and related links.
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: light-gray; icon-glyph: user-graduate;
const lang = args.widgetParameter || args.queryParameters.lang || "de"
let res, img, links, related = [];
let qParams = args.queryParameters;
// qParams.title = qParams.title || "4529281"
//if (config.runsInApp) sendNotification("qParams", qParams);