Софт-Архив

Noscript Opera img-1

Noscript Opera

Рейтинг: 4.7/5.0 (1838 проголосовавших)

Категория: Mac OS: другое

Описание

Noscript opera

NoScript is Free Software. if you like it, you can support its progress :)

Usable security

Operating NoScript is really simple.

When you install NoScript, JavaScript, Java, Flash Silverlight and possibly other executable contents are blocked by default. You will be able to allow JavaScript/Java/. execution (scripts from now on) selectively, on the sites you trust. You can allow a site to run scripts temporarily. if you're just surfing randomly, or permanently. when you visit it often and you really trust it. This means that NoScript learns from your own browser habits and tends to disappear in the background after a while, but it promptly comes back to save your day if you stumble upon a malicious web page.

When you browse a site containing blocked scripts a notification. similar to those issued by popup blocker, is shown.

Look at it or at the toolbar icon to know current NoScript permissions:

  • - this means that scripts and plugin contents are blocked for the current site and its subframes. Even if some of the 3 rd party script sources imported by the page may be in your whitelist, no code could run because the hosting documents are not enabled.
  • - this means the top level site is still forbidden but some active subcontent pieces (either frames or plugin objects) are allowed: some code may be running, but the page is likely not to work correctly yet because its main script source is still blocked.
  • - this means scripts are allowed for the top-level (main) document, but some other active content or script sources imported by this page are not allowed yet. This happens when there are multiple frames, or script elements linking code hosted on 3 rd party hosts.
Since they're often unnecessary, the site is likely to work even in this "partially allowed" state. Furthermore, in most cases when a site is compromised with JavaScript malware, the malicious code is hosted on external "shady" sites. Even if you've previously allowed the top-level site, these external sites are still blocked and the attack fails anyway.
  • - this means that all the script sources for the page are allowed but some embedded content (frames or plugin objects) is blocked. You can check and allow the blocked content either by looking for yellow visual placeholders in the page or by examining the Blocked Objects sub-menu.
  • - this means that scripts are allowed for some URLs, and all the other ones are marked as untrusted .
  • - this means that script execution is allowed for the current site
  • - this means that scripts are globally allowed (why did you decide to browse with low protection. )
  • The number of detected <script> tags for current page is shown in a tooltip when you fly over the icon with your mouse. If the "S" inside the icon is white rather than blue ( ), 0 script tags have been detected: this likely means you don't need to enable JavaScript in that page at all.

    If you left click on the icon, you can change script permissions using a simple menu.

    You can reach the same menu by right clicking over the document, so you can operate also in windows which don't provide any toolbar. Of course, if you don't like contextual menus, you can hide it.

    Most menu items are in the form "Allow somesite.com", "Temporarily allow somesite.com", "Forbid somesite.com". The "Temporarily" permissions are in effect until you exit the browser.

    You can either middle-click or shift+left+click any of NoScript's command menu entries (e.g. "Allow noscript.net " or "Forbid flashgot.net") in order to open a Security and Privacy Info page, which tries to help you deciding whether a certain script source should be allowed or not. The actual address of this page can be configured by editing the noscript.siteInfoProvider about:config preference, e.g. in order to point it directly to a certain search engine.

    Further commands available in the menu:

      Allow Scripts Globally (dangerous) switches NoScript in the (not recommended) "Default Allow" mode. Only sites and objects explicitly marked as untrusted will be disabled. Other important security features, like Anti-XSS protection. HTTPS enforcement. Clickjacking protection and ABE will still be effective, though.
    • Allow all this page and Temporarily allow all this page enable every site shown as allowable by NoScript's menu on the current page, unless already marked as untrusted .
    • Make page permissions permanent permanently enables every site shown as temporarily allowed by NoScript's menu on the current page.
    • Revoke temporary permissions cancels all the "Temporary allow" commands issued during this session.

    A set of toolbar buttons is also provided:

      Main NoScript toolbar button

    By clicking it you will toggle the forbidden/allowed state of the top-most site in the current page, i.e. the one displayed in your address bar. Also, if you click the tiny arrow near the main NoScript toolbar button, the usual NoScript menu will be dropped down. Temporarily allow all this page toolbar button Revoke temporary permissions toolbar button

    To install these buttons, just right click on any Firefox toolbar and select the Customize menu item, the drag the one(s) you want from the buttons palette onto your choosen toolbar.

    If you're not a mouse lover, you will find these two keyboard shortcuts helpful:

    1. CTRL + SHIFT + \ (backslash) toggles allowance status for the current top-level site - temporarily by default, to make it permanent set the about:config noscript.toggle.temp preference to false .
    2. CTRL + SHIFT + N opens the NoScript menu, which lets you perform every NoScript related operation using the cursor keys.

    Both these shortcuts can be changed using the about:config noscript.key.* preferences.

    Every NoScript menu includes a command to open the Options dialog. you use it to allow or forbid many sites at once, to customize user interface and to decide if you want to automatically reload current site when you change permissions. Other useful options are also available there.

    For each site you can decide to allow the exact address, or the exact domain, or a parent domain. If you enable a domain (e.g. mozilla.org ), you're implicitly enabling all its subdomains (e.g. www.mozilla.org, addons.mozilla.org and so on) with every possible protocol (e.g. http and https). If you enable an address (protocol://host, e.g. http://www.mozilla.org. you're enabling its subdirectories (e.g. http://www.mozilla.org/firefox and http://www.mozilla.org/thunderbird), but not its domain ancestors nor its siblings, i.e. mozilla.org and addons.mozilla.org will not be automatically enabled.

    By default only the 2nd level (base) domain is shown (e.g. mozilla.org) is shown in the menus, but you can configure appearance to show full domains and full addresses as well.

    NoScript recognizes two kinds of "shorthand" patterns, to be manually entered in the NoScript Options|Whitelist panel:

    1. Jolly port matching - an address with a 0 (zero) port specification will match every site with the same protocol, domain and any non-standard port: if one is met during navigation, it gets temporarily enabled. For instance, http://acme.org:0 matches http://acme.org:8080 and http://acme.org:9999. but not https://acme.org:9999 (different protocol) nor http://acme.org (standard 80 port, omitted). Since protocol specification is mandatory, regular subdomain matching with rightmost components comparison couldn't work for multiple subdomain. You can specify subdomain matching patterns using an asterisk in place of the leftmost domain component: for instance, you need to match all the subdomains of acme.org for all ports with the HTTPS protocol, you can whitelist https://*.acme.org:0. This is the ONLY situation where asterisk is considered a wildcard.
    2. Subnet matching - an address with a partial numeric IPv4 IP will match all the subnet. You must specify at least the 2 leftmost bytes, e.g. 192.168 or 10.0.0. Again, matching sites will be temporarily allowed on demand.

    Important notice. the asterisk character (* ) have NO special meaning to NoScript, other than subdomain matching in Jolly port matching patterns (see above). Asterisk is NOT a general wildcard, so if you're typing it while manually adding a site to your whitelist, double check you know what you're doing. By the way, most of the time you prefer not to fiddle with your whitelist manually: just use the NoScript "Allow" and "Forbid" menu items, it's much simpler and error free!

    Beyond JavaScript: blocking Java, Silverlight, Flash and other embedded content

    While its primary aim is preventing malicious JavaScript from running, NoScript effectively blocks Java™, Silverlight™, Flash®, and other plugins and embeddings (such HTML video/audio elements and downloadable fonts) on sites you haven't explicitly whitelisted. Java Applets, Flash movies/applications, Quicktime clips, PDF documents and other content won't be even downloaded from sites where you consider them annoyances or dangers, saving your bandwidth and increasing your navigation speed. While in early NoScript versions only JavaScript and Java were blocked by default, this restriction has been extended to Flash and the other embeddable content, in order to prevent Flash-based XSS and other plugin-based attacks. Anyway you can configure the kinds of content you want to forbid using the NoScript Options|Embeddings panel. The status bar tooltip and the message bar display the total count of detected embeddings (<OBJECT> ) next to the <script> count. Keep in mind that some sites use Java applets, Silverlight embedded objects or Flash movies to deliver rich content and applications, hence if you meet some web page you need to use but you find some functionality is missing, consider the possibility that you're blocking some essential applet or movie.

    On a non-whitelisted site you can still temporarily allow an individual embedded object with just one left click on its placeholder (screenshot ). The movie/applet/clip will stay enabled until the end of the session or until you Revoke Temporary Permissions .

    Middle clicking on an object placeholder opens it in a window of its own.

    Right clicking on an object placeholder opens the context menu for links, allowing you to save the content with Save Link As. .

    Holding down the Shift key and clicking on an object placeholder temporarily hides it.

    You can also use the Blocked Objects menu to find out which content instances you're blocking even if their placeholder is not easily visible, and/or enable them individually, per site or per type.

    It's worth noticing that while early NoScript versions used to block plugin content objects checking exclusively their origin, i.e. the site where they were downloaded from, most recent NoScript versions check also the parent site which is embedding the content. a non-whitelisted site won't be able to run a plugin content piece, even if coming from a trusted site, unless you explictly unblock it through its placeholder or the Blocked Objects menu.

    This behavior is meant to provide effective protection against Flash-based XSS. Reverting to the old behavior is possible, even if not recommended: just switch the noscript.forbidActiveContentParentTrustCheck about:config preference to false.

    The same blocking treatment can be reserved to IFRAMEs as well, especially to defeat clickjacking. Please read this FAQ for more details.

    Finally, toggling NoScript Options/Embeddings/Apply these restrictions to whitelisted sites too extends the embedded content restrictions set for untrusted sites also to "trusted" pages which are in your whitelist, turning NoScript in a general content blocker for Java, Silverlight, Flash and other embeddings, functionally similar to FlashBlock.

    You can configure some exception to the forbidden embeddings (both plugins and frames) by setting the noscript.allowedMimeRegExp about:config preference to a number of space-separated regular expressions matching the content types you want to allow (the patterns get automatically anchored, both left and right). For instance, setting it to "application/pdf application/x-silverlight " will let PDF documents and Silverlight applets load automatically on every site.

    You can restrict the execution to some sites only by matching the concatenation of the mime type with the URL(s) of the content to be executed. For example, if you want to permanently authorize any Flash movie from Youtube, you'll need to add a pattern like "application/x-shockwave-flash@https?://[^/]+\.(?:youtube|ytimg)\.com ".

    If you want to match any frame (IFRAMEs or FRAMEs) independently of its actual MIME content type, you can use the FRAME pseudo content type.

    Other similar pseudo content-type to be used with this preference are

    • FONT for web fonts blocked by the Embeddigs|Forbid @font-face option
    • WebGL for 3D canvases blocked by the Embeddings|Forbid WebGL option

    For example, setting the noscript.allowedMimeRegExp preference value to "FRAME@https?://somesite\.com FONT@https?://some-other-site\.com WebGL@https://www\.khronos\.org " will permanently allow any FRAME/IFRAME load from somesite.com, web fonts from some-other-site.com and WebGL 3D content from https://www.khronos.org.

    Untrusted blacklist

    Some sites, especially those serving ads, can appear in your "Allow. " menu more often than you like, making it too much long and noisy.

    If you know you don't want to allow a certain site now and in the foreseeable future, you can permanently mark it as untrusted: just click the NoScript icon, open the Untrusted menu and select the Mark bad-site.com as Untrusted menu item.

    NoScript won't even propose you to allow it again and your NoScript will be even more clean and usable.

    If you later change your mind, don't worry: just open the Untrusted menu again (on the same page), and you'll find the Allow bad-site.com command there.

    This feature is especially useful if you decided to use the (not recommended) Temporarily allow top level sites by default or Allow Scripts Globally modes, because sites marked as untrusted won't be allowed anyway.

    Advanced users. even though the untrusted sites blacklist has no listing UI of its own, you can mass-edit it either modifying the noscript.untrusted about:config preference or using the Import /Export functionality of the NoScript Options|Whitelist panel, knowing that the untrusted entries are exported under an [UNTRUSTED] header.

    Anti-XSS protection

    Cross-Site Scripting (XSS) vulnerabilities are usually programming errors made by web developers, which allow an attacker to inject his own malicious code from a certain site into a different site. They can be used, for instance, to steal your authentication credentials and, more in general, to impersonate you on the victim site (e.g. your online banking or your web mail).

    This kind of vulnerability, often overlooked, is very widespread and becoming highly popular among hackers. someone even bothered to write a JavaScript-based bot, called Jikto. turning your browser into a zombie which relentlessly sends automated XSS attacks all around. Of course this tool has been built "for research purpose", but its code unfortunately appears to be leaked in the wild. so anybody can take advantage of it, now.

    NoScript features unique Anti-XSS counter-measures against XSS Type 0 (DOM based) and XSS Type 1 (Reflective, absolutely the most common) attacks targeted to whitelisted sites.

    Whenever a certain site tries to inject JavaScript code inside a different trusted (whitelisted and JavaScript enabled) site, NoScript filters the malicious request neutralizing its dangerous load.

    Then a yellow notification bar displays a message like

    "NoScript filtered a potential cross-site scripting (XSS) attempt from [some-evil-url.com]. Technical details have been logged to the Console. "

    On the left side of this bar there's also an "Options. " button: if you click it, you can choose among the following actions:

    • Show Console. displaying the Error Console where further technical details about the actions taken by NoScript are logged.
    Please notice that the Error Console is a standard Firefox component reporting every JavaScript-related message from any source: the explanatory messages specifically coming from NoScript and related to XSS are only the ones marked with a [NoScript XSS] label.
  • Unsafe Reload. which will "replay" the request bypassing XSS filters. Use this command only if you're absolutely sure that NoScript detected a false positive.
  • Suppress the XSS-related notifications (you will still be able to operate through the standard NoScript menu).
  • Open the XSS Options panel.
  • Navigate to the XSS FAQ web page.
  • The specific Anti-XSS counter-measures are controlled by the NoScript Options|Advanced|XSS options.

    Both these options are enabled by default for your maximum protection.

    By default, Anti-XSS protection automatically filters the requests from untrusted origins to trusted destinations, considering trusted either "Allow"ed or "Temporary allow"ed sites. If you prefer "Temporarily allow"ed sites to be still considered as untrusted origins from the XSS point of view, you just need to set about:config noscript.xss.trustTemp preference to false.

    Furthermore, NoScript's sophisticated InjectionChecker engine checks also all the requests started from whitelisted origins for suspicious patterns landing on different trusted sites: if a potential XSS attack is detected, even if coming from a trusted source. Anti-XSS filters are promptly triggered.

    This feature can be tweaked by changing the value of the noscript.injectionCheck about:config preference as follows:

    NoScript's Anti-XSS filters have been deeply tested and proved their ability to defeat every known reflective XSS technique, but their power is a double-edged sword: sometime they may detect a weird looking but legitimate request as a "potential XSS attempt". This should almost never be a show stopper, since the filter most of the time doesn't prevent you from navigating the filtered page, but the aforementioned Unsafe reload command and the XSS Advanced Options have been made easily accessible so you can work-around if you hit a false positive with side effects. Just please notify me when it happens, possibly reporting the messages NoScript logged (the lines starting with "[NoScript XSS]" in the Error Console ), so I can keep tweaking NoScript's "XSS sensibility" as needed.

    NoScript also protects against most XSS Type 2 (Persistent) attacks: in facts, the exploited vulnerabilities usually impose space constraints, therefore the attacker is often forced to rely on the inclusion of external scripts or IFrames from origins which are already blocked by default.

    While Cross-Site Scripting (XSS) vulnerabilities need to be fixed by the web developers, users can finally do something to protect themselves: NoScript is the only effective defense available to "web-consumers", waiting for "web-providers" to clean up their mess.

    Most NoScript options are quite simple and self explanatory.

    Default values are almost always OK, however you may find useful knowing about these:

    Другие статьи, обзоры программ, новости

    Расширение NoScript Lite - Дополнения Opera

    NoScript Suite Lite provides an extra security for your Browser. It allows JavaScript (inline & external) to be executed only by trusted websites of your choice. Some websites are added to the white-list by default, but you can add or remove items at any time.

    Important Features:

    a) Allows you to block all Scripts (inline and external) from untrusted websites (plus you can block Images, Objects, Styles and Media as well).

    b) Simple and very lite: this Addon does not use noticeable memory or CPU form your machine.

    c) You can easily switch the extension On or Off from the toolbar popup UI.

    d) Add or remove websites to the white-list table easily from toolbar-popup.

    e) Beside scripts, you can also block style-sheets, images, objects and media from untrusted sources. To activate, open toolbar-popup and click on the desired option at the bottom of the panel.

    f) Choose desired blocking engine, Web-Request-Observer or Content-Security-Policy from the options page (only for version 0.1.5).

    g) Add desired whitelist or blacklist rules with Regular Expressions (only for version 0.1.5).

    Note: In order to read about all the new features or reporting bugs please visit Addon's Homepage (http://mybrowseraddon.com/noscript-lite.html).

    Права доступа
      У этого расширения есть доступ к вашим данным на всех сайтах. У этого расширения есть доступ к вашим вкладкам и действиям в интернете.

    Расширения для Opera - полезные и популярные расширения

    Скачать браузер Opera последняя версия Что такое расширения для Opera. Полезные и популярные расширения

    Ранее недостаток поддержки свободно-разрабатываемых расширений считался главным недостатком оперы, отдалявшим браузер от внушительного сегмента целевой аудитории – продвинутых пользователей.

    Несмотря на то, что ранее норвежские разработчики не хотели реализовывать поддержку расширений, объясняя это проблемами с совместимостью и безопасностью, которые неизбежно возникнут при интеграции стороннего кода, компания Operaб, под растущим давлением рынка, всё же была вынуждена поступится раннее намеченной политике.

    C выходом браузера Opera 11 пользователям стала доступна новая и необыкновенно полезная возможность, - использование расширений.

    Теперь тысячи разработчиков со всего мира могут реализовывать новые функции, которых, по их мнению, не хватает обозревателю, используя современные открытые стандарты, такие как HTML5, JavaScript, CSS и API обозревателя.

    Итак, что же такое расширения?

    Расширения в Opera это специальные компоненты, устанавливаемые непосредственно в браузер и способные существенно расширить его функционал. Это разнообразные дополнительные функции от сторонних разработчиков и ресурсов - от возможности скачивания видео с YouTube и Вконтакте до получения уведомлений о новых сообщениях в социальных сетях.

    Устанавливаются расширения в один клик, обновляются автоматически и не требуют оплаты. Функционал и сфера применения расширений настолько широка, что рассказать о всех расширениях в рамках одной статьи не представляется возможным. Однако вы сами можете ознакомиться со списком доступных на данный момент расширений в официальном каталоге (на момент написания статьи - более 1000 разнообразных расширений) или ознакомится с нашим каталогом популярных и полезных расширений для Opera. Скачать и установить расширения в один клик можно прямо из каталога.

    Блокировка рекламы в Opera расширение noAds

    Блокировка рекламы в Opera расширение noAds.

    Я не люблю блокирование рекламы,так как я зарабатываю на этих объявлениях. Чем больше пользователей установит блокирование рекламы, тем меньше денег я сделаю. Это так просто. Я надеюсь, что постоянные посетители моего сайта отключат их блокаторы объявлений или NoScript дополнения, когда они посещают мой сайт.

    В этой статье я рассказываю, как довольно быстро вылечить ОС семейства Windows от компьютерных вирусов с помощью загрузочного компакт-диска – так называемого LiveCD

    Но я  так же ,понимаю необходимость нахождения путей для защиты браузера и компьютера от сценариев атак, и нет ничего лучше для этого, чем расширение Firefox NoScript или эквивалент для других браузеров.Расширение NoAds для для браузера Opera 11 сочетает блокировку рекламы с функциональностью NoScript.

    Пользователи Opera 11 могут установить NoAds , по следующей сссылке NoAds .Установка производится быстро и без перезапуска браузера. Расширение NoAds работает сразу после установки на большинстве сайтов.Расширение имеет значок в адресной панели Opera. который открывает меню настройки.

    Наверное, самое интересное в расширении NoAds, это ссылки на Настройки, которые открывают обширные закладки конфигурации. Они загружают настройки по умолчанию,в которых перечислены все заблокированные внешние сценарии, а также CSS фильтры и пользовательский  фильтр CSS.Здесь можно добавлять внешние сценарии в белый список, или разрешить все скрипты на веб-сайте.

    В глобальной вкладке Настройки есть список “белых” сценариев, а также пользовательский  фильтр CSS и фильтр CSS. Подписанные вкладки можно использовать, чтобы подписаться на список блокировки рекламы, который затем используется для автоматического блока объявлений на листинге. Доступные списки для Соединенных Штатов, Германии, Франции, России, общий список и пользовательские возможности добавления URL в другой список.Элементы на странице могут быть заблокированы. Это делается с помощью следующих сочетаний клавиш:

    • Блок объявлений – Alt + Shift +

    • Блок элемента – Alt + Shift + B

    • Разблокировать – Alt + Shift + U

    • Разблокировать последний элемент – Alt + Shift + L

    Нажатие клавиш имеет блочный элемент, например, открыть все элементы блоков на странице. Щёлкнуть левой кнопкой мыши и вы увидите все элементы,кторые могут быть использованы для блокирования текущего элемента на странице постоянно, или по крайней мере до тех пор, пока он снова не разблокирован. Это отлично подходит для удаления элементов на веб-сайте, таких как объявления,которые не нужны или отвлекает.

    Расширение NoAds является отличным дополнением к веб-браузеру Operaрасширения есть причуды с которыми необходимо будет разобраться. Например, иногда необходимо переключаться назад и вперёд перед иконкой в адресной строке,что бы она стала активной.

    Opera mit Noscript absichern

    Opera mit Noscript absichern

    Der Opera Download ist ja nach wie vor der Browser, bei dem der Anwender am schnellsten an seine JavaScript-Einstellungen kommt. Einmal auf F12 gedrückt und schon kann man JavaScript, Cookies, Popups und andere Störungen abschalten. Allerdings will man das ja nicht generell abschalten, weil sonst viele Webseiten gar nicht mehr richtig funktionieren. Gut wäre also ein Filter, der einzelne Skripte entweder auf jeder Seite oder nur bei bestimmten Seiten abschaltet oder zulässt. In der Firefoxwelt hat sich da das Addon Noscript als besonders mächtig erwiesen und deshalb suchen natürlich viele nach einem Opera Noscript.

    Genau die gleiche Erweiterung gibt es bei Opera nicht, aber guten Ersatz dafür. Einmal installiert, sorgt die Erweiterung dafür, dass jedes JavaScript erkannt und geblockt wird. Als harmlos und hilfreich bekannte Skripte werden hingegen erlaubt. Unterm Strich führt das dazu, dass man wesentlich störungsfreier durch das Internet gleitet. Das Risiko, sich einen Trojaner zu holen, wird auf fast Null gesetzt. Gleichzeitig verschwindet viel Werbung. Doch diese Blockade hat nicht nur Vorteile!

    Welche Opera Noscript Erweiterung soll man wählen?

    Sucht man auf der Seite der Opera Erweiterungen nach “Noscript”, so werden zwei Erweiterungen angezeigt. Da ist zum einen das Plugin Scriptweeder. zum anderen die Erweiterung NotScripts. Beide erfüllen ihre Aufgabe, so dass es eigentlich eine Frage der persönlichen Vorlieben ist, wofür man sich entscheidet.

    Beide Erweiterungen sind nicht ganz banal und wenn man nicht weiß, was Javascripte tun können, wofür man sie braucht und was man vermeiden sollte, ist die Verwendung solcher Plugins am ehesten mit “Versuch und Irrtum” zu vergleichen. Im Grunde verlässt man sich bei beiden Erweiterungen darauf, dass jemand anderes es besser weiß, wie man sicher ist. Also werden erst einmal die meisten Skripte geblockt, manche aber gleich nach der Installation zugelassen.

    Das Opera Noscript Plugin NotScripts stellt einen guten Schutz dar, muss aber auch ständig nachreguliert werden

    Die Opera Noscript Erweiterungen – Für und Wider

    Einmal installiert, sorgen beide Opera Noscript-Erweiterungen zuverlässig dafür, dass beim Besuch jeder Seite alle unbekannten Javascripte blockiert werden? Und selbst wenn bekannte und angeblich sichere Skripte laufen dürfen, kann der Anwender dies global oder von Fall zu Fall selbst ändern. Insofern hat man zwar die volle Freiheit, aber eben auch die volle Verantwortung.

    Was die Skripte nämlich machen wollen, wofür sie überhaupt verwendet werden, das erfährt man weder hier noch da. So kann man sich etwa dafür entscheiden, sämtliche Javascripte abzuschalten, die auf einer Domain gestartet werden sollen. Doch dann stellt man fest, dass das Pulldownmenü nicht funktioniert und dass man keine Bewertungen abgeben kann, weil auch dieses Script nicht läuft. Bilder werden auf einen Klick hin nicht mehr vergrößert, aber Werbung sieht man auch keine mehr. Wo setzt man da den Hebel an? Wer darf und wer nicht?

    Auch die Opera Noscript Erweiterung Scriptweeder erleichtert dem Anwender die Entscheidung nicht

    Und so läuft am Ende alles darauf hinaus, in der nächsten Zeit erst einmal jede Seite nachjustieren muss – und das oft mehrmals. So erlaubt man ein Script nach dem anderen, bis eine Seite problemlos funktioniert. Und jedes Mal muss man die Seite neu laden. Hat man ein Skript zugelassen, werden plötzlich weitere geladen, die vorher nicht da waren. Und wieder geht es mit der Einstellerei weiter.

    Doch wer diese Geduld aufbringt und sein System nach und nach anpasst, wird mit hoher Sicherheit belohnt. Nahezu alle “Drive by Infektionen” mit Trojanern können durch eine Opera Noscript Erweiterung effektiv blockiert werden.

    Noscript fur Opera? (Browser)

    Noscript fur Opera?

    Kommentar von surfenohneende. 08.12.2013

    Wird leider nur fur Opera 11 und 12 unterstutzt.

    "Opera" 15+ ist eine kastrierte Chrome-Kopie (darum hei?t es wahrscheinlich band "Hallo Firefox" : ( )

    Keine passende Antwort gefunden? Verwandte Fragen

    NoScript: Blockiertes Objekt wieder sichtbar machen/entblockieren Hey, ich habe bei dem Firefox Plugin "NoScript" ausversehen eine Flash-Anwendung blockiert, würde das aber gerne wieder rückgängig machen. Mit dem Symbol rechts oben geht es nicht, da dieses ja nur für die einzelnen Webseiten ist, die jeweils auf die Seite zugreifen/einwirken, nicht aber für die eingebauten Anwendungen (z.b. auch Videos) Kann mir jemand helfen? Danke schon im Voraus. Mfg Max

    Ich habe ein Problem mit OPERA! HILFE Wenn ich z.b zu facebook wechseln will lädt der und hört plötzlich auf. Was iost das.

    NoScript - Alle Beschränkungen für diese Seite aufheben nervig hallo zusammen, kennt ihr das auch, ihr nutzt NoScript für Firefox und ihr besucht eine vertrauenswürdige Website. Ihr sagt alle Beschränkungen für diese Seite aufheben. doch nachdem dies passiert, kommt erneut NoScript und sperrt erneut Scriipts. Ok, dann geht man nochmal auf Alle BEschränkungen aufheben. Doch wieder ersheinen dann neue Scripts die esperrt sind. Kann ich nicht irgendwo einstellen, dass ich mit einem druck auf "Alle Beschränungen für diese Seite aufheben" auch wirklich alle aufgehoben werden, AUCH nachfolgende skripte.

    Opera - YouTube Videos werden nicht abgespielt > Adobe Flash Player aktualisieren geht trz nicht! Hey :-) Letztens hatte ich ja eine Frage wegen den YouTube Videos die in Opera erst abgespielt werden, wenn ich auf diesen großem Runden Button klicke. Dies hab ich dann hinbekommen das es so ging, doch jetzt steht andauernd ( nachdem ich mir die neuste Version des Opera Browsers gedownloadet habe ) *Du musst deinen Adobe Flash Player aktualisieren, damit du dieses Video ansehen kannst. Du kannst den Player von Adobe herunterladen.* Das hab ich gemacht doch nachdem ging es immer noch nicht und es steht immer noch da? Ich habe den neusten Flash Player ( Update ), den neusten Opera Browser und die Internetspuren gelöscht. Wie bekomm ich jetzt hin das ich mir Videos angucken kann? Bitte keine Bemerkungen von wegen 'Benutz doch einen anderen Browser'. -) schluckmich

    Opera 2. Tab Hey Leute, Ich hab seit knapp 1 Monat Opera und was mir ja tierisch auf den Sack geht ist das ich wenn ich 2 Tabs aufhabe und wechsel bei dem anderen erstmal kurz scrollen muss damit der "Aktiviert" wird und ich da klicken kann, Was ist das? kann man das irgendwie ändern?

    NoScript in SRWare Iron? ich benutze den browser SRWare Iron und wolte NoScript nutzen aber ich finde den ordner nicht in dem ich das password eingeben muss in google chrome iste es ja %userprofile%\AppData\Local\Google\Chrome\User Data\Default\Extensions\odjhifogjcknibkahlpidmdajjpkkcfn aber in welchen ordner muss ich bei SRWare Iron machen?

    Noscript+ Adblock (Vista) Hey, unten gibt es doch (bei Laptop/Vista) den noscript und adblock, ich habe ausversehen auf das kreut gedrückt. Und noscript kann man zwar benutzen mit rechtsklick aber den Adblocker nicht..was ich also fragen wollte: wie macht man, dass dieser Adblocker und Noscript unten wieder erscheint? Danke

    Cache löschen bei Opera also wie kann ich den cache bei opera löschen?

    Zoom mit + und - bei Opera deaktivieren Hallo, wie deaktiviere ich bei Opera das Zommen mit + und -.

    Old and New Version of Opera Download

    This version fixed an error where an on-demand-plugin placeholder could lower the security status of a secure site to insecure.

    About Opera

    Opera started out as a research project in Norway's largest telecom company, Telenor, in 1994, and branched out into an independent development company named Opera Software ASA in 1995. Opera Software develops the Opera Web browser, a high-quality, multi-platform product for a wide range of platforms, operating systems and embedded Internet products.

    In addition to the web browser, the other main component in the Opera suite is the Opera Mail client, previously known as M2. Opera Mail supports regular POP and SMTP mail as well as IMAP. It also has an Address book. Opera Mail also features a newsreader and a newsfeed reader for RSS and Atom, as well as an IRC client for online chat. The forthcoming Opera 9 will also feature widgets as well as further BitTorrent functionality.

    • Opera's advanced fraud protection protects you against web sites that try to steal your personal information. Watch the demo to learn how to enable this feature.
    • You don't need a separate BitTorrent application to download large files. Simply click a torrent link and start the download.
    • Right-click on the site's search field and select "Create search" from the menu.
    • Want to view a site in a different way or deny certain cookies? Want to block pop-ups on certain sites only? Right click and select "Edit site preferences".
    • Use advanced text editing features for today's most popular Web applications.
    • It is easy to have many tabs open at once in Opera. But exactly which tab had that video you wanted? Hover your mouse on any tab to see a thumbnail preview.
    • View download progress and access all your downloads from one simple transfer manager window.
    • Keyboard shortcuts - like mouse gestures - make your browsing faster and more efficient. Read more about all the keyboard shortcuts in Opera.

    Adblock Plus 1

    Adblock Plus 1.3 Final 2011 для Firefox, Chrome, Opera, K-Meleon Скачать Adblock Plus 1.3 Плагин "Noscript" Программа для Блокировки Рекламы Бесплатно

    Описание: Adblock Plus 1.3 Final 2011 – Это оптимальное решение для реализации полной Безопасности от уже надоевшей рекламы. будь то Баннеры и заканчивая Кликандерами (clickunder). Adblock Plus 1.3 Это не отдельная программа для Блокировки Рекламы. это многофункциональный Модульный скрипт Безопастности для Браузеров ( Firefox, Google Chrome, SeaMonkey, Thunderbird, K-Meleon, Songbird) Adblock Plus для Opera 11 к сожалению не поддерживает, но для пользователей Оперы есть отличное решение это Adguard 4.1. который полностью Обезопасит вас от рекламы на сайтах. но речь не о нем. Adblock Plus Бесплатно отличается от своих собратьев легкой установкой и управлением через браузер. Главной опцией Adblock Plus Final 2011 является "фильтры", которые позволяют подстроить Скрипт для защиты от рекламы под свои надобности. Всем известно, что реклама дает доп. нагрузку на Скорость Интернета, Съедает много трафика да и вообще иногда нервирует, полезно она только для самих владельцев Сайтов (Более оптмального зароботка пока не нашли). Эти проблемы направлен решить Бесплатный Adblock Plus 1.3, которому известно 90% всякого рода рекламы. Adblock Plus Rus Final 2011 уведомит вас о наличии Рекламы "Flash-роликов и Java-апплетов" на сайте и предложит вам выбор в дальнейшем решении по блокировки её.

    Adblock Plus 1.3 Final 2011 is an optimum decision for realisation full Safety from already bothered advertising. whether it be Banners and finishing Klikanderami (clickunder). Adblock Plus 1.3 It not separate the program for Advertising Blocking. is multipurpose Modular a script of Bezopastnosti for Browsers ( Firefox, Google Chrome, SeaMonkey, Thunderbird, K-Meleon, Songbird ) Adblock Plus for Opera 11 unfortunately does not support, but for users Operas are the excellent decision it Adguard 4.1 which completely Will secure you against advertising on sites. but speech not about it. Adblock Plus it is free differs from the colleagues easy installation and management through the browser. The main option Adblock Plus Final 2011 is "filters" which allow to arrange the Script for protection against advertising under the needs. All know that advertising gives доп. Loading for Speed of the Internet, Is eaten by a lot of traffic and in general sometimes irritates, it is useful it only for owners of Sites (More оптмального зароботка yet do not send). These problems is directed to solve Free Adblock Plus 1.3 to which know 90 any % of advertising. Adblock Plus Rus Final 2011 will notify you on presence Advertising "Flash-rollers and Java-applets" on a site and will offer you a choice in the further decision on its blocking.

    Adblock Plus Cкачать для браузера Firefox предотвращает появление надоедливых всплывающих окон при посещении веб-сайтов. Данное программное обеспечение является хорошим блокировщиком рекламы для браузера Firefox Mozilla.

    Adblock Plus 2011 сэкономит ваше время и трафик, позволит пользоваться Интернетом без какой-либо рекламы. Всплывающие изображения на веб-сайтах просто игнорируются. Пользователи, которые не знакомы с данной программой, могут использовать предварительные её настройки.

    Adblock 1.3 имеет "чистый лист", который позволяет не затрагивать рекламные объявления на определенных сайтах.

    Adblock Plus Rus блокирует рекламу и тем самым значительно упрощает использование интернета.

    Adblock Plus 1.3 является расширением с открытым исходным кодом, над его улучшением может работать любой, кто хочет сделать интернет лучше для всех. Изначально это расширение было разработано для браузера Firefox и стало самым популярным расширением в мире (более 100 миллионов скачиваний). Теперь мы представляем вам Adblock Plus Final 2011 для Google Chrome™ (бывший AdThwart) и наше сообщество работает над тем, чтобы предоставить ту же функциональность, которая уже знакома по расширению для Firefox.

    Учтите, что существует другое расширение с названием "AdBlock". Оно не связано с сообществом Mozilla Adblock Plus, но тоже хорошо работает.

    Adblock Plus Rus - незаменимое расширение для браузеров Firefox, Firefox Mobile, Thunderbird, SeaMonkey, Songbird, Prism, которое призвано сделать просмотр веб-страниц комфортабельнее и приятней посредством блокировки рекламы, различных баннеров и даже опасных доменов. Для плагина существует возможность загружать списки фильтров, которые автоматически будут блокировать нежелательные для пользователя элементы просматриваемых веб-страниц. Кроме того Adblock Plus для Firefox позволит вам добавлять собственные фильтры с помощью различных полезных инструментов, включая контекстное меню для блокировки картинок, ярлык для блокировки Flash-роликов и Java-апплетов и список элементов для удаления невидимых элементов (к примеру, скриптов или стилей).

    Adblock Plus 1.3 Final 2011 – это плагин для браузера Mozilla Firefox, Google. Он позволяет блокировать рекламу в интернете. Если вы уже знакомы с ним — эта статья не для вас, из нее вы не узнаете ничего нового. Как и все другие расширения Firefox, Adblock Plus совершенно бесплатен и лежит на addons.mozilla.org. Взгляните на это изображение:

    Плагин для Блокировки рекламы очень удобен и гибок в настройке. Вы можете расположить кнопку Adblock Plus Плагин как по соседству с адресной строкой, так и рядом со строкой состояния — в правом нижнем углу. Если какой-то баннер не был заблокирован (такое случается), достаточно кликнуть по нему правой кнопкой мыши и выбрать соответствующий пункт в появившимся меню. Кроме графических изображений Adblock Plus 2011 также умеет блокировать Flash:

    Блокировка Flash с помощью Adblock Plus

    Итак, Adblock Plus для Google Chrome – бесплатный и эффективный плагин, способный блокировать 90% рекламы в интернете. повышая тем самым скорость серфинга и удобство использования (юзабилити) сайтов. Кроме того – он экономит ваш трафик. Такое расширение должно стоять у каждого уважающего себя пользователя сети. Дальше нет смысла что-либо говорить. У вас наверняка уже чешутся руки попробовать этот плагин в действии.

    Мануал из Сети: Читаем. Полезно)

    Итак, что же собой представляет Adblock Plus Rus Final 2011 и с чем его едят? В данном обзоре мы попытаемся рассказать вам все об этом расширении. Данный плагин является дополнением к Mozilla Firefox, и к некоторым другим приложениям, например, Thunderbird. Основная его задача – это блокировка рекламы. Принцип работы таков: плагин следит за всеми запросами, которые делаются страницей, и если какой-нибудь запрос попадает под его фильтр, то он мгновенно блокируется. Сразу после установки Adblock Plus Firefox 4 никаких фильтров не будет. При первом запуске расширение покажет нам список фильтров, которыми пользуются другие пользователи, и предложит сделать подписку на них. Фильтры постоянно обновляются, происходит это автоматически, никаких лишних движений. Также есть возможность добавлять свои собственные фильтры, это не зависит от подписки.

    Рассмотрим механизм работы Adblock Plus "Noscript". Запросы, которые попали под фильтр плагина – это и есть реклама, которая прогружается отдельно и не является частью просматриваемой страницы. Единственный минус тут – это то, что реклама эта все равно загружается (хотя мы её уже и не видим), хоть и в последнюю очередь, а это, как мы знаем, лишняя потеря времени.

    Начало работы. Подбор подписки с фильтрами

    Пока вы не настроите расширение, она ничего не будет делать самостоятельно. Да, Adblock Plus Explorer уже видит всё, что загружает веб-ресурс, но пока не знает, какие запросы следует блокировать. Вот для чего ему нужны фильтры – они ему подскажут, что следует блокировать, а что нет.

    Тут появляется вопрос – какую подписку на фильтры выбрать? Когда вы впервые запустите расширение, оно предложит вам очень много подписок. Не надо сразу подписываться на все, так как многие фильтры блокируют даже то, что не является рекламой. Еще один совет – не используйте подписки, которые дублируют друг друга.

    Всегда можно менять используемые подписки – для этого следует открыть окошко установок плагина (по умолчанию комбинация клавиш Ctrl+Shift+E). Удаляйте или добавляйте новые подписки в меню « Фильтры» / «Добавить подписку». После всех «манипуляций» следует подтвердить изменения кнопкой ОК.

    Как отключить расширение на часто посещаемых сайтах

    Если вы часто посещаете какой-нибудь ресурс в сети и его реклама вас не раздражает (реклама – двигатель торговли), то вы можете разрешить ее отображение. Для этого следует перейти на такой сайт и кликнуть на стрелочку в панеле инструментов рядом со значком Adblock Plus. В меню кликаем «Отключить на…». Чтобы отменить разрешение, следует еще раз выбрать данный пункт меню.

    Adblock Plus слишком много блокирует

    Случается и такое, что плагин мешает правильной работе какого-нибудь веб-ресурса. В большинстве случаев это проблема относится к используемым фильтрам – они дают команду плагину блокировать запросы, которые не являются рекламой. Советуем вам временно отключить расширение. Если это исправит проблему, значит вы «напоролись» на плохой фильтр. Чтобы получить больше информации, нажимаем комбинацию клавиш Ctrl+Shift+V (список элементов сайта). Блокируемые запросы будут отображаться красным цветом, в графе «Фильтр» будут показаны фильтры, которые их заблочили.

    Когда вы нашли корень проблемы, делаем правый клик по заблокированному элементу и выбираем из контекстного меню «Отключить фильтр…». Если сайт все равно плохо работает, попробуйте разблокировать другие элементы.

    Основные возможности Adblock Plus:

    • Добавление подписок и фильтров, содержащих правила блокирования элементов веб-страниц;

    • Отображение всех элементов просматриваемой страницы;

    • Наличие динамического списка заблокированных элементов;

    • Счетчик обращений к определенному фильтру;

    • Возможность отключения фильтров и подписок;

    • Автоматическое ежедневное резервное копирование списка фильтра;

    • Функция скрытия элементов, которые не могут быть заблокированы.

    It's almost exciting as Alien vs. Predator, only a little sadder. It's a tale of two Firefox addon developers, Giorgio Maone wielding Noscript and Wladimir Palant brandishing Adblock Plus, crossing swords in a battle of egos and subterfuge, while the poor world of Firefox users watched in consternation.

    There's been a lot of talk on the subject, but I also felt compelled to seek attention, hence this article. Still, I have waited for the storm to calm down a bit before sharing my bit, now that things are a little clearer.

    One thing is definite, though: the last week has not been a good one for the open-source world. Lots of mayhem and lots of disappointment. A sort of a myth has been shattered, that of a united and secure open-source community.

    ______________________________________

    Мануал по новости!:

    1) Adblock Plus 1.1.3 для Google Chrome от (6 Июнь 2011 г.)

    2) Adblock Plus 1.3.9 для Firefox от (6 Июнь 2011 г.)

    3) Adblock Plus для Opera Не Существует! Используем: Adguard 4.1

    ______________________________________

    Системные требования для выше указанных версий.

    -- Firefox Mobile 6: Рекомендуется использование тестовых сборок Adblock Plus.

    -- Firefox Mobile 7: Рекомендуется использование тестовых сборок Adblock Plus.