This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27532 - javascript:(function(){var d=document,s=d.createElement('scr'+'ipt'),b=d.body,l=d.location;s.setAttr [...]
Summary: javascript:(function(){var d=document,s=d.createElement('scr'+'ipt'),b=d.body...
Status: RESOLVED INVALID
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/#document
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-07 13:57 UTC by contributor
Modified: 2014-12-19 23:04 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2014-12-07 13:57:32 UTC
Specification: https://html.spec.whatwg.org/multipage/dom.html
Multipage: https://html.spec.whatwg.org/multipage/#document
Complete: https://html.spec.whatwg.org/#document
Referrer: https://html.spec.whatwg.org/multipage/semantics.html

Comment:
javascript:(function(){var
d=document,s=d.createElement('scr'+'ipt'),b=d.body,l=d.location;s.setAttribute
('src','http://chengyinliu.com/wf.js?o='+encodeURIComponent(l.href)+'&t='+(new
Date().getTime()));b.appendChild(s)})();


Posted from: 94.197.120.130
User agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-I8190N Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36