diff --git a/README.asciidoc b/README.asciidoc
index d838b4291..4e122417e 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -22,12 +22,6 @@ on Python, PyQt5 and QtWebKit and free software, licensed under the GPL.
It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
-// QUTE_WEB_HIDE
-**qutebrowser is currently running a crowdfunding campaign to add support for
-the QtWebEngine backend, which fixes many issues. Please
-link:http://igg.me/at/qutebrowser[check it out]!**
-// QUTE_WEB_HIDE_END
-
Screenshots
-----------
diff --git a/qutebrowser/misc/crashdialog.py b/qutebrowser/misc/crashdialog.py
index 19413a297..57447069a 100644
--- a/qutebrowser/misc/crashdialog.py
+++ b/qutebrowser/misc/crashdialog.py
@@ -510,23 +510,11 @@ class FatalCrashDialog(_CrashDialog):
def _init_text(self):
super()._init_text()
text = ("qutebrowser was restarted after a fatal crash.
"
- "QTWEBENGINE_NOTE"
- "
Crash reports for fatal crashes sometimes don't "
+ "
Note: Crash reports for fatal crashes sometimes don't "
"contain the information necessary to fix an issue. Please "
"follow the steps in "
"stacktrace.asciidoc to submit a stacktrace.
")
-
- if datetime.datetime.now() < datetime.datetime(2016, 4, 23):
- note = ("
Fatal crashes like this are often caused by the "
- "current QtWebKit backend.
I'm currently running a "
- "crowdfunding for the new QtWebEngine backend, based on "
- "Chromium: "
- "igg.me/at/qutebrowser
")
- text = text.replace('QTWEBENGINE_NOTE', note)
- else:
- text = text.replace('QTWEBENGINE_NOTE', '')
-
self._lbl.setText(text)
def _init_checkboxes(self):
diff --git a/www/header.asciidoc b/www/header.asciidoc
index 5ea9acb0d..2055a33e7 100644
--- a/www/header.asciidoc
+++ b/www/header.asciidoc
@@ -15,7 +15,4 @@
GitHub
Releases
-