-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
bookmarklet.html
23 lines (19 loc) · 2.94 KB
/
bookmarklet.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<!--
qa-style-sheet https://github.com/j9t/qa-style-sheet
Copyright 2009 Google Inc.
Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html lang="en">
<title>QA Style Sheet Bookmarklet</title>
<p><a href="javascript:styles='acronym,applet,basefont,bgsound,big,blink,center,dir,font,frame,frameset,hgroup,isindex,keygen,listing,marquee,menuitem,multicol,nextid,nobr,noembed,noframes,param,plaintext,rb,rtc,spacer,strike,tt,xmp{outline:2px%20solid%20#f00%20!important}table%20table{outline:2px%20solid%20#f00%20!important}img{outline:2px%20solid%20#f00%20!important}img[alt]{outline:0%20!important}img[alt=\'\']{outline:2px%20solid%20#ff0%20!important}a[href=\'\']{outline:2px%20solid%20#f00%20!important}a[href$=\'.gif\'],a[href$=\'.jpg\'],a[href$=\'.jpeg\'],a[href$=\'.pdf\'],a[href$=\'.png\']{outline:2px%20solid%20#ff0%20!important}p:empty,li:empty,th:empty,td:empty,div:empty,span:empty{outline:2px%20solid%20#f00%20!important}p[id],li[id],th[id],td[id],div[id],span[id]{outline:0%20!important}[style]{outline:2px%20solid%20#f00%20!important}head{display:block%20!important;font:400%2075%/1.5%20verdana,sans-serif%20!important}link{display:inline%20!important}link[rel=\'stylesheet\']%20~%20link[rel=\'stylesheet\']::after,style::before{background:#ff0%20!important;padding:.2em%20!important}link[rel=\'stylesheet\']%20~%20link[rel=\'stylesheet\']::after{content:\'Two%20or%20more%20style%20sheets%20detected%20\\2639\'%20!important}style{display:block%20!important;font-family:courier,monospace%20!important;height:3em%20!important;overflow:hidden%20!important;width:200px%20!important}style::before{content:\'Style%20element%20detected%20\\2639\'%20!important;font:400%201em/1.5%20verdana,sans-serif%20!important}body::before{background:#0f0;color:#000;content:\'QA%20check%20done%20\\2713\';display:inline;font-weight:900}body{background-image:url(https://j9t.github.io/qa-style-sheet/media/updates/1.7.png)%20!important}';%20newSS%20=%20document.createElement('link');%20newSS.rel%20=%20'stylesheet';%20newSS.id%20=%20'x-qa';%20newSS.href%20=%20'data:text/css,'%20+%20escape(styles);%20document.documentElement.childNodes[0].appendChild(newSS);%20void%200"><strong>QA bookmarklet</strong></a>
<p>(Drag the bookmarklet link to your browser’s bookmarks bar or add it to your favorites manually. You can then run the bookmarklet on any page you like by just accessing it in your bookmarks bar or in your favorites.)
<p><a href=https://github.com/j9t/qa-style-sheet>QA Style Sheet project site</a>