Autofill v9.2.0 released

207 views
Skip to first unread message

thdoan

unread,
Aug 12, 2018, 2:51:05 AM8/12/18
to Autofill Chrome Extension
The main new update for this release is that now you can use jQuery in your JavaScript rules! Here's a demonstration:

// Inject jQuery v2.2.4
injectJquery
(2).then(function() {
 
// Execute this after jQuery is loaded...
  $
('body').css('background', 'green');
});

injectQuery(n) is a special Autofill function that accepts an optional argument n, which can be one of the following integers:
  • 1 -- injects jQuery v1.12.4
  • 2 -- injects jQuery v2.2.4
  • 3 -- injects jQuery v3.3.1
If n is not provided, then Autofill will inject jQuery v1.12.4 by default.

Changelog:
  • Added ability to inject jQuery in JavaScript rules
  • Fixed Alt + NumPad inserting symbol

thdoan

unread,
Aug 27, 2018, 7:36:04 PM8/27/18
to Autofill Chrome Extension
UPDATE: Starting with v9.2.4, jQuery v1-2 injection will no longer be supported to be in compliance with Mozilla guidelines (see https://bit.ly/1TRIyZY). This means no matter what number you pass to injectJquery(), it will default to jQuery v3.
Reply all
Reply to author
Forward
0 new messages