This smallOllyDbgplugin prevents Olly from setting the Trap flag to step when there is an instruction such as 'pop ss' and 'pushfd'. The technique used here is the same as the built- in Step-Over except it does the same on those named instructions now.
This is what it looks like without the Plugin: And here with the Plugin: