Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

add some config envs: CHROME_EXE_PATH PATCHED_DRIVER_PATH PATCHED_DRIVER_IS_PATCHED#992

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
milahu wants to merge3 commits intoFlareSolverr:master
base:master
Choose a base branch
Loading
frommilahu:master

Conversation

milahu
Copy link

  • use integer type for CHROME_MAJOR_VERSION to make it work with upstreamundetected-chromedriver
  • add some config envs, to make this work in a read-only package store (in my case/nix/store)
    • CHROME_EXE_PATH
    • PATCHED_DRIVER_PATH
    • PATCHED_DRIVER_IS_PATCHED

draft PR, because currently, FlareSolverr is using a bundled version of undetected-chromedriver (why?)
in my FlareSolverr package, im using a patched upstream version of undetected-chromedriver

blocked by upstream PRs:

tested. works for me

used in

@ilike2burnthing
Copy link
Contributor

FlareSolverr is using a bundled version of undetected-chromedriver (why?)

It's not stock -https://github.com/FlareSolverr/FlareSolverr/commits/master/src/undetected_chromedriver

@milahu
Copy link
Author

It's not stock

yeah, i just dont get why

undetected_chromedriver is trivial, it can beimplemented in a bash oneliner:

sed -i -E 's/\(function \(\) \{window.cdc_[a-zA-Z0-9]{22}/(function () {return;"undetected chromedriver";/' chromedriver

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@milahu@ilike2burnthing

[8]ページ先頭

©2009-2025 Movatter.jp