-
Updated
May 27, 2021 - JavaScript
Chrome extension
Google Chrome Extensions are add-ons that allow users to customize their Chrome web browser. They are downloadable through the Chrome Web Store. Extensions are most often written in HTML, JavaScript, and CSS.
Here are 9,855 public repositories matching this topic...
Trying to record typing into a date field doesn't work for me, it just types on the yyyy section of the date and ends up completely invalid.
What I've had work really well was replacing await page.type(selector, '2020-08-07'); with:
await page.focus(selector);
await page.keyboard.type('20200807');Would it be within scope of the extension to recognize date inputs
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Jun 3, 2021 - TypeScript
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
May 3, 2021 - CSS
-
Updated
Jun 2, 2021 - JavaScript
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
May 28, 2021 - JavaScript
-
Updated
May 14, 2021 - JavaScript
Update styling
Update styling to match new Chrome/devtools flat design.
-
Updated
Mar 6, 2021 - JavaScript
-
Updated
Mar 18, 2021 - JavaScript
🐛 Bug Report
What went wrong? 🤔
Once the web app is saved to the home screen on iOS the grabber line obscures the bottom navigation bar.
See screenshot below.
Operating System
iOS
Version of Daily
Webapp
Browser
Mobile Safari
-
Updated
Jun 3, 2021 - TypeScript
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
May 9, 2021 - JavaScript
-
Updated
Mar 12, 2021
-
Updated
Jun 3, 2021 - JavaScript
Remote Functions Refactor
Overview
Remote functions exist to enable background->tab, and tab->background function delegation (i.e. Call a function in a tab, but have it run in the background and vice versa).
Refactoring has been started to make these functions interfaced and type safe.
Tasks
Grepping the codebase for remoteFunction( shows where it's still being us
-
Updated
May 24, 2021 - JavaScript
-
Updated
May 8, 2021 - JavaScript
-
Updated
Dec 25, 2019 - JavaScript
-
Updated
Jun 2, 2021 - TypeScript
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
May 31, 2021 - HTML
Description:
Provide option to keep some segment and provide a submit button below each segment as I don't want to upload the first segment. As I want the first segment but not sure about the consensus and correctness about the first segment.
Created by Google Inc.
Released December 8, 2009
- Website
- chrome.google.com/webstore/category/extensions
- Wikipedia
- Wikipedia

It works here: https://github.com/sindresorhus/refined-github/runs/2736205107?check_suite_focus=true
But not here: https://github.com/sindresorhus/refined-github/pull/4441/checks?check_run_id=2735776462
Required: also find variations of this URL that have the same button, maybe there are more cases like this.
<img width="508" alt="Screen Shot" src="https://user-images.githubusercontent.com/