Last active
February 12, 2017 12:07
-
-
Save GTHBNLK/6b2d7a761a62f8c4e18a6d2aff8862a3 to your computer and use it in GitHub Desktop.
Styles: WallpaperUP.com
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 Styles: WallpaperUP.com | |
| // @version 0.1.7 | |
| // @description Clear some of the elements from WallpaperUP.com website. | |
| // @author GHNalk2016 | |
| // @include *://*.wallpaperup.com* | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js | |
| // @grant GM_addStyle | |
| // @updateURL https://gist.githubusercontent.com/GHNalk2016/6b2d7a761a62f8c4e18a6d2aff8862a3/raw/main.meta.js | |
| // @downloadURL https://gist.githubusercontent.com/GHNalk2016/6b2d7a761a62f8c4e18a6d2aff8862a3/raw/main.user.js | |
| // ==/UserScript== |
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 Styles: WallpaperUP.com | |
| // @version 0.1.7 | |
| // @description Clear some of the elements from WallpaperUP.com website. | |
| // @author GHNalk2016 | |
| // @include *://*.wallpaperup.com* | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js | |
| // @grant GM_addStyle | |
| // @updateURL https://gist.githubusercontent.com/GHNalk2016/6b2d7a761a62f8c4e18a6d2aff8862a3/raw/main.meta.js | |
| // @downloadURL https://gist.githubusercontent.com/GHNalk2016/6b2d7a761a62f8c4e18a6d2aff8862a3/raw/main.user.js | |
| // ==/UserScript== | |
| // Help: http://stackoverflow.com/questions/22020833/how-do-i-use-greasemonkey-and-jquery-to-hide-an-html-element-with-a-certain-clas | |
| $("#wall_tcbox .wrp_dark .content").hide() | |
| $("#wall_page_wrp .wrp_dark .tabs_wrp").hide() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment