MozTW 討論區
https://forum.moztw.org/

有無這兩樣功能的套件
https://forum.moztw.org/viewtopic.php?f=2&t=25417
1 頁 (共 1 頁)

發表人:  GOMU [ 2008-12-11, 07:01 ]
文章主題 :  有無這兩樣功能的套件

就是Opera的貼上直接前往

還有個問題
有沒有辦法在網址列和搜尋列設定貼上後開到新分頁的功能
從以前到現在都是用Tab mix lite
雖然官方的說法是叫人去使用Tab Mix Plus or CE
不知道有沒有其他辦法可以實現 :?:

發表人:  wini [ 2008-12-11, 07:04 ]
文章主題 : 

GOMU 寫:
就是Opera的貼上直接前往


Paste and Go 2

發表人:  余弘兵 [ 2008-12-11, 10:29 ]
文章主題 : 

你可以在about:config 裡調整~
在about:config 輸入browser.search.openintab,然後設定為true 就可以了~

發表人:  orange [ 2008-12-11, 13:52 ]
文章主題 : 

余弘兵 寫:
你可以在about:config 裡調整~
在about:config 輸入browser.search.openintab,然後設定為true 就可以了~

這個跟他要的是不一樣的功能
openintab是在搜尋列按下搜尋時,把搜尋結果開到新分頁

他要的是網址列貼上網址,FX就自動開至新分頁
搜尋列貼上搜尋字串,FX就自動把搜尋結果開到新分頁

發表人:  GOMU [ 2008-12-11, 18:28 ]
文章主題 : 

wini 寫:
GOMU 寫:
就是Opera的貼上直接前往

Paste and Go 2

就是這個功能,謝謝!
順手多了呢 :wink:

發表人:  renjie [ 2008-12-12, 15:32 ]
文章主題 : 

我想你應該是要裝這版本paste and go 3,這是給3.0*用的,不過要登入。

發表人:  GOMU [ 2008-12-12, 17:03 ]
文章主題 : 

renjie 寫:
我想你應該是要裝這版本paste and go 3,這是給3.0*用的,不過要登入。

我有停止檢查相容性,所以可以用
不過還是來用用看3.0專用的,Thx!

發表人:  余弘兵 [ 2008-12-12, 20:25 ]
文章主題 : 

GOMU 寫:
renjie 寫:
我想你應該是要裝這版本paste and go 3,這是給3.0*用的,不過要登入。

我有停止檢查相容性,所以可以用
不過還是來用用看3.0專用的,Thx!

停止套件的相容性檢查來安裝的套件其實很危險,加上會有一些穩定性的問題,所以如果有相容版本的話,一定要改用~ 現在我連Nightly Tester Tool 都砍掉了…… 8-)

發表人:  openicq [ 2008-12-12, 20:48 ]
文章主題 : 

看到這帖順便問一下
那個PasteAndGo.uc.js在3.1上是不是失效了
我這不起效果了 :cry:

PasteAndGo.uc.js
代碼:
// ==UserScript==
// @name         Paste And Go
// @namespace    http://www.xuldev.org/
// @description  Adds 'Paste and Go' menu to the context menu in Location bar.
// @include      main
// @author       Gomita
// @version      1.0.20080201
// @homepage     http://www.xuldev.org/misc/ucjs.php
// ==/UserScript==

document.getElementById("urlbar").addEventListener("popupshowing", function(event) {
   const eltID = "pasteandgo-menuitem";
   var menupopup = event.originalTarget;
   var refChild = menupopup.getElementsByAttribute("cmd", "cmd_paste")[0];
   var canPaste = refChild.getAttribute("disabled") == "true";
   var menuitem = document.getElementById(eltID);
   if (!menuitem) {
      var pasteAndGo = function(event) {
         goDoCommand("cmd_paste");
         handleURLBarCommand(event);
         menupopup.hidePopup();
      };
      menuitem = document.createElement("menuitem");
      menuitem.id = eltID;
      menuitem.setAttribute("label", "\u7C98\u8D34\u5E76\u8F6C\u5230");
      menuitem.setAttribute("accesskey", "G");
      menuitem.addEventListener("command", pasteAndGo, false);
      menupopup.insertBefore(menuitem, refChild.nextSibling);
   }
   menuitem.setAttribute("disabled", canPaste.toString());
}, false);

發表人:  irasean666666 [ 2008-12-13, 07:23 ]
文章主題 : 

Easy DragToGo 1.1.2.2

https://addons.mozilla.org/zh-TW/firefox/addon/6639

網址反白直接一拖放,就會在新分頁開啟。
還有很多功能,裝了之後自己慢慢研究,無敵好用。

發表人:  余弘兵 [ 2008-12-13, 10:01 ]
文章主題 : 

也可以試試Context Search

發表人:  blreh [ 2008-12-13, 10:56 ]
文章主題 : 

我是用這個
Launch Clipboard
https://addons.mozilla.org/zh-TW/firefox/addon/7273
雖然還在實驗中但我用了幾個月都沒遇到問題
如果複製多個網址還能一次開啟

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/