From 36c284b981f1abda5cef06b4d6c8c95f0fb006cc Mon Sep 17 00:00:00 2001 From: alexgriffis Date: Sat, 8 Nov 2014 17:55:49 -0800 Subject: [PATCH] Update interfacelift_random.ini InterfaceLift has slightly updated their page structure and style - I've updated the RegExp to reflect this so that the panel will work again. Changes: 1) ' class="preview">.* ' -> 'class="preview".* ' Their "preview" div now has a style attribute after the class attribute, so I removed the end carat to allow the RegExp to match the tag and ignore anything in the div after ' class="preview" '. 2) ' font-size: 18px" -> "font-size: 16px ' They've changed the font size for the h1 to 16px. --- WP7/Panels/InterfaceLift/interfacelift_random.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WP7/Panels/InterfaceLift/interfacelift_random.ini b/WP7/Panels/InterfaceLift/interfacelift_random.ini index 98c2d0ba..edf71d0e 100644 --- a/WP7/Panels/InterfaceLift/interfacelift_random.ini +++ b/WP7/Panels/InterfaceLift/interfacelift_random.ini @@ -37,7 +37,7 @@ Measure=Plugin Plugin=Plugins\WebParser.dll UpdateRate=#UpdateR# Url=#URL# -RegExp="(?siU)class="preview">.*(.*).*

(.*)

" +RegExp="(?siU)class="preview".*(.*).*

(.*)

" FinishAction=[!HideMeter LoadingText #CURRENTCONFIG#][!HideMeter LoadingBg #CURRENTCONFIG#][!Redraw] Substitute="/wallpaper/":"http://www.interfacelift.com/wallpaper/"