manipulating the browser history

24
Browser https://kyeongseo.manipulating-browser-history.com Manipulating the browser history

Upload: kyeongseo-kim

Post on 13-Apr-2017

37 views

Category:

Software


3 download

TRANSCRIPT

Page 1: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating

the browser history

Page 2: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser history

history object properties

history object methods

playground

Page 3: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser history

history object properties

historyhistory.lengthhistory.scrollRestorationhistory.statehistory.current / next / previous

Page 4: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser history

history object properties

historyhistory.lengthhistory.scrollRestorationhistory.statehistory.current / next / previous

Page 5: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser history

history object properties

historyhistory.lengthhistory.scrollRestorationhistory.statehistory.current / next / previous

Page 6: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser history

history object properties

historyhistory.lengthhistory.scrollRestorationhistory.statehistory.current / next / previous

Page 7: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser history

history object method

history.back()history.forward()history.go()

history.pushState()history.replaceState()

Page 8: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser history

history object method

history.back()history.forward()history.go()

history.pushState()history.replaceState()

Page 9: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser history

history object method

history.back()history.forward()history.go()

history.pushState()history.replaceState()

history.pushState( state , title , url )

pushState()

OKCancelAbort

Page 10: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser history

history object method

history.back()history.forward()history.go()

history.pushState()history.replaceState()

Page 11: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser history

history object method

history.back()history.forward()history.go()

history.pushState()history.replaceState()

history.replaceState( state , title , url )

pushState()

OKCancelAbort

Page 12: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser history

playground

Page 13: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser historyplayground

com-mon.js

Page 14: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser historyplayground

null > “s_modal” > “s_modal” “s_modal” > “share” “share”

com-mon.js

Page 15: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser historyplayground

null > “s_modal” > “s_modal” “s_modal” > “share” “share”

com-mon.js

Page 16: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser historyplayground

null > “s_modal” > “s_modal” “s_modal” > “share” “share”

com-mon.js

Page 17: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser historyplayground

null > “s_modal” > “s_modal” “s_modal” > “share” “share”

com-mon.js

Page 18: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser historyplayground

stageDetailController.js

makerDetailController.js

Page 19: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser history

playground

window.onpopstate

Page 20: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

playground

Page 21: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser historyplayground

“s_moda

l”

“share”

“share”

Page 22: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser historyplayground

“s_moda

l”

“share”

“share”

“s_moda

l”

“share”

Page 23: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser historyplayground

“s_moda

l”

“share”

“share”

“s_moda

l”

“share”

null

“s_moda

l”

Page 24: Manipulating the Browser history

Browser

https://kyeongseo.manipulating-browser-history.com

Manipulating the browser history