2006/Oct/25

เมื่อวานนี้ เผา Bandwidth เว็บ EQ พลัสหมดเลย ตอนหกโมง


สาเหตุ :
// Auto Reload
// version 0.1
// 2005-04-06
// Copyright (c) 2005, Julien Couvreur
// Released under the GPL license
// http://www.gnu.org/copyleft/gpl.html
// --------------------------------------------------------------------
//
// This is a Greasemonkey user script.
//
// To install, you need Greasemonkey: http://greasemonkey.mozdev.org/
// Then restart Firefox and revisit this script.
// Under Tools, there will be a new menu item to "Install User Script".
// You should configure the Included and Excluded pages in the GreaseMonkey
// configuration pane.
//
// To uninstall, go to Tools/Manage User Scripts,
// select "Auto Reload", and click Uninstall.
//
// --------------------------------------------------------------------
//
// WHAT IT DOES:
// Reload the pages configured in the Included page list every minute.
//
// --------------------------------------------------------------------
//
// ==UserScript==
// @name Auto Reload
// @namespace http://blog.monstuff.com/archives/cat_greasemonkey.html
// @description "Included pages" will get reloaded every minute. <--- แก้โค๊ตเป็น 30 วิแล้ว
// @include http://www.exteen.com
// @include http://www.eqplusonline.com/webboard.php*
// ==/UserScript==


setTimeout(function() { document.location.reload(); } , 30000);


ถ้าอ่าน Javascript (แบบของ Greasemonkey) ออกจะเข้าใจว่า มันคือจะโหลดหน้าเว็บทุก 30 วิ ก็โหลดแต่บ่ายโมงถึง 6 โมงหลายๆวันก็หมดแหละครับ

ชื่อ: 
เว็บไซต์: 
คอมเมนต์:




smilebig smileopen-mounthed smileconfused smilesad smileangry smiletonguequestionembarrassedsurprised smilewinkdouble winkcry

<< Home


วิน (vuai-hua-khin)
View full profile