Opengist Logo snippets

Explore

  • All gists
  • Topics
  • Users
bytes
Give feedback on the new UI Powered by Opengist ⋅ 14ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
b

bookmarklet

Recently created Least recently created Recently updated Least recently updated
kat

kat / copy all magnet links on page

Last active 2 months ago bookmarklet
0 0 1
1 javascript:!function(a){var b=document.createElement("textarea"),c=document.getSelection();b.textContent=a,document.body.appendChild(b),c.removeAllRanges(),b.select(),document.execCommand("copy"),c.removeAllRanges(),document.body.removeChild(b)}(Array.from(document.querySelectorAll('a[href*="magnet:?"]')).join("\n\n"));