Skip to content

Instantly share code, notes, and snippets.

@righteous-coder
righteous-coder / script.js
Created March 28, 2020 11:21
Qiitaのユーザーページにナビゲーションタブを追加するUserScript
// ==UserScript==
// @name Qiita User Page Nav
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Adds an navigation tab on user pages
// @author righteous
// @match https://qiita.com/*
// @grant none
// ==/UserScript==