Skip to content

Instantly share code, notes, and snippets.

View oovz's full-sized avatar
👾
hmmm

Otaro oovz

👾
hmmm
View GitHub Profile
@oovz
oovz / jinjiang-chapterupdate.js
Last active December 26, 2025 03:15
A tampermonkey/violentmonkey script to highlight updated chapter in Jinjiang (jjwxc.net)
// ==UserScript==
// @name 晋江章节修改高亮
// @namespace http://tampermonkey.net/
// @version 0.3
// @description 高亮修改过的章节,区别首发时间和更新时间
// @author oovz
// @match *://www.jjwxc.net/onebook.php?novelid=*
// @exclude *://www.jjwxc.net/onebook.php?novelid=*&chapterid=*
// @source https://greasyfork.org/en/scripts/536627-%E6%99%8B%E6%B1%9F%E7%AB%A0%E8%8A%82%E4%BF%AE%E6%94%B9%E9%AB%98%E4%BA%AE
// @source https://gist.github.com/oovz/e1f36ff2bf18c0ab64180e785f837a12
@oovz
oovz / jinjiang-download.js
Last active August 9, 2025 19:50
Download chapter content from JinJiang (jjwxc.net)
// ==UserScript==
// @name Jinjiang Chapter Downloader
// @name:zh-CN 晋江章节下载器
// @namespace http://tampermonkey.net/
// @version 0.7
// @description Download chapter content from JinJiang (jjwxc.net)
// @description:zh-CN 从晋江下载章节文本
// @author oovz
// @match *://www.jjwxc.net/onebook.php?novelid=*&chapterid=*
// @match *://my.jjwxc.net/onebook_vip.php?novelid=*&chapterid=*
@oovz
oovz / qidian-download.js
Last active July 21, 2025 05:42
A tampermonkey/violentmonkey script to download chapter content from Qidian(qidian.com)
// ==UserScript==
// @name Qidian Chapter Downloader
// @name:zh-CN 起点(qidian.com)章节下载器
// @namespace http://tampermonkey.net/
// @version 0.8
// @description Download chapter content from Qidian (qidian.com)
// @description:zh-CN 从起点下载章节文本
// @author oovz
// @match https://www.qidian.com/chapter/*
// @grant none
@Kavan72
Kavan72 / endpoints.txt
Last active November 5, 2025 09:09
Valorant endpoints
[PlayerFeedback_CheckForSurvey] POST
[PlayerFeedback_SendAnswers] POST
[PatchNotes_GetPatchNotes] GET
[AggStats_Fetch] GET
[AccountXP_GetPlayer] GET https://pd.ap.a.pvp.net/account-xp/v1/players/{user_id}
[Config_FetchConfig] GET https://shared.ap.a.pvp.net/v1/config/ap
@adrianyy
adrianyy / drvscan.cpp
Created May 2, 2019 16:37
vulnerable driver scanner
#include <string>
#include <vector>
#include <fstream>
#include <iostream>
#include <filesystem>
#include <Windows.h>
#include <winternl.h>
static_assert( sizeof( void* ) == 8 );
@waryas
waryas / MumGay.c
Last active June 16, 2025 11:03
Use mumble_ol.dll to render on any 3D application.
// OverwolfEmulator.cpp : définit le point d'entrée pour l'application console.
//
#include "stdafx.h"
#include <Windows.h>
#include <stdint.h>
#define OVERLAY_MAGIC_NUMBER 0x00000005
struct OverlayMsgHeader {
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active December 30, 2025 10:52
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example