Fixed a mistake and added new confirm variant
This commit is contained in:
parent
6cbba99b6e
commit
28310a9a9a
1 changed files with 2 additions and 1 deletions
|
@ -106,6 +106,7 @@ Yep, confirm because alert is too mainstream.
|
||||||
confirm()
|
confirm()
|
||||||
confirm``
|
confirm``
|
||||||
(((confirm)))``
|
(((confirm)))``
|
||||||
|
co\u006efirm()
|
||||||
new class extends confirm``{}
|
new class extends confirm``{}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -187,7 +188,7 @@ If the your dummy tags lands in the source code as it is, go for any of these pa
|
||||||
Come back later
|
Come back later
|
||||||
|
|
||||||
### Awesome Tips & Tricks
|
### Awesome Tips & Tricks
|
||||||
- http(s):// can be shortened to // or /\.
|
- http(s):// can be shortened to // or /\\.
|
||||||
- **document.cookie** can be shortened to **cookie**. It applies to other DOM objects as well.
|
- **document.cookie** can be shortened to **cookie**. It applies to other DOM objects as well.
|
||||||
- alert and other pop-up functions don't need a value, so stop doing **alert('XSS')** and start doing **alert()**
|
- alert and other pop-up functions don't need a value, so stop doing **alert('XSS')** and start doing **alert()**
|
||||||
- You can use **//** to close a tag instead of **>**.
|
- You can use **//** to close a tag instead of **>**.
|
||||||
|
|
Loading…
Reference in a new issue