[-KM-] chrome擴充加一個參數
KM 76.4.5 build 20211016
http://kmeleonbrowser.org/forum/read.php?19,154431
因為chrome會阻擋認證失敗的HTTPS連線除非[下一個參數--ignore-certificate-errors
因此想請問一下,這個chromeEX擴充要加這個參數在哪裡
# K-Meleon Macros
(http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)
# ---------- Chrome Web Services / External Applications
$Chromepath=getpref( string, "extensions.Chromepath" );
Chromepath{
$Chromepath=getpref( string, "extensions.Chromepath" );
$Chromepath==""?&getChromepath:0;
}
getChromepath{
alert("use the next prompt to browse for the Chrome executable. ","Chrome
EX", INFO);
$Chromepath=promptforfile("C:\\Program Files\\", "Chrome.exe", "Chrome.exe");
setpref( string, "extensions.Chromepath", $Chromepath);
}
Chrome_OpenPage{
menugrayed=($Chromepath=="");
$Chromeurl=($Chromepath." ".$URL);
exec($Chromeurl);
}
Chrome_OpenLink{
menugrayed=($Chromepath=="");
$Chromelinkurl=($Chromepath." ".$LinkURL);
exec($Chromelinkurl);
}
_Chrome_BuildMenu{
setmenu($_SendTo_Page,macro,"Chrome",Chrome_OpenPage);
setmenu($_SendTo_Link,macro,"Chrome",Chrome_OpenLink);
}
$OnInit=$OnInit."_Chrome_BuildMenu;";
$OnStartup=$OnStartup."Chromepath;";
#
------------------------------------------------------------------------------------------------------------------
$macroModules=$macroModules."Chromeex;";
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.136.4.1 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/Browsers/M.1634745578.A.2BA.html
→
10/21 09:10,
3年前
, 1F
10/21 09:10, 1F
→
10/21 12:13,
3年前
, 2F
10/21 12:13, 2F
→
10/21 13:11,
3年前
, 3F
10/21 13:11, 3F
→
10/21 16:05,
3年前
, 4F
10/21 16:05, 4F
→
10/21 16:07,
3年前
, 5F
10/21 16:07, 5F
※ 編輯: kgtsimcard (223.140.38.219 臺灣), 10/21/2021 16:16:05
※ 編輯: kgtsimcard (223.140.38.219 臺灣), 10/21/2021 16:19:30
※ 編輯: kgtsimcard (223.140.38.219 臺灣), 10/22/2021 00:15:23
※ kgtsimcard:轉錄至看板 EZsoft 10/23 11:32
Browsers 近期熱門文章
PTT數位生活區 即時熱門文章