| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <!doctype html>
- <html>
- <head>
- <meta http-equiv="content-type" content="text/html;charset=utf-8">
- <link rel="shortcut icon" type="image/png" href="images/icon16.png">
- <link rel="stylesheet" type="text/css" href="common.css">
- <link rel="stylesheet" type="text/css" href="options.css">
- <script src="lib/zip.js/zip.js"></script>
- <script src="load.js"></script>
- <title data-i18n=extName></title>
- </head>
- <body>
- <div class=main>
- <div class=sidebar>
- <img src=images/icon128.png>
- <h2 data-i18n=extName></h2>
- <p>2013-2014</p>
- <hr>
- <div class=sidemenu>
- <a id=smInstalled href=#Installed data-i18n=sideMenuInstalled></a>
- <a id=smSettings href=#Settings data-i18n=sideMenuSettings></a>
- <a id=smAbout href=#About data-i18n=sideMenuAbout></a>
- </div>
- </div>
- <div class=content>
- <table id=tabInstalled class=hide>
- <tr>
- <td>
- <button id=bNew data-i18n=buttonNew></button>
- <button id=bUpdate data-i18n=buttonUpdateAll></button>
- <a href=https://greasyfork.org/scripts target=_blank data-i18n=anchorGetMoreScripts></a>
- </td>
- </tr>
- <tr class=expand>
- <td class=expandr>
- <div id=sList class=expanda>
- <span id=message data-i18n=msgLoading></span>
- </div>
- </td>
- </tr>
- </table>
- <div id=tabSettings class=hide>
- <h1 data-i18n=labelSettings></h1>
- <div><label><input type=checkbox id=cUpdate><span data-i18n=labelAutoUpdate></span></label></div>
- <table>
- <tr>
- <td><span data-i18n=labelSearchLink></span></td>
- <td class=expand><input type=text id=tSearch></td>
- <td><button id=bDefSearch data-i18n=buttonDefault></button></td>
- </tr>
- </table>
- <fieldset class=title>
- <legend data-i18n=labelDataImport></legend>
- <button id=bImport data-i18n=buttonImportData></button><input type=file class=hide id=iImport>
- <button id=bVacuum data-i18n=buttonVacuum></button>
- </fieldset>
- <fieldset class=title>
- <legend data-i18n=labelDataExport></legend>
- <b data-i18n=labelScriptsToExport></b>
- <label><input type=checkbox id=cWithData><span data-i18n=labelExportScriptData></span></label>
- <div id=xList class=list></div>
- <button id=bSelect data-i18n=buttonAllNone></button>
- <a id=xHelper></a><button id=bExport data-i18n=buttonExportData></button>
- </fieldset>
- </div>
- <div id=tabAbout class=hide>
- <h1 data-i18n=labelAbout></h1>
- <p data-i18n=extDescription></p>
- <p><label data-i18n=labelRelated></label><span data-i18n=anchorSupportPage></span> | <a href=http://geraldl.ml/pay target=_blank data-i18n=labelDonate></a> | <a href=https://github.com/gera2ld/Violentmonkey/issues target=_blank data-i18n=labelFeedback></a></p>
- <p><label data-i18n=labelAuthor></label><span data-i18n=anchorAuthor></span></p>
- <p><label data-i18n=labelTranslator></label><span data-i18n=anchorTranslator></span></p>
- </div>
- </div>
- </div>
- <table id=wndEditor class="frame hide">
- <tr>
- <td><h2 data-i18n=labelScriptEditor></h2></td>
- <td class="right bottom"><button id=bCustom><span id=sCustom></span> <span data-i18n=buttonCustomMeta></span></button></td>
- </tr>
- <tr class=expand>
- <td colspan=2 class=expandr>
- <div id=eCode class=expanda></div>
- <div id=eMeta class="expanda hide">
- <table>
- <tr>
- <td title="@name" data-i18n=labelName></td><td class=expand><input type=text id=mName></td>
- <td title="@run-at" data-i18n=labelRunAt></td><td>
- <select id=mRunAt>
- <option value=default data-i18n=labelRunAtDefault></option>
- <option value=start>document-start</option>
- <option value=idle>document-idle</option>
- <option value=end>document-end</option>
- </select>
- </td>
- </tr>
- <tr title="@homepageURL"><td data-i18n=labelHomepageURL></td><td colspan=3 class=expand><input type=text id=mHomepageURL></td></tr>
- </table>
- <table>
- <tr title="@updateURL"><td data-i18n=labelUpdateURL></td><td class=expand><input type=text id=mUpdateURL></td></tr>
- <tr title="@downloadURL"><td data-i18n=labelDownloadURL></td><td class=expand><input type=text id=mDownloadURL></td></tr>
- </table>
- <fieldset title="@include">
- <legend>
- <span data-i18n=labelInclude></span>
- <label><input type=checkbox id=cInclude><span data-i18n=labelKeepInclude></span></label>
- </legend>
- <div data-i18n=labelCustomInclude></div>
- <textarea id=mInclude></textarea>
- </fieldset>
- <fieldset title="@match">
- <legend>
- <span data-i18n=labelMatch></span>
- <label><input type=checkbox id=cMatch><span data-i18n=labelKeepMatch></span></label>
- </legend>
- <div data-i18n=labelCustomMatch></div>
- <textarea id=mMatch></textarea>
- </fieldset>
- <fieldset title="@exclude">
- <legend>
- <span data-i18n=labelExclude></span>
- <label><input type=checkbox id=cExclude><span data-i18n=labelKeepExclude></span></label>
- </legend>
- <div data-i18n=labelCustomExclude></div>
- <textarea id=mExclude></textarea>
- </fieldset>
- </div>
- </td>
- </tr>
- <tr>
- <td><label><input type=checkbox id=eUpdate><span data-i18n=labelAllowUpdate></span></label></td>
- <td class=right>
- <button id=eSave data-i18n=buttonSave></button>
- <button id=eSaveClose data-i18n=buttonSaveClose></button>
- <button id=eClose data-i18n=buttonClose></button>
- </td>
- </tr>
- </table>
- </body>
- </html>
- <script src="common.js"></script>
- <script src="editor.js"></script>
- <script src="options.js"></script>
|