Here is the finale plugin :-) php file: <?php defined('_JEXEC') or die; jimport('joomla.plugin.plugin'); class plgContentraspgpio extends JPlugin { public function onContentPrepare( $context, &$article, &$params, $limitstart=0 ) { //save the text of the article in txt $txt = $article->text; //all gp...