Aneimitys

Results 146 comments of Aneimitys

Interesting. I'm using Chrome 101 and I don't get the same result. I've waited 10 seconds after the spinning circles went away, on three videos. Still getting the number. What...

What style sheet injector extension did you use? What if you css something else, just not columns?

I can re-create this problem. > ```css > > content-visibility: auto; > ``` This seems to be the culprit. Changing its value to `visible` can fix this. Or just remove...

> The initial /watch page consists of ~20.000 html elements Ok I'm convinced. In your opinion, what is the best way to come around this bug? Examples - - Wait...

@WesselKroos thank you for all your work. Will try it out when i got time. The devtools hack is really cool!

Just want to point out, if I understand the whole process correctly, then there is a vulnerability that anyone can use. After the initial authorization and authentication by uploading an...

Well that's the point of hosting my own fake site, so I can write an automatic routine and keep some or all video's real like & dislike counters in an...

Okay maybe this can work, but it really needs a lot of data from a lot of plugin users. Check the plugin user's usual voting behavior, and build a profile....

> Also don't forget that the numbers we are using are for the end users. so detecting that a video with a set of the userbase disliked the video and...

> Also the reason to give the backend the access to creator's dislike (using OAuth & API) is to prevent forging of data. Agreed and Thank you. Polling official data...