Search found 4 matches

by jayjaygibbs
Mon Jan 18, 2010 1:21 pm
Forum: NoScript Development
Topic: Noscript for Google Chrome?
Replies: 154
Views: 561345

Re: Noscript for Google Chrome?

Is it coming or is this just a wild goose chase?? I can't take using Firefox any more but I'd rather use it then use Chrome without noscript. Why don't Web Browsers have these features built-in anyway?
by jayjaygibbs
Fri Nov 13, 2009 8:33 pm
Forum: FlashGot General
Topic: [RESOLVED] Sending URL Variable to Bash Script by FlashGot
Replies: 4
Views: 5270

Re: Trying to parse URL variable to Bash Script using Flashgot

SORRY!!! I got it. Thanks a lot. I didn't put the $1 variable in single quotes.

Code: Select all

sp-sc '$1' 8908 8909 & 
It should have been this.

Thank you soooooo much. This is really useful!!
by jayjaygibbs
Fri Nov 13, 2009 7:56 pm
Forum: FlashGot General
Topic: [RESOLVED] Sending URL Variable to Bash Script by FlashGot
Replies: 4
Views: 5270

Re: Trying to parse URL variable to Bash Script using Flashgot

Thanks for your post but I'm not sure I understand what you mean.

I'm trying to set the [URL] to a variable that I can use in my script.

What is the variable of [URL] if I set the download manager like you say?
by jayjaygibbs
Thu Nov 12, 2009 8:50 pm
Forum: FlashGot General
Topic: [RESOLVED] Sending URL Variable to Bash Script by FlashGot
Replies: 4
Views: 5270

[RESOLVED] Sending URL Variable to Bash Script by FlashGot

I'm trying to run a simple script from Firefox using Flashgot: #! /bin/bash sp-sc $1 8908 8909 & #TRYING TO SET $1 as URL Variable sleep 5 && vlc http://localhost:8909 I am aware that there are better ways of starting sp-sc but once I can suss this out it will lead to some more useful th...