Code Monkey home page Code Monkey logo

Comments (3)

tomleb3 avatar tomleb3 commented on July 29, 2024

Strange. What browser are you using?

from instagramunfollowers.

dzekos7 avatar dzekos7 commented on July 29, 2024

Strange. What browser are you using?

I'm trying to implement your code through iOS Shortcuts app using Safari browser.

from instagramunfollowers.

tomleb3 avatar tomleb3 commented on July 29, 2024

I see. I am not familiar with the "iOS Shortcuts app", but it sounds like a specific use-case that we do not directly support.

Obviously, this is an open-source script and you may use it in every which way that meets the terms of its license, but be aware that we may not be able to provide much assistance in case of issues with specific set-ups.

What I can say that might help is that it seems like either you don't have access to the global Location interface which itself is part of the browser's Window interface.
Or you might not have access to Window at all, as it depends on the environment you are running the code in (browser / node / etc...).

With that being said, we only use the global Location interface for 2 things and both of them could be omitted without really breaking the script.
You can achieve this by cloning the repository, searching the code for uses of "location", removing them, and then building the code yourself, thus creating a version of the script that suits your specific needs.

However, if you decide to pursue this option, you should be aware that:

  1. Upon future updates to the original script, you'll be responsible for re-creating your own version if you want to be updated with the latest features of the script.
  2. There might still be other uses of global interfaces that you may not have access to either.

Due to the reasons explained above, I am closing the issue.
If you have any more questions, feel free to comment them :)

from instagramunfollowers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.