-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude certain fields from using wasavi #96
Comments
In wasavi's options page, there is a blacklist to prevent wasavi from activation per url.
Specifically for example:
This line will prevent wasavi from activation for an element which the name is "some-name" on "http://example.net". Of course, any elements would also be able to be chosen according to the contents of a selector. |
That sounds good! I can inspect the HTML and determine the name of the control On Fri, Jul 31, 2015 at 10:02:25AM -0700, akahuku wrote:
|
This works for the main field I tried it on, thank you very much! When I get my finances Thanks again for a great extension, you have NO IDEA how many eons I've been wanting |
I use SalesForce on a daily basis at work, in Chrome on OSX. Everything works great, but
there's a feature called Chatter which posting fields have a lot of Javascript embedded
in it. One feature is I can type @ and some user or group name, and I'll get a popup
list allowing me to select the item I want. This will put something like @[John Doe] in
the text. Unfortunately if I write @[John Doe] in wasavi, SalesForce doesn't recognize
it as a linked user when I post the Chatter comment.
The source of the page allows me to see the name of this input field. If I could exclude
the input field by name, similar to the way whole URLs are excluded, that would be very
nice. I don't want to exclude all of SalesForce for me, but certain fields are just
trouble.
The text was updated successfully, but these errors were encountered: