Webview some fixed

This commit is contained in:
Cutls 2019-03-21 14:21:02 +09:00
parent d2719cec41
commit 5b3dd86a5e
3 changed files with 6 additions and 5 deletions

View File

@ -171,10 +171,10 @@ function opendev(){
*/
}
var webview = document.getElementById('webview');
var webviewDom = document.getElementById('webview');
const {
shell
} = require('electron');
webview.addEventListener('new-window', function(e) {
webviewDom.addEventListener('new-window', function(e) {
shell.openExternal(e.url);
});

View File

@ -128,7 +128,7 @@ function parseColumn() {
}else{
var css="";
}
var html =webview("https://tweetdeck.twitter.com",key,insert,icnsert,css);
var html =webviewParse("https://tweetdeck.twitter.com",key,insert,icnsert,css);
$("#timeline-container").append(html);
}else{
var width = localStorage.getItem("width");
@ -421,7 +421,7 @@ function coloradd(key,bg,txt){
}
}
//禁断のTwitter
function webview(url,key,insert,icnsert,css){
function webviewParse(url,key,insert,icnsert,css){
var html = '<div class="box" id="timeline_box_' + key + '_box" tlid="' + key +
'" style="'+css+'"><div class="notice-box z-depth-2" id="menu_'+key+'" style="'+insert+'">'+
'<div class="area-notice"><i class="fa fa-twitter waves-effect" id="notice_icon_' + key + '" style="font-size:40px; padding-top:25%;"></i></div>'+

View File

@ -592,7 +592,8 @@ var tlid=0;
・iTunes NowPlaying(macOS)にアルバムアートワークを付ける(Thanks to <a href="https://www.kr-kp.com/">kPherox</a>)<br>
・カラムを<b>縦に並べられる</b>ように(2つ目以降のカラム毎の設定の「左に重ねる」「右に出す」を押す)<br>
・画像を個別に削除する(画像をクリックして)<br>
・何個もアルバムアートワークが投稿されるバグを修正
・何個もアルバムアートワークが投稿されるバグを修正<br>
・Misskeyでログインしたまま何もできないバグを修正(権限回り)
</div>
<div id="release-en">
<h5>Let's make it native!</h5>