Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jedanbik
on March 27, 2018
|
parent
|
context
|
favorite
| on:
How I Erased Facebook Comments and Likes
Hey Jaruzel,
Do you think you will share the code on github or something similar? Great writeup.
Jaruzel
on March 27, 2018
|
next
[–]
It's just some C# loops, and scanning the DOM for 'a' tags, and then analysing the 'href' attribute on them, and if there's a match, put it in the array. What I wanted to share was the methodology I used to solve the problem.
llao
on March 27, 2018
|
prev
[–]
Seconding this! I wonder if it could be done with some straightforward greasemonkey scripting or something.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Do you think you will share the code on github or something similar? Great writeup.