Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. var con_prev =
  2. this.evaluate(function(){
  3. return __utils__.findOne('a[id="rd_prev"]').getAttribute('href');
  4. });
  5.  
  6. var con_prev =
  7. this.evaluate(function(){
  8. return __utils__.findOne('div[class="rd_ft"] div[id="prev_next"] a[id="rd_prev"]').getAttribute('href');
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement