mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Replaced another qupzilla urls
This commit is contained in:
parent
2039710921
commit
99bdca9944
|
@ -4,8 +4,6 @@ An extension to manage flash cookies.
|
||||||
|
|
||||||
![conf2](http://i.imgur.com/TGCG5ok.png)
|
![conf2](http://i.imgur.com/TGCG5ok.png)
|
||||||
|
|
||||||
You will find more information about the configuration and usage of this extension in the [wiki](https://github.com/QupZilla/qupzilla-plugins/wiki/Flash-Cookie-Manager).
|
|
||||||
|
|
||||||
**Links about flash cookie**
|
**Links about flash cookie**
|
||||||
- [Local shared object] (http://en.wikipedia.org/wiki/Local_shared_object)
|
- [Local shared object] (http://en.wikipedia.org/wiki/Local_shared_object)
|
||||||
- [You Deleted Your Cookies? Think Again] (http://www.wired.com/2009/08/you-deleted-your-cookies-think-again/)
|
- [You Deleted Your Cookies? Think Again] (http://www.wired.com/2009/08/you-deleted-your-cookies-think-again/)
|
||||||
|
|
|
@ -4,8 +4,6 @@ This extension adds the ability to manage tabs and windows in Falkon.
|
||||||
|
|
||||||
![tbm3](http://i.imgur.com/Gh8bEXo.png)
|
![tbm3](http://i.imgur.com/Gh8bEXo.png)
|
||||||
|
|
||||||
You will find more information about the configuration and usage of this extension in the [wiki](https://github.com/QupZilla/qupzilla-plugins/wiki/Tab-Manager).
|
|
||||||
|
|
||||||
**TODOs**
|
**TODOs**
|
||||||
|
|
||||||
* Modifying `refresh` algorithm for updating changed items and not all items.
|
* Modifying `refresh` algorithm for updating changed items and not all items.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>Form completion test</h2>
|
<h2>Form completion test</h2>
|
||||||
<form action="http://www.qupzilla.com/" method="post">
|
<form action="https://kde.org/" method="post">
|
||||||
Username: <input type="text" name="user" /><br/>
|
Username: <input type="text" name="user" /><br/>
|
||||||
Password: <input type="password" name="pass" />
|
Password: <input type="password" name="pass" />
|
||||||
<br/>
|
<br/>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Link Tests</title>
|
<title>Link Tests</title>
|
||||||
<link rel="alternate" type="application/rss+xml" title="QupZilla - RSS -- Very loooong long long long long long long title title title title title title" href="http://blog.qupzilla.com/feeds/posts/default?alt=rss">
|
|
||||||
</head>
|
</head>
|
||||||
<!--
|
<!--
|
||||||
Original file used from kWebKitPart (https://projects.kde.org/projects/extragear/base/kwebkitpart)
|
Original file used from kWebKitPart (https://projects.kde.org/projects/extragear/base/kwebkitpart)
|
||||||
|
@ -32,7 +31,7 @@ Original file used from kWebKitPart (https://projects.kde.org/projects/extragear
|
||||||
<a href="http://www.microsoft.com%26item%3Dq209354rexsddiuyjkiuylkuryt2583453453fsesfsdfsfasfdfdsf@www.kde.org/">Bogus link</a>
|
<a href="http://www.microsoft.com%26item%3Dq209354rexsddiuyjkiuylkuryt2583453453fsesfsdfsfasfdfdsf@www.kde.org/">Bogus link</a>
|
||||||
<br/>
|
<br/>
|
||||||
<h2>Javascript Link Tests</h2>
|
<h2>Javascript Link Tests</h2>
|
||||||
<a href="javascript:window.open('http://www.qupzilla.com','dialog', 'width=600,height=600,statusbar=no,toolbar=no')">Open dialog like window link #1</a>
|
<a href="javascript:window.open('https://kde.org','dialog', 'width=600,height=600,statusbar=no,toolbar=no')">Open dialog like window link #1</a>
|
||||||
<br/>
|
<br/>
|
||||||
<a href="javascript:window.open('http://www.kde.org')">Open new window link #2 (might be opened as Tab)</a>
|
<a href="javascript:window.open('http://www.kde.org')">Open new window link #2 (might be opened as Tab)</a>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
|
@ -36,8 +36,8 @@
|
||||||
- with menubar (popupwindows.html)
|
- with menubar (popupwindows.html)
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="javascript:window.open('http://blog.qupzilla.com', '_blank', 'status=yes')">Popup 7</a>
|
<a href="javascript:window.open('https://kde.org', '_blank', 'status=yes')">Popup 7</a>
|
||||||
- with statusbar (blog.qupzilla.com)
|
- with statusbar (kde.org)
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user