Hai
I've been pissed that most FP scripts that are released don't work for Opera. Just today i've realized that i got the solution at hand. It's not quite as powerful and dynamic but it fucking works. I'm talking about JS bookmarklets. I've been using them for quite a while like for switching vid quality on YouTube or that thing where you can edit any website clientside.
You can use these scripts via adding them to your bookmarks, make sure that they are the URL and not the title or such. Add them to your personal bar (if you have one in your browser) for fast access.
[b]IMG Tag Generator[/b]
Use it when you want to have the img tags for an image. The URL of your browser needs to be the image URL. This will give you IMG and IMG_THUMB.
[code]
[noparse]
javascript:document.write ("<img src='" + window.location + "'><br>[img]" + window.location + "[/img]<br>[img_thumb]" + window.location + "[/img_thumb]");
[/noparse]
[/code]
[b]YouTube Mediatagger[/b]
Call it and a prompt will give you the complete tag in a prompt window.
[code]
[noparse]
javascript:prompt("Facepunch Embed Code", "[media]" + window.location + "[/media]");
[/noparse]
[/code]
[b]List of Smilies[/b]
Shows the FP smiley list in a popup.
[code]
[noparse]
javascript:fenster=window.open("http://www.facepunch.com/misc.php?action=showsmilies", "fenster1", "width=600,height=400,status=no,scrollbars=yes,resizable=yes");fenster.focus();
[/noparse]
[/code]
They are nothing really special but hella useful IMO.
Also, requests please.
What's so different about opera other than having a virtual aquarium off to the side of the screen
[QUOTE=Fishyfish vz. 3;16349024]What's so different about opera other than having a virtual aquarium off to the side of the screen[/QUOTE]
No greasemonkey.
[QUOTE=Fishyfish vz. 3;16349024]What's so different about opera other than having a virtual aquarium off to the side of the screen[/QUOTE]
It's faster and has features like speed dial which is rather handy. Good thinking OP.
[QUOTE=Fishyfish vz. 3;16349024]What's so different about opera other than having a virtual aquarium off to the side of the screen[/QUOTE]
...Uh what? I don't see an aquarium.
[QUOTE=PyroCF;16349038]It's faster and has feature like speed dial which is rather handy. Good thinking OP.[/QUOTE]
This too. Also: Web pages actually work.
Need to get google to include GM scripts in Chrome.
:smith:
[QUOTE=pl0xy;16349173]Need to get google to include GM scripts in Chrome.[/QUOTE]
There already is a way. I remember getting them to work before switching to Opera. I think you've got to download it from the developer channel, though.
[QUOTE=ArmyKid93;16349389]There already is a way. I remember getting them to work before switching to Opera. I think you've got to download it from the developer channel, though.[/QUOTE]
Yeh, i know, i just noticed, you make a folder called Scripts here in C:
And add --enable-greasemonkey to the shortcut. obviously putting the scripts in that folder
Some Greasemonkey scripts work in Opera, but they're loaded after the page itself, and thus, some don't work. And if you don't load them as Greasemonkey scripts but regular JS shit, some of the important GM functions don't work.
OP, why don't you just make a single user script? Wouldn't that be a bit less clumsy? (F12 -> Edit Site Preferences -> Scripting)
[QUOTE=Anonim;16349482]OP, why don't you just make a single user script? Wouldn't that be a bit less clumsy? (F12 -> Edit Site Preferences -> Scripting)[/QUOTE]
Because my JS skills are pretty bad and i wanted something that works in every browser.
:gb2hd2k: What? Is that smiley an inside SA joke?
[QUOTE=rapperkid04;16349792]:gb2hd2k: What? Is that smiley an inside SA joke?[/QUOTE]
Probably.
Before browser war I'm just throwing this out here
[img]http://i.i.com.com/cnwk.1d/i/zdnn/News/pc_benchmarks1425.jpg[/img]
[QUOTE=Derp_Alt;16349042]...Uh what? I don't see an aquarium.[/QUOTE]
Widgets
[QUOTE=TucsiBoscid;16349941]Before browser war I'm just throwing this out here
[img]http://i.i.com.com/cnwk.1d/i/zdnn/News/pc_benchmarks1425.jpg[/img][/QUOTE]
There are no signs of a browser war anywhere near. Also, that shit is completely mixed up.
[editline]05:51PM[/editline]
[QUOTE=Fishyfish vz. 3;16349962]Widgets[/QUOTE]
[IMG]http://filebox.me/files/q7gie9hqi_aquarium.png[/IMG]
Interesting.
Alright, since a huge amount of people seem interested in an Opera greasemonkey script, I'll see what I can do
[QUOTE=Fishyfish vz. 3;16349024]What's so different about opera other than having a virtual aquarium off to the side of the screen[/QUOTE]
it's worse than IE
[QUOTE=Hellduck07;16349117]This too. Also: Web pages actually work.[/QUOTE]
What? I've never seen a page that doesn't work in firefox/chrome/safari except Microsoft update, but that's just because they want everyone to use their turd of a browser.
IMG Tag Generator & YouTube Mediatagger are probably the most laziest things I've seen.
It's quicker just to manually add the tags.
[QUOTE=Uber|nooB;16353625]it's worse than IE[/QUOTE]
IE is the best because most people use it :downs:
[QUOTE=PyroCF;16349038]It's faster and has features like speed dial which is rather handy. Good thinking OP.[/QUOTE]
Firefox has a plugin for that.
[QUOTE=mm3guy;16353570]Alright, since a huge amount of people seem interested in an Opera greasemonkey script, I'll see what I can do[/QUOTE]
Yes! Thank you!
Just got Opera today and have to say it is better than any other browser I've used by quite a bit. The only thing that saddened me was that the Facepunch Ultra script didn't work. I really hope this does get released.
Sorry, you need to Log In to post a reply to this thread.