Skip to content

Instantly share code, notes, and snippets.

@GTHBNLK
Last active February 12, 2017 12:07
Show Gist options
  • Select an option

  • Save GTHBNLK/6b2d7a761a62f8c4e18a6d2aff8862a3 to your computer and use it in GitHub Desktop.

Select an option

Save GTHBNLK/6b2d7a761a62f8c4e18a6d2aff8862a3 to your computer and use it in GitHub Desktop.
Styles: WallpaperUP.com
// ==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==
// ==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