Skip to content

Instantly share code, notes, and snippets.

@ouyangxuanyun
ouyangxuanyun / chrome 快捷键
Last active May 1, 2024 21:00
chrome chrome 快捷键
CHROME 快捷键
标签页和窗口快捷键
1. Ctrl + n 打开新窗口
2. Ctrl + t 打开新的标签页,并跳转到该标签页
3. Ctrl + w 关闭当前标签页
4. Ctrl + Tab 跳转到下一个打开的标签页
5. Ctrl + Shift + Tab 跳转到上一个打开的标签页
6. Alt + ← 历史记录上一页
7. Alt + → 历史记录下一页
@MoisesTedeschi
MoisesTedeschi / Lista de comandos do Git
Last active May 1, 2024 20:59
Lista dos principais comandos do Git que vivo esqucendo - Lembrete.
Comandos do git
git commit -m"contaúdo da mensagem de commit": Gravação de arquivo no git. Esse comando serve para commitar os arquivos no git.
O "-m" é referete ao termo "mensseger". Ou seja, mensagem que será gravada no commit.
ctrl + l = É o comando que limpa a tela do terminal do git.
git log: Comando para visualizar os logs dos arquivos gravados no repositório.
git remote add origin + endereço da pasta no github: Esse comando permite apontar para o repositório no github.
@mw866
mw866 / headless_chrome.sh
Created January 24, 2022 01:15
#chrome
#!/bin/zsh
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --headless --disable-gpu --remote-debugging-port=9222 https://www.example.com
echo "Connec to the remote target at chrome://inspect/#devices`
read -p "Press Return to Close..."
@Boswellcvac
Boswellcvac / Chrome
Created June 30, 2023 20:26
Chrome
Numbers, RFC 4250, January 2006.
T. Ylonen and C. Lonvick, The Secure Shell (SSH) Protocol
Architecture, RFC 4251, January 2006.
T. Ylonen and C. Lonvick, The Secure Shell (SSH) Authentication
Protocol, RFC 4252, January 2006.
T. Ylonen and C. Lonvick, The Secure Shell (SSH) Transport Layer
Protocol, RFC 4253, January 2006.
@Coly010
Coly010 / run-interactive-command.impl.ts
Created April 14, 2023 11:47
Run Interactive Commands Executor for Nx
import { exec } from 'child_process';
import * as path from 'path';
import * as yargsParser from 'yargs-parser';
import { env as appendLocalEnv } from 'npm-run-path';
import { ExecutorContext } from '@nrwl/devkit';
import * as chalk from 'chalk';
export const LARGE_BUFFER = 1024 * 1000000;
async function loadEnvVars(path?: string) {
@marcelojunior
marcelojunior / gist:3708804
Created September 12, 2012 18:19
Inflections PT-BR Rails
# Be sure to restart your server when you modify this file.
# Add new inflection rules using the following format
# (all these examples are active by default):
# ActiveSupport::Inflector.inflections do |inflect|
# inflect.plural /^(ox)$/i, '\1en'
# inflect.singular /^(ox)en/i, '\1'
# inflect.irregular 'person', 'people'
# inflect.uncountable %w( fish sheep )
# end

Windows平台:

Chrome 在线安装包

  • 最新稳定版(Stable Channel)Chrome在线安装: 【点击这里
  • 最新测试版(Beta Channel)Chrome在线安装: 【点击这里
  • 最新开发版(Dev Channel)Chrome在线安装: 【点击这里
  • 最新金丝雀版(Canary build)Chrome在线安装: 【点击这里
  • 最新Chromium下载地址: 【点击这里
  • 最新 Green-chrome (Chromium by phuslu)【 点击这里
@alxsimo
alxsimo / chrome_settings
Created February 2, 2015 22:35
[Chrome] Chrome settings and tricks
Change default language
chrome://chrome/settings/languages

Show protocol "http(s)" and "www" in

chrome://flags/#omnibox-ui-hide-steady-state-url-scheme
chrome://flags/#omnibox-ui-hide-steady-state-url-trivial-subdomains

Set this flag to disabled, for showing them.

Show normal tabs