Skip to content

A tiny Windows utility program that downloads a web page's source code at a regular interval and alerts you when the title changes

Notifications You must be signed in to change notification settings

C-Nedelcu/page-title-change-detector

Repository files navigation

page-title-change-detector

A tiny Windows utility program written in C# that downloads a web page's source code at a regular interval and alerts you when the title changes

This program offers one simple functionality:

  • Select an interval (in seconds)
  • Enter the URL of a web page
  • Press 'Start'

When you press 'Start', the program will retrieve the page title once and set it as 'Initial page title'. Then it will redownload the same page regularly at the specified interval. If a change is detected, the program stops checking, emits a sound, and displays an alert message box.

Requirements:

  • Microsoft Windows
  • .NET Framework 4.5.1+
  • Internet connection

About

A tiny Windows utility program that downloads a web page's source code at a regular interval and alerts you when the title changes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages