aar
Цитата:
Настройки - Дополнительно - Горячие кл. - Настройки клавиатуры - Изменить
Поиск по фразе "Plus ctrl". Изменить дейстие на:
Код: Go to page, "javascript:(function(){var hmm=1;if(document.evaluate){var headings = document.evaluate('//*', document, null, XPathResult.ANY_TYPE,null);var thisHeading = headings.iterateNext();while(thisHeading){try{var shoustFontSizeA=parseInt(window.getComputedStyle(thisHeading,null).fontSize);void(thisHeading.style.fontSize=parseInt(shoustFontSizeA+shoustFontSizeB)+'px');}catch(e){} var shoustFontSizeB =hmm; thisHeading=headings.iterateNext(); }}else{var shoustfoo = document.getElementsByTagName('*'); for( var i = shoustfoo.length-1, j; j = shoustfoo[i]; i-- ) { var shoustFontSizeA=parseInt(window.getComputedStyle(j,null).fontSize); var shoustFontSizeB =hmm; void(j.style.fontSize=parseInt(shoustFontSizeA+shoustFontSizeB)+'px')}}})()"
Цитата:
Подскажите, пожалуйста, каким образом можно увеличивать по Ctrl+"+" только текст, исключая графику? Чтобы как в Firefox-е было.
Настройки - Дополнительно - Горячие кл. - Настройки клавиатуры - Изменить
Поиск по фразе "Plus ctrl". Изменить дейстие на:
Код: Go to page, "javascript:(function(){var hmm=1;if(document.evaluate){var headings = document.evaluate('//*', document, null, XPathResult.ANY_TYPE,null);var thisHeading = headings.iterateNext();while(thisHeading){try{var shoustFontSizeA=parseInt(window.getComputedStyle(thisHeading,null).fontSize);void(thisHeading.style.fontSize=parseInt(shoustFontSizeA+shoustFontSizeB)+'px');}catch(e){} var shoustFontSizeB =hmm; thisHeading=headings.iterateNext(); }}else{var shoustfoo = document.getElementsByTagName('*'); for( var i = shoustfoo.length-1, j; j = shoustfoo[i]; i-- ) { var shoustFontSizeA=parseInt(window.getComputedStyle(j,null).fontSize); var shoustFontSizeB =hmm; void(j.style.fontSize=parseInt(shoustFontSizeA+shoustFontSizeB)+'px')}}})()"