在域上运行Tampermonkey脚本,但不在iframe上运行

时间:2013-11-17 17:30:25

标签: iframe youtube greasemonkey tampermonkey

如何防止Tampermonkey在iframe上运行?

E.g。我为

编写了一个脚本
// @include       http://*.youtube.com/*
// @include       https://*.youtube.com/*

该脚本还将在具有嵌入式YouTube播放器的外部网站上运行。当Tampermonkey在拥有20个YT玩家的页面上发射20次时,这是不必要的甚至是昂贵的。

如何在冲浪网站为youtube.com时将脚本设置为仅触发?

1 个答案:

答案 0 :(得分:2)

如果你的脚本真的只在Tampermonkey(和/或Greasemonkey和/或Scriptish)上运行,你也可以使用@noframes directive