Oops
This commit is contained in:
parent
19c8ffe4d6
commit
879206219b
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.3.2 - 2014-01-15
|
* 4chan X - Version 1.3.2 - 2014-01-16
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.3.2 - 2014-01-15
|
* 4chan X - Version 1.3.2 - 2014-01-16
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||||
@ -12123,7 +12123,7 @@
|
|||||||
if (subtitle = $('.boardSubtitle')) {
|
if (subtitle = $('.boardSubtitle')) {
|
||||||
$.rm(subtitle);
|
$.rm(subtitle);
|
||||||
}
|
}
|
||||||
return $('.boardTitle').textContent = d.title = "" + board + " - " + title;
|
return $('.boardTitle').textContent = d.title = "/" + board + "/ - " + title;
|
||||||
},
|
},
|
||||||
navigate: function(e) {
|
navigate: function(e) {
|
||||||
var boardID, load, pageNum, path, threadID, view;
|
var boardID, load, pageNum, path, threadID, view;
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.3.2 - 2014-01-15
|
* 4chan X - Version 1.3.2 - 2014-01-16
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||||
@ -12112,7 +12112,7 @@
|
|||||||
if (subtitle = $('.boardSubtitle')) {
|
if (subtitle = $('.boardSubtitle')) {
|
||||||
$.rm(subtitle);
|
$.rm(subtitle);
|
||||||
}
|
}
|
||||||
return $('.boardTitle').textContent = d.title = "" + board + " - " + title;
|
return $('.boardTitle').textContent = d.title = "/" + board + "/ - " + title;
|
||||||
},
|
},
|
||||||
navigate: function(e) {
|
navigate: function(e) {
|
||||||
var boardID, load, pageNum, path, threadID, view;
|
var boardID, load, pageNum, path, threadID, view;
|
||||||
|
|||||||
@ -170,7 +170,7 @@ Navigate =
|
|||||||
|
|
||||||
updateTitle: ({board, title}) ->
|
updateTitle: ({board, title}) ->
|
||||||
$.rm subtitle if subtitle = $ '.boardSubtitle'
|
$.rm subtitle if subtitle = $ '.boardSubtitle'
|
||||||
$('.boardTitle').textContent = d.title = "#{board} - #{title}"
|
$('.boardTitle').textContent = d.title = "/#{board}/ - #{title}"
|
||||||
|
|
||||||
navigate: (e) ->
|
navigate: (e) ->
|
||||||
return if @hostname isnt 'boards.4chan.org' or window.location.hostname is 'rs.4chan.org' or
|
return if @hostname isnt 'boards.4chan.org' or window.location.hostname is 'rs.4chan.org' or
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user