Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Last active March 2, 2016 14:44
Show Gist options
  • Save moderatorwes/6e97e9a000e38ef8e190 to your computer and use it in GitHub Desktop.
Save moderatorwes/6e97e9a000e38ef8e190 to your computer and use it in GitHub Desktop.
Zendesk: Hide Articles List on HomePage
if (window.location.href == "https://yoururl.zendesk.com/hc/en-us") {
$('ul.article-list').hide();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment