This project is not covered by Drupal’s security advisory policy.

Sometimes I face with a situation when a site is still in development, but client wants to see final look of node pages.
In this case I need to have Devel module enabled and give 'access developer information' permission even for anonymous users.
Each user with this permission sees 'Devel' tab. So clients ask me: "why I see this tab?"
But this is not main problem.

Main problem is site look for anonymous users or users that should not edit nodes: they should not see any tab at all, but they see View and Devel tabs since Devel module is enabled, so it breaks final look of the site.

I asked Devel module developer to add settings to remove tab. But he decided to decline my request
https://www.drupal.org/project/devel/issues/2961375

So I decided to develop a small module that removes Devel tab but leaves all Devel module features enabled.

Project information

Releases