Content deleted Content added
→Using DYKcheck: for those who hate vector skin |
Shubinator (talk | contribs) use skin.js instead of confusing people with monobook vs vector vs other |
||
Line 25:
==Using DYKcheck==
If you're a user on Wikipedia, you can easily install DYKcheck
<source lang = "javascript">
importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool
</source>
DYKcheck can also be used by anons. When you're on an article, enter the line below into your URL bar and hit enter. You should now see a DYK check link in the toolbox. Click on it to run the script. Unfortunately, you need to do this for each page you visit. However, DYKcheck can be bookmarked by adding the line below as the target. DYKcheck runs noticeably slower for anons compared to users with the tool installed in their
<pre>
javascript:importScript('User:Shubinator/DYKcheck.js'); dykCheck();
Line 80:
:*Variable unlock, parameters ''true'' and ''false''
To use an option, enter ''variable'' = ''parameter''; below the importScript line in your
<source lang = "javascript">
importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool
|