Chrome
Chrome is the most popular web browser worldwide as of mid-2017, made by the tech company Google. It's available for most operating systems including Windows, macOS, and Linux and on multiple platforms such as the desktop, phones, and tablets.
Chrome boasts a minimalistic UI and was the first browser to feature "tabs" above the address bar, a convention that was later implemented in other browsers. Other popular features include things such as Incognito mode, tab sandboxing, and a Web Store with extensions and themes.
Although Chrome is not open source, the majority of the source code is available under the Chromium moniker.
Here are 3,212 public repositories matching this topic...
Mby it's worth to give users who have a firefox master password a hint that they should enter this when they see "Enter Password or Pin for "NSS Certificate DB""
Description
Open this page https://github.com/facebook/react/commit/5bce0ef10ab28c87e57dd96dbe1d8470f8d68569?diff=split and open octotree sidebar, you can see a horizontal scrollbar appear at the bottom
Environment (if bug)
-
Octotree version: 2.5.1
-
Browser & version: chrome 70
-
OS & version: windows 10
-
Screenshot, if any (drag an image here)
-
Console error log below
SyntaxError: Invalid regular expression: /(?<=data-userid=")\d+(?=")/: Invalid group
They're part of the current JS spec and supported in both Chrome and Node: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp#Browser_compatibility
I may have to look into Puppeteer until they're supported in Nightmare. Consider this a feature request!
🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
-
Updated
Jan 10, 2020 - TypeScript
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
-
Updated
Jan 12, 2020 - HTML
People who can't access Google can't generate the document files.
Would you please make wiki pages to put the document?
Thank you very much.
https://www.reddit.com/r/uBlockOrigin/comments/9dr9jd/modify_referrer_policy_headers_and_meta/
https://developer.chrome.com/extensions/privacy#property-websites
chrome.privacy.websites.referrersEnabled
More extensions means more memory usage, so I'd like to keep the number of privacy extensions to a minimum.
Also, could Decentraleyes be merged with uBlock Origin using uBlock redire
In the documentation for Editable input:
onChange - Function callback. Use this to call the onChange function of the parent. Returns an object where the key is the label and the value is the new value.
It is not clear what will happen if I don't provide a label. In 2.14 the onChange received the value instead of an object if no label was provided. I just upgraded to 2.17 and this behavior
Puppeteer recorder is a Chrome extension that records your browser interactions and generates a Puppeteer script.
-
Updated
Jan 11, 2020 - JavaScript
If it's alright with your team, I'd like to take a shot at updating the content to make it more inclusive by removing instance
What is the current behavior?
The Crawl-Delay is ignored.
What is the expected behavior?
The Crawl-Delay should be honored, it can be retrieved using getCrawlDelay() on the robots parser.
What is the motivation / use case for changing the behavior?
A bot is bound to respect all the directives of the robots.txt
A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
-
Updated
Jan 12, 2020 - Go
Describe the bug
When using the cdp driver, during closing of a browser page, this error sometimes appears.
{"level":"warn","time":"x","url":"x","error":"rpcc: the connection is closing","time":"x","message":"failed to close browser page"}
{"level":"error","time":"x","error":": rpcc: the connection is closing: session: detach timed out for session 5C391DF4E758E985AE3CBAA03774E562","t
Fix browser launcher
More unit tests
Feature-rich inline translator. Chrome / Firefox Extension.
-
Updated
Jan 12, 2020 - TypeScript
https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-shortcuts
we're not using rotate for now and if the user hits the key it could break the UI.
Currently, the Import button on the Import Account Screen Errors is enabled but Errors when no string/file is presented.
Should disable that button on empty strings/file.
YouTube Center is a userscript designed to expand the functionality of YouTube. It includes the ability to download the video you're watching, auto selecting your preferred video quality and much more.
-
Updated
Jan 12, 2020 - HTML
OS platform / Browser
Windows 10/Chrome Version 69.0.3497.100 (Official Build) (64-bit)
melonJS version
master branch - 10/1/2018 - melonjs 6.2.0
Bug description
UI example mouse clicks won't work with simulation_rpg example
Steps to reproduce the bug
I have put in a pull request 951 - code which reproduces the problem.
(see examples/isometric_rpg_ui)
https
Hello, thanks for sharing this project.
Do you have a document that describes the structure of the code in this project? I can not find any on the internet or on this page https://www.chromium.org
Thank you!
I assume there's no way for a user to rename help sub-section (defined in feature_groups, those like 'Help', 'Mouse Ciick', etc)?
Since a user can re-group menu items, it would be also great to be able to re-group and to add/remove those sub-sections, too :)
Bypass Paywalls for Chrome
-
Updated
Jan 12, 2020 - JavaScript
I'd like to use jest-puppeteer pretty much like Jest + JSDOM, I will not test real web pages, but I need the real DOM APIs to test some code.
I would like to have access to window and/or document globally, how can I do?
This is my Jest config:
"jest": {
"preset": "jest-puppeteer",
"testMatch": ["**/src/**/*.test.js"],
"globalSetup": "jest-environment-puppeteeCreated by Google
Released September 2, 2008
- Organization
- googlechrome
- Website
- www.google.com/chrome
Can there be more information provided to understand the source code folder structure of this repo.
That is so:
We may want to issue a PR for a bug fix but we don't know where to find where the feature is implemented
We may want to inspect the code to increase general understanding of what's going on under the hood for the various OS