Forbes - Skip Welcome Screen

Skips the welcome screen; The one with the "Thought of the Day" and the full page ad. Pretty much simulates clicking the link, "Skip this welcome screen", as soon as the welcome screen loads.

目前為 2014-05-30 提交的版本,檢視 最新版本

// ==UserScript==
// @name           Forbes - Skip Welcome Screen
// @namespace      http://userscripts.org/users/36992/scripts
// @description    Skips the welcome screen; The one with the "Thought of the Day" and the full page ad. Pretty much simulates clicking the link, "Skip this welcome screen", as soon as the welcome screen loads.
// @author         Kwame Jeffers aka LordSnooze
// @version        0.02 : 24-Sep-2008
// @include        http://www.forbes.com/fdc/welcome_mjx.shtml
// ==/UserScript==
/*

Credits
============

============

About
============
This is a GreaseMonkey script. More information about GreaseMonkey can be found here: http://diveintogreasemonkey.org/install/what-is-greasemonkey.html
============

Installation
-------------
First you need firefox...
http://mozilla.org/firefox
then you need to install GreaseMonkey...
http://greasemonkey.mozdev.org
============

History
-------------
0.02 : 24-Sep-2008 Added @namespace
0.01 : 03-Jul-2008 Initial release
============

Known Issues
-------------
(none)
============

Unnecessary Comments
-------------
I go to the site quite often and after so many days of seeing the welcome screen, I had to put something together. Grr!
============
*/
setTimeout('goBack()',0);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址