Git Product home page Git Product logo

Comments (4)

Cerberuschan avatar Cerberuschan commented on May 12, 2024 1

oh... i didn't put the (^https?://.+) before, now it's working! thx!

from infy-scroll.

sixcious avatar sixcious commented on May 12, 2024

Hi, thanks so much for opening this issue.

To prevent it from activating on that Danbooru URL pattern, try adding the following regular expression to your Database Blacklist:
/https://danbooru\.donmai\.us/posts/\d+/

Infy is (technically) working as intended in this situation and will always "keep going" so long as it finds a next link, regardless of whether or not it finds the page element. I suppose I could design it to be less aggressive and "give up" if it doesn't find the page element, but only on Database URLs. This wouldn't solve the problem entirely; the reason why is that it's using the Generic Database URL Pattern: ^https?://.+ . While ^https?://.+ works well on many websites, it can be problematic for many other websites. This is why I recommend blacklisting it entirely if you find that it regularly breaks websites you visit.

from infy-scroll.

Cerberuschan avatar Cerberuschan commented on May 12, 2024

thx for the reply, got the /https://danbooru\.donmai\.us/posts/\d+/ to the black list and still doing same thing, can't make it work properly! any help? i mean, i can live with it, but would be much better if would work correctly.

from infy-scroll.

sixcious avatar sixcious commented on May 12, 2024

Hi again,

Hmm, I'm not sure why it's not working for you. I tested it again and it's working on my end. Can you upload a screenshot of your Database Options and Blacklist so I can see if something isn't entered right?

Make sure it's entered like this (surrounded by / characters and it should be on a separate line in the blacklist textarea):
/https://danbooru\.donmai\.us/posts/\d+/

It's really the Generic Database URL that is causing this issue. You can blacklist the Generic URL itself by adding this to your Blacklist (make sure it has the surrounding ( and )).
(^https?://.+)

from infy-scroll.

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.