Giter Site home page Giter Site logo

jdetects's Introduction

jdetects's People

Contributors

zswang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

jdetects's Issues

jdetcts does not work in Google Chrome Canary any more.

I am afraid jdetcts will not work in Google Chorme in the near future.
Google Chrome Canary shows the problem. Jdetects does not detect if console is open.

My bisect points me to:
https://chromium-review.googlesource.com/c/chromium/src/+/846239
https://chromium.googlesource.com/chromium/src/+/f671d5a01135eb084bbec171d536cb5d1248e124
is possibly the cause.

This commit was added on Decmeber 29th, about 3 days ago.

I love your javascript. Please update your great project.

Thank you in advance.

jdetects does not work in Google Chrome 72(beta)

I am afraid jdetects will not work in Google Chorme in the near future.
Google Chrome beta shows the problem. Jdetects does not detect if console is open.

I am grateful if you provide an update to your greate javascript.
Thank you in advance.

Jdetects easily bypassable

If this is something you'd like to fix or just add to documentation.

Backstory: A website using jdetects was stopping me from changing and inspecting its content so I went to work to find which library it uses and how I can bypass it.

It is quite easy to bypass jdetects. Just create a script to be injected with the following content:

Object.defineProperty(window, "jdetects", {
    value: 'jdetects = bypassed',
    writable: false
});

and this hinders any other script from accessing jdetects. Of course this can easily bypassed by changing the name of the property that contains jdetects.
Just wanted to let you know about this so you can maybe add it to the README.MD file so people know how to bypass it if/when they need to.

EDGE

false alarm in EDGE, such as in firefox

image

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.