Get ProjectId inside BCC with a tamperMonkey/greaseMonkey Script

When you are doing trouble shoot on BCC, you need to know the projectId of the project you are working on, that is easy to get, just inspect the anchor for the project and the projectId will be there present as a parameter, or query the DB to get the projectId by name.

Since is something is always need, I have made this script, that will hightlight the projectId for you.

The output is as follows:


In order to install this, you need to have tamperMonkey for Chrome or greaseMonkey for FireFox.

just add the following Script: https://github.com/obedmhg/blogstuff/raw/master/atgstuff/showProjectId.user.js and that's it

I hope you find this helpufull, and save you a some time :)

Comments