fix /f/ sauce

This commit is contained in:
Brandon 2014-06-05 01:49:34 -07:00
parent b94ebd5d83
commit 994296f2cc
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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',

View File

@ -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',

View File

@ -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'