Greasy Fork is available in English.

Devtools Checker Block

Block common DevTools Checker methods. Hack any site you want.

ავტორი
kapifrost
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
19
რეიტინგი
0 0 0
ვერსია
1.1
შექმნილია
25.05.2024
განახლებულია
26.05.2024
ლიცენზია
პ/გ
გამოყენებს მათ
ყველა საიტი

Devtools Checker Block

this is a script that tricks common forms of developer tools (Inspect Element) block methods. You might have to mess with the script a bit since some websites depend on performance.now. some methods try to lag out your devtoll panel it is opened and others can be linked to custom functions on the website. this code covers all Devtools blockers i found on the first page of google. if there is any other devtool blocker you want me to check go to my github repo and submit an issue with the link to the devtool blocker.

there is a comment: // Strict window size DevTools Checker (Not Recommended) since i found a devtool blocker that uses the window size (bruh) to check if the devtool is open. there is an if(false) below it which you can set to if(true) if the website you are trying to hack resorts to their last measures.

I made this script a while ago but I decided to publish it now since it is a good tool for modding websites that don't want to be modded.