Editing
CopyURL
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<< [[MozillaFirefox]] {{Right| hedding=版本資訊 | text= * [http://planetoid.info/weblog/2006/11/06/000653.html Unofficial CopyURL+ 1.3.3] * [[MozillaFirefox|Firefox]]/1.5.0.8, 2.0}} CopyURL+可以快速複製貼上網頁標題、網址以及目前的時間。(extension of Firefox) 詳細說明: * 網路資料APA格式的輔助工具: [http://planetoid.info/weblog/2004/12/09/000503.html Copy URL+]與[http://planetoid.info/weblog/2006/01/07/000531.html 調整時間樣式] * [[Comparison of Firefox extensions: CopyURL, CoLT, MakeLink|比較類似擴充套件: CopyURL, CoLT, MakeLink]] the following is my user.js No.0: 預設值 * Copy URL + Title:網頁標題 (斷行) 網頁網址 * (選取某段文字,才會出現) Copy URL + Selection * (選取某段文字,才會出現) Copy URL + Title + Selection No.1: Copy URL (APA Style alike): 網路資料APA格式 user_pref('copyurlplus.menus.1.label', 'Copy URL (APA Style alike)'); user_pref('copyurlplus.menus.1.copy', 'Author (). %TITLE%. Retrieved %LOCAL_TIME%, from %URL%'); No.2: Copy Title + URL (without br): 網頁標題 網頁網址 (未斷行) user_pref('copyurlplus.menus.2.label', 'Copy Title + URL (No wrap text)'); user_pref('copyurlplus.menus.2.copy', '%TITLE% %URL%'); No.3: Copy Selection+ URL: 選取區域 網頁網址 (未斷行) user_pref('copyurlplus.menus.3.label', 'Copy Sel+ URL'); user_pref('copyurlplus.menus.3.copy', '%SEL% %URL%'); No.4: Copy Selection+ Title + URL: 選取區域 + [網頁標題] (未斷行) 。由於有些網頁標題僅有網站名稱,所以加上選取區域來說明網頁,會更清楚。 user_pref('copyurlplus.menus.4.label', 'Copy Sel+ [Title]'); user_pref('copyurlplus.menus.4.copy', '%SEL%[%TITLE%]'); No.5: Copy Selection+ Title + URL: 選取區域 + [網頁標題] + 網頁網址 (未斷行) 。 user_pref('copyurlplus.menus.5.label', 'Copy Sel+ [Title] + URL'); user_pref('copyurlplus.menus.5.copy', '%SEL%[%TITLE%] %URL%'); No.6: HTML: Copy URL + Title + Sel (as Tooltip) + (visit date): html語法,將選取區域作為Tooltip,並以新視窗方式開啟網址 user_pref('copyurlplus.menus.6.label', 'HTML: Copy URL + Title + Sel (as Tooltip)'); user_pref('copyurlplus.menus.6.copy', '<a href="%URL%" title="%SEL%" target="_blank">%TITLE%</a>(last visited: %LOCAL_TIME%)'); No.7: HTML: Copy URL + Title (as Tooltip) + (visit date): html語法,將網頁標題作為Tooltip,並以新視窗方式開啟網址 user_pref('copyurlplus.menus.7.label', 'HTML: Copy URL + Title (as Tooltip) + (visit date)'); user_pref('copyurlplus.menus.7.copy', '<a href="%URL%" title="%TITLE%" target="_blank">%TITLE%</a>(last visited: %LOCAL_TIME%)'); No.8: BB Code: 常用於論壇程式的簡易HTML語法,詳見[http://www.storynest.com/boards/faq.php?page=misc#1 BB code是什麼?] user_pref('copyurlplus.menus.8.label', 'BB code'); user_pref('copyurlplus.menus.8.copy', '[url=%URL%]%TITLE%[/url]'); No.9: Wiki語法: 網頁標題作為連結的文字 user_pref('copyurlplus.menus.9.label', 'Wiki: Copy [URL Title]'); user_pref('copyurlplus.menus.9.copy', '[%URL% %TITLE%]'); No.10: Wiki語法: 網頁標題作為連結的文字 + 網頁瀏覽時間 user_pref('copyurlplus.menus.10.label', 'Wiki: Copy [URL Title] + (visit date)'); user_pref('copyurlplus.menus.10.copy', '[%URL% %TITLE%] (last visited: %LOCAL_TIME%)'); No.11: Wiki語法: 將選擇區域的文字作為連結的文字 + 網頁瀏覽時間 user_pref('copyurlplus.menus.11.label', 'Wiki: Copy [URL Sel] + (visit date)'); user_pref('copyurlplus.menus.11.copy', '[%URL% %SEL%] (last visited: %LOCAL_TIME%)'); 參考網址: * [http://copyurlplus.mozdev.org/customize.html mozdev.org - copyurlplus: customize] via [http://www.azuremedia.net/tech/history/software/000881.html Jan's Tech Blog: CopyURL+ for Firefox] * [http://www.apastyle.org/elecref.html APA Style | Electronic References] * 學位論文撰寫格式: [http://web.ed.ntnu.edu.tw/%7Eminfei/apastyle.htm apastyle] (中文) Quick copy <pre> user_pref('copyurlplus.menus.1.label', 'Copy URL (APA Style alike)'); user_pref('copyurlplus.menus.1.copy', 'Author (). %TITLE%. Retrieved %LOCAL_TIME%, from %URL%'); user_pref('copyurlplus.menus.2.label', 'Copy Title + URL (No wrap text)'); user_pref('copyurlplus.menus.2.copy', '%TITLE% %URL%'); user_pref('copyurlplus.menus.3.label', 'Copy Sel+ URL'); user_pref('copyurlplus.menus.3.copy', '%SEL% %URL%'); user_pref('copyurlplus.menus.4.label', 'Copy Sel+ [Title]'); user_pref('copyurlplus.menus.4.copy', '%SEL%[%TITLE%]'); user_pref('copyurlplus.menus.5.label', 'Copy Sel+ [Title] + URL'); user_pref('copyurlplus.menus.5.copy', '%SEL%[%TITLE%] %URL%'); user_pref('copyurlplus.menus.6.label', 'HTML: Copy URL + Title + Sel (as Tooltip)'); user_pref('copyurlplus.menus.6.copy', '<a href="%URL%" title="%SEL%" target="_blank">%TITLE%</a>(last visited: %LOCAL_TIME%)'); user_pref('copyurlplus.menus.7.label', 'HTML: Copy URL + Title (as Tooltip) '); user_pref('copyurlplus.menus.7.copy', '<a href="%URL%" title="%TITLE%" target="_blank">%TITLE%</a>(last visited: %LOCAL_TIME%)'); user_pref('copyurlplus.menus.8.label', 'BB code'); user_pref('copyurlplus.menus.8.copy', '[url=%URL%]%TITLE%[/url]'); user_pref('copyurlplus.menus.9.label', 'Wiki: Copy [URL Title]'); user_pref('copyurlplus.menus.9.copy', '[%URL% %TITLE%]'); user_pref('copyurlplus.menus.10.label', 'Wiki: Copy [URL Title] + (visit date)'); user_pref('copyurlplus.menus.10.copy', '[%URL% %TITLE%] (last visited: %LOCAL_TIME%)'); user_pref('copyurlplus.menus.11.label', 'Wiki: Copy [URL Sel] + (visit date)'); user_pref('copyurlplus.menus.11.copy', '[%URL% %SEL%] (last visited: %LOCAL_TIME%)'); </pre> [[Category:Mozilla]] [[Category:Academic]] [[Category:citation_format]]
Summary:
Please note that all contributions to LemonWiki共筆 are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
LemonWiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:Right
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Current events
Recent changes
Random page
Help
Categories
Tools
What links here
Related changes
Special pages
Page information