Merge branch 'master' of github.com:zixaphir/appchan-x
Conflicts: LICENSE builds/appchan-x.user.js builds/crx/script.js
This commit is contained in:
commit
13236e18d3
@ -15574,9 +15574,10 @@
|
|||||||
}
|
}
|
||||||
swfName = $('.fileText > a');
|
swfName = $('.fileText > a');
|
||||||
nav = $('.navLinks');
|
nav = $('.navLinks');
|
||||||
|
swfName = swfName.href.replace(/^(.*?)\/f\//g, "");
|
||||||
sauceLink = $.el('a', {
|
sauceLink = $.el('a', {
|
||||||
textContent: 'Check Sauce on SWFCHAN',
|
textContent: 'Check Sauce on SWFCHAN',
|
||||||
href: "http://eye.swfchan.com/search/?q=" + swfName.textContent
|
href: "http://eye.swfchan.com/search/?q=" + swfName
|
||||||
});
|
});
|
||||||
$.addClass(nav, 'swfSauce');
|
$.addClass(nav, 'swfSauce');
|
||||||
$.rmClass(nav, 'navLinks');
|
$.rmClass(nav, 'navLinks');
|
||||||
|
|||||||
@ -15594,9 +15594,10 @@
|
|||||||
}
|
}
|
||||||
swfName = $('.fileText > a');
|
swfName = $('.fileText > a');
|
||||||
nav = $('.navLinks');
|
nav = $('.navLinks');
|
||||||
|
swfName = swfName.href.replace(/^(.*?)\/f\//g, "");
|
||||||
sauceLink = $.el('a', {
|
sauceLink = $.el('a', {
|
||||||
textContent: 'Check Sauce on SWFCHAN',
|
textContent: 'Check Sauce on SWFCHAN',
|
||||||
href: "http://eye.swfchan.com/search/?q=" + swfName.textContent
|
href: "http://eye.swfchan.com/search/?q=" + swfName
|
||||||
});
|
});
|
||||||
$.addClass(nav, 'swfSauce');
|
$.addClass(nav, 'swfSauce');
|
||||||
$.rmClass(nav, 'navLinks');
|
$.rmClass(nav, 'navLinks');
|
||||||
|
|||||||
@ -10,9 +10,10 @@ Flash =
|
|||||||
|
|
||||||
swfName = $ '.fileText > a'
|
swfName = $ '.fileText > a'
|
||||||
nav = $ '.navLinks'
|
nav = $ '.navLinks'
|
||||||
|
swfName = swfName.href.replace /^(.*?)\/f\//g, ""
|
||||||
sauceLink = $.el 'a',
|
sauceLink = $.el 'a',
|
||||||
textContent: 'Check Sauce on SWFCHAN'
|
textContent: 'Check Sauce on SWFCHAN'
|
||||||
href: "http://eye.swfchan.com/search/?q=#{swfName.textContent}"
|
href: "http://eye.swfchan.com/search/?q=#{swfName}"
|
||||||
$.addClass nav, 'swfSauce'
|
$.addClass nav, 'swfSauce'
|
||||||
$.rmClass nav, 'navLinks'
|
$.rmClass nav, 'navLinks'
|
||||||
$.rmAll nav
|
$.rmAll nav
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user