Additional Info
|
I've found that with some games I'm able to pull the direct address out of the JS source, but with others -- flash games for example -- I have not been able to find a reliable way to ascertain the source address. |
Additional Info
|
you can use charles/fiddler to easily get the source link of games
|
Additional Info
|
you can also use adblock plus and pretend youre gonna "block" the game, but just grab the link instead.
|
Level: 1
ADR Info
Additional Info
|
You could always check the sources tab in the Chrome debugger. Just hit F12 or CTRL+SHIFT+J, click sources.
|
Additional Info
|
Hm the link is usually right in the source code of the games page. new GameIframe({"iframe_url":"http://ninjakiwifiles.com/Games/gameswfs/sas4_kong/sas4.html" Looking for "iframe_url" should give you the link. |
Additional Info
|
Thanks, |