Skip to content

Instantly share code, notes, and snippets.

@IgorGavrilenko
Last active September 23, 2016 21:08
Show Gist options
  • Select an option

  • Save IgorGavrilenko/98f967f823bf1d59ac9ed4dd990eca09 to your computer and use it in GitHub Desktop.

Select an option

Save IgorGavrilenko/98f967f823bf1d59ac9ed4dd990eca09 to your computer and use it in GitHub Desktop.
search substring url
(function() {
var location = document.location.pathname;
var filterOption = '_text_';
if (location.indexOf(filterOption) > -1) {
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment