|
| 01 Dec 2011 05:05 PM |
Lets put that into action For this horrible new background
I can't script an extension for chrome but I could make the changeable backgrounds or a default one in inkscape.
And look I used good spelling and capitalization just for you guys <3
☢ИINJΛ OF ШΛR - СOMBΛT GΣИERΛTION - ΛMЯOS FOR ΛDMÎRΛL☢ |
|
|
| Report Abuse |
|
|
|
| 01 Dec 2011 05:08 PM |
what
who
when
where
why
Love and despair ~ getting 3k posts by sunday |
|
|
| Report Abuse |
|
|
|
| 01 Dec 2011 05:08 PM |
| http://www.roblox.com/-item?id=62629611 |
|
|
| Report Abuse |
|
|
| |
|
|
| 01 Dec 2011 05:13 PM |
I don't know how to find the thread But basically we wanted to make a chrome extension that replaces the background image and allows players to put in their own URL of the image they want instead.
Because the last holiday background was just one image, not the repeating background. And I know some html and I just realized this background is repeating D:
☢ИINJΛ OF ШΛR - СOMBΛT GΣИERΛTION - ΛMЯOS FOR ΛDMÎRΛL☢ |
|
|
| Report Abuse |
|
|
|
| 01 Dec 2011 05:14 PM |
| http://www.roblox.com/--item?id=62629611 |
|
|
| Report Abuse |
|
|
|
| 01 Dec 2011 05:18 PM |
Good for you hero.
☢ИINJΛ OF ШΛR - СOMBΛT GΣИERΛTION - ΛMЯOS FOR ΛDMÎRΛL☢ |
|
|
| Report Abuse |
|
|
NXTBoy
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 4533 |
|
|
| 01 Dec 2011 05:41 PM |
Not worth it:
javascript:$('body').css('background', ''); void 0
Type that in your URL bar. Voila. |
|
|
| Report Abuse |
|
|
NXTBoy
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 4533 |
|
|
| 01 Dec 2011 05:42 PM |
This actually works:
$('body').css('background', 'black') |
|
|
| Report Abuse |
|
|
|
| 01 Dec 2011 05:58 PM |
:O
☢ИINJΛ OF ШΛR - СOMBΛT GΣИERΛTION - ΛMЯOS FOR ΛDMÎRΛL☢ |
|
|
| Report Abuse |
|
|
geicogeko
|
  |
| Joined: 27 Apr 2010 |
| Total Posts: 2727 |
|
| |
|
mew903
|
  |
| Joined: 03 Aug 2008 |
| Total Posts: 22071 |
|
|
| 01 Dec 2011 06:21 PM |
| @NXT, what would I do if I wanted, for say, an image to be my background? |
|
|
| Report Abuse |
|
|
|
| 01 Dec 2011 06:46 PM |
@mew903
Something like this:
$('body').css('background-image:url("imageidHERE"),'');void 0;
I don't know if that will work....But just to try. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
NXTBoy
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 4533 |
|
|
| 02 Dec 2011 05:53 PM |
Wrong. You want:
$('body').css('background-image', 'url(image-url-here)'); void 0; |
|
|
| Report Abuse |
|
|
|
| 02 Dec 2011 09:19 PM |
@NXTBoy
Yeah...I kept thinking of plain old HTML syntax then Jquery syntax or whatever that is. That's pretty cool though.... |
|
|
| Report Abuse |
|
|