From 3fa6bab8eda13b3714904f6de0933a12e49c6c4c Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 26 Nov 2011 05:09:05 +0100 Subject: [PATCH] Do not underline pentadactyled anchors. --- 4chan_x.user.js | 3 +++ script.coffee | 3 +++ 2 files changed, 6 insertions(+) diff --git a/4chan_x.user.js b/4chan_x.user.js index 6635bce7b..5bc0d2096 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3031,6 +3031,9 @@ }, css: '\ /* dialog styling */\ + a[href="javascript:;"] {\ + text-decoration: none;\ + }\ div.dialog {\ border: 1px solid;\ }\ diff --git a/script.coffee b/script.coffee index fbd6a345c..d3ef50426 100644 --- a/script.coffee +++ b/script.coffee @@ -2406,6 +2406,9 @@ Main = css: ' /* dialog styling */ + a[href="javascript:;"] { + text-decoration: none; + } div.dialog { border: 1px solid; }