theresatan
Programmer
Hi,
Can you give me a light on it?
Any function, script or third party tool and so on.
Thanks.
Theresa
Can you give me a light on it?
Any function, script or third party tool and so on.
Thanks.
Theresa
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Huh ? I am afraid I not understand your request.Theresa said:How to log all sent URL from brower(IE, Firefox, chrome) to a file?
[tt][blue][small][ignore][off-topic][/ignore][/small][/blue][/tt]Theresa said:I want to write a trigger to limit my time spending on certain entertainment website.
[gray]// ==UserScript==[/gray]
[gray]// @name Too Much Fun[/gray]
[gray]// @namespace .[/gray]
[gray]// @include [URL unfurl="true"]http://tek-tips.com/*[/URL][/gray]
[gray]// @include [URL unfurl="true"]http://www.tek-tips.com/*[/URL][/gray]
[gray]// ==/UserScript==[/gray]
window[teal].[/teal][COLOR=darkgoldenrod]setTimeout[/color][teal]([/teal][b]function[/b][teal]()[/teal] [teal]{[/teal]
window[teal].[/teal][COLOR=darkgoldenrod]alert[/color][teal]([/teal][green][i]'You spent 10 minutes on this page.[/i][/green][lime][i]\n[/i][/lime][green][i]Move away !'[/i][/green][teal])[/teal]
[teal]}[/teal][teal],[/teal][purple]1000[/purple][teal]*[/teal][purple]60[/purple][teal]*[/teal][purple]10[/purple][teal])[/teal]