开发者

How Do I Change Firefox Homepage In VB Code

开发者 https://www.devze.com 2023-03-08 04:05 出处:网络
How Do I Change Firefox Homepage In VB2011 Code I want to change the url homepage of the firefox browser by running t开发者_Go百科hat EXE file

How Do I Change Firefox Homepage In VB2011 Code

I want to change the url homepage of the firefox browser by running t开发者_Go百科hat EXE file

is this possible


If you want to change the Firefox's home page form a program running on the user's computer, you have to edit the prefs.js file and create a new line like user_pref("browser.startup.homepage", "http://www.example.com/");.

Beware that if there are multiple browser.startup.homepage entries every entry will be opened in a new tab when the browser starts up, and that the modification must be done when Firefox is closed, otherwise the changes will be lost.

0

精彩评论

暂无评论...
验证码 换一张
取 消