Skip to content

Instantly share code, notes, and snippets.

View spinfal's full-sized avatar
🐦
we can fork repos on mobile now

spin~ spinfal

🐦
we can fork repos on mobile now
View GitHub Profile
@billgateswhynot
billgateswhynot / DownloadGGDrivePresentation.md
Last active February 22, 2026 22:53
Download view only protected presentation from Google Drive

Step by step guide to downloading protected presentation from Google Drive.

  1. Open the document in Google Docs.
  2. Update the access url, replace the display mode at the end of the url from /edit to /htmlpresent:
  3. Scroll down to the bottom of the document to make sure all pages have loaded.
  4. Open Developer Tools - Console:
    • If you are previewing in Google Chrome or Firefox: Press Shift + Ctrl + J ( on Windows / Linux) or Option + ⌘ + J (on Mac).
    • If you are previewing in Microsoft Edge Press Shift + Ctrl + I.
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active April 22, 2026 07:02
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@AngeloCore
AngeloCore / permissions
Last active June 14, 2024 14:02
All discord.js permissions | discord.js permissions list, hasPermission, permissionFor and more
* Numeric permission flags. All available properties:
* * `CREATE_INSTANT_INVITE` (create invitations to the guild)
* * `KICK_MEMBERS`
* * `BAN_MEMBERS`
* * `ADMINISTRATOR` (implicitly has *all* permissions, and bypasses all channel overwrites)
* * `MANAGE_CHANNELS` (edit and reorder channels)
* * `MANAGE_GUILD` (edit the guild information, region, etc.)
* * `ADD_REACTIONS` (add new reactions to messages)
* * `VIEW_AUDIT_LOG`
* * `PRIORITY_SPEAKER`
@nerrixde
nerrixde / vpn.md
Last active April 30, 2024 19:23 — forked from joepie91/vpn.md
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

  • A Russian translation of this article can be found here, contributed by Timur Demin.
  • A Turkish translation can be found here, contributed by agyild.
  • There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
@DerEnderKeks
DerEnderKeks / WebhookTutorial.md
Last active February 3, 2026 14:50
Simple Webhook Tutorial (Twitter -> Discord using IFTTT)

Simple Webhook Tutorial

In this tutorial, I will be explaining how to set up a simple webhook to relay your tweets to a Discord channel.

Step 1 - Register on IFTTT

  1. Go to https://ifttt.com/ and create an account (if you don't already have one).

Step 2 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send Tweets.

  2. In the settings for that channel, find the Webhooks option and create a new webhook.

@mininmobile
mininmobile / example.plugin.js
Last active April 6, 2026 18:33
Example BetterDiscord Plugin
//META{"name":"Example"}*//
class Example {
// Constructor
constructor() {
this.initialized = false;
}
// Meta
getName() { return "Example"; }
@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">