Skip to content

Instantly share code, notes, and snippets.

View PincongBot's full-sized avatar

PincongBot PincongBot

View GitHub Profile
@PincongBot
PincongBot / 禁用WebRTC防止真实IP泄漏.js
Created January 29, 2019 06:06
禁用WebRTC防止真实IP泄漏
// ==UserScript==
// @name 禁用WebRTC防止真实IP泄漏
// @version 0.0.1
// @description 禁用WebRTC防止真实IP泄漏
// @license MIT
// @author PincongBot
// @match *://*/*
// @run-at document-start
// @grant none
// ==/UserScript==
@PincongBot
PincongBot / 在google搜索结果中屏蔽所有知乎结果.js
Last active January 25, 2019 13:32
在google搜索结果中一劳永逸地屏蔽所有知乎结果
// ==UserScript==
// @name 在google搜索结果中屏蔽所有知乎结果
// @version 0.0.1
// @description 在google搜索结果中一劳永逸地屏蔽所有知乎结果
// @license MIT
// @author PincongBot
// @include /^https?://(www|cse)\.google(\.\w+)+/search\?.*$/
// @run-at document-start
// @grant none
// @compatible chrome >= 49