Skip to content

Custom Engines: How to enter articles without HTML?

Hello,

I'm adding some custom engines.

But they take the article in HTML and paste it like that - It doesn't get converted: which means the article looks weird, but that also there's no link being added.

What can I possibly do here?

Comments

  • AliTabAliTab GSAserlists.com
    Is it allow html=0  you are looking for? (You won't have contextual links with this)

    if BBS supported: html to bbs=1

    if you're using SERlib, this is possible by using javascript's .innerHTML like: document.querySelector('#post-content').innerHTML= `%Article%`;
    Thanked by 1rosath
  • Thanks. 

    The website I'm working on use some short of custom markup language. The above doesn't seem to work.

    Is there anything I can do to add an option in GSA SER for a custom language conversion?
  • AliTabAliTab GSAserlists.com
    Perhaps you could include the URL and some screenshots to make this clearer, enabling others to assist you better.
Sign In or Register to comment.