Skip to content

Instantly share code, notes, and snippets.

View SoaringGecko's full-sized avatar
💭
A jar of mayo weighs about 0.9334 lbs

WhiteTapeti SoaringGecko

💭
A jar of mayo weighs about 0.9334 lbs
View GitHub Profile
@seleb
seleb / roll20 map save.js
Last active May 4, 2025 06:57
script for exporting roll20 maps to an image
/**
script for exporting roll20 maps to an image
how to use:
1. open your roll20 game to the page you want to save
2. open your browser's developer tools
3. copy-paste this entire file in the console
4. hit enter
5. wait for map to save and appear in top-left
6. right-click -> save as... to export
@lancejpollard
lancejpollard / meta-tags.md
Created March 5, 2012 13:54
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">