国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

? ? ????? HTML ???? 92cc.com腳本:一鍵點(diǎn)贊;一鍵留言板或回復(fù);群發(fā)私信;全站廣告攔截;美化92cc.com歌曲播放頁面_html/css_WEB-ITnose

92cc.com腳本:一鍵點(diǎn)贊;一鍵留言板或回復(fù);群發(fā)私信;全站廣告攔截;美化92cc.com歌曲播放頁面_html/css_WEB-ITnose

Jun 24, 2016 am 11:50 AM

// ==UserScript==// @name           92cc.com重排版// @namespace      gsf@92cc.com// @author	       xinggsf~gmail。com// @description    一鍵點(diǎn)贊;一鍵留言板或回復(fù);群發(fā)私信;全站廣告攔截;美化92cc.com歌曲播放頁面// @description:en Set css sytle on 92cc.com site// @license        GPL version 3// @include        http://*.92cc.com/*// @homepageURL    https://greasyfork.org/scripts/6562// @updateURL       https://greasyfork.org/scripts/6562/code/92cccom.user.js// @downloadURL     https://greasyfork.org/scripts/6562/code/92cccom.user.js// @version        0.2.23// @encoding       utf-8// @modified       01/28/2015// @run-at         document-body// @grant          none// ==/UserScript==window._92cc_Utils = {	jsAddrinfo: '嗨友必備眩酷神器\n??https://greasyfork.org/zh-CN/scripts/6562\n',	frCount: 0,	failGetList: false,	frList: [],	callBack: null,//響應(yīng)事件	iTimer: null,	infoIndex: 0,	info:'',	page: 1,	pTimer: null,	praiseIndex: 0,//輪詢計(jì)數(shù)		getInput: function (aTitle) {		var res = '',		x = '<div class="msg_dialog_send">
<div class="title"></div>
<div class="main">
<div class="message"><div id="fnote" contenteditable="true" class="send" name="fnote"></div></div>
<div id="emot_fnote" class="emot" to="fnote"></div>
</div>
</div><script type="text/javascript">setTimeout(null,99);$("#fnote").emotEditor({emot:true, newLine:true});</script>';		$.dialog({			id:'sendMsg', title: aTitle,			width:'360px', lock:true, content: x, okValue: '確認(rèn)',			ok: function() {				var s, $fnote = $("#fnote");				s = $.trim($fnote.emotEditor("content"));				s = (s=="")? '請輸入內(nèi)容' :					(s.length > 470)? '您寫多了!' : '';				if (s==='') {					res = $.trim($fnote.emotEditor("content"));					return true;				}				$.tipMessage(s, 1, 1000);				$fnote.focus();				return false;			},			cancelValue: '取消',			cancel:function() {}		});		return res;	},	//解析HTML	parseHtml: function(resp) {		var s, me = _92cc_Utils;		me.failGetList = false;		if (0 === me.frCount) {			s = resp.match(/<em title='\"總數(shù)量\"'>(\d+)/);			if (null === s) {				me.failGetList = true;				$.tipMessage('網(wǎng)絡(luò)錯(cuò)誤或解析失敗!', 2, 3000);				return;			}			me.frCount = 0 | s[1];			//console.log(me.frCount);			if (0 === me.frCount) {				me.failGetList = true;				$.tipMessage('你沒有加關(guān)注的朋友!', 2, 3000);				return;			}		}		s = resp.match(/\d+(?=\/" +?class="user_card">)/g);		//s = resp.split(/uid="(\d+)"/);		//if (0 === s.length)		if (!s) {			me.failGetList = true;			$.tipMessage('網(wǎng)絡(luò)錯(cuò)誤或解析失??!', 2, 3000);			return;		}		//console.log(s.length);		if (me.frList.length === 0)			me.frList = s;		else			s.push.apply(me.frList, s);		if (me.callBack) {			//me.callBack();			me.callBack = null;		}		if (me.frCount > me.frList.length) {			me.page += 1;			setTimeout('_92cc_Utils.getFriendList();', 1222);		}	},	getFriendList: function () {		if (this.frCount === 0 || this.frCount > this.frList.length) {			var s = (this.page === 1) ? "/relation?a=following" :				"/relation?a=following&currPage=" + this.page;			this.failGetList = false;			$.get(s, this.parseHtml, "html");		}	},	doPraise: function() {		var me = _92cc_Utils;		if (me.callBack) return;		if (me.frCount === me.praiseIndex ||		(me.failGetList && me.frList.length === me.praiseIndex)) {			clearInterval(me.pTimer);			me.pTimer = null;			$.tipMessage('已點(diǎn)贊了你所有的朋友!共 '+			me.praiseIndex + ' 個(gè)!', 0, 3000);			return;		}		if (0 === me.frList.length || me.frList.length === me.praiseIndex)			return;//等待數(shù)據(jù)		$.post("/user?a=doUserPraiseUpdate&uid="+ me.frList[me.praiseIndex]);		me.praiseIndex++;	},	praiseAllFriend: function() {		if (this.pTimer) {			$.tipMessage('今天已點(diǎn)贊!', 1, 3000);			return;		}		this.praiseIndex = 0;		this.getFriendList();		this.callBack = this.frCount === 0;		this.pTimer = setInterval(_92cc_Utils.doPraise, 100);		$.tipMessage('正在點(diǎn)贊!請稍候......', 0, 3000);	},	doSendInfo: function() {		var me = _92cc_Utils;		if (me.callBack) return;		if (me.frCount === me.infoIndex ||			(me.failGetList && me.frList.length === me.infoIndex))		{			clearInterval(me.iTimer);			me.iTimer = null;			$.tipMessage(me.infoIndex + ' 條私信已全部發(fā)出!', 0, 3000);			return;		}		if (0 === me.frList.length ||			me.frList.length === me.infoIndex)			return;//等待數(shù)據(jù)		$.post("/message?a=doMsgAdd",			  {"uid": me.frList[me.infoIndex], "note": me.info},			  "text"		);		me.infoIndex++;	},	sendAllInfo: function() {		if (this.iTimer) {			$.tipMessage('還有私信正在發(fā)送,請稍候......', 1, 3000);			return;		}		var s = this.getInput('請輸入對所有朋友發(fā)送的私信');		if (s === '') return;		this.info = this.jsAddrinfo + s;		this.infoIndex = 0;		this.callBack = this.frCount === 0;		this.getFriendList();		//if (this.failGetList) return;		this.iTimer = setInterval(_92cc_Utils.doSendInfo, 200);		$.tipMessage('正在發(fā)送私信!請稍候......', 0, 3000);	},	init: function() {		this.getFriendList();	},	unInit: function() {		// for (let i in this.timers) {			// clearInterval(this.timers[i]);		// }	}};(function () {	var s, x, addr;	//要刪除的元素列表,填入css選擇器	s = ['script[src^="http://cbjs.baidu.com/"]',	'script[src^="http://cb.baidu.com/"]',	'script[src*=".baidustatic.com/"]',	'script[src*=".#/"]',	'[id^="BAIDU_"]',	'#mp_banner_top', 	'.player > h1',	'.logo',	'.header+.play_content',	'.banner_text'];	//用原生API querySelectorAll加快速度	addr = s.forEach;	s.forEach(function (o) {		x = document.querySelectorAll(o);		if (x.length > 0)		addr.call(x, function (e) {			e.parentNode.removeChild(e);		});	});	s = null;	x = $('script[src*="/new/recommend/player"]');	if (x.length > 0) {		var src = x.attr('src');		//console.log(src);		//刪除低效的內(nèi)容生成JS,和可能已經(jīng)生成的內(nèi)容		s = x.parent().empty();		x = null;		$.get(src, function (res) {			var t = res.replace(/document\.writeln\("(.+?)"\);/g, '$1')			//刪除多加在雙引號前的斜線號				.replace(/\\"/g, '\"');			//console.log(t);			s.html(t); //替換內(nèi)容生成JS			s = null;			//重新綁定事件			mPlayer.addList();			mPlayer.selectDanceAll();		}, 'text');	}	addr = document.URL.toLowerCase();	if (/^http:\/\/www\.92cc\.com\/p\d+\.html/.test(addr)) {		x = $(".play_content > .right_bot");		$(".play_content > .right").replaceWith(x);		x.css({			'right' : '0',			'float' : 'right'		});		x.children(':gt(0)').css('margin-top', '-12px');		x = null;		$(".header").css('height', '55px');		$(".content").css('top', '-15px');		$(".play_content").css('top', '-9px');		//刪除div.banner內(nèi)的廣告;并用鏈?zhǔn)秸Z法設(shè)定高度		$(".banner").empty().css('height', '3px');	}	//會員功能	else if (document.userInfo && 0 === addr	.indexOf('http://i.92cc.com/')) {	//添加按鈕	}})();</em>

? ????? ??
? ?? ??? ????? ???? ??? ??????, ???? ?????? ????. ? ???? ?? ???? ?? ??? ?? ????. ???? ??? ???? ???? ??? ?? admin@php.cn?? ?????.

? AI ??

Undresser.AI Undress

Undresser.AI Undress

???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover

AI Clothes Remover

???? ?? ???? ??? AI ?????.

Video Face Swap

Video Face Swap

??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

???

??? ??

???++7.3.1

???++7.3.1

???? ?? ?? ?? ???

SublimeText3 ??? ??

SublimeText3 ??? ??

??? ??, ???? ?? ????.

???? 13.0.1 ???

???? 13.0.1 ???

??? PHP ?? ?? ??

???? CS6

???? CS6

??? ? ?? ??

SublimeText3 Mac ??

SublimeText3 Mac ??

? ??? ?? ?? ?????(SublimeText3)

???

??? ??

?? ????
1783
16
Cakephp ????
1725
56
??? ????
1577
28
PHP ????
1441
31
???
?? HTML ?? ? ?? ??? ??? ?? ??? ?????? ?? HTML ?? ? ?? ??? ??? ?? ??? ?????? Jun 20, 2025 am 08:33 AM

HTML ?? ? ?? ??? ?? ?? ??? ????? ??? ?? ????? ???? ????. ?? Whatwg ? W3C? ?? ?? ??? ?? ?? ???? ??? ??? ??? ?? (? :) ? ??? ???? ??? ??? ???? ?? ??? ??????. ??, ??? ??? ? ?? ?? ??? ???? ????, ???? 10-15 ?? ????? ???? ??? ???? ?? ??? ?? ?? ??? ??? ???. ??, htmlhint? ?? ??? ?? ? ???? ???? ???? ???? ?? ?? ??? ??????. ?????, ??? ????? ?? ????, ??? ????, ?? ???? ???? ??? ???, HTML ??? ????? ???? ? ????.

 ??? ???? ??? ?? ??? ???? ??? ?????? ??? ???? ??? ?? ??? ???? ??? ?????? Jun 19, 2025 pm 11:09 PM

??? ???? ??? ? ???? ??? ?? ? ???? ????? ?? ??? ?? ??? ??? ???? ???? ???? ?? ???? ??? ??? ? ????? ?????. ?? ??? ??? ????. 1. ? ????? ??? ?? ? ????????. 2. ????? ???? ??? (? : ??? ? ?? ?? ?)? ????? ????. 3. ARIA ??? ?? ???? ???? ???? ? ????. ????? ? ?? ? ??? ???? ?? ??, ?? ?? ?? ?? ??? ?? ?? ? ??? ???? ???? ? ???? ??????. ???? ????? ?? ARIA-LABELEDBY ?? ARIA-LABEL? ???? ??? ???? ?? ? ? ????.

?? HTML ??? ??? ?????? ?? HTML ??? ??? ?????? Jun 19, 2025 pm 11:01 PM

?? HTML ??? ???? ?? ?? ??? ???? ?? ???? ??? ???????. 1. ??? ?? ?? ??? ??????. 2. ??? ???? ?? ???? ?????. 3. ??, ??? ?? ?? ?? ?? ?? ???? ???? ? ???? ? ?? ?? ??? ????? ??, ??, ?? ? ??? ?? ???? ?? ??? ??? ???? ?????. 4. ??? .html ???? ???? ???????? ??? ?? ?. 5. ??? ??? ???? ?????? ?? ?? ? ?? ??? ?? ? ? ????. ?? ??? ?? ?? ? ???? ???? ??????.

 element? ???? HTML?? ???? ??? ??? ?????? element? ???? HTML?? ???? ??? ??? ?????? Jun 19, 2025 pm 11:41 PM

HTML ???? ???? ?? ??? ???? ???? ??? ??????. 1. ?? ???? ID, ?? ? ??? ??? ?????? ???? ???? ??? ?? ? ? ????. 2. ?? ?? ???? ??? ????? ?? ?? ???? ?? ??? ???? ???? ??????. 3. ???? ??? ?? ? ? ?? ???? ??? CSS? ???? ?? ??? ????? ?? ??? ?????. 4. ???? ????, ???? ?????, ??? ?????? ????, ??? ?????? ???? ????. ?? ??? ???? ??? ? ??? ?? ?? ?? ?? ?? ??? ???? ???? ? ??? ? ? ????.

HTML ??? ??? ?????? ??????? HTML ??? ??? ?????? ??????? Jun 24, 2025 am 12:53 AM

HTML ??? ??? ???? ?? ??? ???? ???? ???? ??? ????????. 1. ???? ?? ??, ?? ? ?? ??? ???? ??? ????. 2. ??? CSS ? JavaScript? ?? ??? ???? ?? ???? ?? ??? ??? ??????. 3. ?? ?? ??? ????? ?? ??? ???? ?? ?? ?? ??? ??? ??? ?? ??? ??? ??????. 4. ?? ? GZIP ?? Brotli? ?? ?? ? ?? ??? ????? ?? ??? ??? ????. ??? ??? ??? ???? ?? ????? ??? ?? ???? ? ????.

HTML? ??? ??? ?? ??? ?????, ??? ?? ???? ?????? HTML? ??? ??? ?? ??? ?????, ??? ?? ???? ?????? Jun 24, 2025 am 12:54 AM

htmlhasevolvedsificentsiceScreationscreationTomeetThemandsofwebDevelopersandUsers

 ??? ???? ?? ? ??? ?? ?? ???? ??? ?????? ??? ???? ?? ? ??? ?? ?? ???? ??? ?????? Jun 25, 2025 am 12:57 AM

????? ??? ??, ??? ?? ?? ????? ??? ???? ??? ?? ??? ??? ??? ???? ? HTML5?? ???? ??? ?????. ??? ??? ????? ?? ?? ?? ? ? ????. ??? ??? ??; ??? ??? ?? ??? ? ??? ???? ??? ??? ????? ???????.

 ??? ???? HTML? ???? ??? ?????? ??? ???? HTML? ???? ??? ?????? Jun 20, 2025 am 10:09 AM

HTML? ???? ?? ???? ??? ???? ??? ?? ? ??? ??????. 1. SRC ?? ?? ??? ???? ??? ??? ??? ?????. 2. ???, ??, ??? ?? ?? ??? ??????. 3. ?? ????? ?? ??? MP4, ?, OGG ? ?? ??? ?? ? ? ????. 4. ?? ??? ???? ?? ???, ?? ??, ???, ??, ?? ? ?? ??? ?????. 5. CSS? ???? ?? ? ????? ???? ?? ??? ???????. ??? ??? ??? ??? ???? ?? ?????? ??? ??? ?? ? ? ????.

See all articles