Hi,
I found the place to change as your request but after changing without the popup, you can add the item of k2 but it does not redirect to back default page. In this case, you can contact to k2 component maybe you will get the best answer from there.
Below is a solution to change the link "submit new article" of K2
Open modules/mod_k2_user/tmpl/userblock.php file
find and change
<a class="modal" rel="{handler:'iframe',size:{x:990,y:550}}" href="<?php echo $user->profile->addLink; ?>"><?php echo JText::_('K2_ADD_NEW_ITEM'); ?></a>
to
<a href="<?php echo $user->profile->addLink; ?>"><?php echo JText::_('K2_ADD_NEW_ITEM'); ?></a>
Regards