// ==UserScript==
// @name HWzone stop refresh
// @namespace http://yehudab.com
// @description Stop the automatic refresh on hwzone.co.il
// @include http://hwzone.co.il/*
// ==/UserScript==
unsafeWindow.refresh = function(){}
