English Unreal Software X (Theme)

29 replies
Goto Page
To the start Previous 1 2 Next To the start
22.11.12 05:13:03 pm
Up
SD
User
Offline Off
So I was bored and wasted some of my time to make a new theme for Unreal Software. Extension for Opera is available here. It's already 1.3 version with most of bugs fixed, but still - if you see something weird, drop me a message, I'll see if I can fix that.


By the way, if anyone is experienced with Firefox extensions - message me, so I can publish my extension for Firefox with your help.
edited 1×, last 22.11.12 05:44:45 pm
22.11.12 05:15:10 pm
Up
palomino
User
Offline Off
Good job! Glad you posted it here!
zugcxdxtczgvhioj
22.11.12 05:15:18 pm
Up
0a
User
Offline Off
It's really awesome. Can we change the background image to another one?
22.11.12 05:16:23 pm
Up
SD
User
Offline Off
Well, it's possible with some advanced JavaScript coding which requires more time. If I have any free time I'll probably add some fancy stuff like background swapper.
22.11.12 05:17:57 pm
Up
0a
User
Offline Off
user SD has written:
Well, it's possible with some advanced JavaScript coding which requires more time. If I have any free time I'll probably add some fancy stuff like background swapper.

It would be even better, lad.
22.11.12 05:37:03 pm
Up
Ghost-Rider
BANNED
Offline Off
You are cool SD!
22.11.12 06:04:38 pm
Up
Misho
User
Offline Off
user SD I hope you can make one for Google Chrome.
22.11.12 06:06:26 pm
Up
SD
User
Offline Off
Google asks me to pay 5 dollars or something to publish this to Chrome Web Store. I've already made an extension for Google Chrome and it works, but I cannot publish it.
22.11.12 07:14:38 pm
Up
buraxia3
User
Offline Off
Looks cool and looking forward for Chrome one.
22.11.12 08:42:56 pm
Up
Infinite Rain
Reviewer
Offline Off
That's nice!
Awesome, man! Keep it up!

Waiting for firefox version.
A thousand may fall at your side, ten thousand at your right hand, but it will not come near you. You will only look with your eyes and see the recompense of the wicked. - Psalm 91:7-8 ESV
23.11.12 02:42:28 am
Up
Sparty
Reviewer
Offline Off
and google chrome whats your next theme?
user DC has written:
@user omg: Actually a pretty good idea...
23.11.12 06:44:50 am
Up
EndDead
User
Offline Off
Woh, looks awesome!
But I prefer the old one, I may use that later
Good job
23.11.12 06:11:24 pm
Up
KimKat
GAME BANNED
Offline Off
user SD has written:
Well, it's possible with some advanced JavaScript coding which requires more time. If I have any free time I'll probably add some fancy stuff like background swapper.
I'm quite skilled with JavaScript I could change that in a minute or two. I am experienced with the DOM, so if you want just provide the source code of that page theme then I could create a background changer function in a second. Great theme user SD by the way.

Code:
1
2
3
4
5
6
7
8
function ChangeBG(img){
 if (typeof img === 'undefined') {var img = "http://higgs.rghost.ru/41736844/image.png"} else {var img = img}
 document.body.style.backgroundImage = img; // Your background image here. :)
 return img;
}
// Usage:
// ChangeBG("URL goes here!") it will run the function and change the background image with desired background image.
// ChangeBG() returns the "default image" when function is executed.
If this fails, then I suggest using JQuery it succeeds most of the time.

Code:
$(function () {
     function InstantChangeBG () {
          $('body').css('backgroundImage', 'url(http://mywebsite.com/file.gif)');
     }
});
edited 2×, last 23.11.12 07:57:12 pm
23.11.12 08:02:22 pm
Up
DevGru
User
Offline Off
Can you use Firefox's extension for Tor Browser?
IMG:http://steamsignature.com/status/default/76561198078087837.png
IMG:http://steamsignature.com/AddFriend.png
23.11.12 08:25:49 pm
Up
palomino
User
Offline Off
user DevGru has written:
Can you use Firefox's extension for Tor Browser?

What do you mean?
zugcxdxtczgvhioj
23.11.12 08:30:47 pm
Up
Suprise
BANNED
Offline Off
Very nice..impressive work.
23.11.12 08:44:48 pm
Up
Yates
Reviewer
Offline Off
user DevGru has written:
Can you use Firefox's extension for Tor Browser?

Can you use Google on Internet?
23.11.12 09:15:08 pm
Up
SD
User
Offline Off
@user KimKat:
Thanks for the code, but I meant background swapper as Opera extension. That requires a button, a small menu, some temporary variables. A bit more work is needed.
@user DevGru:
Yes you can, but I haven't made the Firefox extension yet. I need someone who can help me with that.
23.11.12 09:50:20 pm
Up
KimKat
GAME BANNED
Offline Off
I am not very experienced Opera user since I use Mozilla Firefox alot more. However you could try integrating this function into your theme. It's possible to achieve with the somewhat easy-to-use JavaScript library known as JQuery. I don't know how to write Opera extensions, I don't know how they are compiled and so forth. I am confused in that field, so don't invite me to the opera scene lol. I am a Mozilla user, so I'm sorry I just like the Mozilla community. Here's how you can compile scripts for Firefox though.
24.11.12 03:00:35 am
Up
SD
User
Offline Off
Talking about Opera extensions - if I have any time, I'll add a button which opens a menu where you can turn it on/off and change background to custom one. About Firefox, you gave me a simple compiler - are there any good instructions? Like how to integrate a button into Firefox bar, how extensions are packed, stuff like that. I searched but could not find anything - Opera seems to be more friendly to developers
To the start Previous 1 2 Next To the start