viewtopic.php?f=4&t=16231&p=204011
And, thanks for your great teases, nwo69! Good to see you back.


Code: Select all
javascript:var%20u=document.location.href.match(/u=(.*?)(?=&|$)/i);if(!u)alert('Author not found');else{u=u[1];window.open('https://milovana.com/webteases/#author='+u,'_self');}
How do I save a snippet as a bookmark? I tried googling that but the results didn't help.Ph0enixAsh wrote:I made a bookmarklet as a temporary workaround. Click it while on the author's profile page to open their tease list.
Save the following snippet as a bookmark. The forum won't let me post it as a draggable link.![]()
"More by Author"Code: Select all
javascript:var%20u=document.location.href.match(/u=(.*?)(?=&|$)/i);if(!u)alert('Author not found');else{u=u[1];window.open('https://milovana.com/webteases/#author='+u,'_self');}

It varies a little by browser, but the most universal way would probably be to create a bookmark for any webpage (this page would work), then right click it and edit it. Replace the URL with the code in the snippet and the title with whatever you like (mine's "More by Author...").PlayfulGuy wrote:How do I save a snippet as a bookmark? I tried googling that but the results didn't help.Ph0enixAsh wrote:I made a bookmarklet as a temporary workaround. Click it while on the author's profile page to open their tease list.
Save the following snippet as a bookmark. The forum won't let me post it as a draggable link.![]()
"More by Author"Code: Select all
javascript:var%20u=document.location.href.match(/u=(.*?)(?=&|$)/i);if(!u)alert('Author not found');else{u=u[1];window.open('https://milovana.com/webteases/#author='+u,'_self');}

