Linux 14.983 Themen, 106.385 Beiträge

Mehr Speed für Phoenix

FreddyK. / 2 Antworten / Flachansicht Nickles

So geh es:

3 Dateien:

1.

Datei user.js


Inhalt:

user_pref("capability.policy.default.Window.onunload", "noAccess");
user_pref("browser.block.target_new_window", true);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.pipelining.maxrequests", 200);
user_pref("intl.accept_languages", "de-de, de, de-at, en, en-us");
user_pref("network.http.max-connections", 200);
user_pref("network.http.max-connections-per-server", 50);
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);



Datei userChrome.css

Inhalt:


/* Make the Search box flex wider */
#search-container {
-moz-box-flex: 400 !important;
}




Datei userContent.css


Inhalt:


/* override color: -moz-Fieldtext; background-color: -moz-Field;
when the Windows color scheme is set to white text on dark background */
input,
textarea,
select {
color: black;
background-color: white;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
color: black !important;
background-color: rgb(212,208,200);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
}

/* Hide Banner Ads */
/* Yahoo is such a pain in the ass */
table[border="0"] table[width="425"],
table[border="0"] td[width="300"],
table[border="0"] td[height="90"],
table[border="0"][width="728"],
*[src*="/ad/"],
*[src*="/ad."],
*[src*="/ads/"],
*[src*="/ads."],
*[src*="/adx/"],
*[src*="advert"],
*[src*="atdmt"],
*[src*="banner"],
*[src*="bluestreak"],
*[src*="salon.com/Creatives/"],
*[src*="doubleclick"],
*[src*="pointroll"],
*[src*="sponsors"],
*[src*="us.a1.yimg.com"],
*[width="0"][height="0"],
*[width="1"][height="1"],
*[width="120"][height="60"],
*[width="120"][height="600"],
*[width="120"][height="800"],
*[width="140"][height="800"],
*[width="150"][height="70"],
*[width="160"][height="60"],
*[width="160"][height="600"],
*[width="184"][height="90"],
*[width="200"][height="23"],
*[width="234"][height="60"],
*[width="237"][height="90"],
*[width="300"][height="250"],
*[width="336"][height="280"],
*[width="338"][height="282"],
*[width="342"][height="286"],
*[width="425"][height="600"],
*[width="468"][height="60"],
*[width="500"][height="62"],
*[width="600"][height="30"],
*[width="728"][height="90"],
*[width="728"][height="105"],
*[type="application/x-shockwave-flash"] {
display: none;
visibility: hidden;
}

a:hover {
cursor: pointer !important;
}

/* ZDNet\'s font is too small */
div.a2, span.a2 {
font-size: 15px !important;
}

Dieser Beitrag wurde unter Debian GNU/Linux 7.1 Wheezy verbrochen. https://de.wikipedia.org/wiki/Vorratsdatenspeicherung
bei Antwort benachrichtigen
Bundeskanzler FreddyK. „Mehr Speed für Phoenix“
Optionen

Cool, bookmarked.
Wo hast du das her, und kannst du erklären, warum Phoenix damit schneller wird?

Bk

bei Antwort benachrichtigen