Jump to content

Web Extension refresh in time intervall


Pfaehlix
 Share


Recommended Posts

This is usually been done with a page refresh within the HTML code (meta "refresh" tag) of the displayed webpage itself. 

 

Example:

<!DOCTYPE html>
<html>
<head>
    <title>Page Title</title>
    <meta http-equiv="refresh" content="10">
</head>
<body>
    <h2>Hello World!</h2>
    <p>This page will refresh/reload every 10s.</p>
</body>
</html>

 

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.