Skip to content

Instantly share code, notes, and snippets.

View koumaza's full-sized avatar
REPLACED THIS USER SUCCESSFULLY.

shanghai nyaa chan! koumaza

REPLACED THIS USER SUCCESSFULLY.
View GitHub Profile
@koumaza
koumaza / AACS-GoogleJp.user.js
Last active June 23, 2022 23:02
Anti Annoying Call Suggestion on GoogleJp
// ==UserScript==
// @name Anti-AnnoyingCallSuggestion GoogleJp
// @namespace Violentmonkey Scripts
// @match *://*/*
// @grant none
// @version 1.0
// @author koumaza
// ==/UserScript==
// TODO For PC
@koumaza
koumaza / SFP.user.js
Last active May 17, 2022 13:14
Show Fake Pointer For Tablet Devices With Stylus-Pen (Mobile Chromium doesn't support mouse-drugging. Only for hovering)
// ==UserScript==
// @name Show Fake Pointer
// @namespace Violentmonkey Scripts
// @match *://*/*
// @grant none
// @version 1.0.0
// @author koumaza
// @description 4TabletDevice
// ==/UserScript==
@koumaza
koumaza / SQ.user.js
Last active May 7, 2022 21:14
Squarize everythings.
// ==UserScript==
// @name SQ
// @namespace Violentmonkey Scripts
// @match *://*/*
// @grant none
// @version 1.0
// @author koumaza
// ==/UserScript==
const sqz=(e)=>{
e.style.setProperty('border-radius','0','important')
const a = () => {
if (document.querySelector(`div[data-testid="unlike"]`)) {
window.scroll(0,999999999999);
[...document.querySelectorAll(`div[data-testid="unlike"]`)].map(e=>e.click())
a()
} else location.reload()
}
a()
@koumaza
koumaza / How to install Windows 11.md
Last active October 13, 2023 17:04
How to install Windows 11

Introduction.

We have three method here.

  • 1: Install from setup.exe on external storage. [upgradable from win10] (Highly recommend <= More compatiblity)
  • 2: Boot external storage and install from installer. [not upgradable from win10]
  • 3: Install from setup.exe on system drive(C:). [not upgradable from win10] (Probably it fails)

Produce.

0: Common produce.

1️⃣ Download Windows 11 installer.

Use torrent. (If you are not have Torrent client yet. Use this: c0re100/qBittorrent-Enhanced-Edition/releases)

/*
deno run --allow-read=$PWD --allow-net=0.0.0.0 server.ts
*/
import { Application, send } from "https://deno.land/x/oak@v7.5.0/mod.ts";
const app = new Application();
app.use(async (context) => {
await send(context, context.request.url.pathname, {
@koumaza
koumaza / How to Fix "kOmahaErrorInHTTPresponse(37)" [ChromeOS].md
Last active January 13, 2022 04:45
How to Fix "kOmahaErrorInHTTPresponse(37)" [ChromeOS]

Step 1 - Launch Crosh

Open chrome-untrusted://crosh or chrome-extension://pnhechapfaindjhompbnflcldabbghjo/html/crosh.html

Step 2 - Install Update (Fixing!)

You can set a channel of (stable|beta|dev|canary)-channel

Please follow below.

In Crosh =>:

## crosh&gt;
@koumaza
koumaza / # How to Install Office DogFood-README.md
Last active May 24, 2021 13:37
How to Install Office DogFood(the most developmental than insider)

Step 1 - Install Office

Please install Office Envionment

Step 2 - Download Updater

Open the latest workfow's artifact 0

Step 3 - Extract Downloaded Artifact(PKZIP)

E.g.: 7-Zip

Step 4 - Execute Updater

Execute launch.bat as Admin 1

@koumaza
koumaza / opensource-driver-for-secureboot.reg
Last active March 20, 2021 01:19
Use Open-Source Driver in Latest Windows 10 with SecureBoot
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Policy]
"UpgradedSystem"=dword:00000001
@koumaza
koumaza / enablehdr-windows.md
Created December 28, 2020 12:10
Enable HDR on Windows10
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\VideoSettings /v EnableHDRForPlayback /t REG_DWORD /d 1