Changeset 38679
- Timestamp:
- 11/18/10 09:32:54 (3 years ago)
- Files:
-
- 1 modified
-
lang/javascript/userscripts/playontumblr.user.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/playontumblr.user.js
r35880 r38679 90 90 try { 91 91 if (!stdin.length) stdin = execute('current-node'); 92 var count = $X('.// input[contains(concat(" ",@class," "), " like_button ")]', stdin[0]);92 var count = $X('.//a[contains(concat(" ",@class," "), " like_button ")]', stdin[0]); 93 93 for (var n = 0; n < count.length; n++) { 94 94 if(!count[n].clientWidth) continue; 95 c ount[n].click();95 click(count[n]); 96 96 return stdin; 97 97 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)