Skip to content

Instantly share code, notes, and snippets.

@nanakoso
Created September 27, 2009 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanakoso/194612 to your computer and use it in GitHub Desktop.
Save nanakoso/194612 to your computer and use it in GitHub Desktop.
PIXIV visible hr tag
// ==UserScript==
// @name PIXIV visible hr tag
// @version 0.2
// @namespace http://www14.atwiki.jp/pixivhacker/
// @description PIXIV内で HR タグを見えるようにする。AutoPagerizeと一緒に使う
// @include http://www.pixiv.net/*
// ==/UserScript==
GM_addStyle("hr { display:block; margin:10px; width:100%; border: 0; border-top: 2px dotted black;}");
@nanakoso
Copy link
Author

PIXIVのリニューアルに対応

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment