Sonstiges > Offtopic
Tipp zum Firefox
TMC:
Firetune kennt wohl auch jeder? http://www.totalidea.com/
Noch was ohne Extension:
Disable Other JavaScript Window Features
Firefox has a few options that allow you to decide what scripts can and can not do with windows. These options are available from Tools > Options > Web Features > Advanced. However, this list of options doesn't cover them all. There are some other useful options which can be applied by adding the following code to your user.js file:
--- Code: ---// More DOM/JavaScript options
// Make sure all pop-up windows are resizable:
user_pref("dom.disable_window_open_feature.resizable", true);
// Make sure all pop-up windows are minimizable:
user_pref("dom.disable_window_open_feature.minimizable", true);
// Always display the menu in pop-up windows:
user_pref("dom.disable_window_open_feature.menubar", true);
// Always display the Navigation Toolbar in pop-up windows:
user_pref("dom.disable_window_open_feature.location", true);
// Prevent sites from disabling scrollbars:
user_pref("dom.disable_window_open_feature.scrollbars", true);
--- Ende Code ---
dh-paule:
hey.... das "ResizeTextArea" ist ja auch Klasse :o ;)
elajen:
cool die "ResizeTextArea". Danke für den Tipp!
Gruß von Ekki
DaWutz:
Japp, Danke!
Grade in Foren etc. ist das ein wirklich klasse Feature!
Navigation
[0] Themen-Index
[*] Vorherige Sete
Zur normalen Ansicht wechseln