3, Robert"; DROP TABLE *; –
The worst kind of an Internet-herpaderp. Internet-urpo pahimmasta päästä.
3, Robert"; DROP TABLE *; –
I can’t believe the amount of hot singles in %LOCATION_NAME% near me!
oh, I’ve been wondering about this, as I’ve had occasional youtube-video just enter the infinite buffering. Oddly it has only happened on linux o_O
it’s like that friends -meme: “repeat after me: discord is not the place for documentation/wiki/distribution”, and joey goes “discord is the place for documentation/wiki/distribution”.
just… bookmark folder? menu -> bookmarks -> “…” on the bookmark folder you want -> open all in private tabs?
That’s probably the thing. My videos are in finnish, with quite a bit of background speech in english (long story short: they’re letsplays). Could be that the auto-transcription can’t quite parse the random mix of finnish and english. I’ve mostly seen some odd videotitles translated to finnish, and tbh, they are so wildly confusing to me. I almost skipped a video from one of my fav. creators due to the title as I wasn’t expecting it.
(the creator may have to enable this, not sure).
afaik not an option for creators, OR it isn’t an option for me/my videos.
if firefox is the default browser, I guess just start "" "https://your.url.here.foo"
, as per https://superuser.com/a/36730
otherwise, I guess you could just cd to firefox’s directory and do the same firefox.exe urlhere
as for specific window… yea that might be tad hard. https://wiki.mozilla.org/Firefox/CommandLineOptions doesn’t seem to have any way to indicate any specific instance/window from cli.
could be firefox handles those internally, kinda seems like urls open up in the window which was last active. So… I guess you could start the script by starting firefox with --new-instance
or --new-window
, and patiently wait until urls are open? I guess.
Assuming you know what you’re doing, maybe some script? At least on linux something like this seems to work:
#!/bin/bash
urls_file="${HOME}/path/to/url_list.txt";
sleep_time=1;
while read -r line;
do
firefox "${line}";
sleep ${sleep_time};
done < "${urls_file}";
edit: heh, tried to delete this as irrelevant, as I entirely missed the clipboard & requirement for a button IN firefox… but it didn’t really delete it seems. Oh well, leaving this in for laughs.
Anyhoo, if you need to speed up/throttle the link opening somehow, maybe add some incremental counter there and skip sleeping if counter < 10 or whatever.
when the company as allocated at most 5 seconds per delivery and you’ve already spent 3, reading instructions is not going to happen. Gotta go fast
menu -> print -> “save as pdf”? seems to be there just like it’s on desktop version
ctrl+(shift)+tab to next/prev tab? I don’t think there’s any direct shortcut to go to eg. tab 34.
basically nothing/same “command not found”.
“fewer” doesn’t have execute rights, nor does the next command use the fewer in current directory. But, taking all that into account and “doing it right…ish”:
$ touch fewer
$ chmod +x fewer
$ ./fewer .bashrc
#it outputs nothing, it's an empty script
[malix@derp ~]$ fewer .bashrc
bash: fewer: command not found
:(
deleted by creator
I know it’s a circumvention of the issue, and at times annoying, but you can add
-site:reddit.com
to the search to rule out a site, iirc