Page 1 of 1

Re: Profiles

Posted: Sat Sep 19, 2015 4:31 am
by Trusfrated
I really miss it too. Please see this thread:

viewtopic.php?f=4&t=16231&p=204011

And, thanks for your great teases, nwo69! Good to see you back. :wave:

Re: Profiles

Posted: Sat Sep 19, 2015 6:49 am
by Ph0enixAsh
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');}

Re: Profiles

Posted: Sun Oct 04, 2015 12:37 am
by PlayfulGuy
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');}
How do I save a snippet as a bookmark? I tried googling that but the results didn't help.

Re: Profiles

Posted: Sun Oct 04, 2015 3:14 pm
by Ph0enixAsh
PlayfulGuy wrote:
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');}
How do I save a snippet as a bookmark? I tried googling that but the results didn't help.
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...").

Re: Profiles

Posted: Thu Oct 08, 2015 9:50 pm
by lmind
I miss that feature, too. Milovana pls.

-lmind

Re: Profiles

Posted: Sun Oct 11, 2015 12:33 am
by Mr.Ex
I just search a tease I know by which ever author then open it and click the authors name and it takes me to all the teases they have done.