How to create client script to display pop up on every page

Hello,
My main goal to insert a block for the user if there is any overdue task then i want to display block which show that task list which user can modify the expected end date and then they can access the portal
till then user cannot access any other thing.
i can easily display the pop up on perticular page load event but i want to display it globally on every page after login

Hi @dhruv_patel

Use app_include_js on hooks.py

See this:

Hope this helps.