Any chance...
|
|
This is a really cool script, and thanks for doing what you do. (I see you around here a lot, and you've answered a couple of questions of mine in the forums.) I'm using the NoScript plugin, which means I have to click to enable YouTube embeds anyway... Is there any chance that the script can be modified to spot those embeds before they have to be activated? I realize it's sort of a niche thing, most people aren't having to deal with it... But, I like this concept anyway, it's usually such a pain to find the link to go to, since I prefer to watch it outside the embed, so I can use it with the YouTube Googler plugin I like, and the 720p option, if available. Sorry if this is a bit rambly. Just curious if it's possible. I'm not sure what shows up to the script before NoScript lets it be enabled, as far as... What would be able to trigger it getting the link ahead of time. Oh well. It's not too much of a pain for me just to enable it, to find the link, but, you know... Thanks regardless. :) |
|
|
Thanks.
|
|
|
You're right, I had my NoScript configured wrong. Your script does exactly what it needs to! Thanks. |
![]() ![]() |
Joe, it's useful script, becouse I can throw such links to Download Master (it can neatly add correct names to downloaded files, which direct links to .flv cannot supply).
|
![]() ![]() |
Abzdoltz wrote:Can you link me to a page that has an embedded video there? |
![]() ![]() |
For example:
|
![]() ![]() |
Abzdoltz wrote:The script works on those pages, but the videos are in iframes, and the iframes are only tall enough to show the video. If you use Firebug to increase the height of the iframes, you can see the link is actually there. |
![]() ![]() |
I see.(Opera built-in developer tool highlights such blocks better then Firebug as for me). But anyway you can improve your script to push links out of iframes. You know, Download Master is very popular in former Soviet Union area as well as LiveJournal. You can promote your script over there, just adding appropriate tags. This is only advise, I appreciate your work anyway, thanks! |
![]() ![]() |
Abzdoltz wrote:Not in this script. I can make a separate one just for you though so you can see more height in those iframes. |
![]() ![]() |
Please, do. |
![]() ![]() |
var array=document.evaluate("//iframe[@class='lj_embedcontent' and contains(@name,'embed')]", document, null, 6, null);
for(var i=0,item; (item=array.snapshotItem(i)); i++) item.setAttribute("height", "440");
Just make that run on http://*.livejournal.com/* only.
|
![]() ![]() |
Perfect! |

