dcts

Results 16 issues of dcts

Hello! This code here works perfectly if you just copy & paste it in a .html file and open locally with a browser. ```html Document TEST ``` But when I...

I noticed that the function `offersByScrolling()` and `offersByScrollingByUrl()` is not working properly. Most of the offers are not scraped (a lot of them are skipped for some reason, approximately 75%...

bug

I think it should be `ms` instead of `s` (seconds), otherwise this would mean that you have to: - wait 5-10 mins after every 10 requests - wait 30 seconds...

I wanted to test merging images inside the browser with this code: ### index.html ```html Testing MergeImages window.addEventListener("DOMContentLoaded", () => { console.log("Dom + mergeImages loaded ✅"); console.log(mergeImages); const images =...

When I try to install this by following the **Method 3: Standalone installer** guide I get the following error: ``` bad interpreter: /usr/bin/python2.7: file oder directory not found ``` I...

I would like to disable all gesutres only for some websites. Use case is that on some websites you need the gestures and they interfere with the smartup gestures. For...

Duplicate
Feature

I just noticed that the examples do not work with the newest d3.js release (v5). It took me forever to find out that this happens because the data loading with...

enhancement

## Form Put an `[x]` if you meet the condition, else leave `[ ]`. #### Requirements - [x] I've searched the [Issues](https://github.com/dilame/instagram-private-api/issues) - [x] I've read the [basic concepts](https://github.com/dilame/instagram-private-api#basic-concepts) -...

bug
unconfirmed

fixes #64. This PR allows the user to actually change the `emojiSize`. Previously emojiSize was declared as input but never actually used.

I tried to adapt the size of the emojis, but with no success. Both codesnippets have the same result. Is that expected or a bug? ```js new JSConfetti().addConfetti({ confettiNumber: 250,...