marcustyphoon
marcustyphoon
Hmm, this should probably not hide your own reblogs of said posts, right? Not sure about the case where you have reblogged your own post.
Interesting side effect of this: posts taller than 2x viewport height are not marked as seen if you j/k scroll through them and are not intrigued enough to scroll down.
Hm. Definitely don't have a full understanding of this, but I played with it a bit and got nowhere. Weird that you can't long-press to right click in a webextension...
I believe this would potentially also be fixed by `@rollup/plugin-dynamic-import-vars` stripping query strings before it tries to use your template string as a glob to resolve all possible files you...
Yeah, I was thinking of maybe just regexing `tumblr.com/anyString/obviouslyAPostId` and dropping support for direct links to blogs. Not familiar offhand with every place this code actually matters.
Oh, dammit. I love the `hidden` property, it's the best.
Quick Firefox screenshot. Looks fine to me!
The fun way: ```js import { inject } from '../../util/inject.js'; const controlHotkeys = (funcName, ...args) => { const baseContainerElement = document.querySelector('#base-container'); const reactKey = Object.keys(baseContainerElement).find(key => key.startsWith('__reactFiber')); let fiber =...
(currently untested ~~and unimplemented; will do properly if you are interested~~)
It is indeed not currently a feature! (I'm also not sure how possible it is, but stranger things have happened.)