Skip to content

Commit

Permalink
Add support for goodfon.su, v. 0.5.25.2 - 2014-12-23
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Dec 23, 2014
1 parent 26580d2 commit 915a132
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Direct_Images/direct_images.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Direct Images
// @version 0.5.25.1 - 2014-12-21
// @version 0.5.25.2 - 2014-12-23
// @description Redirect from preview pages to images directly
// @author Infocatcher
// @namespace dev/null
Expand Down Expand Up @@ -145,6 +145,7 @@
// @exclude http://imgur.com/user/*
// @include http://*pic2profit.com/*/
// @include http://*.goodfon.ru/download*
// @include http://*.goodfon.su/download*
// @include http://*.badfon.ru/download*
// @include http://*image-upload.net/*.html
// @include http://imageshost.ru/links/*
Expand Down Expand Up @@ -809,6 +810,7 @@ switch(host) {
_src = inp.value;
break;
case "goodfon.ru":
case "goodfon.su":
case "badfon.ru":
var a = $("im");
if(a)
Expand Down

0 comments on commit 915a132

Please sign in to comment.