Discussion Forums > Technology

Need Addon to Change Sites

(1/2) > >>

Meomix:
Is there a google chrome addon that can change the state of websites, like if a certain box on on the page is too small i can configure the addon to make the box a fixed width.

Mcgreag:
For Firefox Greasemonkey could probably do something like that (but you need to know javascript and CSS to do it). Not sure if Google Chrome has anything similar, from what I understand Chrome is really behind in the addon department.

kureshii:
Chrome already supports some scripting features (quite a few greasemonkey scripts work with it). Google for details.

Sosseres:
http://www.chromeboard.com/showpost.php?s=2e06fd36ff96eaeeadeee449c002da82&p=60873&postcount=8

Seems to be a solution. Not a chrome user so can't test.

Meomix:

--- Quote from: Sosseres on November 07, 2010, 08:27:09 AM ---http://www.chromeboard.com/showpost.php?s=2e06fd36ff96eaeeadeee449c002da82&p=60873&postcount=8

Seems to be a solution. Not a chrome user so can't test.

--- End quote ---

It workkkkkkkkeeeeeeee eeeeeeeddddddd!!!!!!!!!!!!!!!!!!!!!!!! Woooo! After something like two hours i finally found the code.

body {
margin: 0px;
margin-top: 0px;
margin-right: -21px;
margin-bottom: 0px;
margin-left: -21px;
padding-top: 12px;
padding-right: 30px;
padding-bottom: 4px;
padding-left: 30px;
}

.smalltext {
font-family: verdana, sans-serif;
font-size: x-small;
width: 150px;
margin-left: none;
}

But the page returns back to normal when i do a refresh, how do i stop that.

Navigation

[0] Message Index

[#] Next page

Go to full version