The Wayback Machine - https://web.archive.org/web/20201129161503/https://github.com/topics/chromium
Skip to content
#

chromium

Here are 673 public repositories matching this topic...

BlobCodes
BlobCodes commented Oct 9, 2019

Is your feature request related to a problem? Please describe.
Most browsers prevent websites from autoplaying media and sound automatically, by default.
When I, for example, open multiple youtube-videos in different tabs, I think it is very disturbing to see this non-standard behavour.

Describe the solution you'd like
By default, all media is prevented from playing automatically.
V

Qianlitp
Qianlitp commented Mar 12, 2020

各位好,

  • 非常开心大家对于crawlergo的认可,但目前由于本人工作原因,可能无法及时的去挨个实现大家的需求,我会利用空余时间去实现比较有价值的特性和一些比较严重的BUG,更新速度可能是以月为单位,还请各位见谅。
  • 有一些常见问题之前的issue已经提到并解决,大家在提新的issue时,请先看看closed
    的issue,说不定能找到解决办法。

@9ian1i

caiwei1995
caiwei1995 commented Nov 6, 2020
browser = await launch(args)

Code above may cause 'http.client.BadStatusLine: GET /json/version HTTP/1.1' exception, this exception raised by urllib.urlopen().
In pyppeteer, urlopen used in launcher.py, line 222, code just like this

def get_ws_endpoint(url) -> str:
    url = url + '/json/version'
    timeout = time.time() + 30
    while (True):
        if time.

Improve this page

Add a description, image, and links to the chromium topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chromium topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.