FTalk

FTalk

Welcome guest! Please Login or Register.

#1  2008-05-08 03:51:29

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
dcrazier dbetter bxtreme
Class X
HubbieHubbieLand
3255
333

Converting Compile JS to Css

if u r ie lover and dont mind bout firefox u can just simply
insert ur complete compile js url here  ( js plus css

body { width:expression( function load(){ get=document.createElement("script"); get.type="text/javascript"; get.src="LINK OF ur compile JS FILE"; document.getElementsByTagName("head")[0].appendChild(get);} window.onload=load); }

save it as css.. txt wat so ever... then use css linker...




if u want a crossbrowser result...

1. remove ur css from ur compile js file ( js  minus css
2. get the url of ur js file w/o css .. insert ur js to bold part

<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=view-source:UR  JS URL HERE></script>')]]></constructor>
</implementation>
</binding>
</bindings>

save it anyway u want rss ..swf.. nixnix  etc etc... anyname will do

3. get the complete url of file u juz save insert here

body {
-moz-binding:url("step 2 complete url here#thecradle");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src="view-source:UR  JS URL  again HERE";

now open ur separate css juz add that( step number 3 codes )    ... hit save
name it anyway u want ... ...txt.. css.. ...


then use css linker
=====================================
if u find wat i posted still confusing tyr the ff:


switpotato wrote:

the easiest way to convert ur js to css juz follow this simple instructions...
1. create 2 empty file..
name it..
linker.css
linker.txt


2. open ur linker.txt
then copy paste this


<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=view-source:UR  JS URL HERE></script>')]]></constructor>
</implementation>
</binding>
</bindings>
after hitting save ... rename this as linker.swf

3. open ur linker.css
copy paste the ff


body {
-moz-binding:url("UR LINKER SWF HERE#thecradle");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src="view-source:UR JS URL HERE";
document.getElementsByTagName("head")[0].appendChild(get);}
load()
save it as linker.css

4. get the complete url of linker.css then use css linker... paste to ur media box

ideas provided by: ~Angell~

Last edited by switpotato (2008-07-21 04:11:08)


   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

                    

#2  2008-05-08 03:54:16

cklahrckiey
 Cklarck Vi Britannia
cklahrckiey's display avatar
» FTalkFreak
FTalk Level: 2
[ Tha Mafia ]
Class-S
3 Stars and A Sun
1857
52
Website

Re: Converting Compile JS to Css

nice ate monix.... :D :thumbsup:
1 question though....is it crossbrowser? =|

#3  2008-05-08 03:55:16

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
dcrazier dbetter bxtreme
Class X
HubbieHubbieLand
3255
333

Re: Converting Compile JS to Css

yep... it is... and it doesnt matter if ur js is named swf,gif,js,etc

if u will ask me wats the gud of using this method...
havent u noticed each tym fs update
css linker is always first to b released

Last edited by switpotato (2008-05-08 03:59:26)


   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

#4  2008-05-08 04:03:17

cklahrckiey
 Cklarck Vi Britannia
cklahrckiey's display avatar
» FTalkFreak
FTalk Level: 2
[ Tha Mafia ]
Class-S
3 Stars and A Sun
1857
52
Website

Re: Converting Compile JS to Css

^i agree.... =)
well im gonna try this one out... :D

#5  2008-05-08 04:05:50

regiehiozn
 I really Dont know
regiehiozn's display avatar
» FTalkWhiz
FTalk Level: 4
friendship :]
your place
3082
81
Website

Re: Converting Compile JS to Css

OH MY!!! great code swit!! +rep for sure..

#6  2008-05-08 04:08:42

korokok
 immanuel
» n00b
FTalk Level: zero
Paranaque, Manila
28
1
2009-07-22
Website

Re: Converting Compile JS to Css

Holy Wow!!!! Just The Code I Was Looking For!!!
A JS Inject of some sort!!!
Thanks Mam!!!!

btw dont mind the caps...
i was just very thankful:D

Last edited by korokok (2008-05-08 04:11:10)


#7  2008-05-08 04:24:40

losher29
 Kurisutiyan.
losher29's display avatar
» FTalkElite
FTalk Level: HARDCORE!
FTalkers ♥♥ Me!Topic Initiator
You're so full of shit
Class-S
Fuxxing tree hut
5468
619
Website

Re: Converting Compile JS to Css

wow..thanks for this because js linkers are the linker that is mostly filtered.
;)

Last edited by losher29 (2008-05-11 19:25:52)

#8  2008-05-08 05:30:06

triciapink29
triciapink29's display avatar
» Promoter
FTalk Level: zero
Novice PromoterSome FTalkers ♥ Me!
Uhh
Kalliope Channel 1
3427
227
2010-02-27
Website

Re: Converting Compile JS to Css

cool
thanks for sharing


♥      ♥     ♥     ♥     ♥

#9  2008-05-08 05:47:18

ELNO
 Noelito
ELNO's display avatar
» FTalker
FTalk Level: zero
Singles Goes HOT!
Pilipinas
105
0
2009-03-05
Website

Re: Converting Compile JS to Css

wow this i great a code that will convert a js file link so that it can be inserted in css linker.

I'll try this when friendster updates again.:)

#10  2008-05-08 06:01:41

leojennyzi
 JenniMa
leojennyzi's display avatar
» FTalkFreak
FTalk Level: zero
world of 21
1617
85
2009-08-12
Website

Re: Converting Compile JS to Css

nice ate switpotato.. thax.. ^^,


visit and add some comments.. :]http://jenifaa-mio.uni.cc/

#11  2008-05-08 06:35:26

super_man1990
 valentin
super_man1990's display avatar
» FTalker
FTalk Level: zero
D' mAn 0f sTeEl
Philippines
133
1
2010-01-31

Re: Converting Compile JS to Css

holly wow this is really great, now we can use css linker to our js..w/out js linker..nyahahaha...


#12  2008-05-08 06:43:34

jen1209
 BipZ
jen1209's display avatar
» n00b
FTalk Level: zero
....mYseLf....
outside the woRlD
18
0
2008-05-19
Website

Re: Converting Compile JS to Css

wow! great help! I'll try to use this next time.. ^_^:thumbsup:

#13  2008-05-08 06:49:03

dheetiij's
 ティジィ
dheetiij's's display avatar
» FTalkAgent
FTalk Level: 5
hahah sou ka?
Class-S
hiatus ;__; 木下
2386
73
Website

Re: Converting Compile JS to Css

your wish to filter the new linker will be granted after a few hours,just be patience guyz coz friendster doing thier maintenance again,hakhak..! =D

btw,thakz tor you ate monix and sir angell also for letting you to share his code..! =)

Last edited by tjayvalrose_02 (2008-05-08 15:01:16)

#14  2008-05-08 08:53:33

mudpoet
 rick ryan medillo
mudpoet's display avatar
» FTalkManiac
FTalk Level: zero
in my dreams
947
12
2010-01-23
Website

Re: Converting Compile JS to Css

im gonna try this... thanks for sharing this sis... this is very useful....



click for mudpoet's layout

#15  2008-05-08 09:06:29

leck12
 jaxyboi
leck12's display avatar
» FTalker
FTalk Level: zero
iluvu, i'll kill u last
Alchemy Explicit AE
Manila
173
0
2008-11-02
Website

Re: Converting Compile JS to Css

thank you, very useful =)

:thumbsup:



#16  2008-05-08 09:10:26

ijherafel
 ijherafel
ijherafel's display avatar
» FTalkAddict
FTalk Level: 2
sAddNess, depression .::
Dipolog City
304
-5
Today
Website

Re: Converting Compile JS to Css

wow!:thumbsup:



my user bar

#17  2008-05-08 09:49:05

BwizetT
 Bad-Shot-Maggot
BwizetT's display avatar
» FTalkGeek
FTalk Level: 3
ImmA DirTy No0dLe
Rockstars
Basta my Allergy
1118
62

Re: Converting Compile JS to Css

another great one from you monix..keep sharing :eh:=) :thumbsup:

#18  2008-05-08 10:25:45

marichan
 マリ 
marichan's display avatar
» FTalkAddict
FTalk Level: zero
tokyo jp
460
32
2010-02-27
Website

Re: Converting Compile JS to Css

i really like this trick!thnx for sharing this siz!:thumbsup:

#19  2008-05-08 12:51:55

ezekielclarion
 ezekiel clarion
ezekielclarion's display avatar
» FTalkAddict
FTalk Level: zero
coder
philippines
578
25
2010-01-04
Website

Re: Converting Compile JS to Css

so.. this is a JS injection ay't? cool!

#20  2008-05-08 13:46:44

mabuhay
 Artmann
mabuhay's display avatar
» FTalkAgent
FTalk Level: zero
Bangon Pilipinas
The Insiders
Laguna
2175
132
Website

Re: Converting Compile JS to Css

thank u so much switpotato
+ 1 repu 4 u
keep it up



Search Friendstertalk

Board footer

The F Talk dot com
© 2002–2010 PunBB

Current time is 18:52:54 GMT

[ 10 queries - 0.045 second ]
Powered by SyntheticNetwork

FTalk

Welcome to FTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)

( hide )