Last active
August 29, 2015 14:02
-
-
Save iMyon/532b71d8d4690cba75b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name fuckPjax | |
| // @namespace Myon | |
| // @include http://tieba.baidu.com/p/* | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| unsafeWindow.history.pushState = null; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment