Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/manyatee/www/manyatee-com/wp/wp-content/plugins/jetpack/_inc/lib/class.media-summary.php on line 77

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/manyatee/www/manyatee-com/wp/wp-content/plugins/jetpack/_inc/lib/class.media-summary.php on line 87

Warning: count(): Parameter must be an array or an object that implements Countable in /home/manyatee/www/manyatee-com/wp/wp-includes/post-template.php on line 284

Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'custom_excerpt_length' not found or invalid function name in /home/manyatee/www/manyatee-com/wp/wp-includes/class-wp-hook.php on line 298

私のような素人向け、サイトのコピペ防止策。

忘備録。

コピペされてナンボなのがWEBの世界なのですが、
時にそれでもコピペされとうない!と言われることがある。
(そんな世の中は〜ポイry)

そんな無茶なお願いをされたとき、使えると思われるのがこのプラグイン。

■テキストの複製ができなくなるjQueryプラグイン
jquery.disable.text.select.js

■画像コピー禁止jQueryプラグイン ーdwImageProtector Plugin for jQuery
http://davidwalsh.name/image-protector-plugin-for-jquery
画像の前に透明レイヤーをコーティングするというもの。

■右クリック禁止(要jQuery)

<br />$(document).ready(function(){<br />    $(document).bind("contextmenu",function(e){<br />        return false;<br />    });<br />});<br />


ま、完全に防止するなんて無理ですけどねぇ。
やれるだけのことをやる気休めって大事!

| |


コメントを残す


]