Skip to content

Instantly share code, notes, and snippets.

View md-siam's full-sized avatar
🏢
Working at TechnoNext Ltd.

Md. Siam md-siam

🏢
Working at TechnoNext Ltd.
  • TechnoNext Software Ltd.
  • Dhaka, Bangladesh
  • 09:22 (UTC +06:00)
  • LinkedIn in/md-siam
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active January 7, 2026 02:56
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@seanh
seanh / html_tags_you_can_use_on_github.md
Last active January 4, 2026 06:30
HTML Tags You Can Use on GitHub

HTML Tags You Can Use on GitHub

Wherever HTML is rendered on GitHub (gists, README files in repos, comments on issues and pull requests, ...) you can use any of the HTML elements that GitHub Flavored Markdown (GFM) provides syntactic sugar for. You can either use the syntactic sugar that GFM (or other GitHub-supported markup language you're using) provides or, since Markdown can contain raw HTML, you can enter the HTML tags manually.

But GitHub also allows you to use a few HTML elements beyond what Markdown provides by entering the tags manually, and some of them are styled with CSS. Most raw HTML tags get stripped before rendering the HTML. Those tags that can be generated by GFM syntactic sugar, plus a few more, are whitelisted. These aren't documented anywhere that I can find. Here's what I've discovered so far:

<details> and <summary>

A `<detai