Created
November 23, 2018 13:40
-
-
Save tw-Frey/2ee84983a709544b2983c63cca12c8b9 to your computer and use it in GitHub Desktop.
顯注 API 23+ (https://developer.android.com/reference/packages)
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
| $("<style id=OVER_API_23/>") | |
| .append([23,24,25,26,27,28].map(api=>'[data-version-added="'+api+'"]').map(dom=>dom+dom+" *").join(",")) | |
| .append("{color:red!important}") | |
| .appendTo("html") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment