summaryrefslogtreecommitdiff
path: root/misc/userscripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-26 15:16:36 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-26 15:19:01 +0100
commit1a4fff1a4216d4d2736621527e2ff6c744ab6656 (patch)
treee31c962c150353f37826c276f50c7d6530d022ed /misc/userscripts
parenteeb26a6aa8e9ddc7b48d656ea93dea987ee88c79 (diff)
downloadqutebrowser-1a4fff1a4216d4d2736621527e2ff6c744ab6656.tar.gz
qutebrowser-1a4fff1a4216d4d2736621527e2ff6c744ab6656.zip
doc: Switch URLs to https
Diffstat (limited to 'misc/userscripts')
-rwxr-xr-xmisc/userscripts/cast2
-rwxr-xr-xmisc/userscripts/dmenu_qutebrowser2
-rwxr-xr-xmisc/userscripts/getbib2
-rwxr-xr-xmisc/userscripts/openfeeds2
-rwxr-xr-xmisc/userscripts/qute-bitwarden2
-rwxr-xr-xmisc/userscripts/qute-keepass2
-rwxr-xr-xmisc/userscripts/qute-lastpass2
-rwxr-xr-xmisc/userscripts/qute-pass2
-rwxr-xr-xmisc/userscripts/rss2
-rwxr-xr-xmisc/userscripts/tor_identity2
-rwxr-xr-xmisc/userscripts/view_in_mpv2
11 files changed, 11 insertions, 11 deletions
diff --git a/misc/userscripts/cast b/misc/userscripts/cast
index 8bbf05a40..df74fe97e 100755
--- a/misc/userscripts/cast
+++ b/misc/userscripts/cast
@@ -116,7 +116,7 @@ cat <<EOF
}
/** force repainting the video, thanks to:
- * http://martinwolf.org/2014/06/10/force-repaint-of-an-element-with-javascript/
+ * http://web.archive.org/web/20151029064649/https://martinwolf.org/2014/06/10/force-repaint-of-an-element-with-javascript/
*/
var siteHeader = document.getElementById('header');
siteHeader.style.display='none';
diff --git a/misc/userscripts/dmenu_qutebrowser b/misc/userscripts/dmenu_qutebrowser
index 4fcd8fe00..309736200 100755
--- a/misc/userscripts/dmenu_qutebrowser
+++ b/misc/userscripts/dmenu_qutebrowser
@@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
+# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
# Pipes history, quickmarks, and URL into dmenu.
#
diff --git a/misc/userscripts/getbib b/misc/userscripts/getbib
index 33c516904..0ab0ba54d 100755
--- a/misc/userscripts/getbib
+++ b/misc/userscripts/getbib
@@ -48,7 +48,7 @@ message_fifo("Found {} DOIs on page, selecting {}".format(len(dois), doi),
level="info")
# get bibtex data corresponding to DOI
-url = "http://dx.doi.org/" + url_parse.quote(doi)
+url = "https://dx.doi.org/" + url_parse.quote(doi)
headers = dict(Accept='text/bibliography; style=bibtex')
request = url_request.Request(url, headers=headers)
response = url_request.urlopen(request)
diff --git a/misc/userscripts/openfeeds b/misc/userscripts/openfeeds
index d326dcd4b..7cd5b86a8 100755
--- a/misc/userscripts/openfeeds
+++ b/misc/userscripts/openfeeds
@@ -17,7 +17,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
+# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
# Opens all links to feeds defined in the head of a site
#
diff --git a/misc/userscripts/qute-bitwarden b/misc/userscripts/qute-bitwarden
index a4954ef0c..8f6f928fb 100755
--- a/misc/userscripts/qute-bitwarden
+++ b/misc/userscripts/qute-bitwarden
@@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
+# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
"""
Insert login information using Bitwarden CLI and a dmenu-compatible application
diff --git a/misc/userscripts/qute-keepass b/misc/userscripts/qute-keepass
index 95e27d8bd..090d3c713 100755
--- a/misc/userscripts/qute-keepass
+++ b/misc/userscripts/qute-keepass
@@ -15,7 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
+# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
"""This userscript allows for insertion of usernames and passwords from keepass
databases using pykeepass. Since it is a userscript, it must be run from
diff --git a/misc/userscripts/qute-lastpass b/misc/userscripts/qute-lastpass
index 503b19512..ac9783641 100755
--- a/misc/userscripts/qute-lastpass
+++ b/misc/userscripts/qute-lastpass
@@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
+# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
"""
Insert login information using lastpass CLI and a dmenu-compatible application (e.g. dmenu, rofi -dmenu, ...).
diff --git a/misc/userscripts/qute-pass b/misc/userscripts/qute-pass
index 9ea2bb5ac..8e1827935 100755
--- a/misc/userscripts/qute-pass
+++ b/misc/userscripts/qute-pass
@@ -15,7 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
+# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
"""
Insert login information using pass and a dmenu-compatible application (e.g. dmenu, rofi -dmenu, ...). A short
diff --git a/misc/userscripts/rss b/misc/userscripts/rss
index f8feebee7..3c52d1f27 100755
--- a/misc/userscripts/rss
+++ b/misc/userscripts/rss
@@ -15,7 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
+# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
# This script keeps track of URLs in RSS feeds and opens new ones.
# New feeds can be added with ':spawn -u /path/to/userscripts/rss add' or
diff --git a/misc/userscripts/tor_identity b/misc/userscripts/tor_identity
index 811a22ea2..a08f4f006 100755
--- a/misc/userscripts/tor_identity
+++ b/misc/userscripts/tor_identity
@@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
+# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
# Change your tor identity.
#
diff --git a/misc/userscripts/view_in_mpv b/misc/userscripts/view_in_mpv
index 16603bdb3..4ab37d617 100755
--- a/misc/userscripts/view_in_mpv
+++ b/misc/userscripts/view_in_mpv
@@ -124,7 +124,7 @@ cat <<EOF
}
/** force repainting the video, thanks to:
- * http://martinwolf.org/2014/06/10/force-repaint-of-an-element-with-javascript/
+ * http://web.archive.org/web/20151029064649/https://martinwolf.org/2014/06/10/force-repaint-of-an-element-with-javascript/
*/
var siteHeader = document.getElementById('header');
siteHeader.style.display='none';