Comments on [FTU] Selection Code! All Comments Start of Thread Parent

I took a look! you just need to remove 

rel="noopener noreferrer" target="_blank"

from within the bottom section of each button code so it for example would look like:

  • <a class="btn btn-default border-0 mt-md-2 mt-0 " 
  •         href=
  •         "https://toyhou.se/WheatDew"
  •         style="color: white; background-color: #000000; width: 50px; position: absolute; bottom:0%; left:42.5%">
  •             <b<i class="fa-solid fa-check"></i>
  •          </a> 

instead of:

  • <a class="btn btn-default border-0 mt-md-2 mt-0 " 
  •         href=
  •         "https://toyhou.se/WheatDew"
  •          rel="noopener noreferrer" target="_blank"
  •         style="color: white; background-color: #000000; width: 50px; position: absolute; bottom:0%; left:42.5%">
  •             <b<i class="fa-solid fa-check"></i>
  •          </a>

OMG TYSM!!! >*)>0<(*<