Last active
October 1, 2016 06:54
-
-
Save ypwhs/d6bc9ef6634bccc987859a1f9440ca3a to your computer and use it in GitHub Desktop.
在苹果官网上删除 disabled 属性,方便购买 iPhone 7 Plus,可添加至书签栏方便使用。
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
javascript:setInterval('$("[disabled]").removeAttr("disabled");$(".unavailable").removeClass("unavailable");',100); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment