Magnus Anderson

Results 110 comments of Magnus Anderson

Also notice this, though somewhat unsure whether it is so consistent.

Why was this closed? As far as I can tell, the app hasn't been updated. EDIT: ah, quillpad is the successor project

Problems: - [x] textContent doesn't seem to be accurate actually. See [here](https://www.reddit.com/r/test/comments/zs3zzg/test_markdown_code_block_fix_for_res/?) - [ ] What is the correct PageType for this to work on? Just `comments` or `commentsLinkList` or...

hmm. The regex wasn't the problem. It works on some things, but not always. textContent is very crappy, maybe parsing the json does make more sense.

That appears only to exist if you wrote the comment I think? Or doesn't exist on a fresh browser in any case

Just need to find the correct link, just adding `.json` to the permalink appears to return json for the whole comments page which I don't think is right. The `sourceSnudown`...

Got it working. I don't know exactly what the code is doing still to be honest, but it works for both comments and posts. It doesn't work for post previews...

Go to my repo, clone it, ``` NODE_OPTIONS=--openssl-legacy-provider yarn start --env browsers=firefox ``` then install the folder from `dist/` as a temporary addon. Or using chrome, don't pass in `--env...

Presently it only works on comment pages. I am investigating and it seems that on a subreddits main page (example: `reddit.com/r/test`) the entry will be visited. At this moment, the...

Dang. I knew I shouldn't trust regexes from random people which I don't understand