Skip to content

Commit

Permalink
Add support for vfl.ru, v. 0.5.27 - 2015-01-08
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Jan 8, 2015
1 parent bf5c1c4 commit 19ca3f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Direct_Images/direct_images.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Direct Images
// @version 0.5.26 - 2014-12-23
// @version 0.5.27 - 2015-01-08
// @description Redirect from preview pages to images directly
// @author Infocatcher
// @namespace dev/null
Expand Down Expand Up @@ -43,6 +43,7 @@
// @include http://pictube.ru/?v=*
// @include http://owely.com/*
// @include http://uaimage.com/image/*
// @include http://vfl.ru/fotos/*.html*

// URL-based redirect:
// @include http://smages.com/*.htm
Expand Down Expand Up @@ -461,6 +462,7 @@ switch(host) {
case "pictube.ru": _iid = "full_image"; break;
case "owely.com": _iid = "issueImg"; break;
case "uaimage.com": _iid = "im"; break;
case "vfl.ru": _iid = "img_foto"; break;

// URL-based redirect:
case "smages.com":
Expand Down

0 comments on commit 19ca3f0

Please sign in to comment.