Skip to content

Instantly share code, notes, and snippets.

View xiaoj655's full-sized avatar
💭
What can I say?

Kailong Jiang xiaoj655

💭
What can I say?
View GitHub Profile
#include<iostream>
#include<algorithm>
#include<vector>
#include<queue>
#include<climits>
using namespace std;
using ll = long long;
const int N=205, M=1e4+10;
@xiaoj655
xiaoj655 / test.js
Created October 3, 2025 08:59
Gemini Web shortcut
/**
* @description: Gemini Web 快捷键, Ctrl+D 向下滚动, Ctrl+U 向上滚动, Ctrl+/ 聚焦输入框
* @author: xiaoj655@gmail.com
* @date: 2025-10-03
*/
let style = document.createElement('style')
style.textContent = `
.chat-history > div.conversation-container {
max-width: 1024px !important;