Fix missing closing brace on this if statement.
This commit is contained in:
parent
29e1ba07f5
commit
affeee1731
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ function get_all_urls()
|
|||
if (url.indexOf("thumbs.redditmedia") != -1)
|
||||
{console.log("Rejecting reddit thumb"); continue;}
|
||||
if (url.indexOf("redditstatic.com/mailgray.png") != -1)
|
||||
{console.log("Rejecting reddit icons"); continue;
|
||||
{console.log("Rejecting reddit icons"); continue;}
|
||||
if (url.indexOf("redditstatic.com/start_chat.png") != -1)
|
||||
{console.log("Rejecting reddit icons"); continue;}
|
||||
if (url.indexOf("preview.redd.it/award_images") != -1)
|
||||
|
|
Loading…
Reference in a new issue