Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. > "<li class="popup-slider-list-item popup-slider-list-item-#NNN"
  2. > data-image="https:addressofpicture1.jpg" style="background-image:
  3. > url("https://anotheraddressofpicture.jpg");"><span
  4. > class="popup-slider-list-item-fade tr-opacity-03"></span><span
  5. > class="popup-slider-list-item">{myVotes}</span><span
  6. > class="popup-slider-list-item"></span></li>"
  7.  
  8. #!/bin/bash
  9. for i in {1..3000}
  10. # I expect up to 3000 pictures to process
  11.  
  12. do
  13. opera -activetab https://url#1
  14. # this is the first problem -
  15. # I need Opera browser to open an URL within CURRENT active tab,
  16. # not a new one, but "-activetab" still opens a new tab for my kubuntu
  17.  
  18. # here should be my script.
  19.  
  20.  
  21. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement