Skip to content

Instantly share code, notes, and snippets.

@paps
Last active August 28, 2017 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paps/a0401c236f521753c7d9ab2581c674ce to your computer and use it in GitHub Desktop.
Save paps/a0401c236f521753c7d9ab2581c674ce to your computer and use it in GitHub Desktop.
const nick = new Nick({
loadImages: false,
whitelist: [
/.*\.aspx/,
/.*axd.*/,
/.*\.html.*/,
/.*\.js.*/
],
blacklist: [
/.*fsispin360\.js/,
/.*fsitouchzoom\.js/,
/.*\.ashx.*/,
/.*google.*/
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment