Home >Web Front-end >JS Tutorial >JavaScript code set as home page under Firefox_javascript skills

JavaScript code set as home page under Firefox_javascript skills

WBOY
WBOYOriginal
2016-05-16 19:01:09929browse

Under IE, we can easily use the following code to set the homepage:


[Ctrl A Select all Note: If you need to introduce external Js, you need to refresh to execute ]

However, under firefox it is Nope

To use a script to set the homepage under Firefox, you must first confirm that
signed.applets.codebase_principal_support
is set to true in the browser's "about:config"

Then use the following script:

[Ctrl A select all Note: If you need to introduce external Js, you need to refresh to execute
]
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn