{"id":16006390,"url":"https://github.com/polakosz/pagerefresh","last_synced_at":"2026-05-18T09:08:20.904Z","repository":{"id":143374152,"uuid":"133002819","full_name":"PoLaKoSz/PageRefresh","owner":"PoLaKoSz","description":"Chrome and UC Browser (=chromium) extension that auto refreshes a page.","archived":false,"fork":false,"pushed_at":"2018-05-18T14:34:51.000Z","size":186,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-23T17:47:59.909Z","etag":null,"topics":["chromium","js","page","refresh"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PoLaKoSz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-11T07:07:17.000Z","updated_at":"2019-10-04T14:16:41.000Z","dependencies_parsed_at":"2023-09-13T17:24:33.943Z","dependency_job_id":null,"html_url":"https://github.com/PoLaKoSz/PageRefresh","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/PoLaKoSz/PageRefresh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoLaKoSz%2FPageRefresh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoLaKoSz%2FPageRefresh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoLaKoSz%2FPageRefresh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoLaKoSz%2FPageRefresh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PoLaKoSz","download_url":"https://codeload.github.com/PoLaKoSz/PageRefresh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoLaKoSz%2FPageRefresh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33172173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chromium","js","page","refresh"],"created_at":"2024-10-08T11:41:20.468Z","updated_at":"2026-05-18T09:08:20.874Z","avatar_url":"https://github.com/PoLaKoSz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PageRefresh\n\n*This project is a fork which originally made by [Dilraj Singh](https://github.com/raj-al-ghul) (the project is deleted).*\n\nIt meant to be as simple as could be but helpful if you just need to refresh one tab at certain time frame. [Jump when this Extension should be helpful for You!](#custom-settings)\n\n**It's supports only one browser tab!**\n\n## System requirements\n\n- Chromium based web browsers\n  - works on UC Browser 7.0.185.1002\n  - Chrome also should run it\n- If you use Firefox, Edge or something else I recommend to download and give it a shot maybe it will work on it too (if not, PullRequests are welcome :smile:)\n\n## How to install\n\n- First you need to download the source code of this repository\n- Place the downloaded folder somewhere \"safe\" where you won't delete. I recommend this folder depend on your browser:\n  - UC Browser `C:\\Users\\\u003cComputer UserName\u003e\\AppData\\Local\\UCBrowser\\User Data_i18n\\Default\\Extensions\\`\n  - Google Chrome`C:\\Users\\\u003cComputer UserName\u003e\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Extensions\\`\n- Load Extension to the browser\n  - UC Browser\n    - open this url `ucbrowser://extensions/`\n    - check `Developer mode` checkbox on the top of the screen\n    - click `Load unpacked extension...` button\n    - select the unzipped repository's folder (which contains the `src` folder)\n  - Google Chrome\n    - open this url `chrome://extensions/`\n    - toggle `Developer mode` on the top right of the screen\n    - click `Load unpacked` button\n    - select the unzipped repository's folder (which contains the `src` folder)\n\n## Custom settings\n\n- Right click on the Extension icon\n- click `Options`\n- now You will see some empty input fields\n  - _URL to refresh_ : this page will be opened by the Extension and refreshed\n  - _Refresh count_ : how many times the given webpage should refresh (`0` means `infinitely`)\n  - _Delay between refreshes_ : if you type `60` it will refresh the page every `60 seconds` ([not completly true](https://stackoverflow.com/a/21097655/7306734))\n    - _+/- range added to the fix delay_ : if you type `5` when the script calculate the next refresh time it will generate a **random** int between `-5` and `5` and will add to the `60` seconds\n  - _Append random integer to URL_ : \n    - _Minimum integer_ : If you check the `Append random integer to URL` than greater or equal integer added to the end of the URL (new for every refresh)\n    - _Maximum integer_ : If you check the `Append random integer to URL` than less or equal integer added to the end of the URL (new for every refresh)\n  - _Save_ : save modified settings\n\n## Known bugs\n\n- If You click the Extension icon to start the refreshing and later click the extension icon again while the same browser tab is open you will inicialize a second countdown on the same tab\n\n## Extension icon\n\nThe icon included is downloaded from [iconfinder.com](https://www.iconfinder.com), is made by [PixelKit](https://www.iconfinder.com/PixelKit) and liscenced under the [Creative Commons Attribution 3.0](https://creativecommons.org/licenses/by/3.0/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolakosz%2Fpagerefresh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolakosz%2Fpagerefresh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolakosz%2Fpagerefresh/lists"}