fix /f/ sauce
This commit is contained in:
parent
b94ebd5d83
commit
994296f2cc
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* appchan x - Version 2.9.29 - 2014-05-29
|
||||
* appchan x - Version 2.9.29 - 2014-06-05
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
// ==/UserScript==
|
||||
|
||||
/*
|
||||
* appchan x - Version 2.9.29 - 2014-05-29
|
||||
* appchan x - Version 2.9.29 - 2014-06-05
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
@ -15573,7 +15573,7 @@
|
||||
return;
|
||||
}
|
||||
swfName = $('.fileText > a');
|
||||
nav = $('.navLinks');
|
||||
nav = $('.navLinks.desktop');
|
||||
swfName = swfName.href.replace(/^(.*?)\/f\//g, "");
|
||||
sauceLink = $.el('a', {
|
||||
textContent: 'Check Sauce on SWFCHAN',
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// Generated by CoffeeScript
|
||||
/*
|
||||
* appchan x - Version 2.9.29 - 2014-05-29
|
||||
* appchan x - Version 2.9.29 - 2014-06-05
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
@ -15593,7 +15593,7 @@
|
||||
return;
|
||||
}
|
||||
swfName = $('.fileText > a');
|
||||
nav = $('.navLinks');
|
||||
nav = $('.navLinks.desktop');
|
||||
swfName = swfName.href.replace(/^(.*?)\/f\//g, "");
|
||||
sauceLink = $.el('a', {
|
||||
textContent: 'Check Sauce on SWFCHAN',
|
||||
|
||||
@ -9,7 +9,7 @@ Flash =
|
||||
return unless g.VIEW is 'thread'
|
||||
|
||||
swfName = $ '.fileText > a'
|
||||
nav = $ '.navLinks'
|
||||
nav = $ '.navLinks.desktop'
|
||||
swfName = swfName.href.replace /^(.*?)\/f\//g, ""
|
||||
sauceLink = $.el 'a',
|
||||
textContent: 'Check Sauce on SWFCHAN'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user