Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Rainmeter]
- Update=250
- BackgroundMode=2
- SolidColor=0,96,0,128
- [Background]
- Meter=IMAGE
- x=0
- y=0
- W=400 ;215
- H=120
- [Variables]
- TxtColor=0,255,0,255
- TxtSize=7
- [MeasureSite]
- Measure=Plugin
- Plugin=WebParser
- URL=http://forums.steampowered.com/forums/showthread.php?t=784745&goto=newpost
- RegExp="(?siU)This is the last staff post in this thread.(.*) target.*"
- ;id="postcount.*"
- FinishAction=!Redraw
- StringIndex=1
- UpdateRate=1000
- [MeasureSite2]
- Measure=Plugin
- Plugin=WebParser
- URL=http://forums.steampowered.com/forums/[MeasureSite]
- RegExp="(?siU)href\s*=\s*(\"([^\"]*\")|'[^']*').*"
- ;<a href="(.*)".*"
- StringIndex=1
- UpdateRate=1000
- FinishAction=!Redraw
- [MeterSite]
- Meter=String
- MeasureName=MeasureSite2
- X=5
- Y=5
- W=395
- H=200
- FontSize=#TxtSize#
- FontColor=#TxtColor#
- AntiAlias=1
- Text="%1"
- ClipString=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement