Skip to content

Instantly share code, notes, and snippets.

@tt7
tt7 / v2acc_mark_as_read.user.js
Created February 16, 2017 20:52
Add 'mark as read' function to v2ex pages.
// ==UserScript==
// @name V2EX Acceleration Tools
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Accelerate V2EX browsing experience.
// @author tt7
// @match https://www.v2ex.com/*
// @grant none
// ==/UserScript==
+ function (window, document) {