This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ru.barbuza { | |
import flash.external.ExternalInterface; | |
public class Logger { | |
public static const DEBUG:Number = 5; | |
public static const INFO:Number = 4; | |
public static const WARNING:Number = 3; | |
public static const ERROR:Number = 2; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name lepra.newcomments | |
// @namespace http://leprosorium.ru | |
// @include http://leprosorium.ru/comments/* | |
// @include http://*.leprosorium.ru/comments/* | |
// @include http://leprosorium.ru/my/inbox/* | |
// ==/UserScript== | |
(function() { |
NewerOlder