Dissonant

Dissonant web chat, for every page on the internet

当前为 2019-03-13 提交的版本,查看 最新版本

// ==UserScript==
// @name Dissonant
// @description Dissonant web chat, for every page on the internet
// @namespace Fusir Projects
// @match *://*/*
// @exclude *://js.lifelist.pw/*
// @exclude *://*/*.jpg
// @exclude *://*/*.png
// @exclude *://*/*.gif
// @exclude *://*/*.jpeg
// @noframes
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js
// @grant none
// @version 0.0.1.20190313005749
// ==/UserScript==


function expanddiv() {
  var div = $('<div>');
}

function expandinsertdiv() {
  //Finds the best place to add the chat expand button
}

function pageidentifier() {
 return location.host.replace('www.','')+location.pathname;
}

function openchat () {
  $('body').after($('<iframe>').attr('src','https://js.lifelist.pw/app/wchat/dissonant/'+pageidentifier()).css('width','98vw').css('height','50vh'));
}

openchat();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址