• After the latest Callfilter.app update, some users may have noticed that Always allow contacts or Block all except contacts was turned off. This was a developer mistake. We’re sorry for the trouble — we did not intend to disrupt anyone’s settings.

    If this happened to you, please re-enable the options in Filter priority.
    Note: Ignore contacts is now called Always allow contacts.

Help to add comments

XSF

New member
Is there a way to add comments within the code (either lines of comments, or at the end of a line of code)

Example:

// This will block everything
+1* /* Remove this line to unblock USA area codes */
+2*
+3*
+4*
+5*
+6*
+7*
+8*
+9*

Thanks
 
Is there a way to add comments within the code (either lines of comments, or at the end of a line of code)

Example:

// This will block everything
+1* /* Remove this line to unblock USA area codes */
+2*
+3*
+4*
+5*
+6*
+7*
+8*
+9*

Thanks

Comments are not currently supported. But we plan to add them in the near future.
 
Back
Top