Introduction
Introduction Statistics Contact Development Disclaimer Help
tchanging useragent. - surf - customized build of surf, the suckless webkit bro…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit d97b8adfde2b6c013025e1d4e9a8c9d773149e94
parent 24bbd6be02e87926e803028477538ce929253626
Author: Enno Boland (tox) <[email protected]>
Date: Wed, 14 Oct 2009 16:28:00 +0200
changing useragent.
Diffstat:
M config.def.h | 1 +
M surf.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -1,4 +1,5 @@
/* modifier 0 means no modifier */
+static gchar *useragent = "Mozilla/5.0 (This is surf. Really! KHTML, like…
static gchar *progress = "#FF0000";
static gchar *progress_trust = "#00FF00";
static gchar *stylefile = ".surf/style.css";
diff --git a/surf.c b/surf.c
t@@ -439,7 +439,7 @@ newclient(void) {
gdk_window_add_filter(GTK_WIDGET(c->win)->window, processx, c);
webkit_web_view_set_full_content_zoom(c->view, TRUE);
settings = webkit_web_view_get_settings(c->view);
- g_object_set(G_OBJECT(settings), "user-agent", "surf", NULL);
+ g_object_set(G_OBJECT(settings), "user-agent", useragent, NULL);
uri = g_strconcat("file://", stylefile, NULL);
g_object_set(G_OBJECT(settings), "user-stylesheet-uri", uri, NULL);
g_free(uri);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.