mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Notably, add clickable link to open the widget in its own tab. Also, allows the URL to be text- selected so that it becomes possible to use the selection in a browser contextual menu's "Open in a new tab" option.
27 lines
865 B
HTML
27 lines
865 B
HTML
<!DOCTYPE html>
|
|
<html id="ublock0-clicktoload">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>uBlock Origin Click-to-Load</title>
|
|
<link rel="stylesheet" href="../css/themes/default.css">
|
|
<link rel="stylesheet" href="../css/common.css">
|
|
<link rel="stylesheet" href="../css/fa-icons.css">
|
|
<link rel="stylesheet" href="../css/click2load.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<span class="logo"><img src="../img/ublock.svg"></span>
|
|
<span id="clickToLoad" data-i18n="clickToLoad"></span>
|
|
<div id="frameURL"><span></span> <a class="fa-icon" href="" rel="noreferrer noopener" target="_blank">external-link</a></div>
|
|
|
|
<script src="../js/fa-icons.js"></script>
|
|
<script src="../js/vapi.js"></script>
|
|
<script src="../js/vapi-common.js"></script>
|
|
<script src="../js/vapi-client.js"></script>
|
|
<script src="../js/i18n.js"></script>
|
|
<script src="../js/click2load.js"></script>
|
|
|
|
</body>
|
|
</html>
|