Category: javascript
In last post, three voting strategies were presented. But we are not sure if there are better ones. Let’s review this: vote all once you wake up vote all …
In my previous post, a question was raised: How to upvote in order to maximize the payout per day? Things could get very complicated, so we make some assumptions: …
This post shows you how to parse and download the .m3u8 Video file using the PHP and Javascript. Some video URLs are represented by .m3u8 extension, which is basically …
In case you didn’t notice , I have added an button/link to allow inline chrome extension without leaving the current page/site. When the users click the button on the …
The Javascript has the includes function that can be used to test if a given array or string contains an element or character. For example: .includes("a"); true .includes("aa"); false …