Skip to content

Instantly share code, notes, and snippets.

View foobear's full-sized avatar

Arne Hartherz foobear

View GitHub Profile
@foobear
foobear / copy-element-text-bookmarklet.js
Last active May 26, 2023 20:51
JavaScript bookmarklet to click an element and copy its text contents. See https://makandracards.com/makandra/46962
(function() {
var overlay = document.createElement('div');
Object.assign(overlay.style, {
position: 'fixed',
top: 0,
left: 0,
width: '100vw',
height: '100vh',
zIndex: 99999999,
background: 'transparent',
Gource v0.51
Usage: gource [options] [path]
Options:
-h, --help Help
-WIDTHxHEIGHT, --viewport Set viewport size
-f, --fullscreen Fullscreen
--screen SCREEN Screen number
--multi-sampling Enable multi-sampling