EOS: Hidden Notification

All about the past, current and future webteases and the art of webteasing in general.
---
Post Reply
kb2002437
Explorer
Explorer
Posts: 11
Joined: Tue May 29, 2018 9:10 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

EOS: Hidden Notification

Post by kb2002437 »

I am creating a tease that will last for 20 mins. At the end of the 20 mins, it will switch to the cum section. Currently I am using a notification with a 20 min timer. I did not add a title so only the timer shows up. Is there any way to make this also hidden? I don't want the people playing my tease to know how long they have left.
User avatar
Shattered
Experimentor
Experimentor
Posts: 1238
Joined: Fri Jan 11, 2013 6:41 pm
I am a: Switch
Location: United Kingdom

Re: EOS: Hidden Notification

Post by Shattered »

Just came across this issue myself. Couldn't find a solution.
FATALES
Explorer At Heart
Explorer At Heart
Posts: 256
Joined: Wed Oct 21, 2015 2:41 pm
Gender: Male
Sexual Orientation: Straight
Location: Slovakia

Re: EOS: Hidden Notification

Post by FATALES »

How did you use the notification? add print screen.
What do you mean ?
hideentimer.jpg
hideentimer.jpg (175.64 KiB) Viewed 1813 times
kb2002437
Explorer
Explorer
Posts: 11
Joined: Tue May 29, 2018 9:10 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: EOS: Hidden Notification

Post by kb2002437 »

Image

Image
FATALES
Explorer At Heart
Explorer At Heart
Posts: 256
Joined: Wed Oct 21, 2015 2:41 pm
Gender: Male
Sexual Orientation: Straight
Location: Slovakia

Re: EOS: Hidden Notification

Post by FATALES »

kb2002437 wrote: Tue May 07, 2019 10:35 pm
Image
There is obviously no such possibility. :-/
kb2002437
Explorer
Explorer
Posts: 11
Joined: Tue May 29, 2018 9:10 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: EOS: Hidden Notification

Post by kb2002437 »

Okay well it should be added. I don't know why it is not.
Triple Alfa
Explorer At Heart
Explorer At Heart
Posts: 175
Joined: Wed Dec 05, 2007 12:35 pm

Re: EOS: Hidden Notification

Post by Triple Alfa »

I may have a workaround for you.

In your initial script add:

Code: Select all

var currentTime = Date.now();
var targetTime = currentTime + 1200000;
currentTime is the time on load since January 1, 1970 in miliseconds.
targetTime is that plus 20 minutes.

On each page add a hidden asynchronous timer with the following eval(instead of a time setting):

Code: Select all

targetTime - Date.now();
This should create a timer on each page that runs down to the targetTime.

If you want to start the 20 minutes not on load but after a certain page, you should just create the currentTime and targetTime variables in the initial script:

Code: Select all

var currentTime
var targetTime
and add an eval on the page you want the time to start with:

Code: Select all

currentTime = Date.now();
targetTime = currentTime + 1200000;
Keep in mind I've only done quick testing, but it seems to work for me.
(Don't forget you can copy the timer after you've made it once.)
kb2002437
Explorer
Explorer
Posts: 11
Joined: Tue May 29, 2018 9:10 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: EOS: Hidden Notification

Post by kb2002437 »

Great. Ty so much
Post Reply

Who is online

Users browsing this forum: weywet and 55 guests