Skip to content

Instantly share code, notes, and snippets.

View nerdfiles's full-sized avatar
⚕️
bringing about the end-times of the philosophy

aha hah nerdfiles

⚕️
bringing about the end-times of the philosophy
View GitHub Profile
/**
* @browse https://justice.tougaloo.edu/location/texas/
* @browse https://holoentropic.tumblr.com/post/706633722166902784 https://www.tumblr.com/holoentropic/706633722166902784?source=share
* @support https://mybrowseraddon.com/custom-style-script.html
*/
const log = console.log
const SELECTOR = 'main'
const TAG = 'article'
const RELATION = 'self'

bespoke stylesheets

enabled stylesheets

app.quicktype.io
Applies to: app.quicktype.io


banned from twitter (dark mode)
Applies to: https://twitter.com/home, https://twitter.com/notifications*, https://twitter.com/explore*, https://twitter.com/i/bookmarks*, /https://twitter.com/([A-Za-z0-9].*)/timeline/
@nerdfiles
nerdfiles / onlyfans--not-validated.css
Last active December 30, 2022 22:24
hide the creation elements
/*[id="make_post_form"] { display: none !important; }*/
nav [href="/posts/create"] { display: none !important; }
[href*="subscriptions"],
[href*="notifications"] {
display: none !important;
}
.g-page__header + .m-fake-form {
@nerdfiles
nerdfiles / holdup.zshrc
Last active December 30, 2022 01:23
crontab-ish on os x catalina or echo to mastodon dot social
# @usage sudo cron 0 22 * * * holdup 30 "echo"
function _holdup () {
sleep $1; cd ~/Projects/layered-cipher/ ; node ./mast.js $2
}
alias holdup="_holdup"
# EOF
                | _____ player 2 _____ |
                | _comply_ | _ resist_ |
player 1 comply | fuck     | marry     |
                | -------------------- |
         resist | clone    | kill      |
@nerdfiles
nerdfiles / world-wild-web.css
Last active January 3, 2023 20:52
welcome to the world-wild web
/**
* @description it's the world-wild web.
* @appliesTo URLsOnTheDomain tumblr.com
*/
a {
filter: drop-shadow(1px 1px 1px rgb(0, 100, 230))
drop-shadow(1px 1px 1px rgb(0, 230, 100))
drop-shadow(2px 2px 1px rgb(0, 0, 0))
drop-shadow(-1px -1px 1px rgb(230, 0, 100)) !important;
color: white !important;
@nerdfiles
nerdfiles / chilled-emojis.css
Last active December 23, 2022 18:46
chilled emojis
/**
* @license wtfpl, version 2
* @description chilled emojis.
*/
[data-testid="tweetText"] img[src$="svg"] {
filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.35)) hue-rotate(210deg) !important;
}
/* EOF */
@nerdfiles
nerdfiles / index.md
Last active December 18, 2022 19:39
We couldn’t find that file to show.
@nerdfiles
nerdfiles / http.header
Created December 18, 2022 13:04
400 request at tumblr.com when i repost certain blogs
HTTP/2 400 Bad Request
server: nginx
date: Sun, 18 Dec 2022 13:02:40 GMT
content-type: application/json; charset=utf-8
content-length: 149
x-rid: 0e4bfff66bc47a3f105dfb8e2e526a39
p3p: CP="Tumblr's privacy policy is available here: https://www.tumblr.com/policy/en/privacy"
x-csrf: Z2OtNTtOlWrY.1671369460
access-control-allow-origin: https://www.tumblr.com
strict-transport-security: max-age=31536000; preload
@nerdfiles
nerdfiles / post-shuffling.css
Last active December 17, 2022 22:25
added to my personal tumblr's custom stylesheet offering in the "Appearance" section. i think anyone could use this
/**
* @description shuffle for holoentropic.tumblr.com, using the grid layout. i'm mocking
* doomscrolling. you should be seeing my crystal ball in my theme. it's at the top of
* the page. you could scroll as much as you like, encountering whatever posts in this
* reordered manner, like you're falling or tumblring or something. it'll likely work
* for any theme since they all use the same data-* attribute namespace.
* @appliesTo URLsOnTheDomain holoentropic.tumblr.com
*/
[data-post-id] { position: relative !important; }
[itemtype="https://schema.org/WPFooter"] {