Skip to content

Instantly share code, notes, and snippets.

View pkpc99's full-sized avatar
💭
I may be slow to respond.

pkpc99

💭
I may be slow to respond.
View GitHub Profile
  • from (from:me or from:bsky.app or from:@bsky.app)
    posts created by specified user

  • mentions (mentions:me or mentions:bsky.app or mentions:@bsky.app)
    posts mentioning specified user

  • to (to:me or to:bsky.app or to:@bsky.app)
    currently an alias for mentions

  • since (since:2024-04-13 or since:2024-04-13T17:00:00.000Z)

@angeld23
angeld23 / vanished_tweet_recovery.user.js
Last active June 28, 2025 12:19
Vanished Tweet Recovery: Detects whenever a tweet mysteriously vanishes from your timeline for no reason and allows you to re-open it
// ==UserScript==
// @name Vanished Tweet Recovery
// @namespace https://d23.dev/
// @version 1.2
// @description Detects whenever a tweet mysteriously vanishes from your timeline for no reason and allows you to re-open it
// @author angeld23
// @match *://*.x.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=x.com
// @grant none
// ==/UserScript==
<div class="twt"><div class="light"><div class="bg1">
<div class="headerdm"><span class="headerbutton1"></span><span class="headertext" >Tweet</span></div>
<img class="icon" src="https://s3.amazonaws.com/otw-ao3-icons/icons/16557534/standard.jpg?1668283636" width="30px" alt=" " /><div class="twtid"><span class="replyname">tai </span><br /><span class="replyhandle"> @wanningzinho</span></div><span class="twtdots"></span><div class="twtcontent">
This is a tweet with text only!</p>
Right under this text, in the HTML, you will notice a few elements:</p>
twtnumers 1, 2 and 3 - this is the info about your tweet such as retweets, qrts and likes. You can delete them as you wish (if your tweet has only likes and no rts or qrts, keep only twtnumbers1 and delete the others, etc);</p>
twtbutton - these are the images for replies, retweets and likes. twtbutton1a=regular replies, twtbutton1b=can’t reply, twtbutton2a=regular retweets, twtbutton2b=can’t retweet, twtbutton2c=retweeted, twtbutton3a=regular like, twtbutton3b=l
#workskin .screenreader {
position: absolute;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

Advanced Search Operators

Here is a list of common advanced search operators that you can use to narrow your search results:


Commands Search operators:

  • site:
@taskylizard
taskylizard / fmhy.md
Last active July 27, 2025 05:31
/r/freemediaheckyeah, in one single file (view raw)
@Alexs7zzh
Alexs7zzh / .eleventy.js
Created April 24, 2021 04:44
eleventy-img in markdown
const Image = require('@11ty/eleventy-img')
const { parseHTML } = require('linkedom')
module.exports = eleventyConfig => {
if (process.env.ELEVENTY_ENV)
eleventyConfig.addTransform('transform', (content, outputPath) => {
if (outputPath && outputPath.endsWith('.html')) {
let { document } = parseHTML(content)
@Kahtaf
Kahtaf / index.js
Created September 15, 2020 14:37
Create a simple CORS proxy with Cloudflare Workers to bypass CORS restrictions in the browser. Perfect for local development.
/**
* Create a simple CORS proxy with Cloudflare Workers
* to bypass cors restrictions in the browser.
* Example Usage: https://<worker_subdomain>.workers.dev/https://postman-echo.com/get?foo1=bar1&foo2=bar2
*/
addEventListener('fetch', event =>
event.respondWith(handleRequest(event.request))
)
@UserUnknownFactor
UserUnknownFactor / Japanese SFX.md
Last active May 31, 2025 17:56
Japanese game and manga text sound effect (SFX) database

Japanese SFX

Introduction

This is a compiled collection of common Japanese SFXs (sound effects or onomatopoeia).

This collection uses mostly Romaji transliterations. Some of them can be used in combination with other SFXs; some of them, or combinations thereof, can be written separately for emphasis within the same panel (example: do-ki-, ドッ キッ ), but can be considered part of the same action; some use repeated sub-elements or prolongation characters (ー) within them. All interjections can be written differently, usually to indicate particularly strong or repeated stimulation. For example, a cho in isolation is almost certainly a truncated version of chotto, where the speaker was distracted from finishing the word. A prolongation of a character, on the other hand, often implies lazy, harsh, or sloppy pronunciation, or possibly even a scream. Because of this, many SFXs can have multiple meanings, depending on the action drawn, as well as one's interpretation of that action.

@jaredpalmer
jaredpalmer / all-html-elements.html
Created September 17, 2018 16:13
All HTML Elements
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML5 Test Page</title>
</head>
<body>
<div id="top" class="page" role="document">
<header role="banner">