Change variable passed to plugin

Change variable passed to plugin

Hi,
Is it possible to change value of passed variable to a jquery plugin at the chrome inspect element or firebug?
Suppose i see a page contain this script:
  1. $(document).ready(function() {
  2. $('#nivo-slider').nivoSlider({
  3. slices: 15
  4. });
What i am trying to do is e.g. change 15 to 20 and see what's happening.