# outdatedbrowser **Repository Path**: mirrors_jaywcjlove/outdatedbrowser ## Basic Information - **Project Name**: outdatedbrowser - **Description**: 提示升级浏览器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 升级浏览器 ## 兼容浏览器 IE 6+, Chrome, Firefox ... ## 调用方法 `outdatedbrowser` 不传参数默认使用已定义好的 ```js window.onload = function (argument) { window.outdatedbrowser() }; ``` ## 不使用默认数据 ```js window.onload = function (argument) { window.outdatedbrowser({ "chrome":{ "url":"http://www.google.com/chrome", // "available":["windows","mac","linux"], "title":"GOOGLE CHROMSSSSSE" }, "firefox":{ "url":"http://www.mozilla.org/firefox/new/", "available":["windows","mac","linux"], "title":"Mozilla Firefox" } }) }; ```