Advertisement
Onyx3173

hrfgujk,

Jun 13th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. [Rainmeter]
  2. Update=250
  3. BackgroundMode=2
  4. SolidColor=0,96,0,128
  5.  
  6. [Background]
  7. Meter=IMAGE
  8. x=0
  9. y=0
  10. W=400 ;215
  11. H=120
  12.  
  13. [Variables]
  14. TxtColor=0,255,0,255
  15. TxtSize=7
  16.  
  17. [MeasureSite]
  18. Measure=Plugin
  19. Plugin=WebParser
  20. URL=http://forums.steampowered.com/forums/showthread.php?t=784745&goto=newpost
  21. RegExp="(?siU)This is the last staff post in this thread.(.*) target.*"
  22. ;id="postcount.*"
  23. FinishAction=!Redraw
  24. StringIndex=1
  25. UpdateRate=1000
  26.  
  27. [MeasureSite2]
  28. Measure=Plugin
  29. Plugin=WebParser
  30. URL=http://forums.steampowered.com/forums/[MeasureSite]
  31. RegExp="(?siU)href\s*=\s*(\"([^\"]*\")|'[^']*').*"
  32. ;<a href="(.*)".*"
  33. StringIndex=1
  34. UpdateRate=1000
  35. FinishAction=!Redraw
  36.  
  37. [MeterSite]
  38. Meter=String
  39. MeasureName=MeasureSite2
  40. X=5
  41. Y=5
  42. W=395
  43. H=200
  44. FontSize=#TxtSize#
  45. FontColor=#TxtColor#
  46. AntiAlias=1
  47. Text="%1"
  48. ClipString=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement