This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<AdditionalDependencies Condition="'%(QtRCCCompile.AdditionalDependencies)' == ''">$(QTDIR)\bin\rcc.exe;$(MSBuildProjectFile)</AdditionalDependencies> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/article_netmgr.cc b/article_netmgr.cc | |
index 2153220..86b456d 100644 | |
--- a/article_netmgr.cc | |
+++ b/article_netmgr.cc | |
@@ -112,6 +112,14 @@ QNetworkReply * ArticleNetworkAccessManager::createRequest( Operation op, | |
} | |
} | |
+ // spoof User-Agent | |
+ if ( req.url().scheme().startsWith("http", Qt::CaseInsensitive)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#.dsl_headwords | |
#{ | |
# white-space: nowrap; | |
#} | |
#.gddictname | |
#{ | |
# width: 50%; | |
# white-space: nowrap; | |
# text-overflow: ellipsis; | |
# overflow: hidden; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body | |
{ | |
margin-top: 1px; | |
margin-right: 3px; | |
margin-left: 2px; | |
margin-bottom: 3px; | |
background: white; | |
font-family: TahomaPlus, Segoe UI, Palatino Linotype, Arial Unicode MS; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Here's a CSS code to hide the most of GoldenDict's Scan Popup buttons. | |
Enable or disable them as you wish. | |
*/ | |
/* ScanPopup #goBackButton, */ | |
/* ScanPopup #queryError */ | |
ScanPopup #goBackButton, | |
ScanPopup #goForwardButton, | |
ScanPopup #wordListButton, |