+++ ถ้าจะเขียนสคริป ควบคุมการแสดง tag จะใช้คำสั่งอย่างไร (ใช้กับ firefox)

สำหรับ firefox เขียนใส่ใน ไฟล์ userContent.css

/* For New Pantip */
@-moz-document domain(www.ppantip.com)
/* Format post list to single-line */
.samgee .index-wrapper .post-item .post-item-title { display: inline-block; }
.samgee .index-wrapper .post-item .post-item-by { display: inline-block; }
.samgee .index-wrapper .post-item .post-item-footer { display: inline-block !important; }
.samgee .index-wrapper .post-item .post-item-status { display: inline-block; }
/* Hide tag */
.samgee .index-wrapper .post-item .post-item-taglist { display: none; }

คำสั่ง ข้างบน สำหรับให้แสดงกระทู้ในบรรทัดเดียว

ถ้าจะเขียนสคริป ใช้คำสั่งอะไร เพื่อกรอง tag ที่ไม่ต้องการออก
(ไม่ว่าจะอยู่ที่ห้องไหนก็ตาม ถ้ากระทู้ มี tag ที่ระบุ  ก็จะไม่แสดงขึ้นมาให้เห็น)
แสดงความคิดเห็น
โปรดศึกษาและยอมรับนโยบายข้อมูลส่วนบุคคลก่อนเริ่มใช้งาน อ่านเพิ่มเติมได้ที่นี่