mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
62f8edf027
commit
52983e5813
3 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
// @license http://www.gnu.org/licenses/agpl-3.0.html AGPL-3.0
|
||||
function insertBeforeLast(node, elem) {
|
||||
node.insertBefore(elem, node.childNodes[node.childNodes.length - 2]);
|
||||
}
|
||||
|
|
@ -61,3 +62,4 @@ window.onload = function() {
|
|||
}
|
||||
});
|
||||
};
|
||||
// @license-end
|
||||
|
|
|
|||
Loading…
Reference in a new issue