[IGN-2207] Is there a way to stop/intercept a Tab Container tab change?

In the meantime…

} .psc-target_first_tab .tab-menu-item[data-index="0"] {pointer-events: None } {

Replace the number in data-index="0" to target the tab you want, remember it’s 0-based.
If you need to make it dynamic… The best I can think of is making multiple copies of this class, for different tab indices, and assign the class dynamically.