new SeasonalWaiter(app, manager)
Waiter to handle seasonal events and easter eggs.
Parameters:
Name | Type | Description |
---|---|---|
app |
HTMLApp | The main view object for CyberChef. |
manager |
Manager | The CyberChef event manager. |
- Copyright:
-
- Crown Copyright 2016
- License:
-
- Apache-2.0
- Source:
Members
-
<static> tree_walk
-
Walks through the entire DOM starting at the specified element and operates on each node.
- Source:
Methods
-
load()
-
Loads all relevant items depending on the current date.
- Source:
-
insert_spider_icons()
-
Replaces chef icons with spider icons.
#spiderchef
- Source:
-
insert_spider_text()
-
Replaces all instances of the word "cyber" with "spider".
#spiderchef
- Source:
-
create_snow_option()
-
Adds an option to make it snow.
#letitsnow
- Source:
-
let_it_snow()
-
Initialises a snowstorm.
#letitsnow
- Source:
-
shake_off_snow()
-
When a button is clicked, shake the snow off that button.
#letitsnow
- Source:
-
konami_code_listener()
-
Listen for the Konami code sequence of keys. Turn the page upside down if they are all heard in
sequence.#konamicode
- Source: