-
from (
from:me
orfrom:bsky.app
orfrom:@bsky.app
)
posts created by specified user -
mentions (
mentions:me
ormentions:bsky.app
ormentions:@bsky.app
)
posts mentioning specified user -
to (
to:me
orto:bsky.app
orto:@bsky.app
)
currently an alias formentions
-
since (
since:2024-04-13
orsince:2024-04-13T17:00:00.000Z
)
// ==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; | |
} |
Moved to https://api.fmhy.net
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) |
/** | |
* 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)) | |
) |
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.
<!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"> |