Lines Matching refs:mutation
258 for (let mutation of mutationsList) {
259 if (mutation.type === 'childList') {
260 if (mutation.addedNodes) {
261 mutation.addedNodes.forEach(function (node) {
269 …if (mutation.type === 'attributes' && mutation.attributeName === 'style' && mutation.target && mut…
270 mutation.target.style.height = '';
317 for (let mutation of mutationsList) {
318 if (mutation.type === 'childList') {
319 if (mutation.addedNodes) {
320 mutation.addedNodes.forEach(function (node) {
341 for (let mutation of mutationsList) {
342 … if (mutation.type === 'attributes' && mutation.attributeName === 'href') {