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');
|
||||
nav = $('.navLinks');
|
||||
swfName = swfName.href.replace(/^(.*?)\/f\//g, "");
|
||||
sauceLink = $.el('a', {
|
||||
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');
|
||||
$.rmClass(nav, 'navLinks');
|
||||
|
||||
@ -15594,9 +15594,10 @@
|
||||
}
|
||||
swfName = $('.fileText > a');
|
||||
nav = $('.navLinks');
|
||||
swfName = swfName.href.replace(/^(.*?)\/f\//g, "");
|
||||
sauceLink = $.el('a', {
|
||||
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');
|
||||
$.rmClass(nav, 'navLinks');
|
||||
|
||||
@ -10,9 +10,10 @@ Flash =
|
||||
|
||||
swfName = $ '.fileText > a'
|
||||
nav = $ '.navLinks'
|
||||
swfName = swfName.href.replace /^(.*?)\/f\//g, ""
|
||||
sauceLink = $.el 'a',
|
||||
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'
|
||||
$.rmClass nav, 'navLinks'
|
||||
$.rmAll nav
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user