没有样式就是最好的样式

Archive for April, 2005


opera 技巧

Apr 30, 2005 Author: | Filed under: Uncategorized

Surf in fullscreen

linux 下似乎有所不同。

Opera’s keyboard shortcuts come really handy when you are using fullscreen mode (F11). You can hide/show the address bar (Ctrl F8), panels (F4) and scroll bar (Ctrl F7).

Fastforward (Shift Z) and Rewind (Shift X) are a blessing when you are reading forums in fullscreen. If you accidentally close your only active window (when you thought you closed a page that had opened in new window) just press Ctrl Z to recover it.

BTW:opera 8 在我的 debian scim 输入法有问题。选自的时候,用空格或者回车都不行,而需要鼠标点击一下,英文没问题,郁闷。而且还会出现无法输入任何字符(包括英文)的情况。(必须这段文字,我就敲的很痛苦…)

Toggle Flash On/Off using User CSS

To allow Flash to be toggled on/off, you can use a user CSS file to convert flash embeds into text entries. See OperaUserCSS for how to install this, the contents of the CSS file would be:

embed[type="application/x-shockwave-flash"] {content:”Flash”; outline: 1px dotted gray; color: #DD0000; background: black}

Improving the Default Wrapping for Text Files

Arve has a nice CSS addition to allow text files to wrap if they do not have explicit line feeds. He suggests adding the following to browser.css (Opera V7.5+ only):

@media projection {

body > pre:first-child {

font-weight: bold;

font-size: 1.3em;

padding: 1em;

margin-left: auto;

margin-right: auto;

border: 2px solid #ccc;

}

}

body > pre:first-child {

white-space: -o-pre-wrap;

max-width: 76ex;

}

This makes it apply to ALL pages (even HTML pages if pre is the first child of body - which is however very rare). If you want to be able to selectively toggle it, then simply make it a user style-sheet instead; see OperaUserCSS for details on how.

Save images quickly

You can save any image to disc by ctrl+clicking it.

Create a desktop URL shortcut

If you want to create a desktop shortcut to a website, this is possible. Resize the Opera window so (a part of) your desktop is visible, and drag the icon left of the URL in the addressbar to your desktop.

A URL shortcut pointing to the page will be created.

You can also manually create a URL shortcut anywhere you like: just create a normal shortcut in Windows, but instead of putting in a file path, paste the URL.

Fix word breaking done with

Author: DarkElf

The tag is not supported by Opera, but is used by some people and page management systems to break up long strings. You can make this tag work for you by adding the following to your UserStyleSheet:

/* Fix : this enters a soft hyphen after any occurance

of this tag. */

wbr:after {

content: “0AD”;

}

A soft hyphen is normally invisible, but will show if the string it occurs in is too wide: then it is identical in appearance to the normal hyphen (-).

Stop

Author: DarkElf

You can prevent blinking done with the tag by adding the following to your UserStyleSheet:

/* Prevent blinking */

blink, .blink {

text-decoration : inherit !important;

}

Also, here’s a JavaScript bookmarklet to accomplish nearly the same thing:

javascript:var b=document.getElementsByTagName(”blink”);for(var j=0;j

Stop

Authors: TheElektrans

Opera 7.20 added support for animated (scrolling) text done with . You can disable this by using what is probably a bug in Opera, by adding the following to your UserStyleSheet:

/* Disable marquee: this exploits what is probably a bug */

marquee {

display : table-row !important;

font-size : 1em !important;

}

Also, here’s a JavaScript bookmarklet to accomplish nearly the same thing:

javascript:var m=document.getElementsByTagName(”marquee”);for(var j=0;j%lt;m.length;j++) m[j].style.display=”table-row”;if (m.length) return false;

More stuff at:

http://nontroppo.org/wiki/OperaTips

Can I have a right-click “Delete entire cache” menu item?

Yes. Find and open menu.ini and add

Item, 54493 = Delete private data

to the [Browser File Menu] section right under

Submenu, 162000, Quick Preferences Menu = Show popup menu, “Quick Preferences Menu”

Item, 50394 = Show preferences, -1

[Edit on 2005-5-28 12:19:31 By guoshuang]

guoshuang search

Apr 30, 2005 Author: | Filed under: Uncategorized

search guoshuang

中文关键字暂时有问题…

[Edit on 2005-5-12 14:21:34 By guoshuang]

opera button for 365key and igooi

Apr 29, 2005 Author: | Filed under: Uncategorized

在 opera(>7.5) 中拖动(按住左键以后垂直拖动…)按钮到工具栏即可。大致效果如图(不是很熟悉linux 下的 gimp,所以有点粗糙..)

subscribe to 365key

subscribe to igooi

opera 相关资料

Apr 29, 2005 Author: | Filed under: Uncategorized

1、我想把百度贴吧和百度新闻去掉,应该怎样改?

2、那条横线是哪个代码控制的呢?

找找Opera search.ini editor或者手改profiles文件夹下的search.ini

1. 删除百度贴吧和百度新闻(Search Engine 4和5段落),然后修改Search Engine序号.

2. Has endseparator=0 无横线

Has endseparator=-1 横线

请教怎么快速关闭所有窗口?

右键点页面标签

opera 自定义按钮!!!还有方法说明等。

http://nontroppo.org/wiki/CustomButtons

http://nontroppo.org/wiki/AllActions

http://people.opera.com/rijk/opera/dndbuttons.html

*** http://nontroppo.org/tools/buttonmaker/

有没有办法在页面上的右键菜单新增一个菜单项:使用IE打开此页?

因为某些页面OPERA还不能很好的支持。。。更进一步的说,能不能使用任意程序处理该页?

以前的帖子里有详细的。

在Operadefaultsstandard_menu.ini

找到

[Link Popup Menu]

Item, 67389 = Open link

Item, 53018 = Open link in new page

Item, 53019 = Open link in background page

——————–1

Item, 54020 = Open link in new window

Item, 67633 = Open link in background window

下面加一行

Item, “Open in IE” = Execute program, “iexplore”,”%l”

——————–2

code:

[Document Popup Menu]

Item, “Open in IE”=”Execute program, “C:Program Filesinternet exploreriexplore.exe”,”%u”"

open in IE

opera skin

Apr 29, 2005 Author: | Filed under: Uncategorized

看到 popoever也在那里叫嚣…

下载 opera m2 skin

来自:

http://my.opera.com/forums/showthread.php?s=960c2b1a38b9201cf7de5d81c0e30101&threadid=87955

相关资料:

我喜欢的opera皮肤

opera 常用资源

firefox 调整 searchbar 宽度

Apr 29, 2005 Author: | Filed under: Uncategorized

userChrome.css

/* Make the Search box wider */

..searchbar-textbox {

width: 18em !important;

}