|
[Req] Remove user posted comments
|
|
Aug. 07, 2008, 10:52 PM
Post: #1
|
|||
|
|||
|
[Req] Remove user posted comments
Remove the comments that are posted in web pages these days.
For example http://www.slashfilm.com/2008/08/06/shan...-in-talks/ has some user comments that are of no interest. |
|||
|
Aug. 07, 2008, 10:55 PM
Post: #2
|
|||
|
|||
|
RE: [Req] Remove user posted comments
Which one do you want to remove? Or do you want to remove all?
|
|||
|
Aug. 11, 2008, 12:13 AM
Post: #3
|
|||
|
|||
|
RE: [Req] Remove user posted comments
remove them all!
Now pirate bay just made any announcement http://thepiratebay.org/blog/123. As you can see the announcement is innteresting, however the comments are all just rubbish. It would be nice to either completely removes or toggle comments from blogs/new article etc etc |
|||
|
Aug. 11, 2008, 03:06 AM
Post: #4
|
|||
|
|||
|
RE: [Req] Remove user posted comments
Code: [Patterns]Here you go! In this filter I use Mizz Mona's technique on flagging tags, and how it matches comment containers is by comparing the ID or CLASS attribute value to a list of specific "comment" names. It allows you to toggle comments (Show/Hide). If you find that it doesn't work on a specific site, view the source code, identify the name for the comments container, change the following expression in the filter: Quote:$AV(([a-z_-]++|)comments) To: Quote:$AV(([a-z_-]++|)comments|containername) |
|||
|
Aug. 12, 2008, 10:15 AM
Post: #5
|
|||
|
|||
|
RE: [Req] Remove user posted comments
Thankyou first!
I was trying to remove the comments from blogspot. The comments are "comment-body". So I added "-body" to produce Quote:$AV(([a-z_-]++|)comment(s|list|-body))*) However the blogspot comment is not filter.
|
|||
|
Aug. 13, 2008, 03:19 AM
Post: #6
|
|||
|
|||
|
RE: [Req] Remove user posted comments
Try this filter (all I did was just add div to the list of tags to be matched; now it matches dl, ul, ol and div):
Code: [Patterns]I'm not sure if it'll break any page; let me know if it does! |
|||
|
Aug. 15, 2008, 12:52 AM
Post: #7
|
|||
|
|||
|
RE: [Req] Remove user posted comments
Slashdot.org Breaks.
|
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help



![[-]](images/ONi/collapse.gif)


